Commit a6946000 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Back to SVN, and tweaking whitespace in NEWS and Changelog.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5683 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Showing with 5 additions and 5 deletions
+5 -5
...@@ -24,8 +24,8 @@ GNU nano 2.5.3 - 2016.02.25 ...@@ -24,8 +24,8 @@ GNU nano 2.5.3 - 2016.02.25
2016-02-22 Chris Allegretta <chrisa@asty.org> 2016-02-22 Chris Allegretta <chrisa@asty.org>
* Add the ability to kill the trailing spaces when justifying text, * Add the ability to kill the trailing spaces when justifying text,
by adding a new nanorc option 'justifytrim' -- we'll see by adding a new nanorc option 'justifytrim' -- we'll see whether
whether this warrants a command-line flag or not. Now with slightly this warrants a command-line flag or not. Now with slightly
better logic for multi-spaced lines. better logic for multi-spaced lines.
2016-02-22 Benno Schulenberg <bensberg@justemail.net> 2016-02-22 Benno Schulenberg <bensberg@justemail.net>
......
2016.02.25 - GNU nano 2.5.3 "Alphys" is released. This release 2016.02.25 - GNU nano 2.5.3 "Alphys" is released. This release
contains fixes for bugs like: stray cursor positioning contains fixes for bugs like: stray cursor positioning
errors, many many memory leaks including file reading, errors, many many memory leaks including file reading,
using the file browser, searching for multi-byte characters, using the file browser, searching for multi-byte characters,
history completion, and many other places. history completion, and many other places.
New features include the ability to trim whitespace New features include the ability to trim whitespace
from the ends of lines when justifying text, see nanorc(5) from the ends of lines when justifying text, see nanorc(5)
option justifytrim for deets. As always thank you for your option justifytrim for deets. As always thank you for your
continued support of nano, and keep sparing. continued support of nano, and keep sparing.
2016.02.12 - GNU nano 2.5.2 is carrying too many dogs. This release includes 2016.02.12 - GNU nano 2.5.2 is carrying too many dogs. This release includes
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# #
# $Id$ # $Id$
AC_INIT([GNU nano], [2.5.3], [nano-devel@gnu.org], [nano]) AC_INIT([GNU nano], [2.5.3-svn], [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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment