]> git.wh0rd.org Git - nano.git/commitdiff
Add BUG #60
authorChris Allegretta <chrisa@asty.org>
Fri, 18 May 2001 19:58:33 +0000 (19:58 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 18 May 2001 19:58:33 +0000 (19:58 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@664 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS
ChangeLog

diff --git a/BUGS b/BUGS
index 4352909cdd468d42928cedc8999f7c9615426016..3cddb9db7ae079f6ffa7dc754adb2a9c16e81385 100644 (file)
--- a/BUGS
+++ b/BUGS
   Corsi) (58) [FIXED].
 - When page up is used after two page down's, the screen doesn't update
   properly (discovered by David Lawrence Ramsey) (59) [FIXED].
+- On BSD systenms, marked cutting sna paste often screws up the 
+  last line in the cutbuffer (discovered by Barry Pederson) (60) [FIXED]
+
 
 ** Open BUGS **
 
index c121a3b9719244a19e112e03b48c3b795304b3a6..9593b41d805e563657e90a0bb9e260f4cc3ed970 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 CVS code - 
 - cut.c:
   cut_marked_segment()
-       - Add bizarre copy of bot node, else *BSD goes ballistic.
+       - Add bizarre copy of bot node, else *BSD goes ballistic (fixes
+         BUG #60)
 - nano.c:
   do_alt_speller()
        - Try to go to the same line we were on before before spell check