Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
38892:8ae568af6251 | 38893:bd309345e7ea |
---|---|
7 coordinates and portBits instead of global coordinates and | 7 coordinates and portBits instead of global coordinates and |
8 screenBits. Set fore color and back color to black and white, | 8 screenBits. Set fore color and back color to black and white, |
9 respectively, before calling CopyBits. | 9 respectively, before calling CopyBits. |
10 | 10 |
11 * src/macterm.c (local_to_global_coord): Comment out. | 11 * src/macterm.c (local_to_global_coord): Comment out. |
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. | |
12 | 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. |
16 | 25 |