2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
[bpt/emacs.git] / mac / ChangeLog
CommitLineData
3b6944ed
AC
12001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2
1305f1a7
AC
3 * src/macterm.c (XTread_socket): Read all pending events in the
4 event queue instead of one.
5
9f1821c7
AC
6 * makefile.MPW: Generate etc/DOC file from .elc files instead of
7 .el files.
8
3b6944ed
AC
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
199f9270
AC
132001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
14
15 * src/macterm.c (init_font_name_table): Add an additional entry to
16 the font table with the script code smRoman for each Apple
17 Japanese font.
18 (XLoadQueryFont): Recognize a font as having the smRoman script
19 code even when FontToScript returns smJapanese if it is one of
20 those created above.
21
f9e25d0c
AC
222001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
23
67e2eec4
AC
24 * INSTALL: Add to the note on using -opt speed in MPW the function
25 macterm.c (x_draw_hollow_cursor).
26
f9e25d0c
AC
27 * src/macterm.c (mac_scroll_area): Call CopyBits with local
28 coordinates and portBits instead of global coordinates and
29 screenBits. Set fore color and back color to black and white,
30 respectively, before calling CopyBits.
31
32 * src/macterm.c (local_to_global_coord): Comment out.
33
60fe1161
AC
34 * src/mac.c (mac-filename-to-unix): Change to
35 mac-file-name-to-posix.
36 (unix-filename-to-mac): Change to posix-file-name-to-mac.
37 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
38 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
39
40 * src/macterm.c (do_ae_open_documents): Change call to
41 mac_to_unix_pathname to mac_to_posix_pathname.
42
11c78113
AC
432001-07-26 Andrew Choi <akochoi@i-cable.com>
44
45 * inc/macterm.h (x_display_list): Declare extern.
46
cdfc07dd
PJ
47