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