comparison etc/TODO @ 90127:30ad2795fdab

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 180-191) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 39-44) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 19 Mar 2005 02:42:17 +0000
parents 8395880305fe f5e736698a78
children 13796b0653c7
comparison
equal deleted inserted replaced
90126:8ee106ee2dc8 90127:30ad2795fdab
63 as documentation, e.g. in command names and Custom. -- fx] 63 as documentation, e.g. in command names and Custom. -- fx]
64 64
65 ** Make the Lucid menu widget display multilingual text. [This 65 ** Make the Lucid menu widget display multilingual text. [This
66 probably needs to be done from actual Emacs buffers, either directly 66 probably needs to be done from actual Emacs buffers, either directly
67 in the menu or by rendering in an unmapped window and copying the 67 in the menu or by rendering in an unmapped window and copying the
68 pixels. Note that the relevant Xlib functions assume a specific 68 pixels. The current code assumes a specific locale; that isn't good
69 locale; that isn't good enough even if X can render the arbitrary 69 enough even if X can render the arbitrary text] [The gtk
70 text, which it often can't as far as I can tell. -- fx] [The gtk
71 port now displays multilingual text in menus, but only insofar as 70 port now displays multilingual text in menus, but only insofar as
72 Emacs can encode it as utf-8 and gtk can display the result.] 71 Emacs can encode it as utf-8 and gtk can display the result.]
72 Maybe making Lucid menus work like Gtk's (i.e. just force utf-8) is good
73 enough now that Emacs can encode most chars into utf-8.
73 74
74 ** Remove the limitation that window and frame widths and heights can 75 ** Remove the limitation that window and frame widths and heights can
75 be only full columns/lines. 76 be only full columns/lines.
76 77
77 * Other features we would like: 78 * Other features we would like: