comparison etc/TODO @ 62222:bedd8e5433cd

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 May 2005 09:22:07 +0000
parents 71c8a6678c21
children c94921e36674 6fef25c75847 62afea0771d8
comparison
equal deleted inserted replaced
62221:ebb9e325798e 62222:bedd8e5433cd
6 it best. Since Emacs is an FSF-copyrighted package, please be 6 it best. Since Emacs is an FSF-copyrighted package, please be
7 prepared to sign legal papers to transfer the copyright on your work 7 prepared to sign legal papers to transfer the copyright on your work
8 to the FSF. 8 to the FSF.
9 9
10 * Small but important fixes needed in existing features: 10 * Small but important fixes needed in existing features:
11
12 ** Convert everything that uses post-command-idle-hook
13 to use idle timers instead.
11 14
12 ** Fix the kill/yank treatment of invisible text. At the moment, 15 ** 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 16 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 17 the ring may not correspond to the text as displayed to the user. It
15 ought to be possible to omit text which is invisible (due to a 18 ought to be possible to omit text which is invisible (due to a
253 256
254 ** Use the XIE X extension, if available, for image display. 257 ** Use the XIE X extension, if available, for image display.
255 258
256 ** Make monochrome images display using the foreground and background 259 ** Make monochrome images display using the foreground and background
257 colors of the applicable faces. 260 colors of the applicable faces.
261
262 ** Face remapping.
258 263
259 ** Add support for rendering antialiased text, probably using 264 ** Add support for rendering antialiased text, probably using
260 XRender/Freetype. 265 XRender/Freetype.
261 266
262 ** Port the conservative stack marking code of Emacs' garbage collector 267 ** Port the conservative stack marking code of Emacs' garbage collector