Mercurial > emacs
diff src/ChangeLog @ 60699:11723b2eac2e
(x_update_menu_appearance) [HAVE_X_I18N]:
Use xic_create_fontsetname even for non-Motif menus.
Don't forget to free the fontsetname.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Mar 2005 04:21:17 +0000 |
parents | 9e7ee067df09 |
children | c919ab0466fe |
line wrap: on
line diff
--- a/src/ChangeLog Fri Mar 18 04:19:41 2005 +0000 +++ b/src/ChangeLog Fri Mar 18 04:21:17 2005 +0000 @@ -1,3 +1,11 @@ +2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> + + * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]: + Use xic_create_fontsetname even for non-Motif menus. + Don't forget to free the fontsetname. + + * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern. + 2005-03-17 Richard M. Stallman <rms@gnu.org> * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.