commit e34cbdc5442fbac392cbf30afa2d54fa86e1db54
parent e347efb9ff168f309fd2525a3c0d46283c14e588
Author: Chris Allegretta <chrisa@asty.org>
Date: Sun, 9 Mar 2008 02:53:34 +0000
Update BUGS to reflect what got fixed in previous commit.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4219 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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 **
@@ -151,5 +147,9 @@
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$