]> git.wh0rd.org Git - nano.git/commitdiff
updates to winio.c rev 1.20
authorRobert Siemborski <rjs3@andrew.cmu.edu>
Sat, 8 Jul 2000 00:43:35 +0000 (00:43 +0000)
committerRobert Siemborski <rjs3@andrew.cmu.edu>
Sat, 8 Jul 2000 00:43:35 +0000 (00:43 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@87 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 4b9dd3d5c4ca520f16fd69d3f561f7b0ef5d16cd..0859bff45b72272efcb13afc9ddfaba56a8f090e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,7 @@ nano-0.9.12 - 07/07/2000
        - Added new_magicline()
 - winio.c:
        - Added stdlib.h to includes, found by OpenBSD gcc.
+       - lots of new commenting around display functions
   do_yesno(), nanogetstr():
        - Removed now unnecessary raw/cbreak combos.
        - Removed gettext calls from "Y(es)", "N(o)", "A(ll)" and "^C", till
@@ -53,6 +54,8 @@ nano-0.9.12 - 07/07/2000
          ABOUT NLS wouldn't work).
   fix_editbot:
        - Added (should rebuild editbot from a valid edittop) (Rob)
+  edit_add:
+       - removal of redundant call to mvwaddnstr
 
 nano-0.9.11 - 06/20/2000
 - New flag "-T" or "--tabsize" to specify how to display tab widths.