]> code.delx.au - gnu-emacs/blob - mac/ChangeLog
*** empty log message ***
[gnu-emacs] / mac / ChangeLog
1 2001-12-08 Pavel Janík <Pavel@Janik.cz>
2
3 * COPYING: New file.
4
5 2001-12-06 Kim F. Storm <storm@cua.dk>
6
7 * src/macfns.c (x_report_frame_params): Return actual fringe widths.
8
9 2001-12-01 Kim F. Storm <storm@cua.dk>
10
11 The following changes add left-fringe and right-fringe
12 frame parameters to adjust fringe widths, or remove one or
13 both fringes. See ../src/ChangeLog for details.
14
15 * inc/macterm.h: Merged changes from xterm.h.
16 * src/macterm.c: Merged changes from xterm.c.
17 * src/macfns.c: Merged changes from xfns.c.
18
19 2001-11-16 Pavel Janík <Pavel@Janik.cz>
20
21 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
22
23 2001-11-16 Kim F. Storm <storm@cua.dk>
24
25 The following changes are made to clean up the various internal
26 references to the fringes to actually use the term `fringe'.
27
28 * src/macfns.c: Use renamed symbols.
29
30 * src/macterm.c: Comment fixes. Use renamed symbols.
31 (fringe_bitmap_type): Renamed from bitmap_type.
32 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
33 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
34 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
35
36 * inc/macterm.h: Comment fixes. Use renamed symbols.
37 (fringes_extra): Renamed from flags_areas_extra.
38 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
39 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
40 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
41 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
42 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
43 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
44
45 2001-10-20 Gerd Moellmann <gerd@gnu.org>
46
47 * (Version 21.1 released.)
48
49 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
50
51 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
52 * src/mac.c (run_mac_command): Update calls to openp.
53
54 2001-10-08 Stefan Monnier <monnier@cs.yale.edu>
55
56 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
57
58 * src/macterm.c: Include keymap.h.
59 (note_mode_line_highlight): Use KEYMAPP.
60
61 2001-10-05 Gerd Moellmann <gerd@gnu.org>
62
63 * Branch for 21.1.
64
65 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
66
67 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
68
69 * src/macterm.c (XTread_socket): Read all pending events in the
70 event queue instead of one.
71 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
72 a script code of -smJapanese is specified.
73 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
74 encoding.
75 (init_font_name_table): Use a script code of -smJapanese instead
76 of smRoman for the second entry of a Japanese font.
77 (XLoadQueryFont): Recognize a font as having the smRoman script
78 code if its encoding is jisx0201.1976-0.
79
80 * makefile.MPW: Generate etc/DOC file from .elc files instead of
81 .el files.
82
83 * src/mac.c (stat): Don't fail for aliases.
84 (sys_open) [__MRC__]: Set file creator and type for newly-created
85 files.
86 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
87 elapsed instead of use WaitNextEvent call as a delay.
88
89 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
90
91 * src/macterm.c (init_font_name_table): Add an additional entry to
92 the font table with the script code smRoman for each Apple
93 Japanese font.
94 (XLoadQueryFont): Recognize a font as having the smRoman script
95 code even when FontToScript returns smJapanese if it is one of
96 those created above.
97
98 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
99
100 * INSTALL: Add to the note on using -opt speed in MPW the function
101 macterm.c (x_draw_hollow_cursor).
102
103 * src/macterm.c (mac_scroll_area): Call CopyBits with local
104 coordinates and portBits instead of global coordinates and
105 screenBits. Set fore color and back color to black and white,
106 respectively, before calling CopyBits.
107
108 * src/macterm.c (local_to_global_coord): Comment out.
109
110 * src/mac.c (mac-filename-to-unix): Change to
111 mac-file-name-to-posix.
112 (unix-filename-to-mac): Change to posix-file-name-to-mac.
113 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
114 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
115
116 * src/macterm.c (do_ae_open_documents): Change call to
117 mac_to_unix_pathname to mac_to_posix_pathname.
118
119 2001-07-26 Andrew Choi <akochoi@i-cable.com>
120
121 * inc/macterm.h (x_display_list): Declare extern.
122
123 2001-07-20 Pavel Janík <Pavel@Janik.cz>
124
125 * src/macterm.c (xim_open_dpy): Fix typo.
126
127 2001-06-26 Andrew Choi <akochoi@i-cable.com>
128
129 * README: Change references to SourceForge site to
130 ftp://ftp.gnu.org/gnu/mac/emacs/.
131
132 2001-05-15 Gerd Moellmann <gerd@gnu.org>
133
134 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
135
136 2001-05-15 Andrew Choi <akochoi@i-cable.com>
137
138 * src/Emacs.r: Change About box message.
139
140 * makefile.MPW: Add md5.c.x to EmacsObjects.
141
142 * src/mac.c (select): Call WaitNextEvent instead of Delay.
143 (pause): Ditto.
144 (sleep): Ditto.
145
146 * src/macterm.c (do_app_resume): Set cursor to arrow.
147 (clear_mouse_face): check for NIL Lisp object instead of null
148 pointer.
149
150 * INSTALL: Delete note on compiling Lisp files on a Unix system.
151 Add note on turning off end of line conversion.
152
153 2001-02-27 Andrew Choi <akochoi@i-cable.com>
154
155 * src/macfns.c: Rename everything containing *busy_cursor* and
156 similar to *hourglass*.
157 Change IMAGE_POSITIVE_INTEGER_VALUE to
158 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
159 (x_set_font): If font hasn't changed, avoid recomputing faces and
160 other things, as in xfns.c.
161 (Qcancel_timer): New variable.
162 (syms_of_macfns): Rename x-busy-pointer-shape to
163 x-hourglass-pointer-shape, display-busy-cursor to
164 display-hourglass, busy-cursor-delay to hourglass-delay, as in
165 xfns.c.
166 (x_set_tool_bar_lines): Modify as in xfns.c
167 (x_change_window_heights): New function.
168
169 * inc/macterm.h (struct x_output): Rename busy_cursor to
170 hourglass_cursor, busy_window to hourglass_window, busy_p to
171 hourglass_p, as in xterm.h.
172
173 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
174 safe_run_hooks, as in xmenu.c.
175
176 * src/macterm.c (do_check_ram_size): New function.
177
178 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
179 256 MB RAM.
180
181 2001-02-20 Andrew Choi <akochoi@i-cable.com>
182
183 * mac/INSTALL:
184 * mac/README:
185 * mac/cw5-mcp.xml:
186 * mac/cw6-mcp.xml:
187 * mac/inc/alloca.h:
188 * mac/inc/defs-cw5.h:
189 * mac/inc/defs-cw6.h: Added copyright notice.
190
191 2001-01-28 Andrew Choi <akochoi@i-cable.com>
192
193 * src/macterm.c (mac_font_pattern_match): Allocate three more
194 bytes to regex for '^', '$', and '\0'.
195
196 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
197 garbage collection.
198
199 * src/macfns.c (QCconversion): Replaces QCalgorithm.
200
201 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
202 image margins.
203
204 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
205 (x_draw_image_relief, x_draw_image_foreground_1)
206 (x_draw_image_glyph_string): Adapt to change of image margins.
207
208 * src/macterm.c (mac_to_x_fontname): Change charset name of
209 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
210 from ksc5601 to ksc5601.1989.
211
212 2000-12-12 Andrew Choi <akochoi@i-cable.com>
213
214 * cw5-mcp.xml: add md5.c to project.
215
216 * cw6-mcp.xml: add md5.c to project.
217
218 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
219 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
220
221 2000-11-26 Andrew Choi <akochoi@i-cable.com>
222
223 * src/macterm.c (x_handle_tool_bar_click):
224 (note_tool_bar_highlight): change references to members deleted
225 from struct frame as in xterm.c.
226
227 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
228 ~emacs/mac/bin.
229
230 2000-10-25 Andrew Choi <akochoi@i-cable.com>
231
232 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
233
234 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
235
236 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
237
238 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
239
240 2000-10-24 Andrew Choi <akochoi@i-cable.com>
241
242 * src/macterm.c (XTread_socket): check whether Lisp variable
243 mac-ready-for-drag-n-drop is bound rather than non-nil value.
244
245 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
246
247 * INSTALL: New file.
248
249 * README: New file.
250
251 * TODO: New file.
252
253 * emacs-cw5.mcp.xml: New file.
254
255 * emacs-cw6.mcp.xml: New file.
256
257 * makefile.MPW: New file.
258
259 * inc/alloca.h: New file.
260
261 * inc/cmdline-defs-cw5.h: New file.
262
263 * inc/cmdline-defs-cw6.h: New file.
264
265 * inc/config.h: New file.
266
267 * inc/dirent.h: New file.
268
269 * inc/epaths.h: New file.
270
271 * inc/m-mac.h: New file.
272
273 * inc/macgui.h: New file.
274
275 * inc/macterm.h: New file.
276
277 * inc/pwd.h: New file.
278
279 * inc/s-mac.h: New file.
280
281 * inc/termio.h: New file.
282
283 * inc/utime.h: New file.
284
285 * inc/utsname.h: New file.
286
287 * inc/sys/file.h: New file.
288
289 * inc/sys/ioctl.h: New file.
290
291 * inc/sys/param.h: New file.
292
293 * inc/sys/stat.h: New file.
294
295 * inc/sys/time.h: New file.
296
297 * inc/sys/types.h: New file.
298
299 * src/Emacs.r: New file.
300
301 * src/EmacsMPW.r: New file.
302
303 * src/chdir.c: New file.
304
305 * src/mac.c: New file.
306
307 * src/macfns.c: New file.
308
309 * src/macmenu.c: New file.
310
311 * src/macterm.c: New file.
312
313 Copyright (C) 2001 Free Software Foundation, Inc.
314 Copying and distribution of this file, with or without modification,
315 are permitted provided the copyright notice and this notice are preserved.