]> code.delx.au - gnu-emacs/blob - mac/ChangeLog
*** empty log message ***
[gnu-emacs] / mac / ChangeLog
1 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2
3 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
4
5 2001-05-15 Andrew Choi <akochoi@i-cable.com>
6
7 * src/Emacs.r: Change About box message.
8
9 * makefile.MPW: Add md5.c.x to EmacsObjects.
10
11 * src/mac.c (select): Call WaitNextEvent instead of Delay.
12 (pause): Ditto.
13 (sleep): Ditto.
14
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.
21
22 2001-02-27 Andrew Choi <akochoi@i-cable.com>
23
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.
37
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.
41
42 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
43 safe_run_hooks, as in xmenu.c.
44
45 * src/macterm.c (do_check_ram_size): New function.
46
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>
51
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.
59
60 2001-01-28 Andrew Choi <akochoi@i-cable.com>
61
62 * src/macterm.c (mac_font_pattern_match): Allocate three more
63 bytes to regex for '^', '$', and '\0'.
64
65 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
66 garbage collection.
67
68 * src/macfns.c (QCconversion): Replaces QCalgorithm.
69
70 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
71 image margins.
72
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.
76
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>
82
83 * cw5-mcp.xml: add md5.c to project.
84
85 * cw6-mcp.xml: add md5.c to project.
86
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.
89
90 2000-11-26 Andrew Choi <akochoi@i-cable.com>
91
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.
95
96 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
97 ~emacs/mac/bin.
98
99 2000-10-25 Andrew Choi <akochoi@i-cable.com>
100
101 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
102
103 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
104
105 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
106
107 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
108
109 2000-10-24 Andrew Choi <akochoi@i-cable.com>
110
111 * src/macterm.c (XTread_socket): check whether Lisp variable
112 mac-ready-for-drag-n-drop is bound rather than non-nil value.
113
114 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
115
116 * INSTALL: New file.
117
118 * README: New file.
119
120 * TODO: New file.
121
122 * emacs-cw5.mcp.xml: New file.
123
124 * emacs-cw6.mcp.xml: New file.
125
126 * makefile.MPW: New file.
127
128 * inc/alloca.h: New file.
129
130 * inc/cmdline-defs-cw5.h: New file.
131
132 * inc/cmdline-defs-cw6.h: New file.
133
134 * inc/config.h: New file.
135
136 * inc/dirent.h: New file.
137
138 * inc/epaths.h: New file.
139
140 * inc/m-mac.h: New file.
141
142 * inc/macgui.h: New file.
143
144 * inc/macterm.h: New file.
145
146 * inc/pwd.h: New file.
147
148 * inc/s-mac.h: New file.
149
150 * inc/termio.h: New file.
151
152 * inc/utime.h: New file.
153
154 * inc/utsname.h: New file.
155
156 * inc/sys/file.h: New file.
157
158 * inc/sys/ioctl.h: New file.
159
160 * inc/sys/param.h: New file.
161
162 * inc/sys/stat.h: New file.
163
164 * inc/sys/time.h: New file.
165
166 * inc/sys/types.h: New file.
167
168 * src/Emacs.r: New file.
169
170 * src/EmacsMPW.r: New file.
171
172 * src/chdir.c: New file.
173
174 * src/mac.c: New file.
175
176 * src/macfns.c: New file.
177
178 * src/macmenu.c: New file.
179
180 * src/macterm.c: New file.