nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5ae684fc81667e78eb14184576e4e891e15cb2c9
parent d7f5ad97860ef887136849b15de9f7f9ce2621b6
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu,  4 Mar 2004 23:48:26 +0000

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

Diffstat:
MChangeLog | 3+++
MTODO | 3++-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git 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 @@ -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.