comparison etc/TODO @ 58503:dc83ecc1ac97

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 2004 03:22:56 +0000
parents 95e2d2018daa
children 8cf051896b6b
comparison
equal deleted inserted replaced
58502:ffc46016071f 58503:dc83ecc1ac97
147 ** Provide real menus on ttys. The MS-DOS implementation can serve as 147 ** Provide real menus on ttys. The MS-DOS implementation can serve as
148 an example how to do part of this. 148 an example how to do part of this.
149 149
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
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.
152 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
156 ** Support simultaneous tty and X frames. 160 ** Support simultaneous tty and X frames.