(sgml): Finish `defgroup' description with period.
[emacs.git] / mac / ChangeLog
blob38a1a8fe2e31d176884f32d4aa7eb1c695e42054
1 2005-06-08  Steven Tamm  <steventamm@mac.com>
3         * INSTALL: Explain that a universal binary cannot be created and
4         builds for on emachine cannot be targeted to the other.
5         * README: Add Universal Binary to the Todo List.
7 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9         * makefile.MPW (buildobj.lst): New target.
10         (Clean): Delete file buildobj.lst.
11         (Emacs, {DocTarget}DOC): Depend on buildobj.lst.
12         (EmacsSource, MacSource, LispSource, LispSourceDontCompile):
13         Remove variables.
14         (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New
15         variables.
16         ({DocTarget}DOC): Use them.
17         (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
19         * inc/config.h: Sync with src/config.in.
20         (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP)
21         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER)
22         (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H)
23         (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them.
24         [__MRC__] (HAVE_ALLOCA_H): Likewise.
25         (config_machfile, config_opsysfile, my_strftime): New macros.
26         (HAVE_PWD_H): Move from s-mac.h.
27         (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h.
28         (PTR): Move to s-mac.h.
30         * inc/m-mac.h: (HAVE_ALLOCA, C_ALLOCA): Move to config.h.
32         * inc/s-mac.h: Sync with src/s/template.h.  Don't include fcntl.h,
33         time.h, or signal.h.
34         (index, rindex): New macros.
35         [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for
36         compatibility with predefined ones.
37         (PTR): Move from s-mac.h.
38         (HAVE_PWD_H): Move to config.h.
39         (volatile): Remove macro.
40         [__MRC__] (strftime): Likewise.
41         (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime)
42         (sys_time, sys_signal, atof): Remove declarations.
44         * inc/sys/time.h (ITIMER_REAL): New macro.
45         (struct itimerval): New struct.
46         (setitimer): New extern.
48 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
50         * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define.
52 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
54         * makefile.MPW (MacObjects): Add macselect.c.x.
55         (macselect.c.x): New target.
56         (mac.c): Fix dependency.
58         * Emacs.app/Contents/Info.plist: Add NSServices key and data.
60         * inc/s-mac.h (HAVE_PWD_H): Define.
62 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
64         * makefile.MPW (NonCarbonLibs): Add LocalesLib.  Delete
65         TextEncodingConverter.
67 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
69         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
70         (CFBundleShortVersionString, CFBundleGetInfoString): Fix version
71         number and copyright.
73         * Emacs.r (DITL, vers): Likewise.
75 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
77         * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
78         org.gnu.Emacs.
80 2005-03-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
82         * INSTALL: Mention new target `NonCarbon'.
84 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
86         * makefile.MPW (NonCarbon): New target.  The target `Emacs' is now
87         used for the Carbon build that defines HAVE_CARBON.
89         * inc/config.h (HAVE_STDLIB_H): Define to 1.
91         * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
92         [HAVE_CARBON] (crfg): New resource for extra stack space.
94 2004-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
96         * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
97         lastfile.c.x.
98         (PPCCOptions): Add -alloca.
99         (EmacsObjects): Remove alloca.c.x.  Add fringe.c.x, image.c.x, and
100         lastfile.c.x.
101         (Emacs MPW): Add QuickTimeLib.
102         (EmacsSource): Remove alloca.c.  Add fringe.c, image.c, and
103         lastfile.c.
104         (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
105         map-ynp.elc.
106         * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
107         (UNEXEC_SRC): Close comment.
108         * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
109         * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
110         (C_ALLOCA) [__MRC__]: Don't define.
111         * inc/s-mac.h (X_OK): New define.
112         (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro. 
113         (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
115 2004-05-29  Steven Tamm  <steventamm@mac.com>
117         * INSTALL: Fixing typos
118         * README: Updating list of TODOs to remove image support and 
119         environment variable problem.
121 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * src/Emacs.r: Update TOO_MUCH_RAM error message.
125 2003-11-22  Lars Hansen <larsh@math.ku.dk>
127         * inc/grp.h: Added.
129 2003-11-02  Andrew Choi  <akochoi@shaw.ca>
131         * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
132         * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
134 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
136         * INSTALL: Add Nozomu Ando's changes to instructions for
137         installing on X Window (that static libraries are no longer
138         necessary after his changes to src/unexmacosx.c).
140 2003-04-28  Andrew Choi  <akochoi@shaw.ca>
142         * make-package: Allocate 5% extra space on disk image for
143         directories and partition tables.
145 2003-04-04  Steven Tamm  <steventamm@mac.com>
147         * make-package: Place libexec executables directly under the
148         Contents/MacOS/libexec if the application is self-contained
150 2003-04-01  Kim F. Storm  <storm@cua.dk>
152         * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
153         (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
155 2003-03-21  Kim F. Storm  <storm@cua.dk>
157         * makefile.MPW (xdisp.c.x):  Add dependency on blockinput.h and
158         files included from it.  Add dependency on keymap.h.
160 2003-01-14  Steven Tamm  <steventamm@mac.com>
162         * make-package: Fixed problem where the building without
163         specifying build directory fails.
165 2003-01-07  Steven Tamm  <steventamm@mac.com>
167         * INSTALL: Added documentation about --enable-carbon-app and
168         changed documentation concerning Emacs.app location
169         Removed some of the documentation about make-package that isn't
170         needed
171         Changed comment about requiring root permission to install to
172         saying that it might be necessary depending on where you install
173         Refered to /usr caveat in more places
174         * make-package (make_options): Use new carbon_appdir option to
175         specify directory to install Application and lets the makefile
176         install
178 2003-01-01  Steven Tamm  <steventamm@mac.com>
180         * make-package: Now copies License and ReadMe files into the
181         Resources directory.  Reduces overhead size when creating
182         installer disk image.
184 2002-12-29  Steven Tamm  <steventamm@mac.com>
186         * make-package: Defaults to building the source tree in a
187         separate directory.  Use the new option --build-in-place to
188         have old behavior.  Added new option --build-dir to specify the
189         build directory.
191 2002-12-27  Steven Tamm  <steventamm@mac.com>
193         * make-package: Fix typo where tmpparent was used instead of
194         tempparent for calculating installedSize and compressedSize.
196 2002-12-10  Andreas Schwab  <schwab@suse.de>
198         * make-package: Fix syntax for find.
200 2002-12-08  Steven Tamm  <steventamm@mac.com>
202         * INSTALL: Added description about make-package.
204         * make-package: Fixed --self-contained option to place the
205         directories in the correct locations for
206         init_mac_osx_environment and use hardlink by default for the
207         application.  Script fails with invalid option.
209 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
211         * make-bin-dist, osx-install: Remove.
213         * INSTALL: Remove description of make-bin-dist and osx-install.
215 2002-12-02  Steven Tamm  <steventamm@mac.com>
217         * make-package (installprefix): Switched copying of .el files
218         to be on by default.  Removed symlink for emacs -> emacs-version.
220 2002-11-30  Steven Tamm  <steventamm@mac.com>
222         * make-package: Now compresses .pax file instead of entire disk
223         image to reduce installer size on disk.  Also added code to
224         create compressed disk image in the future.
226         No longer copies .el files that have been compiled by default.
227         Use --full-dist option to include them.
229         Option --symlink added to reduce disk size by making
230         /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
231         symlinks to the emacs-[version] binary.
233         Option --self-contained added to place files shared files
234         inside the Emacs.app executable (for portability between systems)
236         Added hidden debugging option --keep-dir to keep temporary install
237         directory (emacs-[version]) around after running script
239         * README: Removed comment about mouse-2 & -3 not working (it does).
241 2002-10-14  Andreas Schwab  <schwab@suse.de>
243         * make-package: Fix syntax for find.
245 2002-10-08  Steven Tamm  <steventamm@mac.com>
247         * make-package: Added ability to pass command line options
248         through to make and configure (-m, & -c,).
249         Added option to not copy Application into installer, the default
250         for X11 builds.  Does not copy CVS directories into installer.
251         Clarified some of the usage notes.
253 2002-10-07  Steven Tamm  <steventamm@mac.com>
255         * make-package: Now calls make bootstrap if .elc files are missing.
257 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
259         * INSTALL: Add information on starting Emacs as a GUI application
260         from the terminal.
262 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
264         * INSTALL: Add instructions for building Carbon version on Macs
265         with X Window installed.
267 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
269         * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
270         change creator code from ???? to EMAx.
272         * INSTALL: Add instructions for building X Window version.
274 2002-07-11  Andrew Choi  <akochoi@shaw.ca>
276         * make-package: Change -a option to -R for cp command.
278 2002-07-05  Andrew Choi  <akochoi@shaw.ca>
280         * make-package: Add ability to handle options --help, --prefix,
281         --no-conf, and --with-x.
283 2002-07-04  Andrew Choi  <akochoi@shaw.ca>
285         * make-package: New file.
287 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
289         * Emacs.app/Contents/Resources/Emacs.icns: New file.
291         * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
292         CFBundleIconFile entries.
294 2002-04-13  Andrew Choi  <akochoi@shaw.ca>
296         * Emacs.app/Contents/Info.plist: New file.
298         * Emacs.app/Contents/PkgInfo: New file.
300         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
301         New file.
303         * cw5-mcp.xml: Remove file.
305         * inc/defs-cw5.h: Remove file.
307         * cw6-mcp.xml: Update with new version.
309         * mac/inc/defs-cw6.h: New constant MAC_OS8.  Remove definition
310         of constant CODEWARRIOR_VERSION_6.
312         * mac/src/mac.c:
313         * mac/src/macmenu.c:
314         * mac/src/macterm.c:
315         Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
317         * src/Carbon.r: New File.
319         * makefile.MPW: Define MAC_OS and MAC_OS8.  Update with change of
320         locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
321         macterm.h.  Generate DOC from .el instead of .elc versions of
322         files listed in DONTCOMPILE in lisp/Makefile.in.
324         * INSTALL: Add installation instructions for Mac OS X.
326         * README: Add information for Mac OS X.
328         * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
329         src/macterm.c, inc/macterm.h: Remove from here and move to src.
331 2002-04-12  Andrew Choi  <akochoi@shaw.ca>
333         * src/mac.c (select): Under Carbon, always return true so
334         XTread_socket is called to poll input.
335         (run_mac_command): Not implemented under Carbon.
336         (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
337         establish pathname.
338         (do_applescript): Use Carbon routines AEGetDescDatASize and
339         AEGetDescData.
340         (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
341         GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
342         (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
343         GetCurrentScrap, and PutScrapFlavor.
344         (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
345         GetScrapFlavorFlags.
347         * src/macfns.c: Synchronize with changes in w32fns.c.
348         [MAC_OSX]: Include Carbon headers.
349         (x_real_positions): Use Carbon routine GetWindowPortBounds.
350         (x_set_scroll_bar_width): Set width of scroll bar to 16.
351         (x_make_gc): Remove static qualifier.
353         * src/macmenu.c: Synchronize with changes in w32menu.c.
354         [MAC_OSX]: Include Carbon headers.
355         (set_frame_menubar): Check equality of vector representation of
356         scroll bars using Fequal instead of EQ.
357         (mac_menu_show): Use Carbon routine GetWindowPort.
358         (mac_dialog): Likewise.
359         (add_menu_item): Use Carbon routines CountMenuItems,
360         EnableMenuItem, and DisableMenuItem.
362         * src/macterm.c: Synchronize with changes in w32term.c.
363         [MAC_OSX]: Include Carbon headers.
364         (XDrawLine): Use Carbon routine GetWindowPort.
365         (XClearArea): Likewise.
366         (XClearWindow): Use Carbon routines GetWindowPort and
367         GetWindowPortBounds.
368         (mac_draw_bitmap): Use Carbon routines GetWindowPort and
369         GetPortPixMap.
370         (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
371         (mac_reset_clipping): Use Carbon routine GetWindowPort.
372         (XFillRectangle): Likewise.
373         (mac_draw_rectangle): Likewise.
374         (mac_draw_rectangle_to_pixmap): Likewise.
375         (mac_draw_string_common): Likewise.
376         (mac_copy_area): Use Carbon routines GetWindowPort and
377         GetPortPixMap.
378         (mac_scroll_area): Use Carbon routines GetWindowPort and
379         GetQDGlobalsScreenBits.
380         (x_flush): Call Carbon routine QDFlushPortBuffer.
381         (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
382         (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
383         (x_draw_image_glyph_string): Likewise.
384         (x_draw_stretch_glyph_string): Likewise.
385         (construct_mouse_click): Call Carbon routine GetWindowPort.
386         (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
387         (XTmouse_position): Call Carbon routine GetWindowPort.
388         (x_scroll_bar_create): Create scroll bar with proc
389         kControlScrollBarProc.
390         (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
391         (activate_scroll_bar): Call ActivateControl instead of
392         SetControlMaximum.
393         (deactivate_scroll_bar): Call DeactivateControl instead of
394         SetControlMaximum.
395         (x_scroll_bar_handle_click): Use default case for scroll
396         indicator.
397         (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
398         (x_calc_absolute_position): Call Carbon routines GetWindowPort and
399         GetWindowPortBounds.
400         (init_font_name_table): Call Carbon Font Manager routines to
401         iterate through all fonts.
402         (XLoadQueryFont): Call Carbon routines GetPortTextFont,
403         GetPortTextSize, and GetPortTextFace.
404         (do_init_managers): Do not initialize Mac Toolbox under Carbon.
405         (is_emacs_window): New function to filter out non-Emacs windows
406         passed back by WaitNextEvent.
407         (do_mouse_moved): Call Carbon routine GetWindowPort.
408         (do_apple_menu): No apple menu handler under Carbon.
409         (do_zoom_window): Call Carbon routines GetWindowPort,
410         GetQDGlobalsScreenBits, SetWindowStandardState, and
411         GetWindowPortBounds.
412         (init_required_apple_events): Use UPP procedure type converter.
413         (main): Don't define for Carbon version.
414         (XTread_socket): Don't check interrupt_input_blocked.  Don't call
415         check_alarm.  Call Carbon routines GetWindowPort,
416         GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
417         (NewMacWindow): Set making_terminal_window to 0.  Call Carbon
418         routine GetWindowPort.
419         (mac_initialize): Rename from x_initialize.  Use new Doc string
420         format.
422         * inc/macterm.h: Synchronize with changes in w32term.h.
424         * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
425         WindowPtr.
427 2002-01-28  Kim F. Storm  <storm@cua.dk>
429         * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
430         cursor row is invisible.  This can happen if cursor is on top line
431         of a window, and we switch to a buffer with a header line.
433 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
435         * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
437 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
439         * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
440         frame parameter have a numeric value all the time.
442 2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
444         * COPYING: New file.
446 2001-12-06  Kim F. Storm  <storm@cua.dk>
448         * src/macfns.c (x_report_frame_params): Return actual fringe widths.
450 2001-12-01  Kim F. Storm  <storm@cua.dk>
452         The following changes add left-fringe and right-fringe
453         frame parameters to adjust fringe widths, or remove one or
454         both fringes.  See ../src/ChangeLog for details.
456         * inc/macterm.h: Merged changes from xterm.h.
457         * src/macterm.c: Merged changes from xterm.c.
458         * src/macfns.c: Merged changes from xfns.c.
460 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
462         * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
464 2001-11-16  Kim F. Storm  <storm@cua.dk>
466         The following changes are made to clean up the various internal
467         references to the fringes to actually use the term `fringe'.
469         * src/macfns.c: Use renamed symbols.
471         * src/macterm.c: Comment fixes. Use renamed symbols.
472         (fringe_bitmap_type): Renamed from bitmap_type.
473         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
474         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
475         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
477         * inc/macterm.h: Comment fixes. Use renamed symbols.
478         (fringes_extra): Renamed from flags_areas_extra.
479         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
480         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
481         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
482         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
483         (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
484         (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
486 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
488         * (Version 21.1 released.)
490 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
492         * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
493         * src/mac.c (run_mac_command): Update calls to openp.
495 2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
497         * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
499         * src/macterm.c: Include keymap.h.
500         (note_mode_line_highlight): Use KEYMAPP.
502 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
504         * Branch for 21.1.
506 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
508         * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
510         * src/macterm.c (XTread_socket): Read all pending events in the
511         event queue instead of one.
512         (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
513         a script code of -smJapanese is specified.
514         (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
515         encoding.
516         (init_font_name_table): Use a script code of -smJapanese instead
517         of smRoman for the second entry of a Japanese font.
518         (XLoadQueryFont): Recognize a font as having the smRoman script
519         code if its encoding is jisx0201.1976-0.
521         * makefile.MPW: Generate etc/DOC file from .elc files instead of
522         .el files.
524         * src/mac.c (stat): Don't fail for aliases.
525         (sys_open) [__MRC__]: Set file creator and type for newly-created
526         files.
527         (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
528         elapsed instead of use WaitNextEvent call as a delay.
530 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
532         * src/macterm.c (init_font_name_table): Add an additional entry to
533         the font table with the script code smRoman for each Apple
534         Japanese font.
535         (XLoadQueryFont): Recognize a font as having the smRoman script
536         code even when FontToScript returns smJapanese if it is one of
537         those created above.
539 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
541         * INSTALL: Add to the note on using -opt speed in MPW the function
542         macterm.c (x_draw_hollow_cursor).
544         * src/macterm.c (mac_scroll_area): Call CopyBits with local
545         coordinates and portBits instead of global coordinates and
546         screenBits.  Set fore color and back color to black and white,
547         respectively, before calling CopyBits.
549         * src/macterm.c (local_to_global_coord): Comment out.
551         * src/mac.c (mac-filename-to-unix): Change to
552         mac-file-name-to-posix.
553         (unix-filename-to-mac): Change to posix-file-name-to-mac.
554         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
555         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
557         * src/macterm.c (do_ae_open_documents): Change call to
558         mac_to_unix_pathname to mac_to_posix_pathname.
560 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
562         * inc/macterm.h (x_display_list): Declare extern.
564 2001-07-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
566         * src/macterm.c (xim_open_dpy): Fix typo.
568 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
570         * README: Change references to SourceForge site to
571         ftp://ftp.gnu.org/gnu/mac/emacs/.
573 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
575         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
577 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
579         * src/Emacs.r: Change About box message.
581         * makefile.MPW: Add md5.c.x to EmacsObjects.
583         * src/mac.c (select): Call WaitNextEvent instead of Delay.
584         (pause): Ditto.
585         (sleep): Ditto.
587         * src/macterm.c (do_app_resume): Set cursor to arrow.
588         (clear_mouse_face): check for NIL Lisp object instead of null
589         pointer.
591         * INSTALL: Delete note on compiling Lisp files on a Unix system.
592         Add note on turning off end of line conversion.
594 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
596         * src/macfns.c: Rename everything containing *busy_cursor* and
597         similar to *hourglass*.
598         Change IMAGE_POSITIVE_INTEGER_VALUE to
599         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
600         (x_set_font): If font hasn't changed, avoid recomputing faces and
601         other things, as in xfns.c.
602         (Qcancel_timer): New variable.
603         (syms_of_macfns): Rename x-busy-pointer-shape to
604         x-hourglass-pointer-shape, display-busy-cursor to
605         display-hourglass, busy-cursor-delay to hourglass-delay, as in
606         xfns.c.
607         (x_set_tool_bar_lines): Modify as in xfns.c
608         (x_change_window_heights): New function.
610         * inc/macterm.h (struct x_output): Rename busy_cursor to
611         hourglass_cursor, busy_window to hourglass_window, busy_p to
612         hourglass_p, as in xterm.h.
614         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
615         safe_run_hooks, as in xmenu.c.
617         * src/macterm.c (do_check_ram_size): New function.
619         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
620         256 MB RAM.
622 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
624         * mac/INSTALL:
625         * mac/README:
626         * mac/cw5-mcp.xml:
627         * mac/cw6-mcp.xml:
628         * mac/inc/alloca.h:
629         * mac/inc/defs-cw5.h:
630         * mac/inc/defs-cw6.h: Added copyright notice.
632 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
634         * src/macterm.c (mac_font_pattern_match): Allocate three more
635         bytes to regex for '^', '$', and '\0'.
637         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
638         garbage collection.
640         * src/macfns.c (QCconversion): Replaces QCalgorithm.
642         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
643         image margins.
645         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
646         (x_draw_image_relief, x_draw_image_foreground_1)
647         (x_draw_image_glyph_string): Adapt to change of image margins.
649         * src/macterm.c (mac_to_x_fontname): Change charset name of
650         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
651         from ksc5601 to ksc5601.1989.
653 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
655         * cw5-mcp.xml: add md5.c to project.
657         * cw6-mcp.xml: add md5.c to project.
659         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
660         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
662 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
664         * src/macterm.c (x_handle_tool_bar_click):
665         (note_tool_bar_highlight): change references to members deleted
666         from struct frame as in xterm.c.
668         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
669         ~emacs/mac/bin.
671 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
673         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
675         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
677         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
679         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
681 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
683         * src/macterm.c (XTread_socket): check whether Lisp variable
684         mac-ready-for-drag-n-drop is bound rather than non-nil value.
686 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
688         * INSTALL: New file.
690         * README: New file.
692         * TODO: New file.
694         * emacs-cw5.mcp.xml: New file.
696         * emacs-cw6.mcp.xml: New file.
698         * makefile.MPW: New file.
700         * inc/alloca.h: New file.
702         * inc/cmdline-defs-cw5.h: New file.
704         * inc/cmdline-defs-cw6.h: New file.
706         * inc/config.h: New file.
708         * inc/dirent.h: New file.
710         * inc/epaths.h: New file.
712         * inc/m-mac.h: New file.
714         * inc/macgui.h: New file.
716         * inc/macterm.h: New file.
718         * inc/pwd.h: New file.
720         * inc/s-mac.h: New file.
722         * inc/termio.h: New file.
724         * inc/utime.h: New file.
726         * inc/utsname.h: New file.
728         * inc/sys/file.h: New file.
730         * inc/sys/ioctl.h: New file.
732         * inc/sys/param.h: New file.
734         * inc/sys/stat.h: New file.
736         * inc/sys/time.h: New file.
738         * inc/sys/types.h: New file.
740         * src/Emacs.r: New file.
742         * src/EmacsMPW.r: New file.
744         * src/chdir.c: New file.
746         * src/mac.c: New file.
748         * src/macfns.c: New file.
750         * src/macmenu.c: New file.
752         * src/macterm.c: New file.
754 ;; Local Variables:
755 ;; coding: iso-2022-7bit-unix
756 ;; End:
758     Copyright (C) 2001 Free Software Foundation, Inc.
759   Copying and distribution of this file, with or without modification,
760   are permitted provided the copyright notice and this notice are preserved.
762 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf