(redisplay-dont-pause): Don't set.
[bpt/emacs.git] / mac / ChangeLog
CommitLineData
71431a0e
GM
12001-10-20 Gerd Moellmann <gerd@gnu.org>
2
3 * Version 21.1 released.
4
c0ec53ad
SM
52001-10-11 Stefan Monnier <monnier@cs.yale.edu>
6
7 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
8 * src/mac.c (run_mac_command): Update calls to openp.
9
9985827f
SM
102001-10-08 Stefan Monnier <monnier@cs.yale.edu>
11
12 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
13
14 * src/macterm.c: Include keymap.h.
15 (note_mode_line_highlight): Use KEYMAPP.
16
ab952a4f
GM
172001-10-05 Gerd Moellmann <gerd@gnu.org>
18
19 * Branch for 21.1.
c0ec53ad 20
3b6944ed
AC
212001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
22
3428f2c4
AC
23 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
24
1305f1a7
AC
25 * src/macterm.c (XTread_socket): Read all pending events in the
26 event queue instead of one.
2f64cf3a
AC
27 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
28 a script code of -smJapanese is specified.
29 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
30 encoding.
31 (init_font_name_table): Use a script code of -smJapanese instead
32 of smRoman for the second entry of a Japanese font.
33 (XLoadQueryFont): Recognize a font as having the smRoman script
34 code if its encoding is jisx0201.1976-0.
9985827f 35
9f1821c7
AC
36 * makefile.MPW: Generate etc/DOC file from .elc files instead of
37 .el files.
38
3b6944ed
AC
39 * src/mac.c (stat): Don't fail for aliases.
40 (sys_open) [__MRC__]: Set file creator and type for newly-created
41 files.
bc04fb2c
AC
42 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
43 elapsed instead of use WaitNextEvent call as a delay.
9985827f 44
199f9270
AC
452001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
46
47 * src/macterm.c (init_font_name_table): Add an additional entry to
48 the font table with the script code smRoman for each Apple
49 Japanese font.
50 (XLoadQueryFont): Recognize a font as having the smRoman script
51 code even when FontToScript returns smJapanese if it is one of
52 those created above.
53
f9e25d0c
AC
542001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
55
67e2eec4
AC
56 * INSTALL: Add to the note on using -opt speed in MPW the function
57 macterm.c (x_draw_hollow_cursor).
58
f9e25d0c
AC
59 * src/macterm.c (mac_scroll_area): Call CopyBits with local
60 coordinates and portBits instead of global coordinates and
61 screenBits. Set fore color and back color to black and white,
62 respectively, before calling CopyBits.
63
64 * src/macterm.c (local_to_global_coord): Comment out.
65
60fe1161
AC
66 * src/mac.c (mac-filename-to-unix): Change to
67 mac-file-name-to-posix.
68 (unix-filename-to-mac): Change to posix-file-name-to-mac.
69 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
70 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
71
72 * src/macterm.c (do_ae_open_documents): Change call to
73 mac_to_unix_pathname to mac_to_posix_pathname.
74
11c78113
AC
752001-07-26 Andrew Choi <akochoi@i-cable.com>
76
77 * inc/macterm.h (x_display_list): Declare extern.
78
cdfc07dd
PJ
79