From 5a9d4935ebccfe89b7878ba78d42887ad0e0ae2a Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 24 Oct 2005 01:44:23 +0000 Subject: [PATCH] GNU nano 1.3.9 git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3046 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 2 +- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- doc/faq.html | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a5f94416..63fb5a5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -CVS code - +GNU nano 1.3.9 - 2005.10.23 - General: - Miscellaneous comment fixes. (DLR) - More int -> bool conversions. (DLR) diff --git a/NEWS b/NEWS index 916b49dd..1072a836 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +2005.10.23 - GNU nano 1.3.9 breaks through the wall. This release + includes major enhancements as well as bugfixes. The + enhancements include better handling of invalid UTF-8, + expansion of the word count option to also count lines + and characters in the file or selection, more efficient + screen update routines, a readded -K/--rebindkeypad + option to work around numeric keypad problems on + terminals that don't show the usual NumLock glitch, a + new -W/--wordbounds option to properly detect words + containing punctuation when moving among them, and + massive improvements to the color code such as handling + of unspecified foreground colors, more efficient memory + usage for color regexes, and new reserved syntaxes + "default" and "none". The bugfixes include fixes for + the rewritten history code, fixes for potential line + numbering problems on 64-bit platforms, fixes for a few + long-standing minor display problems, a fix for erroneous + hangups occurring while waiting for input, and a fix for + a segfault when displaying certain overly long lines. + Have fun with it. + 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 diff --git a/configure.ac b/configure.ac index 4433dcf3..4a48d15a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.8-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.9], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE diff --git a/doc/faq.html b/doc/faq.html index 6ba99e7f..8f582b57 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -81,7 +81,7 @@

1.5. Why the name change from TIP?

On January 10, 2000, TIP was officially renamed to nano because of a namespace conflict with another program called 'tip'. The original 'tip' program "establishes a full duplex terminal connection to a remote host", and was included with many older Unix systems (and newer ones like Solaris). The conflict was not noticed at first because there is no 'tip' utility included with most GNU/Linux distributions (where nano was developed).

1.6. What is the current version of nano?

-

The current version of nano *should* be 1.3.8. Of course you should always check the nano homepage to see what the latest and greatest version is.

+

The current version of nano *should* be 1.3.9. Of course you should always check the nano homepage to see what the latest and greatest version is.

1.7. I want to read the man page without having to download the program!

Jeez, demanding, aren't we? Okay, look here.


-- 2.39.5