GNU nano 2.1.10 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4398 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
42726f74cc
commit
7f38820fba
|
@ -1,3 +1,4 @@
|
||||||
|
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>.
|
||||||
|
|
11
NEWS
11
NEWS
|
@ -1,3 +1,14 @@
|
||||||
|
2009.07.28 - GNU nano 2.1.10 "Ellie" is released. This version includes
|
||||||
|
various fixes for portability including some older HP-UX
|
||||||
|
compiler combos, various compiler warnings, and some crash
|
||||||
|
fixes in the undo code. On the topic of the latter item,
|
||||||
|
the undo code is now marked as experimental since it can
|
||||||
|
cause severe stability and memory issues, and thus now
|
||||||
|
requires a flag (-u, --undo) in order to enable it.
|
||||||
|
Please feel free to continue to test the undo code and
|
||||||
|
thanks again for using nano for your text editing needs.
|
||||||
|
Go team Nano!
|
||||||
|
|
||||||
2009.02.16 - GNU nano 2.1.9 wonders what all that glass is doing on the
|
2009.02.16 - GNU nano 2.1.9 wonders what all that glass is doing on the
|
||||||
floor! This release is primarily meant as a less buggy
|
floor! This release is primarily meant as a less buggy
|
||||||
version of 2.1.8, particularly for issues with the new
|
version of 2.1.8, particularly for issues with the new
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [2.1.9-svn], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [2.1.10], [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
|
||||||
|
|
518
po/nano.pot
518
po/nano.pot
File diff suppressed because it is too large
Load Diff
1378
po/pt_BR.po
1378
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
518
po/zh_CN.po
518
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
515
po/zh_TW.po
515
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue