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