]> git.wh0rd.org Git - nano.git/commitdiff
move line wrapping toggle entry to global.c
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 23 Aug 2003 21:16:02 +0000 (21:16 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 23 Aug 2003 21:16:02 +0000 (21:16 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1531 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 50d5486f47f3ed4ac5219785bf124486a0f571a0..015c57888521e7a2896658861a496636596dab05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,15 +23,17 @@ CVS code -
        - Add the ability to repeat the last search without prompting
          via Meta-W, and move the line wrapping toggle to Meta-L.  New
          function do_research(). (Wouter van Hemel)
-       - Change the message for the line wrapping toggle from "Auto
-         wrap" to "Auto line wrap", to more clearly associate it with
-         Meta-L. (DLR)
 - files.c:
   do_browser():
        - Some of the Pico compatibility options in the file browser
          that don't work properly for current Pico have been removed.
          Backspace, 'g', 'l', 'q', and 'u' are invalid, 'd' deletes the
          highlighted file, and 'r' renames the highlighted file. (DLR)
+- global.c:
+  toggle_init():
+       - Change the message for the line wrapping toggle from "Auto
+         wrap" to "Auto line wrap", to more clearly associate it with
+         Meta-L. (DLR)
 - nano.h:
        - Define KEY_SUSPEND as -1 when slang is used, as slang has no
          KEY_SUSPEND equivalent.  When nano is compiled with slang