nano

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

commit e955dae7117818040e41da2ef5cd1f6894fbe8f0
parent 68b12334d59bf5f27661e0b14d5a0c8d0d18370a
Author: Chris Allegretta <chrisa@asty.org>
Date:   Fri,  7 Jul 2000 22:24:59 +0000

Updated docs for impending 0.9.12 release


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

Diffstat:
MAUTHORS | 4++--
MChangeLog | 2+-
MNEWS | 12++++++++++++
3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -3,7 +3,7 @@ editor. Please see the ChangeLog for specific changes by author. ------------------------------------------------------------------------- Chris Allegretta <chrisa@asty.org> - * Main program author and maintainer + * Main program author and maintainer. Jordi Mallach <jordi@sindominio.net> * Debian package maintainer, fellow bug squasher. @@ -16,5 +16,5 @@ Adam Rogoyski <rogoyski@cs.utexas.edu> Robert Siemborski <rjs3@andrew.cmu.edu> * Miscellaneous cut, display, replace, and other bug fixes, - original "magic line" code, read_line() function, new + original and new "magic line" code, read_line() function, new edit display routines. diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,4 @@ -CVS code changes since last release - +nano-0.9.12 - 07/07/2000 - all: - New regexp search feature by Bill Soudan. New flags USE_REGEXP and REGEXP_COMPILED, new functions regexp_init, regexp_cleanup diff --git a/NEWS b/NEWS @@ -1,3 +1,15 @@ +07/07/2000 - Nano 0.9.12 (The "lucky day" release) is bursting with new + features, bug fixes, and yummy fruit flavor. For + changes, the alternate replace keystroke ^W^T is now + ^W^R to be compatible with later version of Pico. + ^W^T is now goto line, again for Pico compatibility. + As for new features, the wonderful/hated magic line + code has returned with a vengeance! Also, regular + expression searches and replaces have been incorporated + via the -R flag. And of course there are the usual + helping of display and other bug fixes to top it all + off. + 06/20/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy routines in the program, specifically the wrapping code and almost all of the display routines. There are many