]> git.wh0rd.org Git - nano.git/commitdiff
in TODO, add entries for fixing limitations with pasting text and
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 23 Apr 2007 15:39:01 +0000 (15:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 23 Apr 2007 15:39:01 +0000 (15:39 +0000)
handling bad/incomplete UTF-8 sequences

git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4101 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
TODO

index d53b2bd9a2e7981175c57afa6638443c9d16f44c..289dd3376e3d797b959ba1798793b39a5a29aa00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ CVS code -
   backup_lines()
        - Avoid a segfault when the mark begins and ends on the line
          after the last line of the paragraph. (DLR)
+- TODO:
+       - Add entries for fixing limitations with pasting text and
+         handling bad/incomplete UTF-8 sequences. (DLR)
 
 GNU nano 2.0.5 - 2007.04.22
 - files.c:
diff --git a/TODO b/TODO
index 1520e9ea2c53fb1a9725db45a93eb7366ace0b96..873251db79da8f5770b870afa8b7e98d817c4b76 100644 (file)
--- a/TODO
+++ b/TODO
@@ -35,6 +35,11 @@ For the next version:
   the center line, and M-' (M-") to go to the last line.
 - Allow searching for and replacing newlines.
 - Allow soft wrapping as well as hard wrapping?
+- Detect when we're pasting text, so that we can handle it differently
+  from normal typing?
+- Make pasting text work as fast as it does in Pico.
+- Fix handling of bad/incomplete UTF-8 sequences to display one Unicode
+  FFFD (Replacement Character) per sequence instead of one per byte.
 
 Old requests: