]> git.wh0rd.org Git - nano.git/commitdiff
Update BUGS to reflect what got fixed in previous commit.
authorChris Allegretta <chrisa@asty.org>
Sun, 9 Mar 2008 02:53:34 +0000 (02:53 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 9 Mar 2008 02:53:34 +0000 (02:53 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4219 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS

diff --git a/BUGS b/BUGS
index ee6fd273e94ef30853c60c3434487155a282d9df..236aea8e2603aedeba054270b19461383940d2ae 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,14 +1,10 @@
 ** Open BUGS **
 - Cutting the line at the top of the screen recenters to center (71)
-- F-keys do not work with new shortcut backend (72)
 - Many menu items are probably missing from the new backend (73)
-- Need a 'check-vitals-mapped' function to check that the end used didn't
-  unbind all the keys for exit or cancel before starting up the editor (74)
 - Browser and prompt code still implement old switch on raw key input instead
   of new if block for subnfunc values (75)
 - New backend code probably does not compile under anything but default options, 
   if that (76)
-- -enable-tiny does not work with new code (78)
 
 
 ** Fixed BUGS **
   prompt (bug found by Ian Turner) (69) [1.0 series only] [FIXED].
 - Trying to insert a file of 0 bytes will hang nano (70) [FIXED].
 - Meta-space and ^Space are not yet handled  in new backend code (77) [FIXED]
+- F-keys do not work with new shortcut backend (72) [FIXED]
+- Need a 'check-vitals-mapped' function to check that the end used didn't
+  unbind all the keys for exit or cancel before starting up the editor (74) [FIXED]
+- -enable-tiny does not work with new code (78) [FIXED]
 
 $Id$