*** empty log message ***
[bpt/emacs.git] / mac / ChangeLog
1 2007-04-26 Glenn Morris <rgm@gnu.org>
2
3 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
4 * src/Emacs.r: Increase version to 22.1.50.
5
6 2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7
8 * make-package (compver): Don't hardcode processor type.
9
10 2007-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11
12 * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x, lread.c.x)
13 (print.c.x, term.c.x): Depend on BLOCKINPUT_H_GROUP.
14
15 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16
17 * inc/config.h: Sync with src/config.in.
18
19 2007-01-30 Piet van Oostrum <piet@cs.uu.nl>
20
21 * make-package (compver): Install info and manpages.
22
23 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24
25 * inc/config.h: Sync with src/config.in.
26
27 2006-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28
29 * INSTALL: Add descriptions about configuration and invocation.
30 Capitalize `Carbon'.
31
32 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33
34 * inc/config.h: Sync with src/config.in.
35
36 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
37
38 * INSTALL: Remove descriptions about --without-x. Remove
39 --without-carbon from configure options for X11 build.
40
41 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
42
43 * INSTALL: Remove descriptions about experimental flags.
44
45 * inc/config.h: Sync with src/config.in.
46
47 * src/Emacs.r (M_APPLE): New define.
48 (MENU): Use it.
49
50 2006-09-15 Jay Belanger <belanger@truman.edu>
51
52 * COPYING: Replace "Library Public License" by "Lesser Public
53 License" throughout.
54
55 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56
57 * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x):
58 Depend on blockinput.h.
59
60 2006-07-12 Kim F. Storm <storm@cua.dk>
61
62 * INSTALL: More cleanup related to last change.
63
64 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
65
66 * INSTALL: Remove descriptions about Metrowerks CodeWarrior. Fix URL
67 for GNU-fonts.smi.bin. USE_ATSUI is enabled by default on Mac OS X.
68
69 * README: Remove descriptions about Metrowerks CodeWarrior.
70
71 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
72
73 * makefile.MPW (SOME_MACHINE_LISP): Add fringe.elc.
74
75 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
76
77 * inc/config.h (pid_t): Define to int.
78
79 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
80
81 * makefile.MPW (shortlisp, SOME_MACHINE_LISP): Sync with
82 src/Makefile.in.
83
84 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
85
86 * makefile.MPW (macselect.c.x): Depend on keymap.h.
87
88 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
89
90 * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and
91 data. Make NSServices open-selection the first entry.
92
93 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
94
95 * makefile.MPW (shortlisp): Sync with src/Makefile.in.
96
97 2005-10-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
98
99 * INSTALL: Replace `Mac OS 8/9' with `Mac OS Classic'. Add
100 `FIXME' to descriptions about Metrowerks CodeWarrior. Remove
101 obsolete description about 512MB limit and icon on Mac OS Classic.
102 Add description about flags for experimental features.
103
104 * README: Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
105 to descriptions about Metrowerks CodeWarrior. Remove obsolete
106 descriptions about C-g and supported image types.
107
108 2005-10-20 Bryan D. O'Connor <bryan@lunch.org> (tiny change)
109
110 * make-package: Add a --compressed-dist option to compress info
111 files and .el files that have been byte-compiled. It defaults to "no".
112
113 2005-09-24 Eli Zaretskii <eliz@gnu.org>
114
115 * INSTALL (NOTES): Update the list of versions of MacOS on which
116 Emacs should build.
117
118 * README: Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which
119 does not exist).
120
121 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
122
123 * inc/config.h: Sync with src/config.in.
124
125 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
126
127 * Emacs.app/Contents/Info.plist (mail-to, mail-selection): New
128 NSServices.
129
130 2005-07-04 Lute Kamstra <lute@gnu.org>
131
132 Update FSF's address in GPL notices.
133
134 2005-06-08 Steven Tamm <steventamm@mac.com>
135
136 * INSTALL: Explain that a universal binary cannot be created and
137 builds for on emachine cannot be targeted to the other.
138 * README: Add Universal Binary to the Todo List.
139
140 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
141
142 * makefile.MPW (buildobj.lst): New target.
143 (Clean): Delete file buildobj.lst.
144 (Emacs, {DocTarget}DOC): Depend on buildobj.lst.
145 (EmacsSource, MacSource, LispSource, LispSourceDontCompile):
146 Remove variables.
147 (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP):
148 New variables.
149 ({DocTarget}DOC): Use them.
150 (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
151
152 * inc/config.h: Sync with src/config.in.
153 (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP)
154 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER)
155 (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H)
156 (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them.
157 [__MRC__] (HAVE_ALLOCA_H): Likewise.
158 (config_machfile, config_opsysfile, my_strftime): New macros.
159 (HAVE_PWD_H): Move from s-mac.h.
160 (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h.
161 (PTR): Move to s-mac.h.
162
163 * inc/m-mac.h (HAVE_ALLOCA, C_ALLOCA): Move to config.h.
164
165 * inc/s-mac.h: Sync with src/s/template.h. Don't include fcntl.h,
166 time.h, or signal.h.
167 (index, rindex): New macros.
168 [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for
169 compatibility with predefined ones.
170 (PTR): Move from s-mac.h.
171 (HAVE_PWD_H): Move to config.h.
172 (volatile): Remove macro.
173 [__MRC__] (strftime): Likewise.
174 (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime)
175 (sys_time, sys_signal, atof): Remove declarations.
176
177 * inc/sys/time.h (ITIMER_REAL): New macro.
178 (struct itimerval): New struct.
179 (setitimer): New extern.
180
181 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
182
183 * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define.
184
185 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
186
187 * makefile.MPW (MacObjects): Add macselect.c.x.
188 (macselect.c.x): New target.
189 (mac.c): Fix dependency.
190
191 * Emacs.app/Contents/Info.plist: Add NSServices key and data.
192
193 * inc/s-mac.h (HAVE_PWD_H): Define.
194
195 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
196
197 * makefile.MPW (NonCarbonLibs): Add LocalesLib. Delete
198 TextEncodingConverter.
199
200 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
201
202 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
203 (CFBundleShortVersionString, CFBundleGetInfoString): Fix version
204 number and copyright.
205
206 * Emacs.r (DITL, vers): Likewise.
207
208 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
209
210 * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
211 org.gnu.Emacs.
212
213 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
214
215 * INSTALL: Mention new target `NonCarbon'.
216
217 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
218
219 * makefile.MPW (NonCarbon): New target. The target `Emacs' is now
220 used for the Carbon build that defines HAVE_CARBON.
221
222 * inc/config.h (HAVE_STDLIB_H): Define to 1.
223
224 * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
225 [HAVE_CARBON] (crfg): New resource for extra stack space.
226
227 2004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
228
229 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
230 lastfile.c.x.
231 (PPCCOptions): Add -alloca.
232 (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and
233 lastfile.c.x.
234 (Emacs MPW): Add QuickTimeLib.
235 (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and
236 lastfile.c.
237 (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
238 map-ynp.elc.
239 * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
240 (UNEXEC_SRC): Close comment.
241 * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
242 * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
243 (C_ALLOCA) [__MRC__]: Don't define.
244 * inc/s-mac.h (X_OK): New define.
245 (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
246 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
247
248 2004-05-29 Steven Tamm <steventamm@mac.com>
249
250 * INSTALL: Fixing typos
251 * README: Updating list of TODOs to remove image support and
252 environment variable problem.
253
254 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * src/Emacs.r: Update TOO_MUCH_RAM error message.
257
258 2003-11-22 Lars Hansen <larsh@math.ku.dk>
259
260 * inc/grp.h: Added.
261
262 2003-11-02 Andrew Choi <akochoi@shaw.ca>
263
264 * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
265 * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
266
267 2003-10-31 Andrew Choi <akochoi@shaw.ca>
268
269 * INSTALL: Add Nozomu Ando's changes to instructions for
270 installing on X Window (that static libraries are no longer
271 necessary after his changes to src/unexmacosx.c).
272
273 2003-04-28 Andrew Choi <akochoi@shaw.ca>
274
275 * make-package: Allocate 5% extra space on disk image for
276 directories and partition tables.
277
278 2003-04-04 Steven Tamm <steventamm@mac.com>
279
280 * make-package: Place libexec executables directly under the
281 Contents/MacOS/libexec if the application is self-contained
282
283 2003-04-01 Kim F. Storm <storm@cua.dk>
284
285 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
286 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
287
288 2003-03-21 Kim F. Storm <storm@cua.dk>
289
290 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
291 files included from it. Add dependency on keymap.h.
292
293 2003-01-14 Steven Tamm <steventamm@mac.com>
294
295 * make-package: Fixed problem where the building without
296 specifying build directory fails.
297
298 2003-01-07 Steven Tamm <steventamm@mac.com>
299
300 * INSTALL: Added documentation about --enable-carbon-app and
301 changed documentation concerning Emacs.app location
302 Removed some of the documentation about make-package that isn't
303 needed
304 Changed comment about requiring root permission to install to
305 saying that it might be necessary depending on where you install
306 Refered to /usr caveat in more places
307 * make-package (make_options): Use new carbon_appdir option to
308 specify directory to install Application and lets the makefile
309 install
310
311 2003-01-01 Steven Tamm <steventamm@mac.com>
312
313 * make-package: Now copies License and ReadMe files into the
314 Resources directory. Reduces overhead size when creating
315 installer disk image.
316
317 2002-12-29 Steven Tamm <steventamm@mac.com>
318
319 * make-package: Defaults to building the source tree in a
320 separate directory. Use the new option --build-in-place to
321 have old behavior. Added new option --build-dir to specify the
322 build directory.
323
324 2002-12-27 Steven Tamm <steventamm@mac.com>
325
326 * make-package: Fix typo where tmpparent was used instead of
327 tempparent for calculating installedSize and compressedSize.
328
329 2002-12-10 Andreas Schwab <schwab@suse.de>
330
331 * make-package: Fix syntax for find.
332
333 2002-12-08 Steven Tamm <steventamm@mac.com>
334
335 * INSTALL: Added description about make-package.
336
337 * make-package: Fixed --self-contained option to place the
338 directories in the correct locations for
339 init_mac_osx_environment and use hardlink by default for the
340 application. Script fails with invalid option.
341
342 2002-12-02 Andrew Choi <akochoi@shaw.ca>
343
344 * make-bin-dist, osx-install: Remove.
345
346 * INSTALL: Remove description of make-bin-dist and osx-install.
347
348 2002-12-02 Steven Tamm <steventamm@mac.com>
349
350 * make-package (installprefix): Switched copying of .el files
351 to be on by default. Removed symlink for emacs -> emacs-version.
352
353 2002-11-30 Steven Tamm <steventamm@mac.com>
354
355 * make-package: Now compresses .pax file instead of entire disk
356 image to reduce installer size on disk. Also added code to
357 create compressed disk image in the future.
358
359 No longer copies .el files that have been compiled by default.
360 Use --full-dist option to include them.
361
362 Option --symlink added to reduce disk size by making
363 /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
364 symlinks to the emacs-[version] binary.
365
366 Option --self-contained added to place files shared files
367 inside the Emacs.app executable (for portability between systems)
368
369 Added hidden debugging option --keep-dir to keep temporary install
370 directory (emacs-[version]) around after running script
371
372 * README: Removed comment about mouse-2 & -3 not working (it does).
373
374 2002-10-14 Andreas Schwab <schwab@suse.de>
375
376 * make-package: Fix syntax for find.
377
378 2002-10-08 Steven Tamm <steventamm@mac.com>
379
380 * make-package: Added ability to pass command line options
381 through to make and configure (-m, & -c,).
382 Added option to not copy Application into installer, the default
383 for X11 builds. Does not copy CVS directories into installer.
384 Clarified some of the usage notes.
385
386 2002-10-07 Steven Tamm <steventamm@mac.com>
387
388 * make-package: Now calls make bootstrap if .elc files are missing.
389
390 2002-08-27 Andrew Choi <akochoi@shaw.ca>
391
392 * INSTALL: Add information on starting Emacs as a GUI application
393 from the terminal.
394
395 2002-08-15 Andrew Choi <akochoi@shaw.ca>
396
397 * INSTALL: Add instructions for building Carbon version on Macs
398 with X Window installed.
399
400 2002-07-31 Andrew Choi <akochoi@shaw.ca>
401
402 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
403 change creator code from ???? to EMAx.
404
405 * INSTALL: Add instructions for building X Window version.
406
407 2002-07-11 Andrew Choi <akochoi@shaw.ca>
408
409 * make-package: Change -a option to -R for cp command.
410
411 2002-07-05 Andrew Choi <akochoi@shaw.ca>
412
413 * make-package: Add ability to handle options --help, --prefix,
414 --no-conf, and --with-x.
415
416 2002-07-04 Andrew Choi <akochoi@shaw.ca>
417
418 * make-package: New file.
419
420 2002-07-01 Andrew Choi <akochoi@shaw.ca>
421
422 * Emacs.app/Contents/Resources/Emacs.icns: New file.
423
424 * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
425 CFBundleIconFile entries.
426
427 2002-04-13 Andrew Choi <akochoi@shaw.ca>
428
429 * Emacs.app/Contents/Info.plist: New file.
430
431 * Emacs.app/Contents/PkgInfo: New file.
432
433 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
434 New file.
435
436 * cw5-mcp.xml: Remove file.
437
438 * inc/defs-cw5.h: Remove file.
439
440 * cw6-mcp.xml: Update with new version.
441
442 * mac/inc/defs-cw6.h: New constant MAC_OS8. Remove definition
443 of constant CODEWARRIOR_VERSION_6.
444
445 * mac/src/mac.c:
446 * mac/src/macmenu.c:
447 * mac/src/macterm.c:
448 Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
449
450 * src/Carbon.r: New File.
451
452 * makefile.MPW: Define MAC_OS and MAC_OS8. Update with change of
453 locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
454 macterm.h. Generate DOC from .el instead of .elc versions of
455 files listed in DONTCOMPILE in lisp/Makefile.in.
456
457 * INSTALL: Add installation instructions for Mac OS X.
458
459 * README: Add information for Mac OS X.
460
461 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
462 src/macterm.c, inc/macterm.h: Remove from here and move to src.
463
464 2002-04-12 Andrew Choi <akochoi@shaw.ca>
465
466 * src/mac.c (select): Under Carbon, always return true so
467 XTread_socket is called to poll input.
468 (run_mac_command): Not implemented under Carbon.
469 (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
470 establish pathname.
471 (do_applescript): Use Carbon routines AEGetDescDatASize and
472 AEGetDescData.
473 (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
474 GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
475 (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
476 GetCurrentScrap, and PutScrapFlavor.
477 (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
478 GetScrapFlavorFlags.
479
480 * src/macfns.c: Synchronize with changes in w32fns.c.
481 [MAC_OSX]: Include Carbon headers.
482 (x_real_positions): Use Carbon routine GetWindowPortBounds.
483 (x_set_scroll_bar_width): Set width of scroll bar to 16.
484 (x_make_gc): Remove static qualifier.
485
486 * src/macmenu.c: Synchronize with changes in w32menu.c.
487 [MAC_OSX]: Include Carbon headers.
488 (set_frame_menubar): Check equality of vector representation of
489 scroll bars using Fequal instead of EQ.
490 (mac_menu_show): Use Carbon routine GetWindowPort.
491 (mac_dialog): Likewise.
492 (add_menu_item): Use Carbon routines CountMenuItems,
493 EnableMenuItem, and DisableMenuItem.
494
495 * src/macterm.c: Synchronize with changes in w32term.c.
496 [MAC_OSX]: Include Carbon headers.
497 (XDrawLine): Use Carbon routine GetWindowPort.
498 (XClearArea): Likewise.
499 (XClearWindow): Use Carbon routines GetWindowPort and
500 GetWindowPortBounds.
501 (mac_draw_bitmap): Use Carbon routines GetWindowPort and
502 GetPortPixMap.
503 (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
504 (mac_reset_clipping): Use Carbon routine GetWindowPort.
505 (XFillRectangle): Likewise.
506 (mac_draw_rectangle): Likewise.
507 (mac_draw_rectangle_to_pixmap): Likewise.
508 (mac_draw_string_common): Likewise.
509 (mac_copy_area): Use Carbon routines GetWindowPort and
510 GetPortPixMap.
511 (mac_scroll_area): Use Carbon routines GetWindowPort and
512 GetQDGlobalsScreenBits.
513 (x_flush): Call Carbon routine QDFlushPortBuffer.
514 (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
515 (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
516 (x_draw_image_glyph_string): Likewise.
517 (x_draw_stretch_glyph_string): Likewise.
518 (construct_mouse_click): Call Carbon routine GetWindowPort.
519 (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
520 (XTmouse_position): Call Carbon routine GetWindowPort.
521 (x_scroll_bar_create): Create scroll bar with proc
522 kControlScrollBarProc.
523 (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
524 (activate_scroll_bar): Call ActivateControl instead of
525 SetControlMaximum.
526 (deactivate_scroll_bar): Call DeactivateControl instead of
527 SetControlMaximum.
528 (x_scroll_bar_handle_click): Use default case for scroll
529 indicator.
530 (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
531 (x_calc_absolute_position): Call Carbon routines GetWindowPort and
532 GetWindowPortBounds.
533 (init_font_name_table): Call Carbon Font Manager routines to
534 iterate through all fonts.
535 (XLoadQueryFont): Call Carbon routines GetPortTextFont,
536 GetPortTextSize, and GetPortTextFace.
537 (do_init_managers): Do not initialize Mac Toolbox under Carbon.
538 (is_emacs_window): New function to filter out non-Emacs windows
539 passed back by WaitNextEvent.
540 (do_mouse_moved): Call Carbon routine GetWindowPort.
541 (do_apple_menu): No apple menu handler under Carbon.
542 (do_zoom_window): Call Carbon routines GetWindowPort,
543 GetQDGlobalsScreenBits, SetWindowStandardState, and
544 GetWindowPortBounds.
545 (init_required_apple_events): Use UPP procedure type converter.
546 (main): Don't define for Carbon version.
547 (XTread_socket): Don't check interrupt_input_blocked. Don't call
548 check_alarm. Call Carbon routines GetWindowPort,
549 GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
550 (NewMacWindow): Set making_terminal_window to 0. Call Carbon
551 routine GetWindowPort.
552 (mac_initialize): Rename from x_initialize. Use new Doc string
553 format.
554
555 * inc/macterm.h: Synchronize with changes in w32term.h.
556
557 * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
558 WindowPtr.
559
560 2002-01-28 Kim F. Storm <storm@cua.dk>
561
562 * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
563 cursor row is invisible. This can happen if cursor is on top line
564 of a window, and we switch to a buffer with a header line.
565
566 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
567
568 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
569
570 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
571
572 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
573 frame parameter have a numeric value all the time.
574
575 2001-12-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
576
577 * COPYING: New file.
578
579 2001-12-06 Kim F. Storm <storm@cua.dk>
580
581 * src/macfns.c (x_report_frame_params): Return actual fringe widths.
582
583 2001-12-01 Kim F. Storm <storm@cua.dk>
584
585 The following changes add left-fringe and right-fringe
586 frame parameters to adjust fringe widths, or remove one or
587 both fringes. See ../src/ChangeLog for details.
588
589 * inc/macterm.h: Merged changes from xterm.h.
590 * src/macterm.c: Merged changes from xterm.c.
591 * src/macfns.c: Merged changes from xfns.c.
592
593 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
594
595 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
596
597 2001-11-16 Kim F. Storm <storm@cua.dk>
598
599 The following changes are made to clean up the various internal
600 references to the fringes to actually use the term `fringe'.
601
602 * src/macfns.c: Use renamed symbols.
603
604 * src/macterm.c: Comment fixes. Use renamed symbols.
605 (fringe_bitmap_type): Renamed from bitmap_type.
606 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
607 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
608 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
609
610 * inc/macterm.h: Comment fixes. Use renamed symbols.
611 (fringes_extra): Renamed from flags_areas_extra.
612 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
613 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
614 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
615 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
616 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
617 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
618
619 2001-10-20 Gerd Moellmann <gerd@gnu.org>
620
621 * (Version 21.1 released.)
622
623 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
624
625 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
626 * src/mac.c (run_mac_command): Update calls to openp.
627
628 2001-10-08 Stefan Monnier <monnier@cs.yale.edu>
629
630 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
631
632 * src/macterm.c: Include keymap.h.
633 (note_mode_line_highlight): Use KEYMAPP.
634
635 2001-10-05 Gerd Moellmann <gerd@gnu.org>
636
637 * Branch for 21.1.
638
639 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
640
641 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
642
643 * src/macterm.c (XTread_socket): Read all pending events in the
644 event queue instead of one.
645 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
646 a script code of -smJapanese is specified.
647 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
648 encoding.
649 (init_font_name_table): Use a script code of -smJapanese instead
650 of smRoman for the second entry of a Japanese font.
651 (XLoadQueryFont): Recognize a font as having the smRoman script
652 code if its encoding is jisx0201.1976-0.
653
654 * makefile.MPW: Generate etc/DOC file from .elc files instead of
655 .el files.
656
657 * src/mac.c (stat): Don't fail for aliases.
658 (sys_open) [__MRC__]: Set file creator and type for newly-created
659 files.
660 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
661 elapsed instead of use WaitNextEvent call as a delay.
662
663 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
664
665 * src/macterm.c (init_font_name_table): Add an additional entry to
666 the font table with the script code smRoman for each Apple
667 Japanese font.
668 (XLoadQueryFont): Recognize a font as having the smRoman script
669 code even when FontToScript returns smJapanese if it is one of
670 those created above.
671
672 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
673
674 * INSTALL: Add to the note on using -opt speed in MPW the function
675 macterm.c (x_draw_hollow_cursor).
676
677 * src/macterm.c (mac_scroll_area): Call CopyBits with local
678 coordinates and portBits instead of global coordinates and
679 screenBits. Set fore color and back color to black and white,
680 respectively, before calling CopyBits.
681
682 * src/macterm.c (local_to_global_coord): Comment out.
683
684 * src/mac.c (mac-filename-to-unix): Change to
685 mac-file-name-to-posix.
686 (unix-filename-to-mac): Change to posix-file-name-to-mac.
687 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
688 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
689
690 * src/macterm.c (do_ae_open_documents): Change call to
691 mac_to_unix_pathname to mac_to_posix_pathname.
692
693 2001-07-26 Andrew Choi <akochoi@i-cable.com>
694
695 * inc/macterm.h (x_display_list): Declare extern.
696
697 2001-07-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
698
699 * src/macterm.c (xim_open_dpy): Fix typo.
700
701 2001-06-26 Andrew Choi <akochoi@i-cable.com>
702
703 * README: Change references to SourceForge site to
704 ftp://ftp.gnu.org/gnu/mac/emacs/.
705
706 2001-05-15 Gerd Moellmann <gerd@gnu.org>
707
708 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
709
710 2001-05-15 Andrew Choi <akochoi@i-cable.com>
711
712 * src/Emacs.r: Change About box message.
713
714 * makefile.MPW: Add md5.c.x to EmacsObjects.
715
716 * src/mac.c (select): Call WaitNextEvent instead of Delay.
717 (pause): Ditto.
718 (sleep): Ditto.
719
720 * src/macterm.c (do_app_resume): Set cursor to arrow.
721 (clear_mouse_face): check for NIL Lisp object instead of null
722 pointer.
723
724 * INSTALL: Delete note on compiling Lisp files on a Unix system.
725 Add note on turning off end of line conversion.
726
727 2001-02-27 Andrew Choi <akochoi@i-cable.com>
728
729 * src/macfns.c: Rename everything containing *busy_cursor* and
730 similar to *hourglass*.
731 Change IMAGE_POSITIVE_INTEGER_VALUE to
732 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
733 (x_set_font): If font hasn't changed, avoid recomputing faces and
734 other things, as in xfns.c.
735 (Qcancel_timer): New variable.
736 (syms_of_macfns): Rename x-busy-pointer-shape to
737 x-hourglass-pointer-shape, display-busy-cursor to
738 display-hourglass, busy-cursor-delay to hourglass-delay, as in
739 xfns.c.
740 (x_set_tool_bar_lines): Modify as in xfns.c
741 (x_change_window_heights): New function.
742
743 * inc/macterm.h (struct x_output): Rename busy_cursor to
744 hourglass_cursor, busy_window to hourglass_window, busy_p to
745 hourglass_p, as in xterm.h.
746
747 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
748 safe_run_hooks, as in xmenu.c.
749
750 * src/macterm.c (do_check_ram_size): New function.
751
752 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
753 256 MB RAM.
754
755 2001-02-20 Andrew Choi <akochoi@i-cable.com>
756
757 * mac/INSTALL:
758 * mac/README:
759 * mac/cw5-mcp.xml:
760 * mac/cw6-mcp.xml:
761 * mac/inc/alloca.h:
762 * mac/inc/defs-cw5.h:
763 * mac/inc/defs-cw6.h: Added copyright notice.
764
765 2001-01-28 Andrew Choi <akochoi@i-cable.com>
766
767 * src/macterm.c (mac_font_pattern_match): Allocate three more
768 bytes to regex for '^', '$', and '\0'.
769
770 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
771 garbage collection.
772
773 * src/macfns.c (QCconversion): Replaces QCalgorithm.
774
775 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
776 image margins.
777
778 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
779 (x_draw_image_relief, x_draw_image_foreground_1)
780 (x_draw_image_glyph_string): Adapt to change of image margins.
781
782 * src/macterm.c (mac_to_x_fontname): Change charset name of
783 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
784 from ksc5601 to ksc5601.1989.
785
786 2000-12-12 Andrew Choi <akochoi@i-cable.com>
787
788 * cw5-mcp.xml: add md5.c to project.
789
790 * cw6-mcp.xml: add md5.c to project.
791
792 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
793 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
794
795 2000-11-26 Andrew Choi <akochoi@i-cable.com>
796
797 * src/macterm.c (x_handle_tool_bar_click):
798 (note_tool_bar_highlight): change references to members deleted
799 from struct frame as in xterm.c.
800
801 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
802 ~emacs/mac/bin.
803
804 2000-10-25 Andrew Choi <akochoi@i-cable.com>
805
806 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
807
808 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
809
810 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
811
812 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
813
814 2000-10-24 Andrew Choi <akochoi@i-cable.com>
815
816 * src/macterm.c (XTread_socket): check whether Lisp variable
817 mac-ready-for-drag-n-drop is bound rather than non-nil value.
818
819 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
820
821 * INSTALL: New file.
822
823 * README: New file.
824
825 * TODO: New file.
826
827 * emacs-cw5.mcp.xml: New file.
828
829 * emacs-cw6.mcp.xml: New file.
830
831 * makefile.MPW: New file.
832
833 * inc/alloca.h: New file.
834
835 * inc/cmdline-defs-cw5.h: New file.
836
837 * inc/cmdline-defs-cw6.h: New file.
838
839 * inc/config.h: New file.
840
841 * inc/dirent.h: New file.
842
843 * inc/epaths.h: New file.
844
845 * inc/m-mac.h: New file.
846
847 * inc/macgui.h: New file.
848
849 * inc/macterm.h: New file.
850
851 * inc/pwd.h: New file.
852
853 * inc/s-mac.h: New file.
854
855 * inc/termio.h: New file.
856
857 * inc/utime.h: New file.
858
859 * inc/utsname.h: New file.
860
861 * inc/sys/file.h: New file.
862
863 * inc/sys/ioctl.h: New file.
864
865 * inc/sys/param.h: New file.
866
867 * inc/sys/stat.h: New file.
868
869 * inc/sys/time.h: New file.
870
871 * inc/sys/types.h: New file.
872
873 * src/Emacs.r: New file.
874
875 * src/EmacsMPW.r: New file.
876
877 * src/chdir.c: New file.
878
879 * src/mac.c: New file.
880
881 * src/macfns.c: New file.
882
883 * src/macmenu.c: New file.
884
885 * src/macterm.c: New file.
886
887 ;; Local Variables:
888 ;; coding: iso-2022-7bit
889 ;; add-log-time-zone-rule: t
890 ;; End:
891
892 Copyright (C) 2001, 2002, 2003, 2004, 2005,
893 2006, 2007 Free Software Foundation, Inc.
894
895 This file is part of GNU Emacs.
896
897 GNU Emacs is free software; you can redistribute it and/or modify
898 it under the terms of the GNU General Public License as published by
899 the Free Software Foundation; either version 2, or (at your option)
900 any later version.
901
902 GNU Emacs is distributed in the hope that it will be useful,
903 but WITHOUT ANY WARRANTY; without even the implied warranty of
904 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
905 GNU General Public License for more details.
906
907 You should have received a copy of the GNU General Public License
908 along with GNU Emacs; see the file COPYING. If not, write to the
909 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
910 Boston, MA 02110-1301, USA.
911
912 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf