comparison etc/TODO @ 83304:6fef25c75847

Merged from miles@gnu.org--gnu-2005 (patch 296-306) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-296 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-297 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-298 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-299 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-300 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-301 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-302 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-303 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-304 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-305 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-306 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-344
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 13 May 2005 22:59:23 +0000
parents 2c2b97b30980 bedd8e5433cd
children 21eea50897a7
comparison
equal deleted inserted replaced
83303:108e45fdcdbd 83304:6fef25c75847
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
256 259
257 ** Use the XIE X extension, if available, for image display. 260 ** Use the XIE X extension, if available, for image display.
258 261
259 ** Make monochrome images display using the foreground and background 262 ** Make monochrome images display using the foreground and background
260 colors of the applicable faces. 263 colors of the applicable faces.
264
265 ** Face remapping.
261 266
262 ** Add support for rendering antialiased text, probably using 267 ** Add support for rendering antialiased text, probably using
263 XRender/Freetype. 268 XRender/Freetype.
264 269
265 ** Port the conservative stack marking code of Emacs' garbage collector 270 ** Port the conservative stack marking code of Emacs' garbage collector