]> git.wh0rd.org Git - nano.git/commitdiff
documentation update
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 Mar 2005 07:20:52 +0000 (07:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 Mar 2005 07:20:52 +0000 (07:20 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2375 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
TODO

index 109edc6fac32489c53f669e7d540be5e397b5f3c..211ccdb6be7d940b4e66e43b39c14168e49bd56a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -245,7 +245,8 @@ CVS code -
   main()
        - Try to automatically detect whether UTF-8 support is needed by
          setting the NO_UTF8 flag if setlocale() returns a string that
-         doesn't contain "UTF-8". (DLR)
+         doesn't contain "UTF-8".  When using slang 2.x, enable UTF-8
+         support with SLutf8_enable(). (DLR)
 - nano.h:
        - Remove now-unneeded #defines for functions that now have
          multibyte equivalents. (DLR)
diff --git a/TODO b/TODO
index bb04eb1398c255ddb630288b6b679b345361e7fd..48698f44d5dfbabf3c0ac75f574a59a1ae971915 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,7 +2,8 @@ TODO file (? means the feature may be implemented, but not definitely)
 -----------------------------------------------------------------------------
 
 For version 1.4:
-- UTF-8 support.
+- UTF-8 support. [DONE except for edit window text wrapping, help window
+  text wrapping, and the NO_CONVERT flag.]
 - Support for paragraph searches. [DONE]
 - Support for justifying the entire file at once. [DONE]
 - Support for filename searches in the file browser.