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