git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@824
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
(Jordi Mallach) [FIXED].
- Cutting one line of text cause the screen to recenter the line
(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 **
- cut.c:
do_cut_text()
- Don't recenter the line when cutting one line (David Lawrence
- Ramsey) (Bug #65).
+ Ramsey) (BUG #65).
+ cut_marked_segment()
+ - Add magic line when cutting a selection including filebot
+ (discovered by David Lawrence Ramsey, fixed by DLR & Chris,
+ fixes BUG #66).
- winio.c:
- Added David Lawrence Ramsey to credits.
- po/nl.po:
filebot = next;
} else {
filebot = top;
+ if (top_x > 0)
+ new_magicline();
}
}
if (top->lineno < edittop->lineno)