git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@664 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2001-05-18 19:58:33 +00:00
parent 6a8e784d1a
commit a5e275b326
2 changed files with 5 additions and 1 deletions

3
BUGS
View File

@ -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 **

View File

@ -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