commit 44b52ca67b1f2f28abc9434ba0533f9c27756efc
parent d25385b0901b8c2303db6b5b4acd76754d48f5e2
Author: Chris Allegretta <chrisa@asty.org>
Date: Sat, 18 Nov 2000 16:46:14 +0000
Added NEWS for upcoming release, username comp to TODO
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@293 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
M | NEWS | | | 17 | +++++++++++++++++ |
M | TODO | | | 3 | ++- |
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
@@ -1,3 +1,20 @@
+11/18/00 - Nano 0.9.20 is finally out the door. Probably the biggest
+ change is the brand new way nano displays previous search
+ and replace strings (they are now editable!) This is a
+ break from Pico's (inconsistent) interface, so if you
+ don't like the new way, "Pico" mode (-p on the command
+ line or Meta-P within nano) still works the "old"
+ way.
+ Other new features include being able to deal with
+ search strings of any length, a new internal spell feature
+ (courtesy of Mr. Rocco Corsi) and tab completion when
+ reading in or writing out files! There's also the usual
+ billion or so bug fixes. Feedback on this release is
+ welcome because so much much has changed, especially with
+ the previous string display in search and replace. Email
+ -> nano@nano-editor.org <-. If you like something, don't
+ like something, or just want to order a pizza, let us know!
+
10/02/2000 - Nano 0.9.19 is the "Chris is getting married in less than
a week and needs a distraction" release. There are only
a few actual code changes, mainly portability and compiler
diff --git a/TODO b/TODO
@@ -15,7 +15,8 @@ Current Version:
- Built-in speller command [needed for version 1.0] [DONE]
- Better statusbar interaction (scrolling, tab completion for filename)
[needed for version 1.0] [DONE]
-
+- Now do username completion (~user, would be nice, need based on user
+ feedback).
For Next Version:
- Undo/Redo key?