From af40fb65ae9396f2cbc4262d5be64910aa959925 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sat, 12 Mar 2016 09:37:48 +0000
Subject: [PATCH] Tweaking the Changelog a bit, and the NEWS file (double
 spacing version jumps).

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

diff --git a/ChangeLog b/ChangeLog
index b30b7d59..1774057e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
 	--enable-tiny plus --enable-nanorc.
 
 2016-03-10  Benno Schulenberg  <bensberg@justemail.net>
-	* src/rcfile.c (grab_and_store): Do not accept 'header" and 'magic'
+	* src/rcfile.c (grab_and_store): Do not accept 'header' and 'magic'
 	commands for the default syntax.  This fixes Savannah bug #47323.
 	* src/rcfile.c (pick_up_name): Fold the parsing of a linter and
 	formatter command into a single routine.
@@ -50,8 +50,8 @@
 
 2016-02-29  Benno Schulenberg  <bensberg@justemail.net>
 	* src/nano.h, src/rcfile.c, src/color.c: Rename a struct member.
-	* src/rcfile.c (parse_rcfile): Don't allocate a struct for the "none"
-	syntax, and thus prevent it from being extended.
+	* src/rcfile.c (parse_rcfile): Don't allocate a struct for the
+	"none" syntax (and thus prevent it from being extended).
 	* src/nano.h, src/rcfile.c: Arrange some things more orderly.
 	* src/rcfile.c (parse_rcfile): Close an extended syntax again.
 	* src/rcfile.c (parse_rcfile): Rename a variable.
diff --git a/NEWS b/NEWS
index 7ccfb387..d5d096ef 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,7 @@
 		undo fixes, and many more improvements!  Thank you for
 		using nano!
 
+
 2015.11.18 - GNU nano 2.4.3 "Apocalypse" is now available for your
 		downloading pleasure.  This release includes a myriad
 		of fixes including several memory leaks, issues with
@@ -178,6 +179,7 @@
 		for the "set allow_insecure_backup" nanorc option.
 		Don't stop, get it get it, don't stop, get it get it.
 
+
 2010.11.22 - GNU nano 2.2.6 "Pimp my BBS" wants you to go to
 		www.desertbus.org and donate a few bucks for the great
 		Child's Play Charity!  This is just a small release to
@@ -273,6 +275,7 @@
 		stable release, and apologies for all those bugs we
 		didn't yet find :-) Peace to all.
 
+
 2009.11.21 - GNU nano 2.1.99pre2 is available for a special pre-Black
 		Friday discount.  Included are some (hopefully
 		final) fixes for issues with last page display
@@ -439,6 +442,7 @@
 		https://savannah.gnu.org/bugs/?group=nano and
 		thanks for sticking with us!
 
+
 2007.12.20- GNU nano 2.0.7 keeps its balance.  This release fixes
 		several bugs, among others: a segfault and several
 		cursor positioning problems when uncutting text or
@@ -527,6 +531,7 @@
 		color syntaxes.  See the UPGRADE file for more
 		information, and enjoy the new stable release.
 
+
 2006.10.25 - GNU nano 1.9.99pre3 learns to appreciate life.  This
 		release fixes a bug where the screen sometimes wouldn't
 		be updated properly after copying text into the
@@ -785,6 +790,7 @@
 		display routines to make them behave more intuitively.
 		It also includes the usual load of bugfixes.  Enjoy.
 
+
 2003.08.11 - GNU nano 1.2.2 is released, only four months since the
 		last version :-).  This release includes fixes for
 		broken regex detection, search history recall, and
@@ -812,6 +818,7 @@
 		much more.  Please read the UPGRADE file for details,
 		and enjoy GNU nano 1.2.0.
 
+
 2003.02.13 - GNU nano 1.1.99pre3 "The last testing version, no
 		really!" is released.  This release includes fixes for
 		wrapping (again), resizing, color syntax highlighting,
@@ -1063,6 +1070,7 @@
 		introduce lots of bugs ;-)  Have fun with it, but be
 		careful, unstable means unstable.
 
+
 2001.07.01 - GNU nano 1.0.3 is the "mutt" release.  This release
 		features oodles of bug fixes with cutting text,
 		especially with the -k (cut to end) option.  There is
@@ -1103,6 +1111,7 @@
 		this first stable release of nano, and as always,
 		feedback is welcome! nano@nano-editor.org.
 
+
 2001.02.19 - Nano 0.9.99pre3 brings a lot of changes!  The most
 		important being that nano is now officially a GNU
 		program.  Some changes have been made for GNU
-- 
GitLab