]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 4 Dec 2004 01:08:08 +0000 (01:08 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 4 Dec 2004 01:08:08 +0000 (01:08 +0000)
src/ChangeLog

index 5d3e621a5683859c5364d869e194efdff26d506f..198bbb931c7a313de9cd56c656554d7ad911ef33 100644 (file)
@@ -1,16 +1,13 @@
 2004-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
-       * 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  <rms@gnu.org>