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