nano

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

commit 07e97d61c06e9df95c481d9f06f0eb195ec69282
parent 71348eeb1f411fb219c818cb96210fa820d1e985
Author: Chris Allegretta <chrisa@asty.org>
Date:   Tue,  3 Oct 2000 01:52:50 +0000

Updates for upcoming 0.9.19 release


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

Diffstat:
MBUGS | 8+++++---
MChangeLog | 2+-
MNEWS | 9+++++++++
3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/BUGS b/BUGS @@ -70,10 +70,12 @@ - Marked cutting sometimes leaves a newline in the file unintelligently, such as when all of a line is selected but the mark doesn't proceed to the new line. (8) { Is this an issue? compare to pico 3.5 } -- no way to do a replace with the empty string. (11) +- no way to do a replace with the empty string (11). - Spelling support is not elegant like pico's integration of the 'spell' - program. Nano only uses ispell (for now) (12) + program. Nano only uses ispell (for now) (12). - In replace, there is no way to accept the default replace string. (27) -- totsize problems still abound in do_justify (33) +- totsize problems still abound in do_justify (33). +- in certain terms, nano will leave a "ghost" of screen upon exit + when called from inside mutt (among other settings) (45). $Id$ diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,4 @@ -CVS changes - +nano 0.9.19 - 10/02/2000 - General - Added PDCurses support under cygwin, which allows building a nice stand-alone nano.exe for those poor Windows users. diff --git a/NEWS b/NEWS @@ -1,3 +1,12 @@ +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 + warning fixes. Nano now also supports PDCurses, which + enables easily-built nano executables for Windows NT + and 95/98 for the brave. The official nano site has + changed (again) as well, check out www.nano-editor.org for + all the latest nano schtuff. + 09/18/2000 - Nano 0.9.18 is unleashed. It has some new keyboard handling code, cygwin support out of the box, and a more portable handler for the NOHELP toggle. There