nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 665b1fbac6f1c1b32cab4b954ecb78e021b27c85
parent 5cbe08fc039d32b8267072b53430777a68421a44
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 30 Jun 2005 17:16:16 +0000

GNU nano 1.3.8


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2803 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2+-
MNEWS | 19+++++++++++++++++++
Mconfigure.ac | 2+-
3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,4 @@ -CVS code - +GNU nano 1.3.8 - 2005.06.30 - General: - Miscellaneous comment fixes. (DLR) - Various #include fixes. Since proto.h includes nano.h, only diff --git a/NEWS b/NEWS @@ -1,3 +1,22 @@ +2005.06.30 - GNU nano 1.3.8 floats at its own level. This release + contains several new features. Among other things, you + can now move to a specified column number as well as + line number within a file, file backups saved in a + backup directory will have unique names, the search and + replace history routines should work more consistently, + you can get a word count by pressing Meta-D at the edit + window, and there's a new -E/--tabstospaces option to + convert all typed tabs to spaces (--backupdir's short + option has been changed to -C). In terms of bugfixes, + this release contains fixes for minor problems with + screen updates, UTF-8 display, and flow control; a fix + for a segfault when displaying some lines ending with + tabs; better handling of constant cursor position + display; improved color parsing in the rcfile; and + support for the "Regexp" toggle in tiny mode + (-R/--regexp is gone, and --restricted's short option + has been changed to -R), among other things. Enjoy. + 2005.04.10 - GNU nano 1.3.7 claws its way to the top. This release mostly contains bugfixes for the massive amount of new code in 1.3.6. Among other things, nano builds with diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.7-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.8], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE