comparison etc/TODO @ 89952:6f6e9fe4658b

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-22 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-431 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-441 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 06 Jul 2004 02:57:15 +0000
parents 4c90ffeb71c5 8aa767f7d605
children 97905c4f1a42
comparison
equal deleted inserted replaced
89951:aafd98bcc2ac 89952:6f6e9fe4658b
271 When done, change meaning of default value from 'integer to 'string. 271 When done, change meaning of default value from 'integer to 'string.
272 If value 'integer is used nowhere, remove the parameter ID-FORMAT from 272 If value 'integer is used nowhere, remove the parameter ID-FORMAT from
273 the definition of `file-attributes' and `directory-files-and-attributes' 273 the definition of `file-attributes' and `directory-files-and-attributes'
274 and from the calls. 274 and from the calls.
275 275
276 ** Re-design language environment handling so that Emacs can fit
277 better to a users locale (e.g. ja_JP.UTF-8).
278
279 ** Eliminate the current restriction on header printing by ps-print.
280 Currently, a header can contain only single 1-byte charset in
281 addition to ASCII.
282
283 ** In ps-print, provide an user friendly interface to specify fonts.
284
285 ** OpenType font support for various complex scripts (e.g. Devanagari).
286 As X protocal doesn't provide a way to access OpenType Layout Tables
287 in a OpenType font of a server side, we need a way to utilize local
288 fonts (perhaps by directly using the Freetype library or indirectly
289 via Xft library).
290
291 ** Enhance word boundary detection for such a script that doesn't use
292 space at word boundary (e.g. Thai).
293
294 ** Include a better Japanese input method in the distribution.
295 Currently, most Japanese users are using external packages
296 (e.g. tamago, anthy) or an input method via XIM.
297
276 * Internal changes 298 * Internal changes
277 299
278 ** Replace gmalloc.c with the modified Doug Lea code from the current 300 ** Replace gmalloc.c with the modified Doug Lea code from the current
279 GNU libc so that the special mmapping of buffers can be removed -- 301 GNU libc so that the special mmapping of buffers can be removed --
280 that apparently loses under Solaris, at least. [fx has mostly done 302 that apparently loses under Solaris, at least. [fx has mostly done