Commit 8d005c87 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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
parent e540053e
No related merge requests found
Showing with 9 additions and 8 deletions
+9 -8
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
do_statusbar_output): Do the copying from input to output just once. do_statusbar_output): Do the copying from input to output just once.
* src/prompt.c (do_statusbar_output): Rename and condense some stuff, * src/prompt.c (do_statusbar_output): Rename and condense some stuff,
and correct the main comment: filtering means allow_cntrls==FALSE. 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> 2016-02-13 Benno Schulenberg <bensberg@justemail.net>
* src/browser.c (do_browser, browser_refresh): Rebuild the file list * src/browser.c (do_browser, browser_refresh): Rebuild the file list
......
...@@ -68,6 +68,5 @@ Mailing Lists and Bug Reports ...@@ -68,6 +68,5 @@ Mailing Lists and Bug Reports
Current Status Current Status
GNU nano has reached its fifth stable milestone, 2.4.x. GNU nano has reached its sixth milestone, 2.5.x. This is now a
Development of new features will continue in the 2.5.x branch, "rolling" release: bug fixing and development go hand in hand.
while 2.4.x versions are dedicated to bug-fixing and polishing.
...@@ -2,8 +2,6 @@ TODO file (? means the feature may be implemented, but not definitely) ...@@ -2,8 +2,6 @@ TODO file (? means the feature may be implemented, but not definitely)
------------------------------------------------------------------------ ------------------------------------------------------------------------
For the future (no targeted version, catch-all) 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? - FriBidi support?
- Port to DJGPP? - Port to DJGPP?
- Make matching bracket searches sophisticated enough to skip over - Make matching bracket searches sophisticated enough to skip over
...@@ -42,6 +40,8 @@ For version 2.4: ...@@ -42,6 +40,8 @@ For version 2.4:
wherever we were before we resized, as Pico does. [DONE] wherever we were before we resized, as Pico does. [DONE]
- Allow even better file-type detection than we have currently, e.g. - Allow even better file-type detection than we have currently, e.g.
through libmagic. [DONE] through libmagic. [DONE]
- Compatibility with vim status files to let other editors know we're
in a file. [DONE]
For version 2.2: For version 2.2:
- Rebindable keys? [DONE] - Rebindable keys? [DONE]
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <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. .\" Please adjust this date whenever revising the manpage.
.\" .\"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <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. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.SH NAME .SH NAME
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
.\" Documentation License along with this program. If not, see .\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>. .\" <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. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.SH NAME .SH NAME
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment