emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 24 Dec 2005 02:51:05 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.4782 emacs/src/ChangeLog:1.4783
--- emacs/src/ChangeLog:1.4782  Fri Dec 23 17:37:50 2005
+++ emacs/src/ChangeLog Sat Dec 24 02:51:04 2005
@@ -1,3 +1,27 @@
+2005-12-24  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * macterm.h (TYPE_FILE_NAME): New define.
+       (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
+
+       * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Add
+       prototypes.  Make static.
+       (mac_aedesc_to_lisp): Initialize err to noErr.
+       (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
+       (init_coercion_handler): New functions.
+       (Fmac_coerce_ae_data): Use coercion of Apple event data for
+       translation from/to file names.
+
+       * macterm.c: Don't include sys/param.h.
+       (init_coercion_handler): Add extern.
+       [MAC_OS8] (main): Call init_coercion_handler.
+       (mac_initialize) [MAC_OSX]: Likewise.
+       [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
+       Apple event data for translation from/to file names.
+
+       * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
+
+       * image.c [MAC_OS] (find_image_fsspec): Likewise.
+
 2005-12-23  Martin Rudalics  <address@hidden>  (tiny change)
 
        * insdel.c (insert, insert_and_inherit, insert_before_markers)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]