summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-03-18 21:07:27 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-03-18 21:07:27 +0000
commit1bdab40e31e755b9664d1ba67874058fa033df33 (patch)
tree19a8f37d25aa554a3f4a68261a365ed5aa9ff915
parent95d95767c7dea9f4c132cc1f4454fbf46417857f (diff)
downloademacs-1bdab40e31e755b9664d1ba67874058fa033df33.tar.gz
Adjust the Lucid-menu item.
-rw-r--r--etc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/TODO b/etc/TODO
index b83d303e3cf..546d8535ffb 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -65,11 +65,12 @@ to the FSF.
** Make the Lucid menu widget display multilingual text. [This
probably needs to be done from actual Emacs buffers, either directly
in the menu or by rendering in an unmapped window and copying the
- pixels. Note that the relevant Xlib functions assume a specific
- locale; that isn't good enough even if X can render the arbitrary
- text, which it often can't as far as I can tell. -- fx] [The gtk
+ pixels. The current code assumes a specific locale; that isn't good
+ enough even if X can render the arbitrary text] [The gtk
port now displays multilingual text in menus, but only insofar as
Emacs can encode it as utf-8 and gtk can display the result.]
+ Maybe making Lucid menus work like Gtk's (i.e. just force utf-8) is good
+ enough now that Emacs can encode most chars into utf-8.
** Remove the limitation that window and frame widths and heights can
be only full columns/lines.