]> git.wh0rd.org Git - nano.git/commitdiff
2009-12-15 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Tue, 15 Dec 2009 18:07:17 +0000 (18:07 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 15 Dec 2009 18:07:17 +0000 (18:07 +0000)
        * doc/nanorc.sample.in - Remove erroneous 'set suspendenable' as it's actually a
          key binding (e.g. 'bind M-Z suspendenable all') and not a settable flag.  Fixes
          Savannah bug 28299 reported by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4466 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/nanorc.sample.in

index 7be66289f377be043f062a0361018897f8d1f458..bc082bf2a6e1d62029ce3d3603d5ac90b3680142 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-15 Chris Allegretta <chrisa@asty.org>
+       * doc/nanorc.sample.in - Remove erroneous 'set suspendenable' as it's actually a 
+         key binding (e.g. 'bind M-Z suspendenable all') and not a settable flag.  Fixes
+         Savannah bug 28299 reported by Mike Frysinger.
+
 GNU nano 2.2.1 - 2009.12.12
 2009-12-12 Chris Allegretta <chrisa@asty.org>
        * text.c (do_delete), nano.c (do_output): Add check for length of current line 
index 576c490e5d097f04c9b58a613daa15283417a2a4..f164c2690ea439f93c55d5b6a893e20a8daf035f 100644 (file)
 ## Allow nano to be suspended.
 # set suspend
 
-## If nano is allowed to be suspended, allow the suspend key (usually
-## ^Z) to actually suspend it.
-# set suspendenable
-
 ## Use this tab size instead of the default; it must be greater than 0.
 # set tabsize 8