GNU nano 2.3.3 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4930 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
4f3fe133b8
commit
de8dbf5a21
17
NEWS
17
NEWS
|
@ -1,3 +1,20 @@
|
||||||
|
2014.05.28 - GNU nano 2.3.3 is in its right place. This release contains
|
||||||
|
many many improvements to the core system, including
|
||||||
|
substantial improvements to the undo/redo code, UTF-8
|
||||||
|
handling, the configure script, and display of shortcuts
|
||||||
|
on very wide terminals, New features include the
|
||||||
|
ability to read named pipes (--noread), as well as
|
||||||
|
linter support (see the nanorc man page for details). Also
|
||||||
|
included are much improved syntax highlighting code, and
|
||||||
|
configurations for JSON, texinfo, Go, and a default syntax
|
||||||
|
for catch all highlighting. Finally, nano now has the
|
||||||
|
ability to set the color of the title bar, status bar, and
|
||||||
|
shortcut keys (e.g. "^X") and their descriptions. Again
|
||||||
|
see the nanorc page for details. There's much more, too
|
||||||
|
much to include here, but please keep those reports and
|
||||||
|
general feedback coming! Thank you for helping us help
|
||||||
|
you help us all.
|
||||||
|
|
||||||
2013.03.22 - GNU nano 2.3.2 "Annoy your coworkers for fun and profit" is
|
2013.03.22 - GNU nano 2.3.2 "Annoy your coworkers for fun and profit" is
|
||||||
released. This release introduces vim-style file locking
|
released. This release introduces vim-style file locking
|
||||||
(though not backup/restore), useful when using nano
|
(though not backup/restore), useful when using nano
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [2.3.2-svn], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [2.3.3], [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
|
||||||
|
|
800
po/nano.pot
800
po/nano.pot
File diff suppressed because it is too large
Load Diff
815
po/pt_BR.po
815
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
808
po/zh_CN.po
808
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
808
po/zh_TW.po
808
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue