# HG changeset patch # User Kim F. Storm # Date 1102122488 0 # Node ID 3d69c011b6e17059b02e6e04e3c3892915ed0ae8 # Parent b41534d7c63c71d7a0b7b8d15a6b4907a8e50992 *** empty log message *** diff -r b41534d7c63c -r 3d69c011b6e1 src/ChangeLog --- a/src/ChangeLog Fri Dec 03 22:26:13 2004 +0000 +++ b/src/ChangeLog Sat Dec 04 01:08:08 2004 +0000 @@ -1,16 +1,13 @@ 2004-12-03 YAMAMOTO Mitsuharu - * macterm.h (cfstring_create_with_utf8_cstring): Added prototype. - * image.c (image_load_quartz2d): Use - cfstring_create_with_utf8_cstring - * macmenu.c (add_menu_item): Use - cfstring_create_with_utf8_cstring - * macfns.c (x_set_name, x_set_title): Use - cfstring_create_with_utf8_cstring - (Fx_file_dialog): Use cfstring_create_with_utf8_cstring and use - constant CFRefs instead of creating them each time for labels. - * mac.c (cfstring_create_with_utf8_cstring): Added to prevent + * macterm.h (cfstring_create_with_utf8_cstring): Add prototype. + * mac.c (cfstring_create_with_utf8_cstring): Add to prevent crashes with invalid characters. + * macmenu.c (add_menu_item): Use it. + * image.c (image_load_quartz2d): Likewise. + * macfns.c (x_set_name, x_set_title): Likewise. + (Fx_file_dialog): Likewise. Use constant CFRefs instead of + creating them each time for labels. 2004-12-02 Richard M. Stallman