emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/TODO [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/TODO [emacs-unicode-2]
Date: Mon, 05 Jul 2004 22:59:45 -0400

Index: emacs/etc/TODO
diff -c emacs/etc/TODO:1.57.2.2 emacs/etc/TODO:1.57.2.3
*** emacs/etc/TODO:1.57.2.2     Mon Jun 28 07:29:29 2004
--- emacs/etc/TODO      Tue Jul  6 02:55:21 2004
***************
*** 273,278 ****
--- 273,300 ----
    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]