]> git.wh0rd.org Git - nano.git/commitdiff
Added documentation for all the -k cut changes
authorChris Allegretta <chrisa@asty.org>
Thu, 27 Jul 2000 13:32:46 +0000 (13:32 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 27 Jul 2000 13:32:46 +0000 (13:32 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@134 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index f936e317abe3e2d7e4a882c24895dacc1728082a..cff4a4428ff3b4aca5a90e8ea5c1e506ad2272ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@ Changes in CVS -
 - cut.c:
   do_cut_text()
        - Added check for MARK_ISSET when using CUT_TO_END.  Fixes bug #31.
+       - Simplified check for freeing cutbuffer.  Added checks for doing
+         multiple cuts with -k, now sets marked_cut to 2 for later
+         processing by do_uncut_text().
+  do_uncut_text()
+       - Added handler for uncutting with -k cuts.
+
 - files.c:
   write_file()
        - Removed (redundant) check for writing out files with -t.