]> git.wh0rd.org Git - nano.git/commitdiff
Added likely NEWS items for 0.9.11 to NEWS
authorChris Allegretta <chrisa@asty.org>
Tue, 20 Jun 2000 00:39:20 +0000 (00:39 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 20 Jun 2000 00:39:20 +0000 (00:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@38 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

NEWS

diff --git a/NEWS b/NEWS
index 1939fa4588159e88207001894f3b49e56c14786c..53a3e243d7b4a8ff9dfc4255df8c0b7187ccdf51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+06/xx/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
+               improvements and bugfixes to the display subsystem in 
+               general, but there may be bugs lurking yet.  Also, after
+               many MANY requests, there is now an option to set the
+               displayed tab width (-T, --tabsize).  Note that 
+               this function just changes the way tabs LOOK in the
+               editor, the tabs you input are still real tabs of normal
+               width  (usually 8 characters); nano just makes them look
+               smaller or bigger whlie in the editor.
+
 06/06/2000 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT when
                using "run and terminate" flags (for example, --help).
                There are also some minor documentation updates.  This