Mercurial > emacs
diff etc/TODO @ 83423:b64b7e867d0a
Merged from miles@gnu.org--gnu-2005 (patch 677)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-677
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-463
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 26 Dec 2005 03:16:59 +0000 |
parents | 14a4eb789b45 b9ad87c3838b |
children | d0eee3282e6b |
line wrap: on
line diff
--- a/etc/TODO Mon Dec 26 02:21:31 2005 +0000 +++ b/etc/TODO Mon Dec 26 03:16:59 2005 +0000 @@ -52,11 +52,13 @@ ** In Emacs Info, examples of using Customize should be clickable and they should create Custom buffers. +** The toolbar should show keyboard equivalents in its tooltips. + * Important features: ** Provide user-friendly ways to list all available font families, - list fonts, display a font as a sample, etc. [fx looked at - multilingual font selection for Unicode-based Emacs 23.] + list fonts, display a font as a sample, etc. [fx is looking at + multilingual font selection for the Unicode branch of Emacs.] ** Rewrite the face code to be simpler, clearer and faster. @@ -89,10 +91,6 @@ same value of this property. *** Discretionary hyphens that are not visible when they are at end of line. -** Make movemail work with IMAP. - movemail from GNU mailutils does that, so switching to it will solve - the issue. - ** Internationalize Emacs's messages. ** Install mmc@maruska.dyndns.org's no-flicker change. @@ -270,16 +268,6 @@ ignoring X resources (Doze equivalents?) and most of the environment. What should not be ignored needs consideration. -** Enhance locale handling: handle language, territory and charset - orthogonally and de-emphasize language environments. Use the locale - to set up more things, such as fontsets, the default Ispell - dictionary, diary format, calendar holidays and display, quoting - characters and phrase boundaries, sentence endings, collation for - sorting (at least for unicodes), HTTP Accept-language, patterns for - directory listings and compilation messages, yes-or-no replies, - common menu items when the toolkit supports it ... `locale-info' - needs extending for LC_COLLATE &c. [fx started on this.] - ** Improve the GC (generational, incremental). (We may be able to use the Boehm collector.) [See the Boehm-GC branch in CVS for work on this.] @@ -398,6 +386,16 @@ are also put in utf-8 lang. env. In such a case, it is better to use Japanese lang. env. but prefer utf-8 coding system. +** Enhance locale handling: handle language, territory and charset + orthogonally and de-emphasize language environments. Use the locale + to set up more things, such as fontsets, the default Ispell + dictionary, diary format, calendar holidays and display, quoting + characters and phrase boundaries, sentence endings, collation for + sorting (at least for unicodes), HTTP Accept-language, patterns for + directory listings and compilation messages, yes-or-no replies, + common menu items when the toolkit supports it ... `locale-info' + needs extending for LC_COLLATE &c. [fx started on this.] + ** Eliminate the current restriction on header printing by ps-print. Currently, a header can contain only single 1-byte charset in addition to ASCII.