Change name from Minix editline to just editline. This also affects

the library name, from libedit.a to libeditline.a 

Bump version to 1.13.0 to better illustrate it has the same heritage
as the Debian version.

Import the debian/ directory from editline-1.12-5.

Yes, this is a major changeset. :)
This commit is contained in:
Joachim Nilsson
2009-06-14 20:17:10 +02:00
parent 48465835b8
commit fc498f305b
18 changed files with 370 additions and 158 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
Notable Changes
* v1.13.0 - Adaptations to Debian editline package
** Major version number bump, adapt to Jum Studt's v1.12
** Import debian/ directory and adapt it to configure et al.
** Change library name to libeditline to distinguish it from BSD libedit.
* v0.3.0
** Support for ANSI arrow keys using --enable-arrow-keys