From c9f147aba3ab85ab66f69c9e9d37130a93498c12 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Fri, 15 Sep 2000 13:28:05 +0000
Subject: [PATCH] Finally closed bug #16 for inactivity, updated TODO

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@222 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 BUGS | 6 +++---
 TODO | 6 +++++-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/BUGS b/BUGS
index 9af8f4fb..918c9dc7 100644
--- a/BUGS
+++ b/BUGS
@@ -11,6 +11,8 @@
   (14) [FIXED, mostly]
 - Doing a replacement of a substring of the replace string (e.g. replacing
   "ed" with "fred" causes an infinite loop. (15) [FIXED]
+- Cutting a file with marked text and both marker ends on the same line
+  causes a random segfault (16) [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:
@@ -59,6 +61,7 @@
   signals very well =-) (41) [FIXED].
 - Unable to cut the entire file using the marker (discovered by Kev Tyler)
   (42). [FIXED]
+- The keypad does not work when nano runs in the Gnome terminal (43). [FIXED]
 ** Open BUGS **
 
 - Marked cutting sometimes leaves a newline in the file unintelligently,
@@ -67,11 +70,8 @@
 - no way to do a replace with the empty string. (11)
 - Spelling support is not elegant like pico's integration of the 'spell'
   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) [FIXED?]
 - In replace, there is no way to accept the default replace string. (27)
 - totsize problems still abound in do_justify (33)
-- The keypad does not work when nano runs in the Gnome terminal (43).
 
 $Id$
 
diff --git a/TODO b/TODO
index e6137be5..82b76170 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@ TODO file (? means the feature may be implemented, but not definitely)
 -----------------------------------------------------------------------------
 
 Current Version:
-- Implement Spelling [DONE, mostly...]
+- Implement Spelling [DONE]
 - Implement Help [DONE]
 - Internationalization [In progress, translators welcome!]
 - Allow nano to be resized in X. [DONE]
@@ -12,6 +12,10 @@ Current Version:
 - Implement justify function [DONE]
 - Cut to end of line [DONE]
 - Unjustify command (^U after ^J)
+- Built-in speller command [needed for version 1.0]
+- Better statusbar interaction (scrolling, tab completion for filename)
+  [needed for version 1.0]
+
 
 For Next Version:
 - Undo/Redo key?
-- 
GitLab