Update TODO and add a NEWS file.

This commit is contained in:
Joachim Nilsson 2009-02-08 21:19:38 +01:00
parent 69e01d11d4
commit c1b3d17926
2 changed files with 9 additions and 9 deletions

9
NEWS Normal file
View File

@ -0,0 +1,9 @@
Notable Changes
* v0.3.0
** Support for ANSI arrow keys using --enable-arrow-keys
* v0.2.x
** Patches from Debian package merged.
** Support for custom command completion.

9
TODO
View File

@ -1,14 +1,5 @@
TODO
* Merge in useful patches from Debian package
* Add --enable-FEATURE for features defined in Makefile-minix.in
* Add support for custom completion, rl_attempted_completion_function.
* Add support for inhibiting completion: rl_inhibit_completion
* Add support for arrow keys, home, end, etc. See the following URL
for how to catch complex key strokes such as escape sequences:
http://www.unixwiz.net/techtips/termios-vmin-vtime.html