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).
+
+** Eliminate the current restriction on header printing by ps-print.
+ Currently, a header can contain only single 1-byte charset in
+ addition to ASCII.
+
+** In ps-print, provide an user friendly interface to specify fonts.
+
+** OpenType font support for various complex scripts (e.g. Devanagari).
+ As X protocal doesn't provide a way to access OpenType Layout Tables
+ in a OpenType font of a server side, we need a way to utilize local
+ fonts (perhaps by directly using the Freetype library or indirectly
+ via Xft library).
+
+** 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.
+
* Internal changes
** Replace gmalloc.c with the modified Doug Lea code from the current