2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
[bpt/emacs.git] / mac / ChangeLog
... / ...
CommitLineData
12001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2
3 * src/macterm.c (XTread_socket): Read all pending events in the
4 event queue instead of one.
5
6 * makefile.MPW: Generate etc/DOC file from .elc files instead of
7 .el files.
8
9 * src/mac.c (stat): Don't fail for aliases.
10 (sys_open) [__MRC__]: Set file creator and type for newly-created
11 files.
12 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
13 elapsed instead of use WaitNextEvent call as a delay.
14
152001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
16
17 * src/macterm.c (init_font_name_table): Add an additional entry to
18 the font table with the script code smRoman for each Apple
19 Japanese font.
20 (XLoadQueryFont): Recognize a font as having the smRoman script
21 code even when FontToScript returns smJapanese if it is one of
22 those created above.
23
242001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
25
26 * INSTALL: Add to the note on using -opt speed in MPW the function
27 macterm.c (x_draw_hollow_cursor).
28
29 * src/macterm.c (mac_scroll_area): Call CopyBits with local
30 coordinates and portBits instead of global coordinates and
31 screenBits. Set fore color and back color to black and white,
32 respectively, before calling CopyBits.
33
34 * src/macterm.c (local_to_global_coord): Comment out.
35
36 * src/mac.c (mac-filename-to-unix): Change to
37 mac-file-name-to-posix.
38 (unix-filename-to-mac): Change to posix-file-name-to-mac.
39 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
40 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
41
42 * src/macterm.c (do_ae_open_documents): Change call to
43 mac_to_unix_pathname to mac_to_posix_pathname.
44
452001-07-26 Andrew Choi <akochoi@i-cable.com>
46
47 * inc/macterm.h (x_display_list): Declare extern.
48
49