GNU nano 2.1.11 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4411 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
91e05e64a0
commit
1f218fa859
|
@ -1,3 +1,4 @@
|
||||||
|
GNU nano 2.1.11 - 2009.09.14
|
||||||
2009-09-12 Chris Allegretta <chrisa@asty.org>
|
2009-09-12 Chris Allegretta <chrisa@asty.org>
|
||||||
* winio.c (edit_update) - properly update edittop when using soft wrapping.
|
* winio.c (edit_update) - properly update edittop when using soft wrapping.
|
||||||
Fixes lack of centering for searching for off-screen answers, found by
|
Fixes lack of centering for searching for off-screen answers, found by
|
||||||
|
@ -36,7 +37,6 @@
|
||||||
previous undo flag to be implemented consistent with other flags.
|
previous undo flag to be implemented consistent with other flags.
|
||||||
|
|
||||||
GNU nano 2.1.10 - 2009.07.28
|
GNU nano 2.1.10 - 2009.07.28
|
||||||
|
|
||||||
2009-07-27 Chris Allegretta <chrisa@asty.org>
|
2009-07-27 Chris Allegretta <chrisa@asty.org>
|
||||||
* text.c (undo_cut, redo_cut): Don't actually try and undo/redo an empty cut, i.e. the magicline.
|
* text.c (undo_cut, redo_cut): Don't actually try and undo/redo an empty cut, i.e. the magicline.
|
||||||
Fixes crash on cutting last line discovered by Eitan Adler <eitanadlerlist@gmail.com>.
|
Fixes crash on cutting last line discovered by Eitan Adler <eitanadlerlist@gmail.com>.
|
||||||
|
|
15
NEWS
15
NEWS
|
@ -1,3 +1,18 @@
|
||||||
|
2009.09.14 - GNU nano 2.1.11 is on very thin ice, very thin ice, very thin
|
||||||
|
ice. This release includes two new features: first, nano
|
||||||
|
will check whether the current file is writable when it
|
||||||
|
is opened, and warn if it is not on the status bar. Secondly,
|
||||||
|
a new soft-wrapping (AKA full line display) option is
|
||||||
|
available, which will attempt to fully display the contents
|
||||||
|
of lines longer than the width of the screen without the
|
||||||
|
usual truncation and a '$' symbol at the end of the line.
|
||||||
|
It can be enabled via Meta-$ inside the editor, via the
|
||||||
|
-$ or --softwrap command line flags, or "set softwrap"
|
||||||
|
in your .nanorc). As always please report any bugs to the
|
||||||
|
nano Savannah project page
|
||||||
|
(http://savannah.gnu.org/bugs/?func=additem&group=nano)
|
||||||
|
Remember: data loss happens, back up your files.
|
||||||
|
|
||||||
2009.07.28 - GNU nano 2.1.10 "Ellie" is released. This version includes
|
2009.07.28 - GNU nano 2.1.10 "Ellie" is released. This version includes
|
||||||
various fixes for portability including some older HP-UX
|
various fixes for portability including some older HP-UX
|
||||||
compiler combos, various compiler warnings, and some crash
|
compiler combos, various compiler warnings, and some crash
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [2.1.10-svn], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [2.1.11], [nano-devel@gnu.org], [nano])
|
||||||
AC_CONFIG_SRCDIR([src/nano.c])
|
AC_CONFIG_SRCDIR([src/nano.c])
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
560
po/nano.pot
560
po/nano.pot
File diff suppressed because it is too large
Load Diff
562
po/pt_BR.po
562
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
960
po/zh_CN.po
960
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
558
po/zh_TW.po
558
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue