Mercurial > emacs
comparison etc/TODO @ 90180:62afea0771d8
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 289-301)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 68)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 12 May 2005 03:41:19 +0000 |
parents | e1fbb019c538 bedd8e5433cd |
children | f042e7c0fe20 |
comparison
equal
deleted
inserted
replaced
90179:b745036dab36 | 90180:62afea0771d8 |
---|---|
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 |