From a5e275b326fbe8fa173005725b680eb04977a613 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Fri, 18 May 2001 19:58:33 +0000 Subject: [PATCH] Add BUG #60 git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@664 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- BUGS | 3 +++ ChangeLog | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index 4352909c..3cddb9db 100644 --- a/BUGS +++ b/BUGS @@ -112,6 +112,9 @@ 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 ** diff --git a/ChangeLog b/ChangeLog index c121a3b9..9593b41d 100644 --- 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