aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-03-18 04:21:17 +0000
committerStefan Monnier2005-03-18 04:21:17 +0000
commit211f2210f26e23d5b0ccc7113273c5ea04ae49d2 (patch)
tree795dcf449ac67ec62ed96a53e2eb3391aa300e68 /src/ChangeLog
parent423a3f5901387c12590ae1cbe389a3b9926a9195 (diff)
downloademacs-211f2210f26e23d5b0ccc7113273c5ea04ae49d2.tar.gz
emacs-211f2210f26e23d5b0ccc7113273c5ea04ae49d2.zip
(x_update_menu_appearance) [HAVE_X_I18N]:
Use xic_create_fontsetname even for non-Motif menus. Don't forget to free the fontsetname.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3c45a623c31..83c4401be27 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
4 Use xic_create_fontsetname even for non-Motif menus.
5 Don't forget to free the fontsetname.
6
7 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
8
12005-03-17 Richard M. Stallman <rms@gnu.org> 92005-03-17 Richard M. Stallman <rms@gnu.org>
2 10
3 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM. 11 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.