From 6cf442e329fd6cb6a972472661911b0bc3140b85 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 11 Feb 2020 16:59:15 +0100 Subject: [PATCH] docs: mark bracketed pasting as done in the TODO list --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 17d6d802..d7f6f3e2 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ A list of desired features -------------------------- Somewhat urgent: -- Detect when text is being pasted, so that we can handle it faster. - See https://savannah.gnu.org/bugs/?40060. - Allow color syntaxes to apply to more than just color, so that we can e.g. specify a different alternate spell checker depending on which file type we have open. @@ -16,6 +14,9 @@ Vague musings: - Make matching bracket searches sophisticated enough to skip over brackets inside comments? +For version 4.8: +- Detect when text is being pasted, so that we can handle it faster. [DONE] + For version 4.0: - Make undo/redo work also for justifying. [DONE]