Mercurial > emacs
changeset 60671:e50ee6630db9
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 17 Mar 2005 19:03:16 +0000 |
parents | 68d57432d36d |
children | 9b6f40e2868c |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 17 19:03:03 2005 +0000 +++ b/src/ChangeLog Thu Mar 17 19:03:16 2005 +0000 @@ -1,5 +1,13 @@ 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> + * xfns.c (xic_create_fontsetname): Add `motif' argument. + Always return a freshly allocated string. + (xic_create_xfontset): Adjust call. + + * xfaces.c (x_update_menu_appearance) [USE_MOTIF]: + Use xic_create_fontsetname to create a fontset so utf-8 locales work. + (dump_realized_face): Fix warning. + * emacs.c (Fkill_emacs): YAILOM. * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.