From bdea41e2c1969797e660322e3f0f1ac20fecc7ba Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Sat, 5 Jan 2002 18:54:43 +0000
Subject: [PATCH] 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
---
 NEWS | 14 ++++++++++++++
 TODO |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index c2989789..a100f6de 100644
--- a/NEWS
+++ b/NEWS
@@ -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 
 		rudimentary color syntax support (but it's still
 		broken), compatibility fixes for the Hurd and FreeBSD,
diff --git a/TODO b/TODO
index 1da4778b..f650fe07 100644
--- a/TODO
+++ b/TODO
@@ -25,7 +25,7 @@ For Next Version:
 - .nanorc [DONE]
 - Backup making (filename~)?
 - 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 global variable pointing to current shortcut list to determine what
   keystroke to ungetch(). [DONE].
-- 
GitLab