** 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.
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.
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.]
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.