From c88556cbb11195cdac53ef2ad00636705e8d28d0 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 23 Apr 2007 15:39:01 +0000 Subject: [PATCH] in TODO, add entries for fixing limitations with pasting text and handling bad/incomplete UTF-8 sequences git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4101 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 5 +++++ TODO | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index df3e34f6..dc4c9a9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-23 David Lawrence Ramsey + + * TODO: Add entries for fixing limitations with pasting text and + handling bad/incomplete UTF-8 sequences. + 2007-04-22 David Lawrence Ramsey * text.c (backup_lines): Avoid a segfault when the mark begins diff --git a/TODO b/TODO index 1520e9ea..873251db 100644 --- 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: