From 4ae1b99c92bedf8a886d05672426f8c2281a0e74 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 27 May 2018 19:30:25 +0200 Subject: [PATCH] docs: mark the filtering of text through an external command as done --- TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 95f8e8bd..fb1adb5d 100644 --- a/TODO +++ b/TODO @@ -8,9 +8,6 @@ Somewhat urgent: - 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. -- Allow piping marked text to an external command and replacing it with - the command's output -- that is: generalize the spell-check flow. - See also https://savannah.gnu.org/bugs/?28993. Vague musings: - Add support for right-to-left text (RTL), through FriBidi? @@ -21,8 +18,10 @@ Vague musings: brackets inside comments? For version 2.9: -- Make undo/redo work also for indenting. [DONE] +- Allow piping (marked) text to an external command and replacing it with + the command's output. That is: implement filtering. [DONE] - Allow to record and replay a macro: a stored series of keystrokes. [DONE] +- Make undo/redo work also for indenting. [DONE] For version 2.8: - Allow text searches in the help viewer. [DONE]