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