Add filebot magic line bug as bug #66
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@823 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
5e4b1085b4
commit
31b2b81e53
3
BUGS
3
BUGS
|
@ -124,6 +124,9 @@
|
||||||
(Jordi Mallach) [FIXED].
|
(Jordi Mallach) [FIXED].
|
||||||
- Cutting one line of text causes the screen to recenter the line
|
- Cutting one line of text causes the screen to recenter the line
|
||||||
(reported and fixed by David Lawrence Ramsey) (65) [FIXED].
|
(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 **
|
** Open BUGS **
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ CVS code -
|
||||||
- cut.c:
|
- cut.c:
|
||||||
cut_marked_segment()
|
cut_marked_segment()
|
||||||
- Add magic line when cutting a selection including filebot
|
- 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()
|
do_cut_text()
|
||||||
- Don't recenter the line when cutting one line (DLR) (Bug #65).
|
- Don't recenter the line when cutting one line (DLR) (Bug #65).
|
||||||
- files.c:
|
- files.c:
|
||||||
|
|
Loading…
Reference in New Issue