1 2004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
5 (PPCCOptions): Add -alloca.
6 (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and
8 (Emacs MPW): Add QuickTimeLib.
9 (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and
11 (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
13 * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
14 (UNEXEC_SRC): Close comment.
15 * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
16 * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
17 (C_ALLOCA) [__MRC__]: Don't define.
18 * inc/s-mac.h (X_OK): New define.
19 (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
20 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
22 2004-05-29 Steven Tamm <steventamm@mac.com>
24 * INSTALL: Fixing typos
25 * README: Updating list of TODOs to remove image support and
26 environment variable problem.
28 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
30 * src/Emacs.r: Update TOO_MUCH_RAM error message.
32 2003-11-22 Lars Hansen <larsh@math.ku.dk>
36 2003-11-02 Andrew Choi <akochoi@shaw.ca>
38 * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
39 * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
41 2003-10-31 Andrew Choi <akochoi@shaw.ca>
43 * INSTALL: Add Nozomu Ando's changes to instructions for
44 installing on X Window (that static libraries are no longer
45 necessary after his changes to src/unexmacosx.c).
47 2003-04-28 Andrew Choi <akochoi@shaw.ca>
49 * make-package: Allocate 5% extra space on disk image for
50 directories and partition tables.
52 2003-04-04 Steven Tamm <steventamm@mac.com>
54 * make-package: Place libexec executables directly under the
55 Contents/MacOS/libexec if the application is self-contained
57 2003-04-01 Kim F. Storm <storm@cua.dk>
59 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
60 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
62 2003-03-21 Kim F. Storm <storm@cua.dk>
64 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
65 files included from it. Add dependency on keymap.h.
67 2003-01-14 Steven Tamm <steventamm@mac.com>
69 * make-package: Fixed problem where the building without
70 specifying build directory fails.
72 2003-01-07 Steven Tamm <steventamm@mac.com>
74 * INSTALL: Added documentation about --enable-carbon-app and
75 changed documentation concerning Emacs.app location
76 Removed some of the documentation about make-package that isn't
78 Changed comment about requiring root permission to install to
79 saying that it might be necessary depending on where you install
80 Refered to /usr caveat in more places
81 * make-package (make_options): Use new carbon_appdir option to
82 specify directory to install Application and lets the makefile
85 2003-01-01 Steven Tamm <steventamm@mac.com>
87 * make-package: Now copies License and ReadMe files into the
88 Resources directory. Reduces overhead size when creating
91 2002-12-29 Steven Tamm <steventamm@mac.com>
93 * make-package: Defaults to building the source tree in a
94 separate directory. Use the new option --build-in-place to
95 have old behavior. Added new option --build-dir to specify the
98 2002-12-27 Steven Tamm <steventamm@mac.com>
100 * make-package: Fix typo where tmpparent was used instead of
101 tempparent for calculating installedSize and compressedSize.
103 2002-12-10 Andreas Schwab <schwab@suse.de>
105 * make-package: Fix syntax for find.
107 2002-12-08 Steven Tamm <steventamm@mac.com>
109 * INSTALL: Added description about make-package.
111 * make-package: Fixed --self-contained option to place the
112 directories in the correct locations for
113 init_mac_osx_environment and use hardlink by default for the
114 application. Script fails with invalid option.
116 2002-12-02 Andrew Choi <akochoi@shaw.ca>
118 * make-bin-dist, osx-install: Remove.
120 * INSTALL: Remove description of make-bin-dist and osx-install.
122 2002-12-02 Steven Tamm <steventamm@mac.com>
124 * make-package (installprefix): Switched copying of .el files
125 to be on by default. Removed symlink for emacs -> emacs-version.
127 2002-11-30 Steven Tamm <steventamm@mac.com>
129 * make-package: Now compresses .pax file instead of entire disk
130 image to reduce installer size on disk. Also added code to
131 create compressed disk image in the future.
133 No longer copies .el files that have been compiled by default.
134 Use --full-dist option to include them.
136 Option --symlink added to reduce disk size by making
137 /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
138 symlinks to the emacs-[version] binary.
140 Option --self-contained added to place files shared files
141 inside the Emacs.app executable (for portability between systems)
143 Added hidden debugging option --keep-dir to keep temporary install
144 directory (emacs-[version]) around after running script
146 * README: Removed comment about mouse-2 & -3 not working (it does).
148 2002-10-14 Andreas Schwab <schwab@suse.de>
150 * make-package: Fix syntax for find.
152 2002-10-08 Steven Tamm <steventamm@mac.com>
154 * make-package: Added ability to pass command line options
155 through to make and configure (-m, & -c,).
156 Added option to not copy Application into installer, the default
157 for X11 builds. Does not copy CVS directories into installer.
158 Clarified some of the usage notes.
160 2002-10-07 Steven Tamm <steventamm@mac.com>
162 * make-package: Now calls make bootstrap if .elc files are missing.
164 2002-08-27 Andrew Choi <akochoi@shaw.ca>
166 * INSTALL: Add information on starting Emacs as a GUI application
169 2002-08-15 Andrew Choi <akochoi@shaw.ca>
171 * INSTALL: Add instructions for building Carbon version on Macs
172 with X Window installed.
174 2002-07-31 Andrew Choi <akochoi@shaw.ca>
176 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
177 change creator code from ???? to EMAx.
179 * INSTALL: Add instructions for building X Window version.
181 2002-07-11 Andrew Choi <akochoi@shaw.ca>
183 * make-package: Change -a option to -R for cp command.
185 2002-07-05 Andrew Choi <akochoi@shaw.ca>
187 * make-package: Add ability to handle options --help, --prefix,
188 --no-conf, and --with-x.
190 2002-07-04 Andrew Choi <akochoi@shaw.ca>
192 * make-package: New file.
194 2002-07-01 Andrew Choi <akochoi@shaw.ca>
196 * Emacs.app/Contents/Resources/Emacs.icns: New file.
198 * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
199 CFBundleIconFile entries.
201 2002-04-13 Andrew Choi <akochoi@shaw.ca>
203 * Emacs.app/Contents/Info.plist: New file.
205 * Emacs.app/Contents/PkgInfo: New file.
207 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
210 * cw5-mcp.xml: Remove file.
212 * inc/defs-cw5.h: Remove file.
214 * cw6-mcp.xml: Update with new version.
216 * mac/inc/defs-cw6.h: New constant MAC_OS8. Remove definition
217 of constant CODEWARRIOR_VERSION_6.
222 Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
224 * src/Carbon.r: New File.
226 * makefile.MPW: Define MAC_OS and MAC_OS8. Update with change of
227 locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
228 macterm.h. Generate DOC from .el instead of .elc versions of
229 files listed in DONTCOMPILE in lisp/Makefile.in.
231 * INSTALL: Add installation instructions for Mac OS X.
233 * README: Add information for Mac OS X.
235 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
236 src/macterm.c, inc/macterm.h: Remove from here and move to src.
238 2002-04-12 Andrew Choi <akochoi@shaw.ca>
240 * src/mac.c (select): Under Carbon, always return true so
241 XTread_socket is called to poll input.
242 (run_mac_command): Not implemented under Carbon.
243 (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
245 (do_applescript): Use Carbon routines AEGetDescDatASize and
247 (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
248 GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
249 (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
250 GetCurrentScrap, and PutScrapFlavor.
251 (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
254 * src/macfns.c: Synchronize with changes in w32fns.c.
255 [MAC_OSX]: Include Carbon headers.
256 (x_real_positions): Use Carbon routine GetWindowPortBounds.
257 (x_set_scroll_bar_width): Set width of scroll bar to 16.
258 (x_make_gc): Remove static qualifier.
260 * src/macmenu.c: Synchronize with changes in w32menu.c.
261 [MAC_OSX]: Include Carbon headers.
262 (set_frame_menubar): Check equality of vector representation of
263 scroll bars using Fequal instead of EQ.
264 (mac_menu_show): Use Carbon routine GetWindowPort.
265 (mac_dialog): Likewise.
266 (add_menu_item): Use Carbon routines CountMenuItems,
267 EnableMenuItem, and DisableMenuItem.
269 * src/macterm.c: Synchronize with changes in w32term.c.
270 [MAC_OSX]: Include Carbon headers.
271 (XDrawLine): Use Carbon routine GetWindowPort.
272 (XClearArea): Likewise.
273 (XClearWindow): Use Carbon routines GetWindowPort and
275 (mac_draw_bitmap): Use Carbon routines GetWindowPort and
277 (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
278 (mac_reset_clipping): Use Carbon routine GetWindowPort.
279 (XFillRectangle): Likewise.
280 (mac_draw_rectangle): Likewise.
281 (mac_draw_rectangle_to_pixmap): Likewise.
282 (mac_draw_string_common): Likewise.
283 (mac_copy_area): Use Carbon routines GetWindowPort and
285 (mac_scroll_area): Use Carbon routines GetWindowPort and
286 GetQDGlobalsScreenBits.
287 (x_flush): Call Carbon routine QDFlushPortBuffer.
288 (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
289 (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
290 (x_draw_image_glyph_string): Likewise.
291 (x_draw_stretch_glyph_string): Likewise.
292 (construct_mouse_click): Call Carbon routine GetWindowPort.
293 (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
294 (XTmouse_position): Call Carbon routine GetWindowPort.
295 (x_scroll_bar_create): Create scroll bar with proc
296 kControlScrollBarProc.
297 (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
298 (activate_scroll_bar): Call ActivateControl instead of
300 (deactivate_scroll_bar): Call DeactivateControl instead of
302 (x_scroll_bar_handle_click): Use default case for scroll
304 (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
305 (x_calc_absolute_position): Call Carbon routines GetWindowPort and
307 (init_font_name_table): Call Carbon Font Manager routines to
308 iterate through all fonts.
309 (XLoadQueryFont): Call Carbon routines GetPortTextFont,
310 GetPortTextSize, and GetPortTextFace.
311 (do_init_managers): Do not initialize Mac Toolbox under Carbon.
312 (is_emacs_window): New function to filter out non-Emacs windows
313 passed back by WaitNextEvent.
314 (do_mouse_moved): Call Carbon routine GetWindowPort.
315 (do_apple_menu): No apple menu handler under Carbon.
316 (do_zoom_window): Call Carbon routines GetWindowPort,
317 GetQDGlobalsScreenBits, SetWindowStandardState, and
319 (init_required_apple_events): Use UPP procedure type converter.
320 (main): Don't define for Carbon version.
321 (XTread_socket): Don't check interrupt_input_blocked. Don't call
322 check_alarm. Call Carbon routines GetWindowPort,
323 GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
324 (NewMacWindow): Set making_terminal_window to 0. Call Carbon
325 routine GetWindowPort.
326 (mac_initialize): Rename from x_initialize. Use new Doc string
329 * inc/macterm.h: Synchronize with changes in w32term.h.
331 * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
334 2002-01-28 Kim F. Storm <storm@cua.dk>
336 * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
337 cursor row is invisible. This can happen if cursor is on top line
338 of a window, and we switch to a buffer with a header line.
340 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
342 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
344 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
346 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
347 frame parameter have a numeric value all the time.
349 2001-12-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
353 2001-12-06 Kim F. Storm <storm@cua.dk>
355 * src/macfns.c (x_report_frame_params): Return actual fringe widths.
357 2001-12-01 Kim F. Storm <storm@cua.dk>
359 The following changes add left-fringe and right-fringe
360 frame parameters to adjust fringe widths, or remove one or
361 both fringes. See ../src/ChangeLog for details.
363 * inc/macterm.h: Merged changes from xterm.h.
364 * src/macterm.c: Merged changes from xterm.c.
365 * src/macfns.c: Merged changes from xfns.c.
367 2001-11-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
369 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
371 2001-11-16 Kim F. Storm <storm@cua.dk>
373 The following changes are made to clean up the various internal
374 references to the fringes to actually use the term `fringe'.
376 * src/macfns.c: Use renamed symbols.
378 * src/macterm.c: Comment fixes. Use renamed symbols.
379 (fringe_bitmap_type): Renamed from bitmap_type.
380 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
381 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
382 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
384 * inc/macterm.h: Comment fixes. Use renamed symbols.
385 (fringes_extra): Renamed from flags_areas_extra.
386 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
387 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
388 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
389 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
390 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
391 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
393 2001-10-20 Gerd Moellmann <gerd@gnu.org>
395 * (Version 21.1 released.)
397 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
399 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
400 * src/mac.c (run_mac_command): Update calls to openp.
402 2001-10-08 Stefan Monnier <monnier@cs.yale.edu>
404 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
406 * src/macterm.c: Include keymap.h.
407 (note_mode_line_highlight): Use KEYMAPP.
409 2001-10-05 Gerd Moellmann <gerd@gnu.org>
413 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
415 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
417 * src/macterm.c (XTread_socket): Read all pending events in the
418 event queue instead of one.
419 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
420 a script code of -smJapanese is specified.
421 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
423 (init_font_name_table): Use a script code of -smJapanese instead
424 of smRoman for the second entry of a Japanese font.
425 (XLoadQueryFont): Recognize a font as having the smRoman script
426 code if its encoding is jisx0201.1976-0.
428 * makefile.MPW: Generate etc/DOC file from .elc files instead of
431 * src/mac.c (stat): Don't fail for aliases.
432 (sys_open) [__MRC__]: Set file creator and type for newly-created
434 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
435 elapsed instead of use WaitNextEvent call as a delay.
437 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
439 * src/macterm.c (init_font_name_table): Add an additional entry to
440 the font table with the script code smRoman for each Apple
442 (XLoadQueryFont): Recognize a font as having the smRoman script
443 code even when FontToScript returns smJapanese if it is one of
446 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
448 * INSTALL: Add to the note on using -opt speed in MPW the function
449 macterm.c (x_draw_hollow_cursor).
451 * src/macterm.c (mac_scroll_area): Call CopyBits with local
452 coordinates and portBits instead of global coordinates and
453 screenBits. Set fore color and back color to black and white,
454 respectively, before calling CopyBits.
456 * src/macterm.c (local_to_global_coord): Comment out.
458 * src/mac.c (mac-filename-to-unix): Change to
459 mac-file-name-to-posix.
460 (unix-filename-to-mac): Change to posix-file-name-to-mac.
461 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
462 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
464 * src/macterm.c (do_ae_open_documents): Change call to
465 mac_to_unix_pathname to mac_to_posix_pathname.
467 2001-07-26 Andrew Choi <akochoi@i-cable.com>
469 * inc/macterm.h (x_display_list): Declare extern.
471 2001-07-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
473 * src/macterm.c (xim_open_dpy): Fix typo.
475 2001-06-26 Andrew Choi <akochoi@i-cable.com>
477 * README: Change references to SourceForge site to
478 ftp://ftp.gnu.org/gnu/mac/emacs/.
480 2001-05-15 Gerd Moellmann <gerd@gnu.org>
482 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
484 2001-05-15 Andrew Choi <akochoi@i-cable.com>
486 * src/Emacs.r: Change About box message.
488 * makefile.MPW: Add md5.c.x to EmacsObjects.
490 * src/mac.c (select): Call WaitNextEvent instead of Delay.
494 * src/macterm.c (do_app_resume): Set cursor to arrow.
495 (clear_mouse_face): check for NIL Lisp object instead of null
498 * INSTALL: Delete note on compiling Lisp files on a Unix system.
499 Add note on turning off end of line conversion.
501 2001-02-27 Andrew Choi <akochoi@i-cable.com>
503 * src/macfns.c: Rename everything containing *busy_cursor* and
504 similar to *hourglass*.
505 Change IMAGE_POSITIVE_INTEGER_VALUE to
506 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
507 (x_set_font): If font hasn't changed, avoid recomputing faces and
508 other things, as in xfns.c.
509 (Qcancel_timer): New variable.
510 (syms_of_macfns): Rename x-busy-pointer-shape to
511 x-hourglass-pointer-shape, display-busy-cursor to
512 display-hourglass, busy-cursor-delay to hourglass-delay, as in
514 (x_set_tool_bar_lines): Modify as in xfns.c
515 (x_change_window_heights): New function.
517 * inc/macterm.h (struct x_output): Rename busy_cursor to
518 hourglass_cursor, busy_window to hourglass_window, busy_p to
519 hourglass_p, as in xterm.h.
521 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
522 safe_run_hooks, as in xmenu.c.
524 * src/macterm.c (do_check_ram_size): New function.
526 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
529 2001-02-20 Andrew Choi <akochoi@i-cable.com>
536 * mac/inc/defs-cw5.h:
537 * mac/inc/defs-cw6.h: Added copyright notice.
539 2001-01-28 Andrew Choi <akochoi@i-cable.com>
541 * src/macterm.c (mac_font_pattern_match): Allocate three more
542 bytes to regex for '^', '$', and '\0'.
544 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
547 * src/macfns.c (QCconversion): Replaces QCalgorithm.
549 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
552 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
553 (x_draw_image_relief, x_draw_image_foreground_1)
554 (x_draw_image_glyph_string): Adapt to change of image margins.
556 * src/macterm.c (mac_to_x_fontname): Change charset name of
557 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
558 from ksc5601 to ksc5601.1989.
560 2000-12-12 Andrew Choi <akochoi@i-cable.com>
562 * cw5-mcp.xml: add md5.c to project.
564 * cw6-mcp.xml: add md5.c to project.
566 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
567 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
569 2000-11-26 Andrew Choi <akochoi@i-cable.com>
571 * src/macterm.c (x_handle_tool_bar_click):
572 (note_tool_bar_highlight): change references to members deleted
573 from struct frame as in xterm.c.
575 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
578 2000-10-25 Andrew Choi <akochoi@i-cable.com>
580 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
582 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
584 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
586 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
588 2000-10-24 Andrew Choi <akochoi@i-cable.com>
590 * src/macterm.c (XTread_socket): check whether Lisp variable
591 mac-ready-for-drag-n-drop is bound rather than non-nil value.
593 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
601 * emacs-cw5.mcp.xml: New file.
603 * emacs-cw6.mcp.xml: New file.
605 * makefile.MPW: New file.
607 * inc/alloca.h: New file.
609 * inc/cmdline-defs-cw5.h: New file.
611 * inc/cmdline-defs-cw6.h: New file.
613 * inc/config.h: New file.
615 * inc/dirent.h: New file.
617 * inc/epaths.h: New file.
619 * inc/m-mac.h: New file.
621 * inc/macgui.h: New file.
623 * inc/macterm.h: New file.
625 * inc/pwd.h: New file.
627 * inc/s-mac.h: New file.
629 * inc/termio.h: New file.
631 * inc/utime.h: New file.
633 * inc/utsname.h: New file.
635 * inc/sys/file.h: New file.
637 * inc/sys/ioctl.h: New file.
639 * inc/sys/param.h: New file.
641 * inc/sys/stat.h: New file.
643 * inc/sys/time.h: New file.
645 * inc/sys/types.h: New file.
647 * src/Emacs.r: New file.
649 * src/EmacsMPW.r: New file.
651 * src/chdir.c: New file.
653 * src/mac.c: New file.
655 * src/macfns.c: New file.
657 * src/macmenu.c: New file.
659 * src/macterm.c: New file.
662 ;; coding: iso-2022-7bit-unix
665 Copyright (C) 2001 Free Software Foundation, Inc.
666 Copying and distribution of this file, with or without modification,
667 are permitted provided the copyright notice and this notice are preserved.
669 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf