commit 8d005c87435b8a388d0232e4abaa98e3e06a5894
parent e540053eb332ab6b58430562c06b40f1b326e220
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 14 Feb 2016 12:17:17 +0000
Saying that the 2.5 branch is a "rolling" release, that lock files are done,
and preparing for 2.5.3.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
6 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -8,6 +8,8 @@
do_statusbar_output): Do the copying from input to output just once.
* src/prompt.c (do_statusbar_output): Rename and condense some stuff,
and correct the main comment: filtering means allow_cntrls==FALSE.
+ * README, TODO, doc/man/{nano.1,rnano.1,nanorc.5}: Say that 2.5.x
+ is a "rolling" release, lock files are done, and prepare for 2.5.3.
2016-02-13 Benno Schulenberg <bensberg@justemail.net>
* src/browser.c (do_browser, browser_refresh): Rebuild the file list
diff --git a/README b/README
@@ -68,6 +68,5 @@ Mailing Lists and Bug Reports
Current Status
- GNU nano has reached its fifth stable milestone, 2.4.x.
- Development of new features will continue in the 2.5.x branch,
- while 2.4.x versions are dedicated to bug-fixing and polishing.
+ GNU nano has reached its sixth milestone, 2.5.x. This is now a
+ "rolling" release: bug fixing and development go hand in hand.
diff --git a/TODO b/TODO
@@ -2,8 +2,6 @@ TODO file (? means the feature may be implemented, but not definitely)
------------------------------------------------------------------------
For the future (no targeted version, catch-all)
-- Compatibility with vi/emacs status files so we can let other editors
- know we're in a file?
- FriBidi support?
- Port to DJGPP?
- Make matching bracket searches sophisticated enough to skip over
@@ -42,6 +40,8 @@ For version 2.4:
wherever we were before we resized, as Pico does. [DONE]
- Allow even better file-type detection than we have currently, e.g.
through libmagic. [DONE]
+- Compatibility with vim status files to let other editors know we're
+ in a file. [DONE]
For version 2.2:
- Rebindable keys? [DONE]
diff --git a/doc/man/nano.1 b/doc/man/nano.1
@@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
-.TH NANO 1 "version 2.5.2" "February 2016"
+.TH NANO 1 "version 2.5.3" "February 2016"
.\" Please adjust this date whenever revising the manpage.
.\"
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
@@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
-.TH NANORC 5 "version 2.5.2" "February 2016"
+.TH NANORC 5 "version 2.5.3" "February 2016"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
diff --git a/doc/man/rnano.1 b/doc/man/rnano.1
@@ -19,7 +19,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
-.TH RNANO 1 "version 2.5.2" "February 2016"
+.TH RNANO 1 "version 2.5.3" "February 2016"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME