(rmail-reply): Don't forget to narrow header in
[emacs.git] / mac / ChangeLog
bloba979dca6ddd4ec649d5367c8642f2b3c536d140b
1 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
3         * README: Change references to SourceForge site to
4         ftp://ftp.gnu.org/gnu/mac/emacs/.
6 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
8         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
10 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
12         * src/Emacs.r: Change About box message.
14         * makefile.MPW: Add md5.c.x to EmacsObjects.
16         * src/mac.c (select): Call WaitNextEvent instead of Delay.
17         (pause): Ditto.
18         (sleep): Ditto.
20         * src/macterm.c (do_app_resume): Set cursor to arrow.
21         (clear_mouse_face): check for NIL Lisp object instead of null
22         pointer.
23         
24         * INSTALL: Delete note on compiling Lisp files on a Unix system.
25         Add note on turning off end of line conversion.
27 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
29         * src/macfns.c: Rename everything containing *busy_cursor* and
30         similar to *hourglass*.
31         Change IMAGE_POSITIVE_INTEGER_VALUE to
32         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
33         (x_set_font): If font hasn't changed, avoid recomputing faces and
34         other things, as in xfns.c.
35         (Qcancel_timer): New variable.
36         (syms_of_macfns): Rename x-busy-pointer-shape to
37         x-hourglass-pointer-shape, display-busy-cursor to
38         display-hourglass, busy-cursor-delay to hourglass-delay, as in
39         xfns.c.
40         (x_set_tool_bar_lines): Modify as in xfns.c
41         (x_change_window_heights): New function.
43         * inc/macterm.h (struct x_output): Rename busy_cursor to
44         hourglass_cursor, busy_window to hourglass_window, busy_p to
45         hourglass_p, as in xterm.h.
47         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
48         safe_run_hooks, as in xmenu.c.
50         * src/macterm.c (do_check_ram_size): New function.
52         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
53         256 MB RAM.
54         
55 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
57         * mac/INSTALL:
58         * mac/README:
59         * mac/cw5-mcp.xml:
60         * mac/cw6-mcp.xml:
61         * mac/inc/alloca.h:
62         * mac/inc/defs-cw5.h:
63         * mac/inc/defs-cw6.h: Added copyright notice.
65 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
67         * src/macterm.c (mac_font_pattern_match): Allocate three more
68         bytes to regex for '^', '$', and '\0'.
70         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
71         garbage collection.
72         
73         * src/macfns.c (QCconversion): Replaces QCalgorithm.
75         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
76         image margins.
78         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
79         (x_draw_image_relief, x_draw_image_foreground_1)
80         (x_draw_image_glyph_string): Adapt to change of image margins.
82         * src/macterm.c (mac_to_x_fontname): Change charset name of
83         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
84         from ksc5601 to ksc5601.1989.
85         
86 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
88         * cw5-mcp.xml: add md5.c to project.
90         * cw6-mcp.xml: add md5.c to project.
92         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
93         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
95 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
97         * src/macterm.c (x_handle_tool_bar_click):
98         (note_tool_bar_highlight): change references to members deleted
99         from struct frame as in xterm.c.
101         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
102         ~emacs/mac/bin.
104 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
106         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
108         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
110         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
112         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
114 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
116         * src/macterm.c (XTread_socket): check whether Lisp variable
117         mac-ready-for-drag-n-drop is bound rather than non-nil value.
119 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
121         * INSTALL: New file.
123         * README: New file.
125         * TODO: New file.
127         * emacs-cw5.mcp.xml: New file.
129         * emacs-cw6.mcp.xml: New file.
131         * makefile.MPW: New file.
133         * inc/alloca.h: New file.
135         * inc/cmdline-defs-cw5.h: New file.
137         * inc/cmdline-defs-cw6.h: New file.
139         * inc/config.h: New file.
141         * inc/dirent.h: New file.
143         * inc/epaths.h: New file.
145         * inc/m-mac.h: New file.
147         * inc/macgui.h: New file.
149         * inc/macterm.h: New file.
151         * inc/pwd.h: New file.
153         * inc/s-mac.h: New file.
155         * inc/termio.h: New file.
157         * inc/utime.h: New file.
159         * inc/utsname.h: New file.
161         * inc/sys/file.h: New file.
163         * inc/sys/ioctl.h: New file.
165         * inc/sys/param.h: New file.
167         * inc/sys/stat.h: New file.
169         * inc/sys/time.h: New file.
171         * inc/sys/types.h: New file.
173         * src/Emacs.r: New file.
175         * src/EmacsMPW.r: New file.
177         * src/chdir.c: New file.
178         
179         * src/mac.c: New file.
181         * src/macfns.c: New file.
183         * src/macmenu.c: New file.
185         * src/macterm.c: New file.