Update TODO with -l and -g done, add NEWS for 1.1.5 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@976 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2002-01-05 18:54:43 +00:00
parent d49ec07cae
commit bdea41e2c1
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
12/05/2002 - GNU nano 1.1.5 is out. The main new feature in this
release if the changed behavior of the keypad. Nano now
does the Right Thing and used keypad() by default. If
you wish to use the keypad arrow keys in certain
terminals, you may use the -K or --keypad flag to
use the old behavior. Users of other OSes should see
better handling of their non-keypad keys in this
release. Other changes include more Hurd fixes, fixes
parsing the .nanorc, display fixes for the color syntax
highlighting, gettext stabilization and many translation
updates. This is amost like a stable release, much like
in the 0.9.x series when every other release was the
mosts stable one :) Have fun!
12/11/2001 - GNU nano 1.1.4 is released. This release contains 12/11/2001 - GNU nano 1.1.4 is released. This release contains
rudimentary color syntax support (but it's still rudimentary color syntax support (but it's still
broken), compatibility fixes for the Hurd and FreeBSD, broken), compatibility fixes for the Hurd and FreeBSD,

2
TODO
View File

@ -25,7 +25,7 @@ For Next Version:
- .nanorc [DONE] - .nanorc [DONE]
- Backup making (filename~)? - Backup making (filename~)?
- Search (etc) string history [1.1] - Search (etc) string history [1.1]
- Implement Pico's -j and -g flags, as they are pretty easy to do. - Implement Pico's -j and -g flags, as they are pretty easy to do. [DONE]
- Make mouse support work with clicking on the shortcuts (-m). Must - Make mouse support work with clicking on the shortcuts (-m). Must
make global variable pointing to current shortcut list to determine what make global variable pointing to current shortcut list to determine what
keystroke to ungetch(). [DONE]. keystroke to ungetch(). [DONE].