Mercurial > emacs
diff mac/ChangeLog @ 38893:bd309345e7ea
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.
| author | Andrew Choi <akochoi@shaw.ca> |
|---|---|
| date | Tue, 21 Aug 2001 16:00:33 +0000 |
| parents | 12fcb93284db |
| children | dc047d3af2cd |
line wrap: on
line diff
--- a/mac/ChangeLog Tue Aug 21 15:59:29 2001 +0000 +++ b/mac/ChangeLog Tue Aug 21 16:00:33 2001 +0000 @@ -10,6 +10,15 @@ * 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. + 2001-07-26 Andrew Choi <akochoi@i-cable.com> * inc/macterm.h (x_display_list): Declare extern.
