Mercurial > emacs
comparison etc/TODO @ 50587:f711c86ea5c9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Apr 2003 10:16:05 +0000 |
parents | 198eb20e0bbb |
children | 85280cb01eba |
comparison
equal
deleted
inserted
replaced
50586:3bbd33912c1d | 50587:f711c86ea5c9 |
---|---|
140 | 140 |
141 * Split out parts of lisp.h and generate Makefile dependencies | 141 * Split out parts of lisp.h and generate Makefile dependencies |
142 automatically. | 142 automatically. |
143 | 143 |
144 * Update the FAQ. | 144 * Update the FAQ. |
145 | |
146 * Make update-game-score work on systems that don't have strerror and difftime. | |
145 | 147 |
146 * Allow auto-compression-mode to use zlib calls if zlib is available. | 148 * Allow auto-compression-mode to use zlib calls if zlib is available. |
147 [It's required for PNG, so may be linked anyhow.] | 149 [It's required for PNG, so may be linked anyhow.] |
148 | 150 |
149 * Add a --pristine startup flag which does -q --no-site-file plus | 151 * Add a --pristine startup flag which does -q --no-site-file plus |
212 GNU libc so that the special mmapping of buffers can be removed -- | 214 GNU libc so that the special mmapping of buffers can be removed -- |
213 that apparently loses under Solaris, at least. [fx has mostly done | 215 that apparently loses under Solaris, at least. [fx has mostly done |
214 this.] | 216 this.] |
215 | 217 |
216 * Use the XIE X extension, if available, for image display. | 218 * Use the XIE X extension, if available, for image display. |
219 | |
220 * Make monochrome images display using the foreground and background | |
221 colors of the applicable faces. | |
217 | 222 |
218 * Add support for rendering antialiased text, probably using | 223 * Add support for rendering antialiased text, probably using |
219 XRender/Freetype. | 224 XRender/Freetype. |
220 | 225 |
221 * Rewrite make-docfile to be clean and maintainable. | 226 * Rewrite make-docfile to be clean and maintainable. |