From 5ae684fc81667e78eb14184576e4e891e15cb2c9 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 4 Mar 2004 23:48:26 +0000
Subject: [PATCH] TODO update: clarify the paragraph searching item, and add
 item for filename searches in the file browser

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1683 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 3 +++
 TODO      | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 07bc8154..04dae9b6 100644
--- 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 f034ccb0..8f8f51c0 100644
--- 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.
-- 
GitLab