*** empty log message ***
[emacs.git] / mac / ChangeLog
blob15b5855db924390a90ceeec7cf0b18da7c439791
1 2005-10-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3         * INSTALL: Replace `Mac OS 8/9' with `Mac OS Classic'.  Add
4         `FIXME' to descriptions about Metrowerks CodeWarrior.  Remove
5         obsolete description about 512MB limit and icon on Mac OS Classic.
6         Add description about flags for experimental features.
8         * README: Replace `Mac OS 8/9' with `Mac OS Classic'.  Add `FIXME'
9         to descriptions about Metrowerks CodeWarrior.  Remove obsolete
10         descriptions about C-g and supported image types.
12 2005-10-20  Bryan D. O'Connor  <bryan@lunch.org>  (tiny change)
14         * make-package: Add a --compressed-dist option to compress info
15         files and .el files that have been byte-compiled. It defaults to "no".
17 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
19         * INSTALL (NOTES): Update the list of versions of MacOS on which
20         Emacs should build.
22         * README: Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which
23         does not exist).
25 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27         * inc/config.h: Sync with src/config.in.
29 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31         * Emacs.app/Contents/Info.plist (mail-to, mail-selection): New
32         NSServices.
34 2005-07-04  Lute Kamstra  <lute@gnu.org>
36         Update FSF's address in GPL notices.
38 2005-06-08  Steven Tamm  <steventamm@mac.com>
40         * INSTALL: Explain that a universal binary cannot be created and
41         builds for on emachine cannot be targeted to the other.
42         * README: Add Universal Binary to the Todo List.
44 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
46         * makefile.MPW (buildobj.lst): New target.
47         (Clean): Delete file buildobj.lst.
48         (Emacs, {DocTarget}DOC): Depend on buildobj.lst.
49         (EmacsSource, MacSource, LispSource, LispSourceDontCompile):
50         Remove variables.
51         (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New
52         variables.
53         ({DocTarget}DOC): Use them.
54         (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
56         * inc/config.h: Sync with src/config.in.
57         (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP)
58         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER)
59         (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H)
60         (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them.
61         [__MRC__] (HAVE_ALLOCA_H): Likewise.
62         (config_machfile, config_opsysfile, my_strftime): New macros.
63         (HAVE_PWD_H): Move from s-mac.h.
64         (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h.
65         (PTR): Move to s-mac.h.
67         * inc/m-mac.h: (HAVE_ALLOCA, C_ALLOCA): Move to config.h.
69         * inc/s-mac.h: Sync with src/s/template.h.  Don't include fcntl.h,
70         time.h, or signal.h.
71         (index, rindex): New macros.
72         [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for
73         compatibility with predefined ones.
74         (PTR): Move from s-mac.h.
75         (HAVE_PWD_H): Move to config.h.
76         (volatile): Remove macro.
77         [__MRC__] (strftime): Likewise.
78         (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime)
79         (sys_time, sys_signal, atof): Remove declarations.
81         * inc/sys/time.h (ITIMER_REAL): New macro.
82         (struct itimerval): New struct.
83         (setitimer): New extern.
85 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
87         * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define.
89 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
91         * makefile.MPW (MacObjects): Add macselect.c.x.
92         (macselect.c.x): New target.
93         (mac.c): Fix dependency.
95         * Emacs.app/Contents/Info.plist: Add NSServices key and data.
97         * inc/s-mac.h (HAVE_PWD_H): Define.
99 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
101         * makefile.MPW (NonCarbonLibs): Add LocalesLib.  Delete
102         TextEncodingConverter.
104 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
106         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
107         (CFBundleShortVersionString, CFBundleGetInfoString): Fix version
108         number and copyright.
110         * Emacs.r (DITL, vers): Likewise.
112 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
114         * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
115         org.gnu.Emacs.
117 2005-03-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
119         * INSTALL: Mention new target `NonCarbon'.
121 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
123         * makefile.MPW (NonCarbon): New target.  The target `Emacs' is now
124         used for the Carbon build that defines HAVE_CARBON.
126         * inc/config.h (HAVE_STDLIB_H): Define to 1.
128         * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
129         [HAVE_CARBON] (crfg): New resource for extra stack space.
131 2004-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
133         * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
134         lastfile.c.x.
135         (PPCCOptions): Add -alloca.
136         (EmacsObjects): Remove alloca.c.x.  Add fringe.c.x, image.c.x, and
137         lastfile.c.x.
138         (Emacs MPW): Add QuickTimeLib.
139         (EmacsSource): Remove alloca.c.  Add fringe.c, image.c, and
140         lastfile.c.
141         (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
142         map-ynp.elc.
143         * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
144         (UNEXEC_SRC): Close comment.
145         * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
146         * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
147         (C_ALLOCA) [__MRC__]: Don't define.
148         * inc/s-mac.h (X_OK): New define.
149         (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
150         (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
152 2004-05-29  Steven Tamm  <steventamm@mac.com>
154         * INSTALL: Fixing typos
155         * README: Updating list of TODOs to remove image support and
156         environment variable problem.
158 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
160         * src/Emacs.r: Update TOO_MUCH_RAM error message.
162 2003-11-22  Lars Hansen <larsh@math.ku.dk>
164         * inc/grp.h: Added.
166 2003-11-02  Andrew Choi  <akochoi@shaw.ca>
168         * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
169         * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
171 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
173         * INSTALL: Add Nozomu Ando's changes to instructions for
174         installing on X Window (that static libraries are no longer
175         necessary after his changes to src/unexmacosx.c).
177 2003-04-28  Andrew Choi  <akochoi@shaw.ca>
179         * make-package: Allocate 5% extra space on disk image for
180         directories and partition tables.
182 2003-04-04  Steven Tamm  <steventamm@mac.com>
184         * make-package: Place libexec executables directly under the
185         Contents/MacOS/libexec if the application is self-contained
187 2003-04-01  Kim F. Storm  <storm@cua.dk>
189         * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
190         (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
192 2003-03-21  Kim F. Storm  <storm@cua.dk>
194         * makefile.MPW (xdisp.c.x):  Add dependency on blockinput.h and
195         files included from it.  Add dependency on keymap.h.
197 2003-01-14  Steven Tamm  <steventamm@mac.com>
199         * make-package: Fixed problem where the building without
200         specifying build directory fails.
202 2003-01-07  Steven Tamm  <steventamm@mac.com>
204         * INSTALL: Added documentation about --enable-carbon-app and
205         changed documentation concerning Emacs.app location
206         Removed some of the documentation about make-package that isn't
207         needed
208         Changed comment about requiring root permission to install to
209         saying that it might be necessary depending on where you install
210         Refered to /usr caveat in more places
211         * make-package (make_options): Use new carbon_appdir option to
212         specify directory to install Application and lets the makefile
213         install
215 2003-01-01  Steven Tamm  <steventamm@mac.com>
217         * make-package: Now copies License and ReadMe files into the
218         Resources directory.  Reduces overhead size when creating
219         installer disk image.
221 2002-12-29  Steven Tamm  <steventamm@mac.com>
223         * make-package: Defaults to building the source tree in a
224         separate directory.  Use the new option --build-in-place to
225         have old behavior.  Added new option --build-dir to specify the
226         build directory.
228 2002-12-27  Steven Tamm  <steventamm@mac.com>
230         * make-package: Fix typo where tmpparent was used instead of
231         tempparent for calculating installedSize and compressedSize.
233 2002-12-10  Andreas Schwab  <schwab@suse.de>
235         * make-package: Fix syntax for find.
237 2002-12-08  Steven Tamm  <steventamm@mac.com>
239         * INSTALL: Added description about make-package.
241         * make-package: Fixed --self-contained option to place the
242         directories in the correct locations for
243         init_mac_osx_environment and use hardlink by default for the
244         application.  Script fails with invalid option.
246 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
248         * make-bin-dist, osx-install: Remove.
250         * INSTALL: Remove description of make-bin-dist and osx-install.
252 2002-12-02  Steven Tamm  <steventamm@mac.com>
254         * make-package (installprefix): Switched copying of .el files
255         to be on by default.  Removed symlink for emacs -> emacs-version.
257 2002-11-30  Steven Tamm  <steventamm@mac.com>
259         * make-package: Now compresses .pax file instead of entire disk
260         image to reduce installer size on disk.  Also added code to
261         create compressed disk image in the future.
263         No longer copies .el files that have been compiled by default.
264         Use --full-dist option to include them.
266         Option --symlink added to reduce disk size by making
267         /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
268         symlinks to the emacs-[version] binary.
270         Option --self-contained added to place files shared files
271         inside the Emacs.app executable (for portability between systems)
273         Added hidden debugging option --keep-dir to keep temporary install
274         directory (emacs-[version]) around after running script
276         * README: Removed comment about mouse-2 & -3 not working (it does).
278 2002-10-14  Andreas Schwab  <schwab@suse.de>
280         * make-package: Fix syntax for find.
282 2002-10-08  Steven Tamm  <steventamm@mac.com>
284         * make-package: Added ability to pass command line options
285         through to make and configure (-m, & -c,).
286         Added option to not copy Application into installer, the default
287         for X11 builds.  Does not copy CVS directories into installer.
288         Clarified some of the usage notes.
290 2002-10-07  Steven Tamm  <steventamm@mac.com>
292         * make-package: Now calls make bootstrap if .elc files are missing.
294 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
296         * INSTALL: Add information on starting Emacs as a GUI application
297         from the terminal.
299 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
301         * INSTALL: Add instructions for building Carbon version on Macs
302         with X Window installed.
304 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
306         * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
307         change creator code from ???? to EMAx.
309         * INSTALL: Add instructions for building X Window version.
311 2002-07-11  Andrew Choi  <akochoi@shaw.ca>
313         * make-package: Change -a option to -R for cp command.
315 2002-07-05  Andrew Choi  <akochoi@shaw.ca>
317         * make-package: Add ability to handle options --help, --prefix,
318         --no-conf, and --with-x.
320 2002-07-04  Andrew Choi  <akochoi@shaw.ca>
322         * make-package: New file.
324 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
326         * Emacs.app/Contents/Resources/Emacs.icns: New file.
328         * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
329         CFBundleIconFile entries.
331 2002-04-13  Andrew Choi  <akochoi@shaw.ca>
333         * Emacs.app/Contents/Info.plist: New file.
335         * Emacs.app/Contents/PkgInfo: New file.
337         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
338         New file.
340         * cw5-mcp.xml: Remove file.
342         * inc/defs-cw5.h: Remove file.
344         * cw6-mcp.xml: Update with new version.
346         * mac/inc/defs-cw6.h: New constant MAC_OS8.  Remove definition
347         of constant CODEWARRIOR_VERSION_6.
349         * mac/src/mac.c:
350         * mac/src/macmenu.c:
351         * mac/src/macterm.c:
352         Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
354         * src/Carbon.r: New File.
356         * makefile.MPW: Define MAC_OS and MAC_OS8.  Update with change of
357         locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
358         macterm.h.  Generate DOC from .el instead of .elc versions of
359         files listed in DONTCOMPILE in lisp/Makefile.in.
361         * INSTALL: Add installation instructions for Mac OS X.
363         * README: Add information for Mac OS X.
365         * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
366         src/macterm.c, inc/macterm.h: Remove from here and move to src.
368 2002-04-12  Andrew Choi  <akochoi@shaw.ca>
370         * src/mac.c (select): Under Carbon, always return true so
371         XTread_socket is called to poll input.
372         (run_mac_command): Not implemented under Carbon.
373         (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
374         establish pathname.
375         (do_applescript): Use Carbon routines AEGetDescDatASize and
376         AEGetDescData.
377         (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
378         GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
379         (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
380         GetCurrentScrap, and PutScrapFlavor.
381         (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
382         GetScrapFlavorFlags.
384         * src/macfns.c: Synchronize with changes in w32fns.c.
385         [MAC_OSX]: Include Carbon headers.
386         (x_real_positions): Use Carbon routine GetWindowPortBounds.
387         (x_set_scroll_bar_width): Set width of scroll bar to 16.
388         (x_make_gc): Remove static qualifier.
390         * src/macmenu.c: Synchronize with changes in w32menu.c.
391         [MAC_OSX]: Include Carbon headers.
392         (set_frame_menubar): Check equality of vector representation of
393         scroll bars using Fequal instead of EQ.
394         (mac_menu_show): Use Carbon routine GetWindowPort.
395         (mac_dialog): Likewise.
396         (add_menu_item): Use Carbon routines CountMenuItems,
397         EnableMenuItem, and DisableMenuItem.
399         * src/macterm.c: Synchronize with changes in w32term.c.
400         [MAC_OSX]: Include Carbon headers.
401         (XDrawLine): Use Carbon routine GetWindowPort.
402         (XClearArea): Likewise.
403         (XClearWindow): Use Carbon routines GetWindowPort and
404         GetWindowPortBounds.
405         (mac_draw_bitmap): Use Carbon routines GetWindowPort and
406         GetPortPixMap.
407         (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
408         (mac_reset_clipping): Use Carbon routine GetWindowPort.
409         (XFillRectangle): Likewise.
410         (mac_draw_rectangle): Likewise.
411         (mac_draw_rectangle_to_pixmap): Likewise.
412         (mac_draw_string_common): Likewise.
413         (mac_copy_area): Use Carbon routines GetWindowPort and
414         GetPortPixMap.
415         (mac_scroll_area): Use Carbon routines GetWindowPort and
416         GetQDGlobalsScreenBits.
417         (x_flush): Call Carbon routine QDFlushPortBuffer.
418         (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
419         (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
420         (x_draw_image_glyph_string): Likewise.
421         (x_draw_stretch_glyph_string): Likewise.
422         (construct_mouse_click): Call Carbon routine GetWindowPort.
423         (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
424         (XTmouse_position): Call Carbon routine GetWindowPort.
425         (x_scroll_bar_create): Create scroll bar with proc
426         kControlScrollBarProc.
427         (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
428         (activate_scroll_bar): Call ActivateControl instead of
429         SetControlMaximum.
430         (deactivate_scroll_bar): Call DeactivateControl instead of
431         SetControlMaximum.
432         (x_scroll_bar_handle_click): Use default case for scroll
433         indicator.
434         (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
435         (x_calc_absolute_position): Call Carbon routines GetWindowPort and
436         GetWindowPortBounds.
437         (init_font_name_table): Call Carbon Font Manager routines to
438         iterate through all fonts.
439         (XLoadQueryFont): Call Carbon routines GetPortTextFont,
440         GetPortTextSize, and GetPortTextFace.
441         (do_init_managers): Do not initialize Mac Toolbox under Carbon.
442         (is_emacs_window): New function to filter out non-Emacs windows
443         passed back by WaitNextEvent.
444         (do_mouse_moved): Call Carbon routine GetWindowPort.
445         (do_apple_menu): No apple menu handler under Carbon.
446         (do_zoom_window): Call Carbon routines GetWindowPort,
447         GetQDGlobalsScreenBits, SetWindowStandardState, and
448         GetWindowPortBounds.
449         (init_required_apple_events): Use UPP procedure type converter.
450         (main): Don't define for Carbon version.
451         (XTread_socket): Don't check interrupt_input_blocked.  Don't call
452         check_alarm.  Call Carbon routines GetWindowPort,
453         GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
454         (NewMacWindow): Set making_terminal_window to 0.  Call Carbon
455         routine GetWindowPort.
456         (mac_initialize): Rename from x_initialize.  Use new Doc string
457         format.
459         * inc/macterm.h: Synchronize with changes in w32term.h.
461         * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
462         WindowPtr.
464 2002-01-28  Kim F. Storm  <storm@cua.dk>
466         * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
467         cursor row is invisible.  This can happen if cursor is on top line
468         of a window, and we switch to a buffer with a header line.
470 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
472         * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
474 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
476         * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
477         frame parameter have a numeric value all the time.
479 2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
481         * COPYING: New file.
483 2001-12-06  Kim F. Storm  <storm@cua.dk>
485         * src/macfns.c (x_report_frame_params): Return actual fringe widths.
487 2001-12-01  Kim F. Storm  <storm@cua.dk>
489         The following changes add left-fringe and right-fringe
490         frame parameters to adjust fringe widths, or remove one or
491         both fringes.  See ../src/ChangeLog for details.
493         * inc/macterm.h: Merged changes from xterm.h.
494         * src/macterm.c: Merged changes from xterm.c.
495         * src/macfns.c: Merged changes from xfns.c.
497 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
499         * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
501 2001-11-16  Kim F. Storm  <storm@cua.dk>
503         The following changes are made to clean up the various internal
504         references to the fringes to actually use the term `fringe'.
506         * src/macfns.c: Use renamed symbols.
508         * src/macterm.c: Comment fixes. Use renamed symbols.
509         (fringe_bitmap_type): Renamed from bitmap_type.
510         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
511         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
512         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
514         * inc/macterm.h: Comment fixes. Use renamed symbols.
515         (fringes_extra): Renamed from flags_areas_extra.
516         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
517         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
518         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
519         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
520         (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
521         (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
523 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
525         * (Version 21.1 released.)
527 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
529         * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
530         * src/mac.c (run_mac_command): Update calls to openp.
532 2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
534         * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
536         * src/macterm.c: Include keymap.h.
537         (note_mode_line_highlight): Use KEYMAPP.
539 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
541         * Branch for 21.1.
543 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
545         * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
547         * src/macterm.c (XTread_socket): Read all pending events in the
548         event queue instead of one.
549         (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
550         a script code of -smJapanese is specified.
551         (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
552         encoding.
553         (init_font_name_table): Use a script code of -smJapanese instead
554         of smRoman for the second entry of a Japanese font.
555         (XLoadQueryFont): Recognize a font as having the smRoman script
556         code if its encoding is jisx0201.1976-0.
558         * makefile.MPW: Generate etc/DOC file from .elc files instead of
559         .el files.
561         * src/mac.c (stat): Don't fail for aliases.
562         (sys_open) [__MRC__]: Set file creator and type for newly-created
563         files.
564         (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
565         elapsed instead of use WaitNextEvent call as a delay.
567 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
569         * src/macterm.c (init_font_name_table): Add an additional entry to
570         the font table with the script code smRoman for each Apple
571         Japanese font.
572         (XLoadQueryFont): Recognize a font as having the smRoman script
573         code even when FontToScript returns smJapanese if it is one of
574         those created above.
576 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
578         * INSTALL: Add to the note on using -opt speed in MPW the function
579         macterm.c (x_draw_hollow_cursor).
581         * src/macterm.c (mac_scroll_area): Call CopyBits with local
582         coordinates and portBits instead of global coordinates and
583         screenBits.  Set fore color and back color to black and white,
584         respectively, before calling CopyBits.
586         * src/macterm.c (local_to_global_coord): Comment out.
588         * src/mac.c (mac-filename-to-unix): Change to
589         mac-file-name-to-posix.
590         (unix-filename-to-mac): Change to posix-file-name-to-mac.
591         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
592         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
594         * src/macterm.c (do_ae_open_documents): Change call to
595         mac_to_unix_pathname to mac_to_posix_pathname.
597 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
599         * inc/macterm.h (x_display_list): Declare extern.
601 2001-07-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
603         * src/macterm.c (xim_open_dpy): Fix typo.
605 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
607         * README: Change references to SourceForge site to
608         ftp://ftp.gnu.org/gnu/mac/emacs/.
610 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
612         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
614 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
616         * src/Emacs.r: Change About box message.
618         * makefile.MPW: Add md5.c.x to EmacsObjects.
620         * src/mac.c (select): Call WaitNextEvent instead of Delay.
621         (pause): Ditto.
622         (sleep): Ditto.
624         * src/macterm.c (do_app_resume): Set cursor to arrow.
625         (clear_mouse_face): check for NIL Lisp object instead of null
626         pointer.
628         * INSTALL: Delete note on compiling Lisp files on a Unix system.
629         Add note on turning off end of line conversion.
631 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
633         * src/macfns.c: Rename everything containing *busy_cursor* and
634         similar to *hourglass*.
635         Change IMAGE_POSITIVE_INTEGER_VALUE to
636         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
637         (x_set_font): If font hasn't changed, avoid recomputing faces and
638         other things, as in xfns.c.
639         (Qcancel_timer): New variable.
640         (syms_of_macfns): Rename x-busy-pointer-shape to
641         x-hourglass-pointer-shape, display-busy-cursor to
642         display-hourglass, busy-cursor-delay to hourglass-delay, as in
643         xfns.c.
644         (x_set_tool_bar_lines): Modify as in xfns.c
645         (x_change_window_heights): New function.
647         * inc/macterm.h (struct x_output): Rename busy_cursor to
648         hourglass_cursor, busy_window to hourglass_window, busy_p to
649         hourglass_p, as in xterm.h.
651         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
652         safe_run_hooks, as in xmenu.c.
654         * src/macterm.c (do_check_ram_size): New function.
656         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
657         256 MB RAM.
659 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
661         * mac/INSTALL:
662         * mac/README:
663         * mac/cw5-mcp.xml:
664         * mac/cw6-mcp.xml:
665         * mac/inc/alloca.h:
666         * mac/inc/defs-cw5.h:
667         * mac/inc/defs-cw6.h: Added copyright notice.
669 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
671         * src/macterm.c (mac_font_pattern_match): Allocate three more
672         bytes to regex for '^', '$', and '\0'.
674         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
675         garbage collection.
677         * src/macfns.c (QCconversion): Replaces QCalgorithm.
679         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
680         image margins.
682         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
683         (x_draw_image_relief, x_draw_image_foreground_1)
684         (x_draw_image_glyph_string): Adapt to change of image margins.
686         * src/macterm.c (mac_to_x_fontname): Change charset name of
687         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
688         from ksc5601 to ksc5601.1989.
690 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
692         * cw5-mcp.xml: add md5.c to project.
694         * cw6-mcp.xml: add md5.c to project.
696         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
697         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
699 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
701         * src/macterm.c (x_handle_tool_bar_click):
702         (note_tool_bar_highlight): change references to members deleted
703         from struct frame as in xterm.c.
705         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
706         ~emacs/mac/bin.
708 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
710         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
712         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
714         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
716         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
718 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
720         * src/macterm.c (XTread_socket): check whether Lisp variable
721         mac-ready-for-drag-n-drop is bound rather than non-nil value.
723 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
725         * INSTALL: New file.
727         * README: New file.
729         * TODO: New file.
731         * emacs-cw5.mcp.xml: New file.
733         * emacs-cw6.mcp.xml: New file.
735         * makefile.MPW: New file.
737         * inc/alloca.h: New file.
739         * inc/cmdline-defs-cw5.h: New file.
741         * inc/cmdline-defs-cw6.h: New file.
743         * inc/config.h: New file.
745         * inc/dirent.h: New file.
747         * inc/epaths.h: New file.
749         * inc/m-mac.h: New file.
751         * inc/macgui.h: New file.
753         * inc/macterm.h: New file.
755         * inc/pwd.h: New file.
757         * inc/s-mac.h: New file.
759         * inc/termio.h: New file.
761         * inc/utime.h: New file.
763         * inc/utsname.h: New file.
765         * inc/sys/file.h: New file.
767         * inc/sys/ioctl.h: New file.
769         * inc/sys/param.h: New file.
771         * inc/sys/stat.h: New file.
773         * inc/sys/time.h: New file.
775         * inc/sys/types.h: New file.
777         * src/Emacs.r: New file.
779         * src/EmacsMPW.r: New file.
781         * src/chdir.c: New file.
783         * src/mac.c: New file.
785         * src/macfns.c: New file.
787         * src/macmenu.c: New file.
789         * src/macterm.c: New file.
791 ;; Local Variables:
792 ;; coding: iso-2022-7bit-unix
793 ;; End:
795     Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
796   Copying and distribution of this file, with or without modification,
797   are permitted provided the copyright notice and this notice are preserved.
799 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf