Comment out @smallbook.
[bpt/emacs.git] / mac / ChangeLog
CommitLineData
3b6944ed
AC
12001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2
3428f2c4
AC
3 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
4
1305f1a7
AC
5 * src/macterm.c (XTread_socket): Read all pending events in the
6 event queue instead of one.
2f64cf3a
AC
7 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
8 a script code of -smJapanese is specified.
9 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
10 encoding.
11 (init_font_name_table): Use a script code of -smJapanese instead
12 of smRoman for the second entry of a Japanese font.
13 (XLoadQueryFont): Recognize a font as having the smRoman script
14 code if its encoding is jisx0201.1976-0.
15
9f1821c7
AC
16 * makefile.MPW: Generate etc/DOC file from .elc files instead of
17 .el files.
18
3b6944ed
AC
19 * src/mac.c (stat): Don't fail for aliases.
20 (sys_open) [__MRC__]: Set file creator and type for newly-created
21 files.
bc04fb2c
AC
22 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
23 elapsed instead of use WaitNextEvent call as a delay.
24
199f9270
AC
252001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
26
27 * src/macterm.c (init_font_name_table): Add an additional entry to
28 the font table with the script code smRoman for each Apple
29 Japanese font.
30 (XLoadQueryFont): Recognize a font as having the smRoman script
31 code even when FontToScript returns smJapanese if it is one of
32 those created above.
33
f9e25d0c
AC
342001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
35
67e2eec4
AC
36 * INSTALL: Add to the note on using -opt speed in MPW the function
37 macterm.c (x_draw_hollow_cursor).
38
f9e25d0c
AC
39 * src/macterm.c (mac_scroll_area): Call CopyBits with local
40 coordinates and portBits instead of global coordinates and
41 screenBits. Set fore color and back color to black and white,
42 respectively, before calling CopyBits.
43
44 * src/macterm.c (local_to_global_coord): Comment out.
45
60fe1161
AC
46 * src/mac.c (mac-filename-to-unix): Change to
47 mac-file-name-to-posix.
48 (unix-filename-to-mac): Change to posix-file-name-to-mac.
49 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
50 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
51
52 * src/macterm.c (do_ae_open_documents): Change call to
53 mac_to_unix_pathname to mac_to_posix_pathname.
54
11c78113
AC
552001-07-26 Andrew Choi <akochoi@i-cable.com>
56
57 * inc/macterm.h (x_display_list): Declare extern.
58
cdfc07dd
PJ
59