From c32a5e7b4eeeee889c08588931da318870b393e8 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 10 Apr 2005 03:58:44 +0000
Subject: [PATCH] GNU nano 1.3.7

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

diff --git a/ChangeLog b/ChangeLog
index 83a87349..e356a008 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-CVS code -
+GNU nano 1.3.7 - 2005.04.10
 - General:
 	- Miscellaneous comment fixes. (DLR)
 	- After (re)initializing the terminal, make sure the cursor is
diff --git a/NEWS b/NEWS
index 03918f64..11861b28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+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
+		debug support again; going into the help browser at the
+		"Read File" prompt no longer kicks you out of the prompt
+		after you exit the help browser; paragraph searching no
+		longer skips over certain cases of single-line
+		paragraphs; the titlebar no longer cuts off some UTF-8
+		strings prematurely; and the text displayed in the help
+		browser is now wrapped as it was in nano 1.2.x, taking
+		UTF-8 support into account.  New features include an
+		--enable/disable-utf8 configure option to explicitly
+		turn detection of UTF-8 support on or off, and sample
+		regexes for C++ as well as C.  Have fun.
+
 2005.03.20 - GNU nano 1.3.6 "shout it from the rooftops" is released.
 		This release finally includes the long-awaited support
 		for UTF-8.  Other new features include the ability to
diff --git a/configure.ac b/configure.ac
index 6bc08af5..4dd4945c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 #
 # $Id$
 
-AC_INIT([GNU nano], [1.3.6-cvs], [nano-devel@gnu.org], [nano])
+AC_INIT([GNU nano], [1.3.7], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE
-- 
GitLab