]> git.wh0rd.org Git - nano.git/commitdiff
TODO update: clarify the paragraph searching item, and add item for
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 4 Mar 2004 23:48:26 +0000 (23:48 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 4 Mar 2004 23:48:26 +0000 (23:48 +0000)
filename searches in the file browser

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1683 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
TODO

index 07bc8154c77be36d630208b37016dcf0adadac4b..04dae9b660113c51fc70f21c8761e5d04d6454a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -222,6 +222,9 @@ CVS code -
          and fix spacing and capitalization in several spots. (DLR)
 - NEWS:
        - Capitalization fix. (DLR)
+- TODO:
+       - Clarify the paragraph searching item, and add item for
+         filename searches in the file browser. (DLR)
 
 GNU nano 1.3.1 - 2004.01.09
 - General:
diff --git a/TODO b/TODO
index f034ccb0d95ffe8da713331eaede3efea5622bcb..8f8f51c067e351c676d4a360abb63555bd805680 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,7 +3,8 @@ TODO file (? means the feature may be implemented, but not definitely)
 
 For version 1.4:
 - UTF-8 support.
-- Support for Pico's paragraph searching ability. [DONE]
+- Support for paragraph searches. [DONE]
+- Support for filename searches in the file browser.
 - Undo/Redo key?
 - Rebindable keys?
 - Keystroke to implement "Add next sequence as raw" like vi's ^V.