(Fnetwork_interface_info): Use
[bpt/emacs.git] / mac / ChangeLog
CommitLineData
8472b9cf
AC
12003-04-28 Andrew Choi <akochoi@shaw.ca>
2
3 * make-package: Allocate 5% extra space on disk image for
4 directories and partition tables.
5
afc9c9e4
ST
62003-04-04 Steven Tamm <steventamm@mac.com>
7
8 * make-package: Place libexec executables directly under the
9 Contents/MacOS/libexec if the application is self-contained
10
874ebf3a
KS
112003-04-01 Kim F. Storm <storm@cua.dk>
12
13 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
14 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
15
acd37560
KS
162003-03-21 Kim F. Storm <storm@cua.dk>
17
18 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
19 files included from it. Add dependency on keymap.h.
20
cbcf7a8e
ST
212003-01-14 Steven Tamm <steventamm@mac.com>
22
23 * make-package: Fixed problem where the building without
24 specifying build directory fails.
25
77a4e329
ST
262003-01-07 Steven Tamm <steventamm@mac.com>
27
28 * INSTALL: Added documentation about --enable-carbon-app and
29 changed documentation concerning Emacs.app location
30 Removed some of the documentation about make-package that isn't
177c0ea7 31 needed
77a4e329
ST
32 Changed comment about requiring root permission to install to
33 saying that it might be necessary depending on where you install
34 Refered to /usr caveat in more places
35 * make-package (make_options): Use new carbon_appdir option to
36 specify directory to install Application and lets the makefile
177c0ea7 37 install
77a4e329 38
17f8fc44
ST
392003-01-01 Steven Tamm <steventamm@mac.com>
40
41 * make-package: Now copies License and ReadMe files into the
42 Resources directory. Reduces overhead size when creating
d0680660 43 installer disk image.
17f8fc44 44
52efaffc
ST
452002-12-29 Steven Tamm <steventamm@mac.com>
46
47 * make-package: Defaults to building the source tree in a
48 separate directory. Use the new option --build-in-place to
49 have old behavior. Added new option --build-dir to specify the
d0680660 50 build directory.
52efaffc 51
5ea7adcc
ST
522002-12-27 Steven Tamm <steventamm@mac.com>
53
54 * make-package: Fix typo where tmpparent was used instead of
d0680660
JB
55 tempparent for calculating installedSize and compressedSize.
56
810e89c7
AS
572002-12-10 Andreas Schwab <schwab@suse.de>
58
59 * make-package: Fix syntax for find.
60
73fffc8c
ST
612002-12-08 Steven Tamm <steventamm@mac.com>
62
d0680660 63 * INSTALL: Added description about make-package.
73fffc8c
ST
64
65 * make-package: Fixed --self-contained option to place the
66 directories in the correct locations for
67 init_mac_osx_environment and use hardlink by default for the
68 application. Script fails with invalid option.
69
c0752905
AC
702002-12-02 Andrew Choi <akochoi@shaw.ca>
71
72 * make-bin-dist, osx-install: Remove.
73
74 * INSTALL: Remove description of make-bin-dist and osx-install.
75
c4ea99e1
ST
762002-12-02 Steven Tamm <steventamm@mac.com>
77
78 * make-package (installprefix): Switched copying of .el files
79 to be on by default. Removed symlink for emacs -> emacs-version.
80
876e727e
ST
812002-11-30 Steven Tamm <steventamm@mac.com>
82
83 * make-package: Now compresses .pax file instead of entire disk
84 image to reduce installer size on disk. Also added code to
85 create compressed disk image in the future.
86
87 No longer copies .el files that have been compiled by default.
88 Use --full-dist option to include them.
89
90 Option --symlink added to reduce disk size by making
91 /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
d0680660 92 symlinks to the emacs-[version] binary.
876e727e
ST
93
94 Option --self-contained added to place files shared files
95 inside the Emacs.app executable (for portability between systems)
96
d0680660 97 Added hidden debugging option --keep-dir to keep temporary install
876e727e 98 directory (emacs-[version]) around after running script
d0680660
JB
99
100 * README: Removed comment about mouse-2 & -3 not working (it does).
876e727e 101
88651e4e
AS
1022002-10-14 Andreas Schwab <schwab@suse.de>
103
104 * make-package: Fix syntax for find.
105
3f34081a
ST
1062002-10-08 Steven Tamm <steventamm@mac.com>
107
108 * make-package: Added ability to pass command line options
109 through to make and configure (-m, & -c,).
110 Added option to not copy Application into installer, the default
111 for X11 builds. Does not copy CVS directories into installer.
112 Clarified some of the usage notes.
113
bfde2673
ST
1142002-10-07 Steven Tamm <steventamm@mac.com>
115
d0680660 116 * make-package: Now calls make bootstrap if .elc files are missing.
bfde2673 117
f871a27b
AC
1182002-08-27 Andrew Choi <akochoi@shaw.ca>
119
120 * INSTALL: Add information on starting Emacs as a GUI application
121 from the terminal.
122
a4581dd3
AC
1232002-08-15 Andrew Choi <akochoi@shaw.ca>
124
125 * INSTALL: Add instructions for building Carbon version on Macs
126 with X Window installed.
127
9794a8cd
AC
1282002-07-31 Andrew Choi <akochoi@shaw.ca>
129
747642c5
AC
130 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
131 change creator code from ???? to EMAx.
132
9794a8cd
AC
133 * INSTALL: Add instructions for building X Window version.
134
910fb171
AC
1352002-07-11 Andrew Choi <akochoi@shaw.ca>
136
137 * make-package: Change -a option to -R for cp command.
138
e43e5c3e
AC
1392002-07-05 Andrew Choi <akochoi@shaw.ca>
140
141 * make-package: Add ability to handle options --help, --prefix,
142 --no-conf, and --with-x.
143
4c3e985b
AC
1442002-07-04 Andrew Choi <akochoi@shaw.ca>
145
146 * make-package: New file.
147
bc21bf11
AC
1482002-07-01 Andrew Choi <akochoi@shaw.ca>
149
150 * Emacs.app/Contents/Resources/Emacs.icns: New file.
151
152 * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
153 CFBundleIconFile entries.
154
e0f712ba
AC
1552002-04-13 Andrew Choi <akochoi@shaw.ca>
156
157 * Emacs.app/Contents/Info.plist: New file.
158
159 * Emacs.app/Contents/PkgInfo: New file.
160
161 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
162 New file.
163
164 * cw5-mcp.xml: Remove file.
165
166 * inc/defs-cw5.h: Remove file.
167
168 * cw6-mcp.xml: Update with new version.
169
170 * mac/inc/defs-cw6.h: New constant MAC_OS8. Remove definition
171 of constant CODEWARRIOR_VERSION_6.
172
173 * mac/src/mac.c:
174 * mac/src/macmenu.c:
175 * mac/src/macterm.c:
176 Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
177
178 * src/Carbon.r: New File.
179
180 * makefile.MPW: Define MAC_OS and MAC_OS8. Update with change of
181 locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
182 macterm.h. Generate DOC from .el instead of .elc versions of
183 files listed in DONTCOMPILE in lisp/Makefile.in.
d0680660 184
e0f712ba
AC
185 * INSTALL: Add installation instructions for Mac OS X.
186
187 * README: Add information for Mac OS X.
188
189 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
190 src/macterm.c, inc/macterm.h: Remove from here and move to src.
191
1922002-04-12 Andrew Choi <akochoi@shaw.ca>
193
194 * src/mac.c (select): Under Carbon, always return true so
195 XTread_socket is called to poll input.
196 (run_mac_command): Not implemented under Carbon.
197 (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
198 establish pathname.
199 (do_applescript): Use Carbon routines AEGetDescDatASize and
200 AEGetDescData.
201 (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
202 GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
203 (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
204 GetCurrentScrap, and PutScrapFlavor.
205 (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
206 GetScrapFlavorFlags.
207
208 * src/macfns.c: Synchronize with changes in w32fns.c.
209 [MAC_OSX]: Include Carbon headers.
210 (x_real_positions): Use Carbon routine GetWindowPortBounds.
211 (x_set_scroll_bar_width): Set width of scroll bar to 16.
212 (x_make_gc): Remove static qualifier.
213
214 * src/macmenu.c: Synchronize with changes in w32menu.c.
215 [MAC_OSX]: Include Carbon headers.
216 (set_frame_menubar): Check equality of vector representation of
217 scroll bars using Fequal instead of EQ.
218 (mac_menu_show): Use Carbon routine GetWindowPort.
219 (mac_dialog): Likewise.
220 (add_menu_item): Use Carbon routines CountMenuItems,
221 EnableMenuItem, and DisableMenuItem.
222
223 * src/macterm.c: Synchronize with changes in w32term.c.
224 [MAC_OSX]: Include Carbon headers.
225 (XDrawLine): Use Carbon routine GetWindowPort.
226 (XClearArea): Likewise.
227 (XClearWindow): Use Carbon routines GetWindowPort and
228 GetWindowPortBounds.
229 (mac_draw_bitmap): Use Carbon routines GetWindowPort and
230 GetPortPixMap.
231 (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
232 (mac_reset_clipping): Use Carbon routine GetWindowPort.
233 (XFillRectangle): Likewise.
234 (mac_draw_rectangle): Likewise.
235 (mac_draw_rectangle_to_pixmap): Likewise.
236 (mac_draw_string_common): Likewise.
237 (mac_copy_area): Use Carbon routines GetWindowPort and
238 GetPortPixMap.
239 (mac_scroll_area): Use Carbon routines GetWindowPort and
240 GetQDGlobalsScreenBits.
241 (x_flush): Call Carbon routine QDFlushPortBuffer.
242 (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
243 (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
244 (x_draw_image_glyph_string): Likewise.
245 (x_draw_stretch_glyph_string): Likewise.
246 (construct_mouse_click): Call Carbon routine GetWindowPort.
247 (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
248 (XTmouse_position): Call Carbon routine GetWindowPort.
249 (x_scroll_bar_create): Create scroll bar with proc
250 kControlScrollBarProc.
251 (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
252 (activate_scroll_bar): Call ActivateControl instead of
253 SetControlMaximum.
254 (deactivate_scroll_bar): Call DeactivateControl instead of
255 SetControlMaximum.
256 (x_scroll_bar_handle_click): Use default case for scroll
257 indicator.
258 (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
259 (x_calc_absolute_position): Call Carbon routines GetWindowPort and
260 GetWindowPortBounds.
261 (init_font_name_table): Call Carbon Font Manager routines to
262 iterate through all fonts.
263 (XLoadQueryFont): Call Carbon routines GetPortTextFont,
264 GetPortTextSize, and GetPortTextFace.
265 (do_init_managers): Do not initialize Mac Toolbox under Carbon.
266 (is_emacs_window): New function to filter out non-Emacs windows
267 passed back by WaitNextEvent.
268 (do_mouse_moved): Call Carbon routine GetWindowPort.
269 (do_apple_menu): No apple menu handler under Carbon.
270 (do_zoom_window): Call Carbon routines GetWindowPort,
271 GetQDGlobalsScreenBits, SetWindowStandardState, and
272 GetWindowPortBounds.
273 (init_required_apple_events): Use UPP procedure type converter.
274 (main): Don't define for Carbon version.
275 (XTread_socket): Don't check interrupt_input_blocked. Don't call
276 check_alarm. Call Carbon routines GetWindowPort,
277 GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
278 (NewMacWindow): Set making_terminal_window to 0. Call Carbon
279 routine GetWindowPort.
280 (mac_initialize): Rename from x_initialize. Use new Doc string
281 format.
282
283 * inc/macterm.h: Synchronize with changes in w32term.h.
284
285 * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
286 WindowPtr.
287
fa72cff4
KS
2882002-01-28 Kim F. Storm <storm@cua.dk>
289
290 * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
291 cursor row is invisible. This can happen if cursor is on top line
292 of a window, and we switch to a buffer with a header line.
293
bc21bf11 2942001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
39cf8566
PJ
295
296 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
297
4971e491
EZ
2982001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
299
300 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
301 frame parameter have a numeric value all the time.
302
bc21bf11 3032001-12-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
03f9f7ae
PJ
304
305 * COPYING: New file.
306
91175673
KS
3072001-12-06 Kim F. Storm <storm@cua.dk>
308
309 * src/macfns.c (x_report_frame_params): Return actual fringe widths.
310
6a3b752f
KS
3112001-12-01 Kim F. Storm <storm@cua.dk>
312
313 The following changes add left-fringe and right-fringe
314 frame parameters to adjust fringe widths, or remove one or
315 both fringes. See ../src/ChangeLog for details.
316
317 * inc/macterm.h: Merged changes from xterm.h.
318 * src/macterm.c: Merged changes from xterm.c.
319 * src/macfns.c: Merged changes from xfns.c.
320
bc21bf11 3212001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
98cbb9fa 322
ea904403 323 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
98cbb9fa 324
06e8f738
KS
3252001-11-16 Kim F. Storm <storm@cua.dk>
326
327 The following changes are made to clean up the various internal
328 references to the fringes to actually use the term `fringe'.
329
330 * src/macfns.c: Use renamed symbols.
d0680660 331
06e8f738
KS
332 * src/macterm.c: Comment fixes. Use renamed symbols.
333 (fringe_bitmap_type): Renamed from bitmap_type.
334 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
335 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
336 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
337
338 * inc/macterm.h: Comment fixes. Use renamed symbols.
339 (fringes_extra): Renamed from flags_areas_extra.
340 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
341 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
342 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
343 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
344 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
345 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
d0680660 346
71431a0e
GM
3472001-10-20 Gerd Moellmann <gerd@gnu.org>
348
6aa97356 349 * (Version 21.1 released.)
71431a0e 350
c0ec53ad
SM
3512001-10-11 Stefan Monnier <monnier@cs.yale.edu>
352
353 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
354 * src/mac.c (run_mac_command): Update calls to openp.
355
9985827f
SM
3562001-10-08 Stefan Monnier <monnier@cs.yale.edu>
357
358 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
359
360 * src/macterm.c: Include keymap.h.
361 (note_mode_line_highlight): Use KEYMAPP.
362
ab952a4f
GM
3632001-10-05 Gerd Moellmann <gerd@gnu.org>
364
365 * Branch for 21.1.
c0ec53ad 366
3b6944ed
AC
3672001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
368
3428f2c4
AC
369 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
370
1305f1a7
AC
371 * src/macterm.c (XTread_socket): Read all pending events in the
372 event queue instead of one.
2f64cf3a
AC
373 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
374 a script code of -smJapanese is specified.
375 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
376 encoding.
377 (init_font_name_table): Use a script code of -smJapanese instead
378 of smRoman for the second entry of a Japanese font.
379 (XLoadQueryFont): Recognize a font as having the smRoman script
380 code if its encoding is jisx0201.1976-0.
9985827f 381
9f1821c7
AC
382 * makefile.MPW: Generate etc/DOC file from .elc files instead of
383 .el files.
384
3b6944ed
AC
385 * src/mac.c (stat): Don't fail for aliases.
386 (sys_open) [__MRC__]: Set file creator and type for newly-created
387 files.
bc04fb2c
AC
388 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
389 elapsed instead of use WaitNextEvent call as a delay.
9985827f 390
199f9270
AC
3912001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
392
393 * src/macterm.c (init_font_name_table): Add an additional entry to
394 the font table with the script code smRoman for each Apple
395 Japanese font.
396 (XLoadQueryFont): Recognize a font as having the smRoman script
397 code even when FontToScript returns smJapanese if it is one of
398 those created above.
399
f9e25d0c
AC
4002001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
401
67e2eec4
AC
402 * INSTALL: Add to the note on using -opt speed in MPW the function
403 macterm.c (x_draw_hollow_cursor).
404
f9e25d0c
AC
405 * src/macterm.c (mac_scroll_area): Call CopyBits with local
406 coordinates and portBits instead of global coordinates and
407 screenBits. Set fore color and back color to black and white,
408 respectively, before calling CopyBits.
409
410 * src/macterm.c (local_to_global_coord): Comment out.
411
60fe1161
AC
412 * src/mac.c (mac-filename-to-unix): Change to
413 mac-file-name-to-posix.
414 (unix-filename-to-mac): Change to posix-file-name-to-mac.
415 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
416 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
417
418 * src/macterm.c (do_ae_open_documents): Change call to
419 mac_to_unix_pathname to mac_to_posix_pathname.
420
11c78113
AC
4212001-07-26 Andrew Choi <akochoi@i-cable.com>
422
423 * inc/macterm.h (x_display_list): Declare extern.
424
bc21bf11 4252001-07-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cdfc07dd
PJ
426
427 * src/macterm.c (xim_open_dpy): Fix typo.
428
649b3fbc
AC
4292001-06-26 Andrew Choi <akochoi@i-cable.com>
430
431 * README: Change references to SourceForge site to
432 ftp://ftp.gnu.org/gnu/mac/emacs/.
433
7644c605
GM
4342001-05-15 Gerd Moellmann <gerd@gnu.org>
435
436 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
437
fa0b4c14
AC
4382001-05-15 Andrew Choi <akochoi@i-cable.com>
439
440 * src/Emacs.r: Change About box message.
441
442 * makefile.MPW: Add md5.c.x to EmacsObjects.
443
444 * src/mac.c (select): Call WaitNextEvent instead of Delay.
445 (pause): Ditto.
446 (sleep): Ditto.
447
448 * src/macterm.c (do_app_resume): Set cursor to arrow.
449 (clear_mouse_face): check for NIL Lisp object instead of null
450 pointer.
d0680660 451
fa0b4c14
AC
452 * INSTALL: Delete note on compiling Lisp files on a Unix system.
453 Add note on turning off end of line conversion.
454
2e875e36
AC
4552001-02-27 Andrew Choi <akochoi@i-cable.com>
456
457 * src/macfns.c: Rename everything containing *busy_cursor* and
458 similar to *hourglass*.
459 Change IMAGE_POSITIVE_INTEGER_VALUE to
460 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
461 (x_set_font): If font hasn't changed, avoid recomputing faces and
462 other things, as in xfns.c.
463 (Qcancel_timer): New variable.
464 (syms_of_macfns): Rename x-busy-pointer-shape to
465 x-hourglass-pointer-shape, display-busy-cursor to
466 display-hourglass, busy-cursor-delay to hourglass-delay, as in
467 xfns.c.
468 (x_set_tool_bar_lines): Modify as in xfns.c
469 (x_change_window_heights): New function.
470
471 * inc/macterm.h (struct x_output): Rename busy_cursor to
472 hourglass_cursor, busy_window to hourglass_window, busy_p to
473 hourglass_p, as in xterm.h.
474
475 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
476 safe_run_hooks, as in xmenu.c.
477
478 * src/macterm.c (do_check_ram_size): New function.
479
480 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
481 256 MB RAM.
d0680660 482
b6955da2
AC
4832001-02-20 Andrew Choi <akochoi@i-cable.com>
484
485 * mac/INSTALL:
486 * mac/README:
487 * mac/cw5-mcp.xml:
488 * mac/cw6-mcp.xml:
489 * mac/inc/alloca.h:
490 * mac/inc/defs-cw5.h:
491 * mac/inc/defs-cw6.h: Added copyright notice.
492
83a96b4d
AC
4932001-01-28 Andrew Choi <akochoi@i-cable.com>
494
b179a3a2
AC
495 * src/macterm.c (mac_font_pattern_match): Allocate three more
496 bytes to regex for '^', '$', and '\0'.
497
498 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
499 garbage collection.
d0680660 500
83a96b4d
AC
501 * src/macfns.c (QCconversion): Replaces QCalgorithm.
502
503 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
504 image margins.
505
506 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
507 (x_draw_image_relief, x_draw_image_foreground_1)
508 (x_draw_image_glyph_string): Adapt to change of image margins.
509
510 * src/macterm.c (mac_to_x_fontname): Change charset name of
511 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
512 from ksc5601 to ksc5601.1989.
d0680660 513
ec5c5684
AC
5142000-12-12 Andrew Choi <akochoi@i-cable.com>
515
8165bf03
AC
516 * cw5-mcp.xml: add md5.c to project.
517
518 * cw6-mcp.xml: add md5.c to project.
519
ec5c5684
AC
520 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
521 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
522
c1e279c2
AC
5232000-11-26 Andrew Choi <akochoi@i-cable.com>
524
525 * src/macterm.c (x_handle_tool_bar_click):
526 (note_tool_bar_highlight): change references to members deleted
527 from struct frame as in xterm.c.
528
529 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
530 ~emacs/mac/bin.
531
2d7d0390
AC
5322000-10-25 Andrew Choi <akochoi@i-cable.com>
533
534 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
535
536 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
537
538 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
539
540 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
541
eff8b78d 5422000-10-24 Andrew Choi <akochoi@i-cable.com>
8f47302e
AC
543
544 * src/macterm.c (XTread_socket): check whether Lisp variable
545 mac-ready-for-drag-n-drop is bound rather than non-nil value.
546
1a578e9b
AC
5472000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
548
549 * INSTALL: New file.
550
551 * README: New file.
552
553 * TODO: New file.
554
555 * emacs-cw5.mcp.xml: New file.
556
557 * emacs-cw6.mcp.xml: New file.
558
559 * makefile.MPW: New file.
560
561 * inc/alloca.h: New file.
562
563 * inc/cmdline-defs-cw5.h: New file.
564
565 * inc/cmdline-defs-cw6.h: New file.
566
567 * inc/config.h: New file.
568
569 * inc/dirent.h: New file.
570
571 * inc/epaths.h: New file.
572
573 * inc/m-mac.h: New file.
574
575 * inc/macgui.h: New file.
576
577 * inc/macterm.h: New file.
578
579 * inc/pwd.h: New file.
580
581 * inc/s-mac.h: New file.
582
583 * inc/termio.h: New file.
584
585 * inc/utime.h: New file.
586
587 * inc/utsname.h: New file.
588
589 * inc/sys/file.h: New file.
590
591 * inc/sys/ioctl.h: New file.
592
593 * inc/sys/param.h: New file.
594
595 * inc/sys/stat.h: New file.
596
597 * inc/sys/time.h: New file.
598
599 * inc/sys/types.h: New file.
600
601 * src/Emacs.r: New file.
602
603 * src/EmacsMPW.r: New file.
604
605 * src/chdir.c: New file.
d0680660 606
1a578e9b
AC
607 * src/mac.c: New file.
608
609 * src/macfns.c: New file.
610
611 * src/macmenu.c: New file.
612
613 * src/macterm.c: New file.
2a34a036 614
c95eaa61
PJ
615;; Local Variables:
616;; coding: iso-2022-7bit-unix
617;; End:
618
2a34a036
GM
619 Copyright (C) 2001 Free Software Foundation, Inc.
620 Copying and distribution of this file, with or without modification,
621 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
622
623;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf