summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-07-14 00:03:11 +0000
committerKenichi Handa <handa@m17n.org>2004-07-14 00:03:11 +0000
commitcf4c92718e21b66b9e76d6e3f72fc3c25a973764 (patch)
tree4ea8d9502c677d7d81c37ae3a3ca47b9a4579018 /etc/TODO
parent23b8b1803172cf4749f0260b79a89bb2ee391e79 (diff)
downloademacs-cf4c92718e21b66b9e76d6e3f72fc3c25a973764.tar.gz
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO17
1 files changed, 12 insertions, 5 deletions
diff --git a/etc/TODO b/etc/TODO
index 1a191df5b69..281674e230e 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -273,8 +273,14 @@ to the FSF.
the definition of `file-attributes' and `directory-files-and-attributes'
and from the calls.
-** Re-design language environment handling so that Emacs can fit
- better to a users locale (e.g. ja_JP.UTF-8).
+** Make language-info-alist customizable. Currently a user can customize
+ only the variable `current-language-environment'.
+
+** Improve language environment handling so that Emacs can fit
+ better to a users locale. Currently Emacs uses utf-8 language
+ environment for all utf-8 locales, thus a user in ja_JP.UTF-8 locale
+ 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.
** Eliminate the current restriction on header printing by ps-print.
Currently, a header can contain only single 1-byte charset in
@@ -291,9 +297,10 @@ to the FSF.
** Enhance word boundary detection for such a script that doesn't use
space at word boundary (e.g. Thai).
-** Include a better Japanese input method in the distribution.
- Currently, most Japanese users are using external packages
- (e.g. tamago, anthy) or an input method via XIM.
+** Implement interface programs with major Japanese conversion server
+ in lib-src so that they can be used from the input method
+ "japanese". Currently, most Japanese users are using external
+ packages (e.g. tamago, anthy) or an input method via XIM.
* Internal changes