From 2cd986cdef8aca32a98895233414b51fb08d9261 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 23 Dec 2005 16:08:19 +0000
Subject: [PATCH] GNU nano 1.3.10

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3246 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog    |  2 +-
 NEWS         | 17 +++++++++++++++++
 configure.ac |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 94f03844..18b13b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.3.10 - 2005.12.23
 - General:
 	- Miscellaneous comment fixes. (DLR)
 	- More int -> bool conversions. (DLR)
diff --git a/NEWS b/NEWS
index 1072a836..437e71dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2005.12.23 - GNU nano 1.3.10 rises to the surface.  This release
+		contains several new features as well as fixes for
+		several longstanding bugs.  The former include the
+		ability to scroll up or down single lines without
+		scrolling the cursor, reworked bracket searching code
+		that doesn't require regular expression support,
+		reworked command execution code that uses $SHELL if
+		available instead of hardcoding "/bin/sh", and the
+		ability to no longer add newlines to files that don't
+		end in them via the -L/--nonewlines option.  The latter
+		include fixes to the statusbar prompt so that mouse
+		clicks work properly on it, fixes to the Yes/No/All
+		prompt so that mouse clicks on it work properly when
+		-O/--morespace is used, and fixes to the resize handling
+		so that nano dies properly when the terminal is too
+		small to display a prompt.  Enjoy.
+
 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,
diff --git a/configure.ac b/configure.ac
index 023807e6..8a1bed57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [1.3.9-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [1.3.10], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE
-- 
GitLab