Commit 1512503b authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add one more TODO list entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3857 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent d6972ae7
Showing with 3 additions and 0 deletions
+3 -0
...@@ -11,6 +11,9 @@ For the next version: ...@@ -11,6 +11,9 @@ For the next version:
- Allow indentation of marked text by spaces as well as tabs? - Allow indentation of marked text by spaces as well as tabs?
- Allow indentation to add just enough columns to reach the nearest - Allow indentation to add just enough columns to reach the nearest
multiple of tabsize, rather than always adding tabsize columns? multiple of tabsize, rather than always adding tabsize columns?
- Allow piping marked text to an external command and replacing it with
the command's output (as the internal spell checker already does with
the "spell" command)?
- Rewrite the nano FAQ in SGML. - Rewrite the nano FAQ in SGML.
- Allow conversion between different character sets. Maybe use glib's - Allow conversion between different character sets. Maybe use glib's
iconv() if the system's iconv() is inadequate, since we already use iconv() if the system's iconv() is inadequate, since we already use
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment