diff options
| author | Andrew Choi | 2001-08-21 16:00:33 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-08-21 16:00:33 +0000 |
| commit | 60fe116151ab7d8604a24e0a4babf3d0b3d7c183 (patch) | |
| tree | a338e0507c8dd86548bc0df38d0ac5630134c5c6 /mac/ChangeLog | |
| parent | 51c2603b4ae793a2e2a301f653cbe3ed67a6a73d (diff) | |
| download | emacs-60fe116151ab7d8604a24e0a4babf3d0b3d7c183.tar.gz emacs-60fe116151ab7d8604a24e0a4babf3d0b3d7c183.zip | |
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (local_to_global_coord): Comment out.
* src/mac.c (mac-filename-to-unix): Change to
mac-file-name-to-posix.
(unix-filename-to-mac): Change to posix-file-name-to-mac.
(mac_to_unix_pathname): Change to mac_to_posix_pathname.
(unix_to_mac_pathname): Change to posix_to_mac_pathname.
* src/macterm.c (do_ae_open_documents): Change call to
mac_to_unix_pathname to mac_to_posix_pathname.
Diffstat (limited to 'mac/ChangeLog')
| -rw-r--r-- | mac/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 3f3408b27e8..f331736a6a8 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -10,6 +10,15 @@ | |||
| 10 | 10 | ||
| 11 | * src/macterm.c (local_to_global_coord): Comment out. | 11 | * src/macterm.c (local_to_global_coord): Comment out. |
| 12 | 12 | ||
| 13 | * src/mac.c (mac-filename-to-unix): Change to | ||
| 14 | mac-file-name-to-posix. | ||
| 15 | (unix-filename-to-mac): Change to posix-file-name-to-mac. | ||
| 16 | (mac_to_unix_pathname): Change to mac_to_posix_pathname. | ||
| 17 | (unix_to_mac_pathname): Change to posix_to_mac_pathname. | ||
| 18 | |||
| 19 | * src/macterm.c (do_ae_open_documents): Change call to | ||
| 20 | mac_to_unix_pathname to mac_to_posix_pathname. | ||
| 21 | |||
| 13 | 2001-07-26 Andrew Choi <akochoi@i-cable.com> | 22 | 2001-07-26 Andrew Choi <akochoi@i-cable.com> |
| 14 | 23 | ||
| 15 | * inc/macterm.h (x_display_list): Declare extern. | 24 | * inc/macterm.h (x_display_list): Declare extern. |