comparison etc/TODO @ 90519:138ce2701550

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 320-342) - Update from CVS - Merge from gnus--rel--5.10 - lisp/play/cookie1.el (cookie): Work properly when there's only one entry - Add note about "link" button-class to etc/TODO * gnus--rel--5.10 (patch 108-112) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
author Miles Bader <miles@gnu.org>
date Thu, 06 Jul 2006 08:59:39 +0000
parents 4094c5298ae1 9fc315417562
children 8a8e69664178
comparison
equal deleted inserted replaced
90518:64c755511769 90519:138ce2701550
10 it best. Since Emacs is an FSF-copyrighted package, please be 10 it best. Since Emacs is an FSF-copyrighted package, please be
11 prepared to sign legal papers to transfer the copyright on your work 11 prepared to sign legal papers to transfer the copyright on your work
12 to the FSF. 12 to the FSF.
13 13
14 * Small but important fixes needed in existing features: 14 * Small but important fixes needed in existing features:
15
16 ** mouse-autoselect-window should wait to select the window until
17 the mouse is put to rest or after a delay or both, so that moving over
18 a window doesn't select it.
15 19
16 ** In C-x d, the default if you type RET should be the directory name, 20 ** In C-x d, the default if you type RET should be the directory name,
17 but if you type M-n you should get the visited file name of the 21 but if you type M-n you should get the visited file name of the
18 current buffer. 22 current buffer.
19 23
350 354
351 ** Make monochrome images display using the foreground and background 355 ** Make monochrome images display using the foreground and background
352 colors of the applicable faces. 356 colors of the applicable faces.
353 357
354 ** Face remapping. 358 ** Face remapping.
359
360 ** Make `format-time-string' preserve text properties like `format'.
355 361
356 ** Optionally make the cursor a little thinner at the end of a line 362 ** Optionally make the cursor a little thinner at the end of a line
357 or the end of the buffer. 363 or the end of the buffer.
358 364
359 ** Add support for rendering antialiased text, probably using 365 ** Add support for rendering antialiased text, probably using
486 C-g can interrupt them, in case of an infinite loop. Once we 492 C-g can interrupt them, in case of an infinite loop. Once we
487 switch to using SYNC_INPUT, we can remove the BLOCK_INPUTs in the 493 switch to using SYNC_INPUT, we can remove the BLOCK_INPUTs in the
488 allocation functions (allocate_string etc.) without worrying about 494 allocation functions (allocate_string etc.) without worrying about
489 data munging. 495 data munging.
490 496
497 ** Add "link" button class
498 Add a standard button-class named "link", and make all other link-like
499 button classes inherit from it. Set the default face of the "link" button
500 class to the standard "link" face.
501
491 * Other known bugs: 502 * Other known bugs:
492 503
493 ** a two-char comment-starter whose two chars are symbol constituents will 504 ** a two-char comment-starter whose two chars are symbol constituents will
494 not be noticed if it appears within a word. 505 not be noticed if it appears within a word.
495 506