mirror of git://git.sv.gnu.org/nano.git
GNU nano 2.3.0 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
3bd12e3714
commit
946b2f4ace
14
NEWS
14
NEWS
|
@ -1,3 +1,17 @@
|
|||
GNU nano 2.3.0 - 2011.02.26
|
||||
2011.02.26 - GNU nano 2.3.0 "Septic surprise" is released. This first
|
||||
release in the 2.3 unstable series bring several new
|
||||
features. First, libmagic support for syntax highlighting
|
||||
has been added on top of the existing file extension
|
||||
and header support already available. Secondly, cursor
|
||||
position can be saved between editing sessions with
|
||||
the -P or --poslog command line flags, or via "set poslog"
|
||||
in your .nanorc. Also included are some fixes for
|
||||
compilation with g++, and better handling of issues
|
||||
writing the backup file, which should reduce the need
|
||||
for the 'set allow_insecure_backup" nanorc option.
|
||||
Don't stop, get it get it, don't stop, get it get it.
|
||||
|
||||
2010.08.05 - GNU nano 2.2.5 "Inactivity timeout" is now available.
|
||||
This release includes slightly less restrictive checkng
|
||||
when writing files in strange environments (e.g.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
# $Id$
|
||||
|
||||
AC_INIT([GNU nano], [2.2.99-svn], [nano-devel@gnu.org], [nano])
|
||||
AC_INIT([GNU nano], [2.3.0], [nano-devel@gnu.org], [nano])
|
||||
AC_CONFIG_SRCDIR([src/nano.c])
|
||||
AC_CANONICAL_TARGET([])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
|
773
po/nano.pot
773
po/nano.pot
File diff suppressed because it is too large
Load Diff
781
po/pt_BR.po
781
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
780
po/zh_CN.po
780
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
778
po/zh_TW.po
778
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue