diff options
| author | Stefan Monnier | 2005-03-17 19:03:16 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-03-17 19:03:16 +0000 |
| commit | 3c916d6555803a089eb3fc75223a0a90a21f9b84 (patch) | |
| tree | 2b58af976b325c8033e4059eaa74f90790e251d5 /src/ChangeLog | |
| parent | 2defe37faf5acd6ca3b2085eb3c1ff96174d616a (diff) | |
| download | emacs-3c916d6555803a089eb3fc75223a0a90a21f9b84.tar.gz emacs-3c916d6555803a089eb3fc75223a0a90a21f9b84.zip | |
(xm_update_label, xm_update_list): Use the recommended
XmStringCreateLocalized function. Add missing copyright.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7d9521d2fe..a159633b0fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * xfns.c (xic_create_fontsetname): Add `motif' argument. | ||
| 4 | Always return a freshly allocated string. | ||
| 5 | (xic_create_xfontset): Adjust call. | ||
| 6 | |||
| 7 | * xfaces.c (x_update_menu_appearance) [USE_MOTIF]: | ||
| 8 | Use xic_create_fontsetname to create a fontset so utf-8 locales work. | ||
| 9 | (dump_realized_face): Fix warning. | ||
| 10 | |||
| 3 | * emacs.c (Fkill_emacs): YAILOM. | 11 | * emacs.c (Fkill_emacs): YAILOM. |
| 4 | 12 | ||
| 5 | * frame.c (Fignore_event): Fix ancient obscure C-u handling bug. | 13 | * frame.c (Fignore_event): Fix ancient obscure C-u handling bug. |