]> git.wh0rd.org Git - nano.git/commitdiff
Add filebot magic line bug as bug #66
authorChris Allegretta <chrisa@asty.org>
Wed, 3 Oct 2001 01:51:33 +0000 (01:51 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 3 Oct 2001 01:51:33 +0000 (01:51 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@823 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS
ChangeLog

diff --git a/BUGS b/BUGS
index d52848815855c7c6f14cbc5043cbb5e31494fd17..d4a1fabeb1682aadd520dfda9f33c984b5a0238c 100644 (file)
--- a/BUGS
+++ b/BUGS
   (Jordi Mallach) [FIXED].
 - Cutting one line of text causes the screen to recenter the line
   (reported and fixed by David Lawrence Ramsey) (65) [FIXED].
+- When cutting marked text including the bottom of the file, a new   
+  "magic line" is not created" (reported by David Lawrence
+  Ramsey, fixed by David Lawrence Ramsey & Chris) (66) [FIXED].
 
 ** Open BUGS **
 
index 6cdb45b637e6f9eaf62ccbfd4f799ce1a5e4bc6d..a6f3fc18b585f8c84e9aa84b5015c64343326d2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,7 @@ CVS code -
 - cut.c:
   cut_marked_segment()
        - Add magic line when cutting a selection including filebot
-         (discovered by DLR, fixed by DLR & Chris)
+         (discovered by DLR, fixed by DLR & Chris, fixes BUG #66).
   do_cut_text()
        - Don't recenter the line when cutting one line (DLR) (Bug #65).
 - files.c: