aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-06-20 14:01:37 +0000
committerStefan Monnier2005-06-20 14:01:37 +0000
commit2345130a330ae7ba5c53655172f68e2d652bcfeb (patch)
treebff2e9a15dd3b5475a79268d5da6cce8a3474814
parenteb7c6f2062bc9e511bf56cc6f9f5f3c0462de9ef (diff)
downloademacs-2345130a330ae7ba5c53655172f68e2d652bcfeb.tar.gz
emacs-2345130a330ae7ba5c53655172f68e2d652bcfeb.zip
*** empty log message ***
-rw-r--r--etc/TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/TODO b/etc/TODO
index c3e9a84ce54..ee3236265ea 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -11,8 +11,8 @@ to the FSF.
11 11
12** Fix the kill/yank treatment of invisible text. At the moment, 12** 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 13 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. It 14 the ring may not correspond to the text as displayed to the user.
15 ought to be possible to omit text which is invisible (due to a 15 It ought to be possible to omit text which is invisible (due to a
16 text-property, overlay, or selective display) from the kill-ring. 16 text-property, overlay, or selective display) from the kill-ring.
17 17
18** Change the way define-minor-mode handles autoloading. 18** Change the way define-minor-mode handles autoloading.
@@ -365,6 +365,11 @@ to the FSF.
365 For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode, 365 For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
366 haskell-mode, tuareg-mode, ... 366 haskell-mode, tuareg-mode, ...
367 367
368* Other known bugs:
369
370** a two-char comment-starter whose two chars are symbol constituents will
371not be noticed if it appears within a word.
372
368** Fix unexelf.c to handle the .data.rel and .data.rel.local 373** Fix unexelf.c to handle the .data.rel and .data.rel.local
369 sections made by GCC 3.4 on IRIX. 374 sections made by GCC 3.4 on IRIX.
370 375