Add that PBM and XPM image specs may have :foreground nil, and
[emacs.git] / mac / ChangeLog
blob101dcf1d96f4ba811e8518d25c8046e6d1a53138
1 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
3         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
5 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
7         * src/Emacs.r: Change About box message.
9         * makefile.MPW: Add md5.c.x to EmacsObjects.
11         * src/mac.c (select): Call WaitNextEvent instead of Delay.
12         (pause): Ditto.
13         (sleep): Ditto.
15         * src/macterm.c (do_app_resume): Set cursor to arrow.
16         (clear_mouse_face): check for NIL Lisp object instead of null
17         pointer.
18         
19         * INSTALL: Delete note on compiling Lisp files on a Unix system.
20         Add note on turning off end of line conversion.
22 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
24         * src/macfns.c: Rename everything containing *busy_cursor* and
25         similar to *hourglass*.
26         Change IMAGE_POSITIVE_INTEGER_VALUE to
27         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
28         (x_set_font): If font hasn't changed, avoid recomputing faces and
29         other things, as in xfns.c.
30         (Qcancel_timer): New variable.
31         (syms_of_macfns): Rename x-busy-pointer-shape to
32         x-hourglass-pointer-shape, display-busy-cursor to
33         display-hourglass, busy-cursor-delay to hourglass-delay, as in
34         xfns.c.
35         (x_set_tool_bar_lines): Modify as in xfns.c
36         (x_change_window_heights): New function.
38         * inc/macterm.h (struct x_output): Rename busy_cursor to
39         hourglass_cursor, busy_window to hourglass_window, busy_p to
40         hourglass_p, as in xterm.h.
42         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
43         safe_run_hooks, as in xmenu.c.
45         * src/macterm.c (do_check_ram_size): New function.
47         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
48         256 MB RAM.
49         
50 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
52         * mac/INSTALL:
53         * mac/README:
54         * mac/cw5-mcp.xml:
55         * mac/cw6-mcp.xml:
56         * mac/inc/alloca.h:
57         * mac/inc/defs-cw5.h:
58         * mac/inc/defs-cw6.h: Added copyright notice.
60 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
62         * src/macterm.c (mac_font_pattern_match): Allocate three more
63         bytes to regex for '^', '$', and '\0'.
65         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
66         garbage collection.
67         
68         * src/macfns.c (QCconversion): Replaces QCalgorithm.
70         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
71         image margins.
73         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
74         (x_draw_image_relief, x_draw_image_foreground_1)
75         (x_draw_image_glyph_string): Adapt to change of image margins.
77         * src/macterm.c (mac_to_x_fontname): Change charset name of
78         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
79         from ksc5601 to ksc5601.1989.
80         
81 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
83         * cw5-mcp.xml: add md5.c to project.
85         * cw6-mcp.xml: add md5.c to project.
87         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
88         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
90 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
92         * src/macterm.c (x_handle_tool_bar_click):
93         (note_tool_bar_highlight): change references to members deleted
94         from struct frame as in xterm.c.
96         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
97         ~emacs/mac/bin.
99 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
101         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
103         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
105         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
107         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
109 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
111         * src/macterm.c (XTread_socket): check whether Lisp variable
112         mac-ready-for-drag-n-drop is bound rather than non-nil value.
114 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
116         * INSTALL: New file.
118         * README: New file.
120         * TODO: New file.
122         * emacs-cw5.mcp.xml: New file.
124         * emacs-cw6.mcp.xml: New file.
126         * makefile.MPW: New file.
128         * inc/alloca.h: New file.
130         * inc/cmdline-defs-cw5.h: New file.
132         * inc/cmdline-defs-cw6.h: New file.
134         * inc/config.h: New file.
136         * inc/dirent.h: New file.
138         * inc/epaths.h: New file.
140         * inc/m-mac.h: New file.
142         * inc/macgui.h: New file.
144         * inc/macterm.h: New file.
146         * inc/pwd.h: New file.
148         * inc/s-mac.h: New file.
150         * inc/termio.h: New file.
152         * inc/utime.h: New file.
154         * inc/utsname.h: New file.
156         * inc/sys/file.h: New file.
158         * inc/sys/ioctl.h: New file.
160         * inc/sys/param.h: New file.
162         * inc/sys/stat.h: New file.
164         * inc/sys/time.h: New file.
166         * inc/sys/types.h: New file.
168         * src/Emacs.r: New file.
170         * src/EmacsMPW.r: New file.
172         * src/chdir.c: New file.
173         
174         * src/mac.c: New file.
176         * src/macfns.c: New file.
178         * src/macmenu.c: New file.
180         * src/macterm.c: New file.