mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
Assigned entire file cut a number, crediting Ken in BUGS instead of ChangeLog
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@207 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
429a5518ea
commit
d746d90cc3
2
BUGS
2
BUGS
@ -55,6 +55,8 @@
|
|||||||
properly update the inverted text (39). [FIXED]
|
properly update the inverted text (39). [FIXED]
|
||||||
- Searches for a string that only exist on one line multiple times will
|
- 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]
|
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 **
|
** Open BUGS **
|
||||||
|
|
||||||
- Marked cutting sometimes leaves a newline in the file unintelligently,
|
- Marked cutting sometimes leaves a newline in the file unintelligently,
|
||||||
|
@ -2,8 +2,7 @@ CVS code -
|
|||||||
- cut.c:
|
- cut.c:
|
||||||
do_cut_text()
|
do_cut_text()
|
||||||
- Don't immediately abort if we're on filebot and the marker is
|
- Don't immediately abort if we're on filebot and the marker is
|
||||||
set (fixes unable to select and cut entire file bug,
|
set (fixes bug #42).
|
||||||
discovered by Ken Tyler).
|
|
||||||
|
|
||||||
nano-0.9.17 - 09/04/2000
|
nano-0.9.17 - 09/04/2000
|
||||||
- General
|
- General
|
||||||
|
Loading…
Reference in New Issue
Block a user