From: Richard M. Stallman Date: Mon, 19 Dec 2005 23:19:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=321e487061cb7a7e50538de8c8d691f8ef95ce75;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index 6f1813bb3d1..265facb7aab 100644 --- a/etc/TODO +++ b/etc/TODO @@ -52,11 +52,13 @@ to the FSF. ** 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 @@ to the FSF. 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. @@ -267,16 +265,6 @@ to the FSF. 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.] @@ -395,6 +383,16 @@ when the body only calls primitives. 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.