diff options
| author | Richard M. Stallman | 2004-11-25 03:22:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-25 03:22:56 +0000 |
| commit | 261b01c6429baba776f41eeac4d958fb356168d5 (patch) | |
| tree | c60bce3a4952262050eaf3234a7d5ab387e08b7a /etc/TODO | |
| parent | 8e7a47862a147c640a7ec1237c39d7ad6f78f5c9 (diff) | |
| download | emacs-261b01c6429baba776f41eeac4d958fb356168d5.tar.gz emacs-261b01c6429baba776f41eeac4d958fb356168d5.zip | |
*** empty log message ***
Diffstat (limited to 'etc/TODO')
| -rw-r--r-- | etc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||