]> git.wh0rd.org Git - nano.git/commitdiff
document the help browser display fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 1 Nov 2004 22:37:36 +0000 (22:37 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 1 Nov 2004 22:37:36 +0000 (22:37 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2041 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 64952c932c950a0e3e8849d51810ccaa16f290b3..9aeb619a1a4ce622e2444dc07ff45b6f870a2fcd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -140,10 +140,12 @@ CVS code -
        - Rework to be a bit more flexible.  Only add tabs for shortcut
          key entries if those entries exist, and if there's only one
          entry left but there's room for more than one, add enough tabs
-         to put that entry at the end.  These changes allow e.g. the
-         miscellaneous meta key sequence to be displayed in a shortcut
-         that has a control key, a primary meta key sequence, and a
-         miscellaneous meta key sequence, but no function key. (DLR)
+         to put that entry at the end.  Also, make sure a function key
+         is displayed in the middle if it's the first entry.  These
+         changes allow e.g. the miscellaneous meta key sequence to be
+         displayed in a shortcut that has a control key, a primary meta
+         key sequence, and a miscellaneous meta key sequence, but no
+         function key. (DLR)
        - Update the help text to mention replacing and spell checking
          only selected text, and also add a few cosmetic fixes to it.
          (DLR)