diff --git a/ChangeLog b/ChangeLog index 07bc8154c77be36d630208b37016dcf0adadac4b..04dae9b660113c51fc70f21c8761e5d04d6454a2 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 f034ccb0d95ffe8da713331eaede3efea5622bcb..8f8f51c067e351c676d4a360abb63555bd805680 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.