From 890ea443d746c0c922bb2ed6da0b80dc7ce55bd8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 29 Aug 2006 17:29:57 +0000 Subject: [PATCH] GNU nano 1.9.99pre1 git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3862 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 2 +- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d439041..817a3717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -CVS code - +GNU nano 1.9.99pre1 - 2006.08.29 - General: - Miscellaneous comment fixes. (DLR) - Fix option descriptions. At least one of the two parts of diff --git a/NEWS b/NEWS index 5b5eb8f0..d4ece549 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +2006.08.29 - GNU nano 1.9.99pre1 passes through the flames. This + release fixes various bugs in the last version: the + mouse support properly ignores everything except clicks + of the left mouse button; the statusbar is now blanked + properly when it should be; indenting and unindenting + operate on the current line when the mark is off; nano + should build on Tru64, NetBSD, and other systems that + use termcap instead of terminfo in their curses + libraries; the built-in file browser now properly + navigates file lists that take up only one row; the + cursor position is now completely restored after + inserting a file into the current buffer, and after + inserting the output of a command into a new buffer; the + ^X shortcut at the search prompt has been removed, as + official Pico doesn't include it and it's too easily + confused with Exit; the screen is updated properly after + scrolling a line without moving the cursor; the keyboard + input routines behave more consistently; and so on. + Have fun with it. + 2006.06.26 - GNU nano 1.3.12 escapes the darkness. This release contains the last new features that nano will have before 2.0: copying text into the cutbuffer without diff --git a/configure.ac b/configure.ac index 1f0c5f0c..ae99a3a7 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.12-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.9.99pre1], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE -- 2.39.5