- 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$
-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.
+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