]> git.wh0rd.org Git - nano.git/commitdiff
add missing changelog update
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 14 Jan 2005 21:19:06 +0000 (21:19 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 14 Jan 2005 21:19:06 +0000 (21:19 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2267 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index f982a793053d6d8b67e2da6ed69d5c5784237ff7..17000b88d52b2488f48e8d62474f4440c40c54ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,8 +63,9 @@ CVS code -
          make them read the shortcut lists for functions instead of
          manually running them, to make nanogetstr() less complex, and
          to increase flexibility.  Note that currshortcut is now used
-         regardless of #ifdefs.  Changes to shortcut_init() and
-         nanogetstr(); new functions do_statusbar_input(),
+         regardless of #ifdefs, and that cutting text at the statusbar
+         now respects the CUT_TO_END flag.  Changes to shortcut_init()
+         and nanogetstr(); new functions do_statusbar_input(),
          do_statusbar_mouse(), do_statusbar_home(), do_statusbar_end(),
          do_statusbar_right(), do_statusbar_left(),
          do_statusbar_backspace(), do_statusbar_delete(),