diff options
| author | YAMAMOTO Mitsuharu | 2005-12-24 02:51:04 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-12-24 02:51:04 +0000 |
| commit | 14af1e44ad025c5028d74f9ac0910accd93189de (patch) | |
| tree | 5d9f067045e5ef9ad08282cf0cb5c3658c096c24 /src/ChangeLog | |
| parent | 0e0a1663ccc907597a10877b057325924f1f82be (diff) | |
| download | emacs-14af1e44ad025c5028d74f9ac0910accd93189de.tar.gz emacs-14af1e44ad025c5028d74f9ac0910accd93189de.zip | |
(TYPE_FILE_NAME): New define.
(posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 69bc634be06..a32ed4158f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macterm.h (TYPE_FILE_NAME): New define. | ||
| 4 | (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs. | ||
| 5 | |||
| 6 | * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Add | ||
| 7 | prototypes. Make static. | ||
| 8 | (mac_aedesc_to_lisp): Initialize err to noErr. | ||
| 9 | (mac_coerce_file_name_ptr, mac_coerce_file_name_desc) | ||
| 10 | (init_coercion_handler): New functions. | ||
| 11 | (Fmac_coerce_ae_data): Use coercion of Apple event data for | ||
| 12 | translation from/to file names. | ||
| 13 | |||
| 14 | * macterm.c: Don't include sys/param.h. | ||
| 15 | (init_coercion_handler): Add extern. | ||
| 16 | [MAC_OS8] (main): Call init_coercion_handler. | ||
| 17 | (mac_initialize) [MAC_OSX]: Likewise. | ||
| 18 | [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of | ||
| 19 | Apple event data for translation from/to file names. | ||
| 20 | |||
| 21 | * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise. | ||
| 22 | |||
| 23 | * image.c [MAC_OS] (find_image_fsspec): Likewise. | ||
| 24 | |||
| 1 | 2005-12-23 Martin Rudalics <rudalics@gmx.at> (tiny change) | 25 | 2005-12-23 Martin Rudalics <rudalics@gmx.at> (tiny change) |
| 2 | 26 | ||
| 3 | * insdel.c (insert, insert_and_inherit, insert_before_markers) | 27 | * insdel.c (insert, insert_and_inherit, insert_before_markers) |