aboutsummaryrefslogtreecommitdiffstats
path: root/etc/TODO
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-25 03:22:56 +0000
committerRichard M. Stallman2004-11-25 03:22:56 +0000
commit261b01c6429baba776f41eeac4d958fb356168d5 (patch)
treec60bce3a4952262050eaf3234a7d5ab387e08b7a /etc/TODO
parent8e7a47862a147c640a7ec1237c39d7ad6f78f5c9 (diff)
downloademacs-261b01c6429baba776f41eeac4d958fb356168d5.tar.gz
emacs-261b01c6429baba776f41eeac4d958fb356168d5.zip
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 21a7c7d8dc0..e9bfbb01009 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -150,6 +150,10 @@ to the FSF.
150** Implement popular parts of the rest of the CL functions as compiler 150** Implement popular parts of the rest of the CL functions as compiler
151 macros in cl-macs. 151 macros in cl-macs.
152 152
153** Make compiler warnings about functions that might be undefined at run time
154 smarter, so that they know which files are required by the file being
155 compiled and don't warn about functions defined in them.
156
153** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA, 157** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA,
154 but it's a valuable feature worth making more general. 158 but it's a valuable feature worth making more general.
155 159