diff --git a/NEWS b/NEWS
index c29897896095212ec38fa68a43015530c3cef197..a100f6de4ce2d9e6020800ba0327ede99e81dbea 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 1da4778b453b95496ce6d12fd289eacf23f7e991..f650fe077f504ae9b2f1d447747bbf2800cb5ebc 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].