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