GNU nano 2.3.5 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5060 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
733ca94f8e
commit
c45d5f4bb3
13
NEWS
13
NEWS
|
@ -1,3 +1,16 @@
|
||||||
|
2014.07.11 - GNU nano 2.3.5 "lucky day" is released. This release
|
||||||
|
contains many visible and under-the-hood fixes for
|
||||||
|
components such as file locking, more fixes to the
|
||||||
|
undo system, and you no longer have to explicitly ask
|
||||||
|
nano to have undo/redo support as it now defaults to
|
||||||
|
being enabled. Other notable fixes include a better
|
||||||
|
handling of --tempfile mode, and better handling of
|
||||||
|
command line arguments when also attempting to specify
|
||||||
|
+<line number>. As always, please file any bugs you
|
||||||
|
find at the Savannah page for nano, at
|
||||||
|
https://savannah.gnu.org/bugs/index.php?42639 and
|
||||||
|
thanks for using nano.
|
||||||
|
|
||||||
2014.06.02 - GNU nano 2.3.4 won't leave you high, won't leave you dry. This
|
2014.06.02 - GNU nano 2.3.4 won't leave you high, won't leave you dry. This
|
||||||
release contains only a small number of fixes, but in
|
release contains only a small number of fixes, but in
|
||||||
particular allows nano to compile on non-UTF8 curses
|
particular allows nano to compile on non-UTF8 curses
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [2.3.4-svn], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [2.3.5], [nano-devel@gnu.org], [nano])
|
||||||
AC_CONFIG_SRCDIR([src/nano.c])
|
AC_CONFIG_SRCDIR([src/nano.c])
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
899
po/nano.pot
899
po/nano.pot
File diff suppressed because it is too large
Load Diff
906
po/pt_BR.po
906
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
909
po/zh_CN.po
909
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
908
po/zh_TW.po
908
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue