aboutsummaryrefslogtreecommitdiffstats
path: root/etc/TODO
diff options
context:
space:
mode:
authorLuc Teirlinck2005-06-21 01:31:11 +0000
committerLuc Teirlinck2005-06-21 01:31:11 +0000
commit30c56b97439fcde83dfd6f4cec1bc23d140ee4ec (patch)
tree726a05ea6bff58b052614955ca77df30c53f08b9 /etc/TODO
parent9afc7f1bc3cbb494759cb5bc55a16f88d2f300c3 (diff)
downloademacs-30c56b97439fcde83dfd6f4cec1bc23d140ee4ec.tar.gz
emacs-30c56b97439fcde83dfd6f4cec1bc23d140ee4ec.zip
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index ee3236265ea..c924962244d 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -9,6 +9,9 @@ to the FSF.
9 9
10* Small but important fixes needed in existing features: 10* Small but important fixes needed in existing features:
11 11
12** Make occur correctly handle matches that span more than one line,
13 as well as overlapping matches.
14
12** Fix the kill/yank treatment of invisible text. At the moment, 15** Fix the kill/yank treatment of invisible text. At the moment,
13 invisible text is placed in the kill-ring, so that the contents of 16 invisible text is placed in the kill-ring, so that the contents of
14 the ring may not correspond to the text as displayed to the user. 17 the ring may not correspond to the text as displayed to the user.