]> git.wh0rd.org Git - nano.git/commitdiff
doc updates
authorChris Allegretta <chrisa@asty.org>
Mon, 24 Jul 2000 21:16:12 +0000 (21:16 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 24 Jul 2000 21:16:12 +0000 (21:16 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@122 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS
ChangeLog

diff --git a/BUGS b/BUGS
index fe0eb1cb7037f1c04aa491da9330bd475764cfc8..fd14e0ba5981a79210bb532fd2a3da57fc41f893 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -33,6 +33,7 @@
   a dialog about not being able to write the file, and it will not let the
   user exit (29, discovered by Joshua Jensen) [FIXED]
 - Using nano -k, marked text is not cut properly. (31) [FIXED]
+- Invoking -t or -k has the effect of invoking both option. (32) [FIXED]
 
 ** Open BUGS **
 
index f5f5d91bd3c7ba939635c35534dcf658b5bfda74..2b4dce83d2a1441a821dfeb602bb7193f50d9a62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in CVS
+- nano.h:
+       - Set CUT_TO_END to a different bit than TEMP_OPT.  Fixes bug #32.
+- cut.c:
+  do_cut_text():
+       - Added check for MARK_ISSET when using CUT_TO_END.  Fixes bug #31.
+
 nano-0.9.13 - 07/23/2000
 - Implemented Pico's -k mode.  New flag CUT_TO_END, option (-k, --cut), 
   affects do_cut_text in cut.c.  Not available with SMALL_NANO because it