]> git.wh0rd.org Git - nano.git/commitdiff
Assigned entire file cut a number, crediting Ken in BUGS instead of ChangeLog
authorChris Allegretta <chrisa@asty.org>
Tue, 5 Sep 2000 13:15:44 +0000 (13:15 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 5 Sep 2000 13:15:44 +0000 (13:15 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@207 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS
ChangeLog

diff --git a/BUGS b/BUGS
index af8b9e38d28851ef0c63216ad6e07df28a516188..d0ff7db9dbe564b78e0e25c18062ae5ad2ae9538 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -55,6 +55,8 @@
   properly update the inverted text (39). [FIXED]
 - Searches for a string that only exist on one line multiple times will
   fail after finding the last occurance (discovered by Ken Tyler) (40). [FIXED]
+- Unable to cut the entire file using the marker (discovered by Kev Tyler)
+  (42). [FIXED]
 ** Open BUGS **
 
 - Marked cutting sometimes leaves a newline in the file unintelligently,
index 1ad77bb8db700022a30394a21a94ed1361e6337a..6aff1a8a48a9359e1abe8c62cd558388a7f1ecbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,7 @@ CVS code -
 - cut.c:
   do_cut_text()
        - Don't immediately abort if we're on filebot and the marker is
-         set (fixes unable to select and cut entire file bug,
-         discovered by Ken Tyler).
+         set (fixes bug #42).
 
 nano-0.9.17 - 09/04/2000
 - General