(emacs_options, x_initialized, same_x_server): Remove
[emacs.git] / mac / ChangeLog
blob52c6d0512db8aa21ed5ee2e56fa883adabf59e25
1 2003-11-22  Lars Hansen <larsh@math.ku.dk>
3         * inc/grp.h: Added.
5 2003-11-02  Andrew Choi  <akochoi@shaw.ca>
7         * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr
8         resource.
9         * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
10         
11 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
13         * INSTALL: Add Nozomu Ando's changes to instructions for
14         installing on X Window (that static libraries are no longer
15         necessary after his changes to src/unexmacosx.c).
17 2003-04-28  Andrew Choi  <akochoi@shaw.ca>
19         * make-package: Allocate 5% extra space on disk image for
20         directories and partition tables.
22 2003-04-04  Steven Tamm  <steventamm@mac.com>
24         * make-package: Place libexec executables directly under the
25         Contents/MacOS/libexec if the application is self-contained
27 2003-04-01  Kim F. Storm  <storm@cua.dk>
29         * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
30         (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
32 2003-03-21  Kim F. Storm  <storm@cua.dk>
34         * makefile.MPW (xdisp.c.x):  Add dependency on blockinput.h and
35         files included from it.  Add dependency on keymap.h.
37 2003-01-14  Steven Tamm  <steventamm@mac.com>
39         * make-package: Fixed problem where the building without
40         specifying build directory fails.
42 2003-01-07  Steven Tamm  <steventamm@mac.com>
44         * INSTALL: Added documentation about --enable-carbon-app and
45         changed documentation concerning Emacs.app location
46         Removed some of the documentation about make-package that isn't
47         needed
48         Changed comment about requiring root permission to install to
49         saying that it might be necessary depending on where you install
50         Refered to /usr caveat in more places
51         * make-package (make_options): Use new carbon_appdir option to
52         specify directory to install Application and lets the makefile
53         install
55 2003-01-01  Steven Tamm  <steventamm@mac.com>
57         * make-package: Now copies License and ReadMe files into the
58         Resources directory.  Reduces overhead size when creating
59         installer disk image.
61 2002-12-29  Steven Tamm  <steventamm@mac.com>
63         * make-package: Defaults to building the source tree in a
64         separate directory.  Use the new option --build-in-place to
65         have old behavior.  Added new option --build-dir to specify the
66         build directory.
68 2002-12-27  Steven Tamm  <steventamm@mac.com>
70         * make-package: Fix typo where tmpparent was used instead of
71         tempparent for calculating installedSize and compressedSize.
73 2002-12-10  Andreas Schwab  <schwab@suse.de>
75         * make-package: Fix syntax for find.
77 2002-12-08  Steven Tamm  <steventamm@mac.com>
79         * INSTALL: Added description about make-package.
81         * make-package: Fixed --self-contained option to place the
82         directories in the correct locations for
83         init_mac_osx_environment and use hardlink by default for the
84         application.  Script fails with invalid option.
86 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
88         * make-bin-dist, osx-install: Remove.
90         * INSTALL: Remove description of make-bin-dist and osx-install.
92 2002-12-02  Steven Tamm  <steventamm@mac.com>
94         * make-package (installprefix): Switched copying of .el files
95         to be on by default.  Removed symlink for emacs -> emacs-version.
97 2002-11-30  Steven Tamm  <steventamm@mac.com>
99         * make-package: Now compresses .pax file instead of entire disk
100         image to reduce installer size on disk.  Also added code to
101         create compressed disk image in the future.
103         No longer copies .el files that have been compiled by default.
104         Use --full-dist option to include them.
106         Option --symlink added to reduce disk size by making
107         /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
108         symlinks to the emacs-[version] binary.
110         Option --self-contained added to place files shared files
111         inside the Emacs.app executable (for portability between systems)
113         Added hidden debugging option --keep-dir to keep temporary install
114         directory (emacs-[version]) around after running script
116         * README: Removed comment about mouse-2 & -3 not working (it does).
118 2002-10-14  Andreas Schwab  <schwab@suse.de>
120         * make-package: Fix syntax for find.
122 2002-10-08  Steven Tamm  <steventamm@mac.com>
124         * make-package: Added ability to pass command line options
125         through to make and configure (-m, & -c,).
126         Added option to not copy Application into installer, the default
127         for X11 builds.  Does not copy CVS directories into installer.
128         Clarified some of the usage notes.
130 2002-10-07  Steven Tamm  <steventamm@mac.com>
132         * make-package: Now calls make bootstrap if .elc files are missing.
134 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
136         * INSTALL: Add information on starting Emacs as a GUI application
137         from the terminal.
139 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
141         * INSTALL: Add instructions for building Carbon version on Macs
142         with X Window installed.
144 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
146         * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
147         change creator code from ???? to EMAx.
149         * INSTALL: Add instructions for building X Window version.
151 2002-07-11  Andrew Choi  <akochoi@shaw.ca>
153         * make-package: Change -a option to -R for cp command.
155 2002-07-05  Andrew Choi  <akochoi@shaw.ca>
157         * make-package: Add ability to handle options --help, --prefix,
158         --no-conf, and --with-x.
160 2002-07-04  Andrew Choi  <akochoi@shaw.ca>
162         * make-package: New file.
164 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
166         * Emacs.app/Contents/Resources/Emacs.icns: New file.
168         * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
169         CFBundleIconFile entries.
171 2002-04-13  Andrew Choi  <akochoi@shaw.ca>
173         * Emacs.app/Contents/Info.plist: New file.
175         * Emacs.app/Contents/PkgInfo: New file.
177         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
178         New file.
180         * cw5-mcp.xml: Remove file.
182         * inc/defs-cw5.h: Remove file.
184         * cw6-mcp.xml: Update with new version.
186         * mac/inc/defs-cw6.h: New constant MAC_OS8.  Remove definition
187         of constant CODEWARRIOR_VERSION_6.
189         * mac/src/mac.c:
190         * mac/src/macmenu.c:
191         * mac/src/macterm.c:
192         Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
194         * src/Carbon.r: New File.
196         * makefile.MPW: Define MAC_OS and MAC_OS8.  Update with change of
197         locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
198         macterm.h.  Generate DOC from .el instead of .elc versions of
199         files listed in DONTCOMPILE in lisp/Makefile.in.
201         * INSTALL: Add installation instructions for Mac OS X.
203         * README: Add information for Mac OS X.
205         * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
206         src/macterm.c, inc/macterm.h: Remove from here and move to src.
208 2002-04-12  Andrew Choi  <akochoi@shaw.ca>
210         * src/mac.c (select): Under Carbon, always return true so
211         XTread_socket is called to poll input.
212         (run_mac_command): Not implemented under Carbon.
213         (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
214         establish pathname.
215         (do_applescript): Use Carbon routines AEGetDescDatASize and
216         AEGetDescData.
217         (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
218         GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
219         (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
220         GetCurrentScrap, and PutScrapFlavor.
221         (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
222         GetScrapFlavorFlags.
224         * src/macfns.c: Synchronize with changes in w32fns.c.
225         [MAC_OSX]: Include Carbon headers.
226         (x_real_positions): Use Carbon routine GetWindowPortBounds.
227         (x_set_scroll_bar_width): Set width of scroll bar to 16.
228         (x_make_gc): Remove static qualifier.
230         * src/macmenu.c: Synchronize with changes in w32menu.c.
231         [MAC_OSX]: Include Carbon headers.
232         (set_frame_menubar): Check equality of vector representation of
233         scroll bars using Fequal instead of EQ.
234         (mac_menu_show): Use Carbon routine GetWindowPort.
235         (mac_dialog): Likewise.
236         (add_menu_item): Use Carbon routines CountMenuItems,
237         EnableMenuItem, and DisableMenuItem.
239         * src/macterm.c: Synchronize with changes in w32term.c.
240         [MAC_OSX]: Include Carbon headers.
241         (XDrawLine): Use Carbon routine GetWindowPort.
242         (XClearArea): Likewise.
243         (XClearWindow): Use Carbon routines GetWindowPort and
244         GetWindowPortBounds.
245         (mac_draw_bitmap): Use Carbon routines GetWindowPort and
246         GetPortPixMap.
247         (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
248         (mac_reset_clipping): Use Carbon routine GetWindowPort.
249         (XFillRectangle): Likewise.
250         (mac_draw_rectangle): Likewise.
251         (mac_draw_rectangle_to_pixmap): Likewise.
252         (mac_draw_string_common): Likewise.
253         (mac_copy_area): Use Carbon routines GetWindowPort and
254         GetPortPixMap.
255         (mac_scroll_area): Use Carbon routines GetWindowPort and
256         GetQDGlobalsScreenBits.
257         (x_flush): Call Carbon routine QDFlushPortBuffer.
258         (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
259         (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
260         (x_draw_image_glyph_string): Likewise.
261         (x_draw_stretch_glyph_string): Likewise.
262         (construct_mouse_click): Call Carbon routine GetWindowPort.
263         (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
264         (XTmouse_position): Call Carbon routine GetWindowPort.
265         (x_scroll_bar_create): Create scroll bar with proc
266         kControlScrollBarProc.
267         (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
268         (activate_scroll_bar): Call ActivateControl instead of
269         SetControlMaximum.
270         (deactivate_scroll_bar): Call DeactivateControl instead of
271         SetControlMaximum.
272         (x_scroll_bar_handle_click): Use default case for scroll
273         indicator.
274         (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
275         (x_calc_absolute_position): Call Carbon routines GetWindowPort and
276         GetWindowPortBounds.
277         (init_font_name_table): Call Carbon Font Manager routines to
278         iterate through all fonts.
279         (XLoadQueryFont): Call Carbon routines GetPortTextFont,
280         GetPortTextSize, and GetPortTextFace.
281         (do_init_managers): Do not initialize Mac Toolbox under Carbon.
282         (is_emacs_window): New function to filter out non-Emacs windows
283         passed back by WaitNextEvent.
284         (do_mouse_moved): Call Carbon routine GetWindowPort.
285         (do_apple_menu): No apple menu handler under Carbon.
286         (do_zoom_window): Call Carbon routines GetWindowPort,
287         GetQDGlobalsScreenBits, SetWindowStandardState, and
288         GetWindowPortBounds.
289         (init_required_apple_events): Use UPP procedure type converter.
290         (main): Don't define for Carbon version.
291         (XTread_socket): Don't check interrupt_input_blocked.  Don't call
292         check_alarm.  Call Carbon routines GetWindowPort,
293         GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
294         (NewMacWindow): Set making_terminal_window to 0.  Call Carbon
295         routine GetWindowPort.
296         (mac_initialize): Rename from x_initialize.  Use new Doc string
297         format.
299         * inc/macterm.h: Synchronize with changes in w32term.h.
301         * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
302         WindowPtr.
304 2002-01-28  Kim F. Storm  <storm@cua.dk>
306         * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
307         cursor row is invisible.  This can happen if cursor is on top line
308         of a window, and we switch to a buffer with a header line.
310 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
312         * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
314 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
316         * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
317         frame parameter have a numeric value all the time.
319 2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
321         * COPYING: New file.
323 2001-12-06  Kim F. Storm  <storm@cua.dk>
325         * src/macfns.c (x_report_frame_params): Return actual fringe widths.
327 2001-12-01  Kim F. Storm  <storm@cua.dk>
329         The following changes add left-fringe and right-fringe
330         frame parameters to adjust fringe widths, or remove one or
331         both fringes.  See ../src/ChangeLog for details.
333         * inc/macterm.h: Merged changes from xterm.h.
334         * src/macterm.c: Merged changes from xterm.c.
335         * src/macfns.c: Merged changes from xfns.c.
337 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
339         * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
341 2001-11-16  Kim F. Storm  <storm@cua.dk>
343         The following changes are made to clean up the various internal
344         references to the fringes to actually use the term `fringe'.
346         * src/macfns.c: Use renamed symbols.
348         * src/macterm.c: Comment fixes. Use renamed symbols.
349         (fringe_bitmap_type): Renamed from bitmap_type.
350         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
351         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
352         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
354         * inc/macterm.h: Comment fixes. Use renamed symbols.
355         (fringes_extra): Renamed from flags_areas_extra.
356         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
357         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
358         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
359         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
360         (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
361         (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
363 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
365         * (Version 21.1 released.)
367 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
369         * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
370         * src/mac.c (run_mac_command): Update calls to openp.
372 2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
374         * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
376         * src/macterm.c: Include keymap.h.
377         (note_mode_line_highlight): Use KEYMAPP.
379 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
381         * Branch for 21.1.
383 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
385         * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
387         * src/macterm.c (XTread_socket): Read all pending events in the
388         event queue instead of one.
389         (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
390         a script code of -smJapanese is specified.
391         (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
392         encoding.
393         (init_font_name_table): Use a script code of -smJapanese instead
394         of smRoman for the second entry of a Japanese font.
395         (XLoadQueryFont): Recognize a font as having the smRoman script
396         code if its encoding is jisx0201.1976-0.
398         * makefile.MPW: Generate etc/DOC file from .elc files instead of
399         .el files.
401         * src/mac.c (stat): Don't fail for aliases.
402         (sys_open) [__MRC__]: Set file creator and type for newly-created
403         files.
404         (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
405         elapsed instead of use WaitNextEvent call as a delay.
407 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
409         * src/macterm.c (init_font_name_table): Add an additional entry to
410         the font table with the script code smRoman for each Apple
411         Japanese font.
412         (XLoadQueryFont): Recognize a font as having the smRoman script
413         code even when FontToScript returns smJapanese if it is one of
414         those created above.
416 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
418         * INSTALL: Add to the note on using -opt speed in MPW the function
419         macterm.c (x_draw_hollow_cursor).
421         * src/macterm.c (mac_scroll_area): Call CopyBits with local
422         coordinates and portBits instead of global coordinates and
423         screenBits.  Set fore color and back color to black and white,
424         respectively, before calling CopyBits.
426         * src/macterm.c (local_to_global_coord): Comment out.
428         * src/mac.c (mac-filename-to-unix): Change to
429         mac-file-name-to-posix.
430         (unix-filename-to-mac): Change to posix-file-name-to-mac.
431         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
432         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
434         * src/macterm.c (do_ae_open_documents): Change call to
435         mac_to_unix_pathname to mac_to_posix_pathname.
437 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
439         * inc/macterm.h (x_display_list): Declare extern.
441 2001-07-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
443         * src/macterm.c (xim_open_dpy): Fix typo.
445 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
447         * README: Change references to SourceForge site to
448         ftp://ftp.gnu.org/gnu/mac/emacs/.
450 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
452         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
454 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
456         * src/Emacs.r: Change About box message.
458         * makefile.MPW: Add md5.c.x to EmacsObjects.
460         * src/mac.c (select): Call WaitNextEvent instead of Delay.
461         (pause): Ditto.
462         (sleep): Ditto.
464         * src/macterm.c (do_app_resume): Set cursor to arrow.
465         (clear_mouse_face): check for NIL Lisp object instead of null
466         pointer.
468         * INSTALL: Delete note on compiling Lisp files on a Unix system.
469         Add note on turning off end of line conversion.
471 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
473         * src/macfns.c: Rename everything containing *busy_cursor* and
474         similar to *hourglass*.
475         Change IMAGE_POSITIVE_INTEGER_VALUE to
476         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
477         (x_set_font): If font hasn't changed, avoid recomputing faces and
478         other things, as in xfns.c.
479         (Qcancel_timer): New variable.
480         (syms_of_macfns): Rename x-busy-pointer-shape to
481         x-hourglass-pointer-shape, display-busy-cursor to
482         display-hourglass, busy-cursor-delay to hourglass-delay, as in
483         xfns.c.
484         (x_set_tool_bar_lines): Modify as in xfns.c
485         (x_change_window_heights): New function.
487         * inc/macterm.h (struct x_output): Rename busy_cursor to
488         hourglass_cursor, busy_window to hourglass_window, busy_p to
489         hourglass_p, as in xterm.h.
491         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
492         safe_run_hooks, as in xmenu.c.
494         * src/macterm.c (do_check_ram_size): New function.
496         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
497         256 MB RAM.
499 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
501         * mac/INSTALL:
502         * mac/README:
503         * mac/cw5-mcp.xml:
504         * mac/cw6-mcp.xml:
505         * mac/inc/alloca.h:
506         * mac/inc/defs-cw5.h:
507         * mac/inc/defs-cw6.h: Added copyright notice.
509 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
511         * src/macterm.c (mac_font_pattern_match): Allocate three more
512         bytes to regex for '^', '$', and '\0'.
514         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
515         garbage collection.
517         * src/macfns.c (QCconversion): Replaces QCalgorithm.
519         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
520         image margins.
522         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
523         (x_draw_image_relief, x_draw_image_foreground_1)
524         (x_draw_image_glyph_string): Adapt to change of image margins.
526         * src/macterm.c (mac_to_x_fontname): Change charset name of
527         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
528         from ksc5601 to ksc5601.1989.
530 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
532         * cw5-mcp.xml: add md5.c to project.
534         * cw6-mcp.xml: add md5.c to project.
536         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
537         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
539 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
541         * src/macterm.c (x_handle_tool_bar_click):
542         (note_tool_bar_highlight): change references to members deleted
543         from struct frame as in xterm.c.
545         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
546         ~emacs/mac/bin.
548 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
550         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
552         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
554         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
556         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
558 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
560         * src/macterm.c (XTread_socket): check whether Lisp variable
561         mac-ready-for-drag-n-drop is bound rather than non-nil value.
563 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
565         * INSTALL: New file.
567         * README: New file.
569         * TODO: New file.
571         * emacs-cw5.mcp.xml: New file.
573         * emacs-cw6.mcp.xml: New file.
575         * makefile.MPW: New file.
577         * inc/alloca.h: New file.
579         * inc/cmdline-defs-cw5.h: New file.
581         * inc/cmdline-defs-cw6.h: New file.
583         * inc/config.h: New file.
585         * inc/dirent.h: New file.
587         * inc/epaths.h: New file.
589         * inc/m-mac.h: New file.
591         * inc/macgui.h: New file.
593         * inc/macterm.h: New file.
595         * inc/pwd.h: New file.
597         * inc/s-mac.h: New file.
599         * inc/termio.h: New file.
601         * inc/utime.h: New file.
603         * inc/utsname.h: New file.
605         * inc/sys/file.h: New file.
607         * inc/sys/ioctl.h: New file.
609         * inc/sys/param.h: New file.
611         * inc/sys/stat.h: New file.
613         * inc/sys/time.h: New file.
615         * inc/sys/types.h: New file.
617         * src/Emacs.r: New file.
619         * src/EmacsMPW.r: New file.
621         * src/chdir.c: New file.
623         * src/mac.c: New file.
625         * src/macfns.c: New file.
627         * src/macmenu.c: New file.
629         * src/macterm.c: New file.
631 ;; Local Variables:
632 ;; coding: iso-2022-7bit-unix
633 ;; End:
635     Copyright (C) 2001 Free Software Foundation, Inc.
636   Copying and distribution of this file, with or without modification,
637   are permitted provided the copyright notice and this notice are preserved.
639 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf