comparison etc/TODO @ 60719:f5e736698a78

Adjust the Lucid-menu item.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Mar 2005 21:07:27 +0000
parents 76fcfe4d97de
children 1dcea9af4ea2 1830bcd0eec0 30ad2795fdab
comparison
equal deleted inserted replaced
60718:96023ae0af92 60719:f5e736698a78
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: