]> git.wh0rd.org Git - nano.git/commitdiff
update changelog entries
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 30 Jun 2006 22:36:29 +0000 (22:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 30 Jun 2006 22:36:29 +0000 (22:36 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3713 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 202a7ac64c24779ee1de1fb8388baebff5f5798f..c99212432b66a9a8318badfe17412a65aaed9c86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ CVS code -
        - Remove unneeded call to blank_edit(). (DLR)
        - After entering "..", select the directory we were in before
          instead of the first filename in the list, as Pico does. (DLR)
-       - Simplify screen update handling. (DLR)
+       - Simplify screen update handling and exiting. (DLR)
   browser_refresh()
        - Simplify. (DLR)
        - Fix problems where translated versions of "(dir)" could be
@@ -35,7 +35,7 @@ CVS code -
          path. (DLR)
 - help.c:
   do_help()
-       - Simplify screen update handling. (DLR)
+       - Simplify screen update handling and exiting. (DLR)
 - doc/syntax/c.nanorc:
        - Since .i and .ii are preprocessed C and C++ output, colorize
          them here. (Mike Frysinger)