diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..43e6372 --- /dev/null +++ b/NEWS @@ -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. + diff --git a/TODO b/TODO index 358573b..f9d619c 100644 --- a/TODO +++ b/TODO @@ -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 -