(define-generic-mode): Add argument to specify keywords for defcustom.
[emacs.git] / mac / ChangeLog
blob8b12032ce5c81475a5b141476f207d2817e72e40
1 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3         * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
4         org.gnu.Emacs.
6 2005-03-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8         * INSTALL: Mention new target `NonCarbon'.
10 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12         * makefile.MPW (NonCarbon): New target.  The target `Emacs' is now
13         used for the Carbon build that defines HAVE_CARBON.
15         * inc/config.h (HAVE_STDLIB_H): Define to 1.
17         * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
18         [HAVE_CARBON] (crfg): New resource for extra stack space.
20 2004-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22         * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
23         lastfile.c.x.
24         (PPCCOptions): Add -alloca.
25         (EmacsObjects): Remove alloca.c.x.  Add fringe.c.x, image.c.x, and
26         lastfile.c.x.
27         (Emacs MPW): Add QuickTimeLib.
28         (EmacsSource): Remove alloca.c.  Add fringe.c, image.c, and
29         lastfile.c.
30         (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
31         map-ynp.elc.
32         * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
33         (UNEXEC_SRC): Close comment.
34         * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
35         * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
36         (C_ALLOCA) [__MRC__]: Don't define.
37         * inc/s-mac.h (X_OK): New define.
38         (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro. 
39         (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
41 2004-05-29  Steven Tamm  <steventamm@mac.com>
43         * INSTALL: Fixing typos
44         * README: Updating list of TODOs to remove image support and 
45         environment variable problem.
47 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * src/Emacs.r: Update TOO_MUCH_RAM error message.
51 2003-11-22  Lars Hansen <larsh@math.ku.dk>
53         * inc/grp.h: Added.
55 2003-11-02  Andrew Choi  <akochoi@shaw.ca>
57         * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
58         * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
60 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
62         * INSTALL: Add Nozomu Ando's changes to instructions for
63         installing on X Window (that static libraries are no longer
64         necessary after his changes to src/unexmacosx.c).
66 2003-04-28  Andrew Choi  <akochoi@shaw.ca>
68         * make-package: Allocate 5% extra space on disk image for
69         directories and partition tables.
71 2003-04-04  Steven Tamm  <steventamm@mac.com>
73         * make-package: Place libexec executables directly under the
74         Contents/MacOS/libexec if the application is self-contained
76 2003-04-01  Kim F. Storm  <storm@cua.dk>
78         * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
79         (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
81 2003-03-21  Kim F. Storm  <storm@cua.dk>
83         * makefile.MPW (xdisp.c.x):  Add dependency on blockinput.h and
84         files included from it.  Add dependency on keymap.h.
86 2003-01-14  Steven Tamm  <steventamm@mac.com>
88         * make-package: Fixed problem where the building without
89         specifying build directory fails.
91 2003-01-07  Steven Tamm  <steventamm@mac.com>
93         * INSTALL: Added documentation about --enable-carbon-app and
94         changed documentation concerning Emacs.app location
95         Removed some of the documentation about make-package that isn't
96         needed
97         Changed comment about requiring root permission to install to
98         saying that it might be necessary depending on where you install
99         Refered to /usr caveat in more places
100         * make-package (make_options): Use new carbon_appdir option to
101         specify directory to install Application and lets the makefile
102         install
104 2003-01-01  Steven Tamm  <steventamm@mac.com>
106         * make-package: Now copies License and ReadMe files into the
107         Resources directory.  Reduces overhead size when creating
108         installer disk image.
110 2002-12-29  Steven Tamm  <steventamm@mac.com>
112         * make-package: Defaults to building the source tree in a
113         separate directory.  Use the new option --build-in-place to
114         have old behavior.  Added new option --build-dir to specify the
115         build directory.
117 2002-12-27  Steven Tamm  <steventamm@mac.com>
119         * make-package: Fix typo where tmpparent was used instead of
120         tempparent for calculating installedSize and compressedSize.
122 2002-12-10  Andreas Schwab  <schwab@suse.de>
124         * make-package: Fix syntax for find.
126 2002-12-08  Steven Tamm  <steventamm@mac.com>
128         * INSTALL: Added description about make-package.
130         * make-package: Fixed --self-contained option to place the
131         directories in the correct locations for
132         init_mac_osx_environment and use hardlink by default for the
133         application.  Script fails with invalid option.
135 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
137         * make-bin-dist, osx-install: Remove.
139         * INSTALL: Remove description of make-bin-dist and osx-install.
141 2002-12-02  Steven Tamm  <steventamm@mac.com>
143         * make-package (installprefix): Switched copying of .el files
144         to be on by default.  Removed symlink for emacs -> emacs-version.
146 2002-11-30  Steven Tamm  <steventamm@mac.com>
148         * make-package: Now compresses .pax file instead of entire disk
149         image to reduce installer size on disk.  Also added code to
150         create compressed disk image in the future.
152         No longer copies .el files that have been compiled by default.
153         Use --full-dist option to include them.
155         Option --symlink added to reduce disk size by making
156         /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
157         symlinks to the emacs-[version] binary.
159         Option --self-contained added to place files shared files
160         inside the Emacs.app executable (for portability between systems)
162         Added hidden debugging option --keep-dir to keep temporary install
163         directory (emacs-[version]) around after running script
165         * README: Removed comment about mouse-2 & -3 not working (it does).
167 2002-10-14  Andreas Schwab  <schwab@suse.de>
169         * make-package: Fix syntax for find.
171 2002-10-08  Steven Tamm  <steventamm@mac.com>
173         * make-package: Added ability to pass command line options
174         through to make and configure (-m, & -c,).
175         Added option to not copy Application into installer, the default
176         for X11 builds.  Does not copy CVS directories into installer.
177         Clarified some of the usage notes.
179 2002-10-07  Steven Tamm  <steventamm@mac.com>
181         * make-package: Now calls make bootstrap if .elc files are missing.
183 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
185         * INSTALL: Add information on starting Emacs as a GUI application
186         from the terminal.
188 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
190         * INSTALL: Add instructions for building Carbon version on Macs
191         with X Window installed.
193 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
195         * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
196         change creator code from ???? to EMAx.
198         * INSTALL: Add instructions for building X Window version.
200 2002-07-11  Andrew Choi  <akochoi@shaw.ca>
202         * make-package: Change -a option to -R for cp command.
204 2002-07-05  Andrew Choi  <akochoi@shaw.ca>
206         * make-package: Add ability to handle options --help, --prefix,
207         --no-conf, and --with-x.
209 2002-07-04  Andrew Choi  <akochoi@shaw.ca>
211         * make-package: New file.
213 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
215         * Emacs.app/Contents/Resources/Emacs.icns: New file.
217         * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
218         CFBundleIconFile entries.
220 2002-04-13  Andrew Choi  <akochoi@shaw.ca>
222         * Emacs.app/Contents/Info.plist: New file.
224         * Emacs.app/Contents/PkgInfo: New file.
226         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
227         New file.
229         * cw5-mcp.xml: Remove file.
231         * inc/defs-cw5.h: Remove file.
233         * cw6-mcp.xml: Update with new version.
235         * mac/inc/defs-cw6.h: New constant MAC_OS8.  Remove definition
236         of constant CODEWARRIOR_VERSION_6.
238         * mac/src/mac.c:
239         * mac/src/macmenu.c:
240         * mac/src/macterm.c:
241         Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
243         * src/Carbon.r: New File.
245         * makefile.MPW: Define MAC_OS and MAC_OS8.  Update with change of
246         locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
247         macterm.h.  Generate DOC from .el instead of .elc versions of
248         files listed in DONTCOMPILE in lisp/Makefile.in.
250         * INSTALL: Add installation instructions for Mac OS X.
252         * README: Add information for Mac OS X.
254         * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
255         src/macterm.c, inc/macterm.h: Remove from here and move to src.
257 2002-04-12  Andrew Choi  <akochoi@shaw.ca>
259         * src/mac.c (select): Under Carbon, always return true so
260         XTread_socket is called to poll input.
261         (run_mac_command): Not implemented under Carbon.
262         (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
263         establish pathname.
264         (do_applescript): Use Carbon routines AEGetDescDatASize and
265         AEGetDescData.
266         (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
267         GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
268         (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
269         GetCurrentScrap, and PutScrapFlavor.
270         (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
271         GetScrapFlavorFlags.
273         * src/macfns.c: Synchronize with changes in w32fns.c.
274         [MAC_OSX]: Include Carbon headers.
275         (x_real_positions): Use Carbon routine GetWindowPortBounds.
276         (x_set_scroll_bar_width): Set width of scroll bar to 16.
277         (x_make_gc): Remove static qualifier.
279         * src/macmenu.c: Synchronize with changes in w32menu.c.
280         [MAC_OSX]: Include Carbon headers.
281         (set_frame_menubar): Check equality of vector representation of
282         scroll bars using Fequal instead of EQ.
283         (mac_menu_show): Use Carbon routine GetWindowPort.
284         (mac_dialog): Likewise.
285         (add_menu_item): Use Carbon routines CountMenuItems,
286         EnableMenuItem, and DisableMenuItem.
288         * src/macterm.c: Synchronize with changes in w32term.c.
289         [MAC_OSX]: Include Carbon headers.
290         (XDrawLine): Use Carbon routine GetWindowPort.
291         (XClearArea): Likewise.
292         (XClearWindow): Use Carbon routines GetWindowPort and
293         GetWindowPortBounds.
294         (mac_draw_bitmap): Use Carbon routines GetWindowPort and
295         GetPortPixMap.
296         (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
297         (mac_reset_clipping): Use Carbon routine GetWindowPort.
298         (XFillRectangle): Likewise.
299         (mac_draw_rectangle): Likewise.
300         (mac_draw_rectangle_to_pixmap): Likewise.
301         (mac_draw_string_common): Likewise.
302         (mac_copy_area): Use Carbon routines GetWindowPort and
303         GetPortPixMap.
304         (mac_scroll_area): Use Carbon routines GetWindowPort and
305         GetQDGlobalsScreenBits.
306         (x_flush): Call Carbon routine QDFlushPortBuffer.
307         (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
308         (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
309         (x_draw_image_glyph_string): Likewise.
310         (x_draw_stretch_glyph_string): Likewise.
311         (construct_mouse_click): Call Carbon routine GetWindowPort.
312         (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
313         (XTmouse_position): Call Carbon routine GetWindowPort.
314         (x_scroll_bar_create): Create scroll bar with proc
315         kControlScrollBarProc.
316         (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
317         (activate_scroll_bar): Call ActivateControl instead of
318         SetControlMaximum.
319         (deactivate_scroll_bar): Call DeactivateControl instead of
320         SetControlMaximum.
321         (x_scroll_bar_handle_click): Use default case for scroll
322         indicator.
323         (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
324         (x_calc_absolute_position): Call Carbon routines GetWindowPort and
325         GetWindowPortBounds.
326         (init_font_name_table): Call Carbon Font Manager routines to
327         iterate through all fonts.
328         (XLoadQueryFont): Call Carbon routines GetPortTextFont,
329         GetPortTextSize, and GetPortTextFace.
330         (do_init_managers): Do not initialize Mac Toolbox under Carbon.
331         (is_emacs_window): New function to filter out non-Emacs windows
332         passed back by WaitNextEvent.
333         (do_mouse_moved): Call Carbon routine GetWindowPort.
334         (do_apple_menu): No apple menu handler under Carbon.
335         (do_zoom_window): Call Carbon routines GetWindowPort,
336         GetQDGlobalsScreenBits, SetWindowStandardState, and
337         GetWindowPortBounds.
338         (init_required_apple_events): Use UPP procedure type converter.
339         (main): Don't define for Carbon version.
340         (XTread_socket): Don't check interrupt_input_blocked.  Don't call
341         check_alarm.  Call Carbon routines GetWindowPort,
342         GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
343         (NewMacWindow): Set making_terminal_window to 0.  Call Carbon
344         routine GetWindowPort.
345         (mac_initialize): Rename from x_initialize.  Use new Doc string
346         format.
348         * inc/macterm.h: Synchronize with changes in w32term.h.
350         * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
351         WindowPtr.
353 2002-01-28  Kim F. Storm  <storm@cua.dk>
355         * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
356         cursor row is invisible.  This can happen if cursor is on top line
357         of a window, and we switch to a buffer with a header line.
359 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
361         * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
363 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
365         * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
366         frame parameter have a numeric value all the time.
368 2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
370         * COPYING: New file.
372 2001-12-06  Kim F. Storm  <storm@cua.dk>
374         * src/macfns.c (x_report_frame_params): Return actual fringe widths.
376 2001-12-01  Kim F. Storm  <storm@cua.dk>
378         The following changes add left-fringe and right-fringe
379         frame parameters to adjust fringe widths, or remove one or
380         both fringes.  See ../src/ChangeLog for details.
382         * inc/macterm.h: Merged changes from xterm.h.
383         * src/macterm.c: Merged changes from xterm.c.
384         * src/macfns.c: Merged changes from xfns.c.
386 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
388         * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
390 2001-11-16  Kim F. Storm  <storm@cua.dk>
392         The following changes are made to clean up the various internal
393         references to the fringes to actually use the term `fringe'.
395         * src/macfns.c: Use renamed symbols.
397         * src/macterm.c: Comment fixes. Use renamed symbols.
398         (fringe_bitmap_type): Renamed from bitmap_type.
399         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
400         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
401         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
403         * inc/macterm.h: Comment fixes. Use renamed symbols.
404         (fringes_extra): Renamed from flags_areas_extra.
405         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
406         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
407         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
408         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
409         (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
410         (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
412 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
414         * (Version 21.1 released.)
416 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
418         * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
419         * src/mac.c (run_mac_command): Update calls to openp.
421 2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
423         * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
425         * src/macterm.c: Include keymap.h.
426         (note_mode_line_highlight): Use KEYMAPP.
428 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
430         * Branch for 21.1.
432 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
434         * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
436         * src/macterm.c (XTread_socket): Read all pending events in the
437         event queue instead of one.
438         (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
439         a script code of -smJapanese is specified.
440         (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
441         encoding.
442         (init_font_name_table): Use a script code of -smJapanese instead
443         of smRoman for the second entry of a Japanese font.
444         (XLoadQueryFont): Recognize a font as having the smRoman script
445         code if its encoding is jisx0201.1976-0.
447         * makefile.MPW: Generate etc/DOC file from .elc files instead of
448         .el files.
450         * src/mac.c (stat): Don't fail for aliases.
451         (sys_open) [__MRC__]: Set file creator and type for newly-created
452         files.
453         (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
454         elapsed instead of use WaitNextEvent call as a delay.
456 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
458         * src/macterm.c (init_font_name_table): Add an additional entry to
459         the font table with the script code smRoman for each Apple
460         Japanese font.
461         (XLoadQueryFont): Recognize a font as having the smRoman script
462         code even when FontToScript returns smJapanese if it is one of
463         those created above.
465 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
467         * INSTALL: Add to the note on using -opt speed in MPW the function
468         macterm.c (x_draw_hollow_cursor).
470         * src/macterm.c (mac_scroll_area): Call CopyBits with local
471         coordinates and portBits instead of global coordinates and
472         screenBits.  Set fore color and back color to black and white,
473         respectively, before calling CopyBits.
475         * src/macterm.c (local_to_global_coord): Comment out.
477         * src/mac.c (mac-filename-to-unix): Change to
478         mac-file-name-to-posix.
479         (unix-filename-to-mac): Change to posix-file-name-to-mac.
480         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
481         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
483         * src/macterm.c (do_ae_open_documents): Change call to
484         mac_to_unix_pathname to mac_to_posix_pathname.
486 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
488         * inc/macterm.h (x_display_list): Declare extern.
490 2001-07-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
492         * src/macterm.c (xim_open_dpy): Fix typo.
494 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
496         * README: Change references to SourceForge site to
497         ftp://ftp.gnu.org/gnu/mac/emacs/.
499 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
501         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
503 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
505         * src/Emacs.r: Change About box message.
507         * makefile.MPW: Add md5.c.x to EmacsObjects.
509         * src/mac.c (select): Call WaitNextEvent instead of Delay.
510         (pause): Ditto.
511         (sleep): Ditto.
513         * src/macterm.c (do_app_resume): Set cursor to arrow.
514         (clear_mouse_face): check for NIL Lisp object instead of null
515         pointer.
517         * INSTALL: Delete note on compiling Lisp files on a Unix system.
518         Add note on turning off end of line conversion.
520 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
522         * src/macfns.c: Rename everything containing *busy_cursor* and
523         similar to *hourglass*.
524         Change IMAGE_POSITIVE_INTEGER_VALUE to
525         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
526         (x_set_font): If font hasn't changed, avoid recomputing faces and
527         other things, as in xfns.c.
528         (Qcancel_timer): New variable.
529         (syms_of_macfns): Rename x-busy-pointer-shape to
530         x-hourglass-pointer-shape, display-busy-cursor to
531         display-hourglass, busy-cursor-delay to hourglass-delay, as in
532         xfns.c.
533         (x_set_tool_bar_lines): Modify as in xfns.c
534         (x_change_window_heights): New function.
536         * inc/macterm.h (struct x_output): Rename busy_cursor to
537         hourglass_cursor, busy_window to hourglass_window, busy_p to
538         hourglass_p, as in xterm.h.
540         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
541         safe_run_hooks, as in xmenu.c.
543         * src/macterm.c (do_check_ram_size): New function.
545         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
546         256 MB RAM.
548 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
550         * mac/INSTALL:
551         * mac/README:
552         * mac/cw5-mcp.xml:
553         * mac/cw6-mcp.xml:
554         * mac/inc/alloca.h:
555         * mac/inc/defs-cw5.h:
556         * mac/inc/defs-cw6.h: Added copyright notice.
558 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
560         * src/macterm.c (mac_font_pattern_match): Allocate three more
561         bytes to regex for '^', '$', and '\0'.
563         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
564         garbage collection.
566         * src/macfns.c (QCconversion): Replaces QCalgorithm.
568         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
569         image margins.
571         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
572         (x_draw_image_relief, x_draw_image_foreground_1)
573         (x_draw_image_glyph_string): Adapt to change of image margins.
575         * src/macterm.c (mac_to_x_fontname): Change charset name of
576         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
577         from ksc5601 to ksc5601.1989.
579 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
581         * cw5-mcp.xml: add md5.c to project.
583         * cw6-mcp.xml: add md5.c to project.
585         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
586         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
588 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
590         * src/macterm.c (x_handle_tool_bar_click):
591         (note_tool_bar_highlight): change references to members deleted
592         from struct frame as in xterm.c.
594         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
595         ~emacs/mac/bin.
597 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
599         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
601         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
603         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
605         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
607 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
609         * src/macterm.c (XTread_socket): check whether Lisp variable
610         mac-ready-for-drag-n-drop is bound rather than non-nil value.
612 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
614         * INSTALL: New file.
616         * README: New file.
618         * TODO: New file.
620         * emacs-cw5.mcp.xml: New file.
622         * emacs-cw6.mcp.xml: New file.
624         * makefile.MPW: New file.
626         * inc/alloca.h: New file.
628         * inc/cmdline-defs-cw5.h: New file.
630         * inc/cmdline-defs-cw6.h: New file.
632         * inc/config.h: New file.
634         * inc/dirent.h: New file.
636         * inc/epaths.h: New file.
638         * inc/m-mac.h: New file.
640         * inc/macgui.h: New file.
642         * inc/macterm.h: New file.
644         * inc/pwd.h: New file.
646         * inc/s-mac.h: New file.
648         * inc/termio.h: New file.
650         * inc/utime.h: New file.
652         * inc/utsname.h: New file.
654         * inc/sys/file.h: New file.
656         * inc/sys/ioctl.h: New file.
658         * inc/sys/param.h: New file.
660         * inc/sys/stat.h: New file.
662         * inc/sys/time.h: New file.
664         * inc/sys/types.h: New file.
666         * src/Emacs.r: New file.
668         * src/EmacsMPW.r: New file.
670         * src/chdir.c: New file.
672         * src/mac.c: New file.
674         * src/macfns.c: New file.
676         * src/macmenu.c: New file.
678         * src/macterm.c: New file.
680 ;; Local Variables:
681 ;; coding: iso-2022-7bit-unix
682 ;; End:
684     Copyright (C) 2001 Free Software Foundation, Inc.
685   Copying and distribution of this file, with or without modification,
686   are permitted provided the copyright notice and this notice are preserved.
688 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf