commit 231d3d6979dd29aba7cfaf3b1c7d1fc1e4f227ab
parent acb6234263e2a43af5201b613ec136f3ab65e903
Author: Chris Allegretta <chrisa@asty.org>
Date: Sat, 22 Jul 2000 19:33:19 +0000
Update BUGS for closed bugs and update NEWS for the upcoming .13 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@112 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/BUGS b/BUGS
@@ -13,6 +13,9 @@
"ed" with "fred" causes an infinite loop. (15) [FIXED]
- Cutting more than one line resets the KEEP_CUTBUFFER flag in 0.9.3
Error is in bitwise assignment (nano.h). (17) [FIXED]
+- The wrapping code does not work right for lines like the following:
+ * *
+ Error is in do_wrap, must be rewritten. (18) [FIXED]
- Nano fails to follow symlinks, even though -l isn't being used (20).
[Bug in global flag init, FIXED]
- When using --help or --version, the SIGINT character gets lost. (21) [FIXED]
@@ -40,9 +43,6 @@
program. Nano only uses ispell (for now) (12)
- Cutting a file with marked text and both marker ends on the same line
causes a random segfault (16)
-- The wrapping code does not work right for lines like the following:
- * *
- Error is in do_wrap, must be rewritten (18).
- Wrapping a line with autoindent mode sometimes causes a segfault (19).
- When inserting files, the display sometimes fails to display properly
until a pageup/down occurs (22).
diff --git a/NEWS b/NEWS
@@ -1,3 +1,11 @@
+07/2?/2000 - Nano 0.9.13 has a few new bits and bobs, most notably the
+ -k option from Pico (cut to end of line). The majority
+ of changes in this release are bugfixes however, including
+ the usual display fixes and fixes for writing to symbolic
+ links and un-writeable files. Barring any other major
+ changes, this should be the feature set for nano 1.0,
+ whenever it might be released =-)
+
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