fix changelog entry
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3995 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f85a1eb48a
commit
6642e88561
|
@ -16,6 +16,9 @@ CVS code -
|
||||||
- Rename NANO_ALT_.* and NANO_.*ALTKEY to NANO_META_.* and
|
- Rename NANO_ALT_.* and NANO_.*ALTKEY to NANO_META_.* and
|
||||||
NANO_.*METAKEY, for consistency. (DLR)
|
NANO_.*METAKEY, for consistency. (DLR)
|
||||||
- text.c:
|
- text.c:
|
||||||
|
do_spell()
|
||||||
|
- When setting i to the return value of write_(marked_)?file(),
|
||||||
|
use the "?" operator instead of an if/else clause. (DLR)
|
||||||
do_verbatim_input()
|
do_verbatim_input()
|
||||||
- Fix minor memory leak. (DLR)
|
- Fix minor memory leak. (DLR)
|
||||||
- winio.c:
|
- winio.c:
|
||||||
|
@ -51,10 +54,6 @@ GNU nano 2.0.1 - 2006.11.20
|
||||||
overwriting an existing file when in restricted mode. (DLR)
|
overwriting an existing file when in restricted mode. (DLR)
|
||||||
- Fix problem where a file could sometimes be overwritten
|
- Fix problem where a file could sometimes be overwritten
|
||||||
without a warning prompt. (DLR)
|
without a warning prompt. (DLR)
|
||||||
- text.c:
|
|
||||||
do_spell()
|
|
||||||
- When setting i to the return value of write_(marked_)?file(),
|
|
||||||
use the "?" operator instead of an if/else clause. (DLR)
|
|
||||||
- winio.c:
|
- winio.c:
|
||||||
do_replace_highlight()
|
do_replace_highlight()
|
||||||
- Include the code to display zero-length matches even when
|
- Include the code to display zero-length matches even when
|
||||||
|
|
Loading…
Reference in New Issue