nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 71366cd21a8dedda4a5e0bc2e8ef97c9d90acc00
parent 6c5781ba105f2d9d4bb56dcae5749205e246481b
Author: Chris Allegretta <chrisa@asty.org>
Date:   Thu, 23 Nov 2000 21:04:27 +0000

Updated NEWS for impending release, updated TODO for 1.0 stuff


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@309 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MNEWS | 8+++++++-
MTODO | 8+++++---
2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS @@ -1,4 +1,10 @@ -11/18/00 - Nano 0.9.20 is finally out the door. Probably the biggest +11/23/2000 - Happy Thanksgiving! Nano 0.9.21 is our "last version was + a big turkey" release. It fixes several bugs introduced + by the previous version, as well as a few long- + standing display bugs. All 0.9.20 users are strongly + encouraged to upgrade to this release. + +11/18/2000 - 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 diff --git a/TODO b/TODO @@ -11,12 +11,14 @@ Current Version: - Rewrite edit_refresh, if at all possible [DONE] - Implement justify function [DONE] - Cut to end of line [DONE] -- Unjustify command (^U after ^J) - 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). +- Now do username completion [DONE]. + +Needed for version 1.0: +- Unjustify command (^U after ^J) +- Username completion (~user). For Next Version: - Undo/Redo key?