1 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3 * makefile.MPW (macselect.c.x): Depend on keymap.h.
5 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7 * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and
8 data. Make NSServices open-selection the first entry.
10 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12 * makefile.MPW (shortlisp): Sync with src/Makefile.in.
14 2005-10-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16 * INSTALL: Replace `Mac OS 8/9' with `Mac OS Classic'. Add
17 `FIXME' to descriptions about Metrowerks CodeWarrior. Remove
18 obsolete description about 512MB limit and icon on Mac OS Classic.
19 Add description about flags for experimental features.
21 * README: Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
22 to descriptions about Metrowerks CodeWarrior. Remove obsolete
23 descriptions about C-g and supported image types.
25 2005-10-20 Bryan D. O'Connor <bryan@lunch.org> (tiny change)
27 * make-package: Add a --compressed-dist option to compress info
28 files and .el files that have been byte-compiled. It defaults to "no".
30 2005-09-24 Eli Zaretskii <eliz@gnu.org>
32 * INSTALL (NOTES): Update the list of versions of MacOS on which
35 * README: Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which
38 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
40 * inc/config.h: Sync with src/config.in.
42 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
44 * Emacs.app/Contents/Info.plist (mail-to, mail-selection): New
47 2005-07-04 Lute Kamstra <lute@gnu.org>
49 Update FSF's address in GPL notices.
51 2005-06-08 Steven Tamm <steventamm@mac.com>
53 * INSTALL: Explain that a universal binary cannot be created and
54 builds for on emachine cannot be targeted to the other.
55 * README: Add Universal Binary to the Todo List.
57 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
59 * makefile.MPW (buildobj.lst): New target.
60 (Clean): Delete file buildobj.lst.
61 (Emacs, {DocTarget}DOC): Depend on buildobj.lst.
62 (EmacsSource, MacSource, LispSource, LispSourceDontCompile):
64 (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New
66 ({DocTarget}DOC): Use them.
67 (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
69 * inc/config.h: Sync with src/config.in.
70 (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP)
71 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER)
72 (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H)
73 (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them.
74 [__MRC__] (HAVE_ALLOCA_H): Likewise.
75 (config_machfile, config_opsysfile, my_strftime): New macros.
76 (HAVE_PWD_H): Move from s-mac.h.
77 (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h.
78 (PTR): Move to s-mac.h.
80 * inc/m-mac.h: (HAVE_ALLOCA, C_ALLOCA): Move to config.h.
82 * inc/s-mac.h: Sync with src/s/template.h. Don't include fcntl.h,
84 (index, rindex): New macros.
85 [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for
86 compatibility with predefined ones.
87 (PTR): Move from s-mac.h.
88 (HAVE_PWD_H): Move to config.h.
89 (volatile): Remove macro.
90 [__MRC__] (strftime): Likewise.
91 (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime)
92 (sys_time, sys_signal, atof): Remove declarations.
94 * inc/sys/time.h (ITIMER_REAL): New macro.
95 (struct itimerval): New struct.
96 (setitimer): New extern.
98 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
100 * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define.
102 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
104 * makefile.MPW (MacObjects): Add macselect.c.x.
105 (macselect.c.x): New target.
106 (mac.c): Fix dependency.
108 * Emacs.app/Contents/Info.plist: Add NSServices key and data.
110 * inc/s-mac.h (HAVE_PWD_H): Define.
112 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
114 * makefile.MPW (NonCarbonLibs): Add LocalesLib. Delete
115 TextEncodingConverter.
117 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
119 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
120 (CFBundleShortVersionString, CFBundleGetInfoString): Fix version
121 number and copyright.
123 * Emacs.r (DITL, vers): Likewise.
125 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
127 * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
130 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
132 * INSTALL: Mention new target `NonCarbon'.
134 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
136 * makefile.MPW (NonCarbon): New target. The target `Emacs' is now
137 used for the Carbon build that defines HAVE_CARBON.
139 * inc/config.h (HAVE_STDLIB_H): Define to 1.
141 * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
142 [HAVE_CARBON] (crfg): New resource for extra stack space.
144 2004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
146 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
148 (PPCCOptions): Add -alloca.
149 (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and
151 (Emacs MPW): Add QuickTimeLib.
152 (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and
154 (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
156 * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
157 (UNEXEC_SRC): Close comment.
158 * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
159 * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
160 (C_ALLOCA) [__MRC__]: Don't define.
161 * inc/s-mac.h (X_OK): New define.
162 (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
163 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
165 2004-05-29 Steven Tamm <steventamm@mac.com>
167 * INSTALL: Fixing typos
168 * README: Updating list of TODOs to remove image support and
169 environment variable problem.
171 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
173 * src/Emacs.r: Update TOO_MUCH_RAM error message.
175 2003-11-22 Lars Hansen <larsh@math.ku.dk>
179 2003-11-02 Andrew Choi <akochoi@shaw.ca>
181 * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
182 * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
184 2003-10-31 Andrew Choi <akochoi@shaw.ca>
186 * INSTALL: Add Nozomu Ando's changes to instructions for
187 installing on X Window (that static libraries are no longer
188 necessary after his changes to src/unexmacosx.c).
190 2003-04-28 Andrew Choi <akochoi@shaw.ca>
192 * make-package: Allocate 5% extra space on disk image for
193 directories and partition tables.
195 2003-04-04 Steven Tamm <steventamm@mac.com>
197 * make-package: Place libexec executables directly under the
198 Contents/MacOS/libexec if the application is self-contained
200 2003-04-01 Kim F. Storm <storm@cua.dk>
202 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
203 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
205 2003-03-21 Kim F. Storm <storm@cua.dk>
207 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
208 files included from it. Add dependency on keymap.h.
210 2003-01-14 Steven Tamm <steventamm@mac.com>
212 * make-package: Fixed problem where the building without
213 specifying build directory fails.
215 2003-01-07 Steven Tamm <steventamm@mac.com>
217 * INSTALL: Added documentation about --enable-carbon-app and
218 changed documentation concerning Emacs.app location
219 Removed some of the documentation about make-package that isn't
221 Changed comment about requiring root permission to install to
222 saying that it might be necessary depending on where you install
223 Refered to /usr caveat in more places
224 * make-package (make_options): Use new carbon_appdir option to
225 specify directory to install Application and lets the makefile
228 2003-01-01 Steven Tamm <steventamm@mac.com>
230 * make-package: Now copies License and ReadMe files into the
231 Resources directory. Reduces overhead size when creating
232 installer disk image.
234 2002-12-29 Steven Tamm <steventamm@mac.com>
236 * make-package: Defaults to building the source tree in a
237 separate directory. Use the new option --build-in-place to
238 have old behavior. Added new option --build-dir to specify the
241 2002-12-27 Steven Tamm <steventamm@mac.com>
243 * make-package: Fix typo where tmpparent was used instead of
244 tempparent for calculating installedSize and compressedSize.
246 2002-12-10 Andreas Schwab <schwab@suse.de>
248 * make-package: Fix syntax for find.
250 2002-12-08 Steven Tamm <steventamm@mac.com>
252 * INSTALL: Added description about make-package.
254 * make-package: Fixed --self-contained option to place the
255 directories in the correct locations for
256 init_mac_osx_environment and use hardlink by default for the
257 application. Script fails with invalid option.
259 2002-12-02 Andrew Choi <akochoi@shaw.ca>
261 * make-bin-dist, osx-install: Remove.
263 * INSTALL: Remove description of make-bin-dist and osx-install.
265 2002-12-02 Steven Tamm <steventamm@mac.com>
267 * make-package (installprefix): Switched copying of .el files
268 to be on by default. Removed symlink for emacs -> emacs-version.
270 2002-11-30 Steven Tamm <steventamm@mac.com>
272 * make-package: Now compresses .pax file instead of entire disk
273 image to reduce installer size on disk. Also added code to
274 create compressed disk image in the future.
276 No longer copies .el files that have been compiled by default.
277 Use --full-dist option to include them.
279 Option --symlink added to reduce disk size by making
280 /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
281 symlinks to the emacs-[version] binary.
283 Option --self-contained added to place files shared files
284 inside the Emacs.app executable (for portability between systems)
286 Added hidden debugging option --keep-dir to keep temporary install
287 directory (emacs-[version]) around after running script
289 * README: Removed comment about mouse-2 & -3 not working (it does).
291 2002-10-14 Andreas Schwab <schwab@suse.de>
293 * make-package: Fix syntax for find.
295 2002-10-08 Steven Tamm <steventamm@mac.com>
297 * make-package: Added ability to pass command line options
298 through to make and configure (-m, & -c,).
299 Added option to not copy Application into installer, the default
300 for X11 builds. Does not copy CVS directories into installer.
301 Clarified some of the usage notes.
303 2002-10-07 Steven Tamm <steventamm@mac.com>
305 * make-package: Now calls make bootstrap if .elc files are missing.
307 2002-08-27 Andrew Choi <akochoi@shaw.ca>
309 * INSTALL: Add information on starting Emacs as a GUI application
312 2002-08-15 Andrew Choi <akochoi@shaw.ca>
314 * INSTALL: Add instructions for building Carbon version on Macs
315 with X Window installed.
317 2002-07-31 Andrew Choi <akochoi@shaw.ca>
319 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
320 change creator code from ???? to EMAx.
322 * INSTALL: Add instructions for building X Window version.
324 2002-07-11 Andrew Choi <akochoi@shaw.ca>
326 * make-package: Change -a option to -R for cp command.
328 2002-07-05 Andrew Choi <akochoi@shaw.ca>
330 * make-package: Add ability to handle options --help, --prefix,
331 --no-conf, and --with-x.
333 2002-07-04 Andrew Choi <akochoi@shaw.ca>
335 * make-package: New file.
337 2002-07-01 Andrew Choi <akochoi@shaw.ca>
339 * Emacs.app/Contents/Resources/Emacs.icns: New file.
341 * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
342 CFBundleIconFile entries.
344 2002-04-13 Andrew Choi <akochoi@shaw.ca>
346 * Emacs.app/Contents/Info.plist: New file.
348 * Emacs.app/Contents/PkgInfo: New file.
350 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
353 * cw5-mcp.xml: Remove file.
355 * inc/defs-cw5.h: Remove file.
357 * cw6-mcp.xml: Update with new version.
359 * mac/inc/defs-cw6.h: New constant MAC_OS8. Remove definition
360 of constant CODEWARRIOR_VERSION_6.
365 Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
367 * src/Carbon.r: New File.
369 * makefile.MPW: Define MAC_OS and MAC_OS8. Update with change of
370 locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
371 macterm.h. Generate DOC from .el instead of .elc versions of
372 files listed in DONTCOMPILE in lisp/Makefile.in.
374 * INSTALL: Add installation instructions for Mac OS X.
376 * README: Add information for Mac OS X.
378 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
379 src/macterm.c, inc/macterm.h: Remove from here and move to src.
381 2002-04-12 Andrew Choi <akochoi@shaw.ca>
383 * src/mac.c (select): Under Carbon, always return true so
384 XTread_socket is called to poll input.
385 (run_mac_command): Not implemented under Carbon.
386 (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
388 (do_applescript): Use Carbon routines AEGetDescDatASize and
390 (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
391 GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
392 (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
393 GetCurrentScrap, and PutScrapFlavor.
394 (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
397 * src/macfns.c: Synchronize with changes in w32fns.c.
398 [MAC_OSX]: Include Carbon headers.
399 (x_real_positions): Use Carbon routine GetWindowPortBounds.
400 (x_set_scroll_bar_width): Set width of scroll bar to 16.
401 (x_make_gc): Remove static qualifier.
403 * src/macmenu.c: Synchronize with changes in w32menu.c.
404 [MAC_OSX]: Include Carbon headers.
405 (set_frame_menubar): Check equality of vector representation of
406 scroll bars using Fequal instead of EQ.
407 (mac_menu_show): Use Carbon routine GetWindowPort.
408 (mac_dialog): Likewise.
409 (add_menu_item): Use Carbon routines CountMenuItems,
410 EnableMenuItem, and DisableMenuItem.
412 * src/macterm.c: Synchronize with changes in w32term.c.
413 [MAC_OSX]: Include Carbon headers.
414 (XDrawLine): Use Carbon routine GetWindowPort.
415 (XClearArea): Likewise.
416 (XClearWindow): Use Carbon routines GetWindowPort and
418 (mac_draw_bitmap): Use Carbon routines GetWindowPort and
420 (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
421 (mac_reset_clipping): Use Carbon routine GetWindowPort.
422 (XFillRectangle): Likewise.
423 (mac_draw_rectangle): Likewise.
424 (mac_draw_rectangle_to_pixmap): Likewise.
425 (mac_draw_string_common): Likewise.
426 (mac_copy_area): Use Carbon routines GetWindowPort and
428 (mac_scroll_area): Use Carbon routines GetWindowPort and
429 GetQDGlobalsScreenBits.
430 (x_flush): Call Carbon routine QDFlushPortBuffer.
431 (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
432 (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
433 (x_draw_image_glyph_string): Likewise.
434 (x_draw_stretch_glyph_string): Likewise.
435 (construct_mouse_click): Call Carbon routine GetWindowPort.
436 (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
437 (XTmouse_position): Call Carbon routine GetWindowPort.
438 (x_scroll_bar_create): Create scroll bar with proc
439 kControlScrollBarProc.
440 (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
441 (activate_scroll_bar): Call ActivateControl instead of
443 (deactivate_scroll_bar): Call DeactivateControl instead of
445 (x_scroll_bar_handle_click): Use default case for scroll
447 (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
448 (x_calc_absolute_position): Call Carbon routines GetWindowPort and
450 (init_font_name_table): Call Carbon Font Manager routines to
451 iterate through all fonts.
452 (XLoadQueryFont): Call Carbon routines GetPortTextFont,
453 GetPortTextSize, and GetPortTextFace.
454 (do_init_managers): Do not initialize Mac Toolbox under Carbon.
455 (is_emacs_window): New function to filter out non-Emacs windows
456 passed back by WaitNextEvent.
457 (do_mouse_moved): Call Carbon routine GetWindowPort.
458 (do_apple_menu): No apple menu handler under Carbon.
459 (do_zoom_window): Call Carbon routines GetWindowPort,
460 GetQDGlobalsScreenBits, SetWindowStandardState, and
462 (init_required_apple_events): Use UPP procedure type converter.
463 (main): Don't define for Carbon version.
464 (XTread_socket): Don't check interrupt_input_blocked. Don't call
465 check_alarm. Call Carbon routines GetWindowPort,
466 GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
467 (NewMacWindow): Set making_terminal_window to 0. Call Carbon
468 routine GetWindowPort.
469 (mac_initialize): Rename from x_initialize. Use new Doc string
472 * inc/macterm.h: Synchronize with changes in w32term.h.
474 * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
477 2002-01-28 Kim F. Storm <storm@cua.dk>
479 * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
480 cursor row is invisible. This can happen if cursor is on top line
481 of a window, and we switch to a buffer with a header line.
483 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
485 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
487 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
489 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
490 frame parameter have a numeric value all the time.
492 2001-12-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
496 2001-12-06 Kim F. Storm <storm@cua.dk>
498 * src/macfns.c (x_report_frame_params): Return actual fringe widths.
500 2001-12-01 Kim F. Storm <storm@cua.dk>
502 The following changes add left-fringe and right-fringe
503 frame parameters to adjust fringe widths, or remove one or
504 both fringes. See ../src/ChangeLog for details.
506 * inc/macterm.h: Merged changes from xterm.h.
507 * src/macterm.c: Merged changes from xterm.c.
508 * src/macfns.c: Merged changes from xfns.c.
510 2001-11-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
512 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
514 2001-11-16 Kim F. Storm <storm@cua.dk>
516 The following changes are made to clean up the various internal
517 references to the fringes to actually use the term `fringe'.
519 * src/macfns.c: Use renamed symbols.
521 * src/macterm.c: Comment fixes. Use renamed symbols.
522 (fringe_bitmap_type): Renamed from bitmap_type.
523 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
524 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
525 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
527 * inc/macterm.h: Comment fixes. Use renamed symbols.
528 (fringes_extra): Renamed from flags_areas_extra.
529 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
530 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
531 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
532 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
533 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
534 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
536 2001-10-20 Gerd Moellmann <gerd@gnu.org>
538 * (Version 21.1 released.)
540 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
542 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
543 * src/mac.c (run_mac_command): Update calls to openp.
545 2001-10-08 Stefan Monnier <monnier@cs.yale.edu>
547 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
549 * src/macterm.c: Include keymap.h.
550 (note_mode_line_highlight): Use KEYMAPP.
552 2001-10-05 Gerd Moellmann <gerd@gnu.org>
556 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
558 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
560 * src/macterm.c (XTread_socket): Read all pending events in the
561 event queue instead of one.
562 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
563 a script code of -smJapanese is specified.
564 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
566 (init_font_name_table): Use a script code of -smJapanese instead
567 of smRoman for the second entry of a Japanese font.
568 (XLoadQueryFont): Recognize a font as having the smRoman script
569 code if its encoding is jisx0201.1976-0.
571 * makefile.MPW: Generate etc/DOC file from .elc files instead of
574 * src/mac.c (stat): Don't fail for aliases.
575 (sys_open) [__MRC__]: Set file creator and type for newly-created
577 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
578 elapsed instead of use WaitNextEvent call as a delay.
580 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
582 * src/macterm.c (init_font_name_table): Add an additional entry to
583 the font table with the script code smRoman for each Apple
585 (XLoadQueryFont): Recognize a font as having the smRoman script
586 code even when FontToScript returns smJapanese if it is one of
589 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
591 * INSTALL: Add to the note on using -opt speed in MPW the function
592 macterm.c (x_draw_hollow_cursor).
594 * src/macterm.c (mac_scroll_area): Call CopyBits with local
595 coordinates and portBits instead of global coordinates and
596 screenBits. Set fore color and back color to black and white,
597 respectively, before calling CopyBits.
599 * src/macterm.c (local_to_global_coord): Comment out.
601 * src/mac.c (mac-filename-to-unix): Change to
602 mac-file-name-to-posix.
603 (unix-filename-to-mac): Change to posix-file-name-to-mac.
604 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
605 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
607 * src/macterm.c (do_ae_open_documents): Change call to
608 mac_to_unix_pathname to mac_to_posix_pathname.
610 2001-07-26 Andrew Choi <akochoi@i-cable.com>
612 * inc/macterm.h (x_display_list): Declare extern.
614 2001-07-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
616 * src/macterm.c (xim_open_dpy): Fix typo.
618 2001-06-26 Andrew Choi <akochoi@i-cable.com>
620 * README: Change references to SourceForge site to
621 ftp://ftp.gnu.org/gnu/mac/emacs/.
623 2001-05-15 Gerd Moellmann <gerd@gnu.org>
625 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
627 2001-05-15 Andrew Choi <akochoi@i-cable.com>
629 * src/Emacs.r: Change About box message.
631 * makefile.MPW: Add md5.c.x to EmacsObjects.
633 * src/mac.c (select): Call WaitNextEvent instead of Delay.
637 * src/macterm.c (do_app_resume): Set cursor to arrow.
638 (clear_mouse_face): check for NIL Lisp object instead of null
641 * INSTALL: Delete note on compiling Lisp files on a Unix system.
642 Add note on turning off end of line conversion.
644 2001-02-27 Andrew Choi <akochoi@i-cable.com>
646 * src/macfns.c: Rename everything containing *busy_cursor* and
647 similar to *hourglass*.
648 Change IMAGE_POSITIVE_INTEGER_VALUE to
649 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
650 (x_set_font): If font hasn't changed, avoid recomputing faces and
651 other things, as in xfns.c.
652 (Qcancel_timer): New variable.
653 (syms_of_macfns): Rename x-busy-pointer-shape to
654 x-hourglass-pointer-shape, display-busy-cursor to
655 display-hourglass, busy-cursor-delay to hourglass-delay, as in
657 (x_set_tool_bar_lines): Modify as in xfns.c
658 (x_change_window_heights): New function.
660 * inc/macterm.h (struct x_output): Rename busy_cursor to
661 hourglass_cursor, busy_window to hourglass_window, busy_p to
662 hourglass_p, as in xterm.h.
664 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
665 safe_run_hooks, as in xmenu.c.
667 * src/macterm.c (do_check_ram_size): New function.
669 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
672 2001-02-20 Andrew Choi <akochoi@i-cable.com>
679 * mac/inc/defs-cw5.h:
680 * mac/inc/defs-cw6.h: Added copyright notice.
682 2001-01-28 Andrew Choi <akochoi@i-cable.com>
684 * src/macterm.c (mac_font_pattern_match): Allocate three more
685 bytes to regex for '^', '$', and '\0'.
687 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
690 * src/macfns.c (QCconversion): Replaces QCalgorithm.
692 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
695 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
696 (x_draw_image_relief, x_draw_image_foreground_1)
697 (x_draw_image_glyph_string): Adapt to change of image margins.
699 * src/macterm.c (mac_to_x_fontname): Change charset name of
700 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
701 from ksc5601 to ksc5601.1989.
703 2000-12-12 Andrew Choi <akochoi@i-cable.com>
705 * cw5-mcp.xml: add md5.c to project.
707 * cw6-mcp.xml: add md5.c to project.
709 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
710 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
712 2000-11-26 Andrew Choi <akochoi@i-cable.com>
714 * src/macterm.c (x_handle_tool_bar_click):
715 (note_tool_bar_highlight): change references to members deleted
716 from struct frame as in xterm.c.
718 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
721 2000-10-25 Andrew Choi <akochoi@i-cable.com>
723 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
725 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
727 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
729 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
731 2000-10-24 Andrew Choi <akochoi@i-cable.com>
733 * src/macterm.c (XTread_socket): check whether Lisp variable
734 mac-ready-for-drag-n-drop is bound rather than non-nil value.
736 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
744 * emacs-cw5.mcp.xml: New file.
746 * emacs-cw6.mcp.xml: New file.
748 * makefile.MPW: New file.
750 * inc/alloca.h: New file.
752 * inc/cmdline-defs-cw5.h: New file.
754 * inc/cmdline-defs-cw6.h: New file.
756 * inc/config.h: New file.
758 * inc/dirent.h: New file.
760 * inc/epaths.h: New file.
762 * inc/m-mac.h: New file.
764 * inc/macgui.h: New file.
766 * inc/macterm.h: New file.
768 * inc/pwd.h: New file.
770 * inc/s-mac.h: New file.
772 * inc/termio.h: New file.
774 * inc/utime.h: New file.
776 * inc/utsname.h: New file.
778 * inc/sys/file.h: New file.
780 * inc/sys/ioctl.h: New file.
782 * inc/sys/param.h: New file.
784 * inc/sys/stat.h: New file.
786 * inc/sys/time.h: New file.
788 * inc/sys/types.h: New file.
790 * src/Emacs.r: New file.
792 * src/EmacsMPW.r: New file.
794 * src/chdir.c: New file.
796 * src/mac.c: New file.
798 * src/macfns.c: New file.
800 * src/macmenu.c: New file.
802 * src/macterm.c: New file.
805 ;; coding: iso-2022-7bit-unix
808 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
809 Copying and distribution of this file, with or without modification,
810 are permitted provided the copyright notice and this notice are preserved.
812 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf