]> git.wh0rd.org Git - nano.git/commitdiff
update UPGRADE to fix the description of +LINE,COLUMN
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 22 Jul 2006 15:57:28 +0000 (15:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 22 Jul 2006 15:57:28 +0000 (15:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3802 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
UPGRADE

index 046c2105f0e6964e0d5293f2561cb7fcfb1c5b04..311260e608472bb3d3da7ac97fcd66ae11296dfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,8 @@ CVS code -
        - Fix option descriptions.  At least one of the two parts of
          +LINE,COLUMN must be specified at all times; COLUMN is not the
          only optional value.  Also fix a wording problem in
-         -W/--wordbounds.  Changes to usage(), nano.1, nanorc.5,
-         rnano.1, nano.texi, and nanorc.sample.in. (DLR)
+         -W/--wordbounds.  Changes to usage(), UPGRADE, nano.1,
+         nanorc.5, rnano.1, nano.texi, and nanorc.sample.in. (DLR)
        - Fix mouse support so that it truly ignores everything except
          releases and clicks of button 1.  Changes to
          enable_mouse_support() and get_mouseinput(). (DLR)
diff --git a/UPGRADE b/UPGRADE
index 67901964b320bff1c045dff9efee922c88531b73..56b40bdaec13e9c1b384da8d22ac9e839d6b4740 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -6,7 +6,7 @@ Visible changes since 1.2
 * Editor Features
   - Support for UTF-8.
   - Moving to a specified line and column of a file, instead of just a
-    line (+LINE[,COLUMN]).
+    line (+LINE,COLUMN).
   - Smart home key (-A).
   - Creation of unique backup files in a specified directory (-C <dir>).
   - Insertion of spaces instead of a tab when Tab is pressed (-E).