From 800a997008616028c81892ce33aa0be0a0929a53 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 27 Nov 2017 17:45:55 +0100 Subject: [PATCH] bump version numbers and add a news item for the 2.9.1 release --- ChangeLog | 26 ++++++++++++++++++++++++++ NEWS | 7 +++++++ configure.ac | 2 +- doc/faq.html | 2 +- doc/nano.1 | 2 +- doc/nano.texi | 6 +++--- doc/nanorc.5 | 2 +- doc/rnano.1 | 2 +- 8 files changed, 41 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67794b95..77dacde6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +Changes between v2.9.0 and v2.9.1: +---------------------------------- + +Benno Schulenberg (20): + build: fix compilation with --disable-browser --disable-tabcomp + bump version numbers and add a news item for the 2.9.1 release + files: always update the stat info when the entire file is written + files: save the marked region only when we've prompted for a file name + gnulib: update to its current upstream state + history: create the path '~/.local/share/' when it is needed + history: make nano's state directory accessible for the user only + history: save the positions file also when a record was deleted + input: make the macro key discoverable by giving feedback when undefined + linting: switch the mark off when the linter starts + selecting: do not cancel the softmark when the cursor is not moved + selecting: let a justification cancel a softmark + syntax: adjust the magic strings for the changes since file-5.10 + tweaks: adjust indentation after previous change + tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough + tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments + tweaks: reshuffle a couple of lines, and frob a comment or two + tweaks: reshuffle a couple of lines, to put similar things together + undo: clear the Modified state when the very first edit is undone + undo: discarding the stack does not always lose information + + Changes between v2.8.7 and v2.9.0: ---------------------------------- diff --git a/NEWS b/NEWS index 5604c654..93feb55f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2017.11.27 - GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark + is on, ^S would overwrite the file with just the marked + region. This release further clears the "Modified" flag + when all edits are undone, adds or updates some magic + strings, and does not forget when the cursor was last + at line 1, column 1. + 2017.11.18 - GNU nano 2.9.0 "Eta" introduces the ability to record and replay keystrokes (M-: to start and stop recording, M-; to play the macro back), makes ^Q and ^S do something diff --git a/configure.ac b/configure.ac index 0da078d3..03079964 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see http://www.gnu.org/licenses/. -AC_INIT([GNU nano], [2.9.0], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [2.9.1], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([1.14]) diff --git a/doc/faq.html b/doc/faq.html index b7c049c5..159951a5 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -83,7 +83,7 @@

1.3. 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.4. What is the current version of nano?

-

The current version of nano should be 2.9.0. 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 2.9.1. Of course, you should always check the nano homepage to see what the latest and greatest version is.

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

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


diff --git a/doc/nano.1 b/doc/nano.1 index 12443c86..fbfc4453 100644 --- a/doc/nano.1 +++ b/doc/nano.1 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" . .\" -.TH NANO 1 "version 2.9.0" "November 2017" +.TH NANO 1 "version 2.9.1" "November 2017" .SH NAME nano \- Nano's ANOther editor, an enhanced free Pico clone diff --git a/doc/nano.texi b/doc/nano.texi index 4714ac0b..ac614911 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -8,7 +8,7 @@ @smallbook @set EDITION 0.5 -@set VERSION 2.9.0 +@set VERSION 2.9.1 @set UPDATED November 2017 @dircategory Editors @@ -23,7 +23,7 @@ @titlepage @title GNU @command{nano} @subtitle a small and friendly text editor -@subtitle version 2.9.0 +@subtitle version 2.9.1 @author Chris Allegretta @page @@ -63,7 +63,7 @@ e-mail: @email{chrisa@@asty.org}@* @node Top @top -This manual documents the GNU @command{nano} editor, version 2.9.0. +This manual documents the GNU @command{nano} editor, version 2.9.1. @menu * Introduction:: diff --git a/doc/nanorc.5 b/doc/nanorc.5 index 3e4b0e5a..25277a5e 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" . .\" -.TH NANORC 5 "version 2.9.0" "November 2017" +.TH NANORC 5 "version 2.9.1" "November 2017" .SH NAME nanorc \- GNU nano's configuration file diff --git a/doc/rnano.1 b/doc/rnano.1 index 2cd2e3de..40cbec64 100644 --- a/doc/rnano.1 +++ b/doc/rnano.1 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" . .\" -.TH RNANO 1 "version 2.9.0" "November 2017" +.TH RNANO 1 "version 2.9.1" "November 2017" .SH NAME rnano \- a restricted nano