]> git.wh0rd.org Git - nano.git/commitdiff
still more various documentation updates
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 10 Aug 2005 23:32:08 +0000 (23:32 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 10 Aug 2005 23:32:08 +0000 (23:32 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2985 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/texinfo/nano.texi

index 2679efcfa251ebe20f27a65d7f8e42db976fcf28..097d2ad889822ce28d7e86d1824fcabd39bdf63c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -147,13 +147,15 @@ CVS code -
          --rebindkeypad, clarify its description on the command line,
          and add an updated FAQ entry about its use.  Changes to
          window_init(), usage(), main(), get_verbatim_kbinput(),
-         nanorc.sample, nano.1, nanorc.5, and faq.html. (DLR)
+         nanorc.sample, nano.1, nanorc.5, nano.texi, and faq.html.
+         (DLR)
        - Add new -W/--wordbounds command line option, and new
          "wordbounds" rcfile option, to control whether
          the word movement functions treat punctuation characters as
          part of a word.  Changes to do_next_word_void(),
-         do_prev_word_void(), usage(), main(), nano.1, nanorc.5, and
-         nanorc.sample. (DLR, suggested by Mike Frysinger)
+         do_prev_word_void(), usage(), main(), nano.1, nanorc.5,
+         nano.texi, and nanorc.sample. (DLR, suggested by Mike
+         Frysinger)
 - color.c:
        - Remove unneeded fcntl.h include. (DLR)
 - chars.c:
index db4add0e09e1982529754d68d3a43d3cb1bb5721..f6484ae0667fdf2277185cd34d6533f109932b3b 100644 (file)
@@ -9,7 +9,7 @@
 @smallbook
 @set EDITION 0.1
 @set VERSION 1.3.8
-@set UPDATED 27 Jun 2005
+@set UPDATED 10 Aug 2005
 
 @dircategory Editors
 @direntry
@@ -138,6 +138,11 @@ Enable multiple file buffers, if available.
 Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
 available.
 
+@item -K, --rebindkeypad
+Interpret the numeric keypad keys so that they all work properly.  You
+should only need to use this option if they don't, as mouse support
+won't work properly with this option enabled.
+
 @item -N, --noconvert
 Do not convert files from DOS/Mac format.
 
@@ -172,6 +177,10 @@ keystroke instead of 25.  Note that -c cancels this out.
 @item -V, --version
 Print the version number and copyright and quit.
 
+@item -W, --wordbounds
+Detect word boundaries more accurately by treating punctuation
+characters as part of a word.
+
 @item -Y, --syntax=[str]
 Specify a specific syntax highlighting from the .nanorc to use, if
 available.