summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-12-19 23:19:02 +0000
committerRichard M. Stallman <rms@gnu.org>2005-12-19 23:19:02 +0000
commit321e487061cb7a7e50538de8c8d691f8ef95ce75 (patch)
tree1af9e2d3f3ecd74deb8d48092a6d20b771e0a944 /etc/TODO
parent7667fa3a2d681b93887b570faf90c15b24f0cbbc (diff)
downloademacs-321e487061cb7a7e50538de8c8d691f8ef95ce75.tar.gz
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO30
1 files changed, 14 insertions, 16 deletions
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.