Commit 5ac10818 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Updating the README text to the fifth milestone: 2.4.x.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5173 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e683e32c
Showing with 17 additions and 15 deletions
+17 -15
2015-04-03 Benno Schulenberg <bensberg@justemail.net>
* README: Update text to the fifth milestone: 2.4.x, plus tweaks.
2015-03-28 Benno Schulenberg <bensberg@justemail.net> 2015-03-28 Benno Schulenberg <bensberg@justemail.net>
* src/search.c (search_init_globals, search_replace_abort), * src/search.c (search_init_globals, search_replace_abort),
src/winio.c (edit_redraw), src/proto.h, src/global.c: When finding src/winio.c (edit_redraw), src/proto.h, src/global.c: When finding
...@@ -22,7 +25,7 @@ ...@@ -22,7 +25,7 @@
* src/search.c (do_replace_loop): Place a call to edit_refresh better, * src/search.c (do_replace_loop): Place a call to edit_refresh better,
and remove two unneeded ones. This greatly speeds up nano when doing and remove two unneeded ones. This greatly speeds up nano when doing
a Replace All with *lots* of occurrences. a Replace All with *lots* of occurrences.
* src/{color,global,nano,text,utils}.c: Normalize some whitespace. * src/{color,global,nano,text,utils}.c: Normalize some whitespace.
* src/global.c (strtosc): The linter is only available when colour is. * src/global.c (strtosc): The linter is only available when colour is.
* src/global.c, src/text.c: Treat the formatter like a speller, to fix * src/global.c, src/text.c: Treat the formatter like a speller, to fix
compilation with --disable-speller. Fixes Savannah bug #44607. compilation with --disable-speller. Fixes Savannah bug #44607.
...@@ -51,7 +54,7 @@ ...@@ -51,7 +54,7 @@
2015-03-22 Chris Allegretta <chrisa@asty.org> 2015-03-22 Chris Allegretta <chrisa@asty.org>
* src/text.c (do_alt_speller): timestamp can just be a time_t. * src/text.c (do_alt_speller): timestamp can just be a time_t.
Fixes compilation on win32. Fixes compilation on win32 and macOS.
GNU nano 2.4.0 - 2015.03.22 GNU nano 2.4.0 - 2015.03.22
2015-03-22 Benno Schulenberg <bensberg@justemail.net> 2015-03-22 Benno Schulenberg <bensberg@justemail.net>
...@@ -164,7 +167,7 @@ GNU nano 2.3.99pre2 - 2015.02.06 ...@@ -164,7 +167,7 @@ GNU nano 2.3.99pre2 - 2015.02.06
2015-01-13 Chris Allegretta <chrisa@asty.org> 2015-01-13 Chris Allegretta <chrisa@asty.org>
* src/files.c (open_buffer): Check here for locking and properly * src/files.c (open_buffer): Check here for locking and properly
handle choosing to not open a file when locked instead of in handle choosing to not open a file when locked instead of in
open_file(). Fixes Savannah bug 42373 reported by Benno Schulenberg. open_file(). Fixes Savannah bug #42373 reported by Benno Schulenberg.
GNU nano 2.3.99pre1 - 2015.01.06 GNU nano 2.3.99pre1 - 2015.01.06
2015-01-03 Chris Allegretta <chrisa@asty.org> 2015-01-03 Chris Allegretta <chrisa@asty.org>
......
...@@ -6,20 +6,19 @@ Overview ...@@ -6,20 +6,19 @@ Overview
The nano project was started because of a few "problems" with the The nano project was started because of a few "problems" with the
wonderfully easy-to-use and friendly Pico text editor. wonderfully easy-to-use and friendly Pico text editor.
First and foremost is its license: the Pine suite does not use the First and foremost was its license: the Pine suite does not use
GPL or a GPL-friendly license, and has unclear restrictions on the GPL or a GPL-friendly license, and has unclear restrictions on
redistribution. Because of this, Pine and Pico are not included redistribution. Because of this, Pine and Pico are not included
with many GNU/Linux distributions. Also, other features (like go with many GNU/Linux distributions. Also, other features (like
to line number or search and replace) were unavailable until go-to-line-number or search-and-replace) were unavailable until
recently or require a command line flag. Yuck. recently or require a command-line flag. Yuck.
nano aims to solve these problems by emulating the functionality of nano aims to solve these problems by emulating the functionality of
Pico as closely as possible while addressing the problems above and Pico as closely as possible while addressing the problems above and
perhaps providing other extra functionality. providing other extra functionality.
The nano editor is now an official GNU package. For more The nano editor is an official GNU package. For more information on
information on GNU and the Free Software Foundation, please see GNU and the Free Software Foundation, please see http://www.gnu.org/.
http://www.gnu.org/.
How to compile and install nano How to compile and install nano
...@@ -65,6 +64,6 @@ Mailing Lists and Bug Reports ...@@ -65,6 +64,6 @@ Mailing Lists and Bug Reports
Current Status Current Status
GNU nano has reached its fourth stable milestone, 2.2.x. GNU nano has reached its fifth stable milestone, 2.4.x.
Development of new features continues in the 2.3.x branch, while Development of new features will continue in the 2.5.x branch,
2.2.x versions are dedicated to bug-fixing and polishing. while 2.4.x versions are dedicated to bug-fixing and polishing.
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