]> git.wh0rd.org Git - nano.git/commitdiff
update UPGRADE to account for the ability to indent unmarked lines
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 21 Jul 2006 16:44:44 +0000 (16:44 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 21 Jul 2006 16:44:44 +0000 (16:44 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3801 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
UPGRADE

index 854794af0dddd871b1c940757851c5740adc4991..046c2105f0e6964e0d5293f2561cb7fcfb1c5b04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,9 +18,9 @@ CVS code -
          covered only the current line, instead of displaying a
          statusbar message and quitting.  Changes to shortcut_init(),
          do_indent_marked() (renamed do_indent()),
-         do_indent_marked_void() (renamed do_indent_void()), and
-         do_unindent_marked_void() (renamed do_unindent()). (DLR,
-         suggested by John M. Gabriele)
+         do_indent_marked_void() (renamed do_indent_void()),
+         do_unindent_marked_void() (renamed do_unindent()), and
+         UPGRADE. (DLR, suggested by John M. Gabriele)
        - Consolidate do_scroll_(up|down)() into do_(up|down)(), as
          they have a lot of common code.  New functions do_up_void()
          and do_down_void(); changes to shortcut_init(), do_up(),
diff --git a/UPGRADE b/UPGRADE
index 030711cde831deaa421b8e4f225a61c6971c4eb7..67901964b320bff1c045dff9efee922c88531b73 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -28,7 +28,7 @@ Visible changes since 1.2
   - Meta-W now repeats the last search.  Wrapping is now toggled via
     Meta-L.
   - Replacing and spell checking only selected text.
-  - Indenting all marked lines with one keystroke.
+  - Indenting lines with one keystroke.
   - Copying text into the cutbuffer without cutting it.
   - Scrolling the text up and down single lines without moving the
     cursor.