Update years in copyright notice; nfc.
[bpt/emacs.git] / mac / ChangeLog
CommitLineData
d6a90a49
YM
12005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * makefile.MPW (macselect.c.x): Depend on keymap.h.
4
4b3eb407
YM
52005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6
7 * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and
8 data. Make NSServices open-selection the first entry.
9
f56a5bd8
YM
102005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11
12 * makefile.MPW (shortlisp): Sync with src/Makefile.in.
13
81fa735d
YM
142005-10-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15
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.
20
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.
24
a12ba300
EZ
252005-10-20 Bryan D. O'Connor <bryan@lunch.org> (tiny change)
26
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".
29
d9de9c67
EZ
302005-09-24 Eli Zaretskii <eliz@gnu.org>
31
9abab831
EZ
32 * INSTALL (NOTES): Update the list of versions of MacOS on which
33 Emacs should build.
34
d9de9c67
EZ
35 * README: Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which
36 does not exist).
37
be9bb408
YM
382005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
39
40 * inc/config.h: Sync with src/config.in.
41
c37efb7a
YM
422005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
43
44 * Emacs.app/Contents/Info.plist (mail-to, mail-selection): New
45 NSServices.
46
a0ec7a4a
LK
472005-07-04 Lute Kamstra <lute@gnu.org>
48
49 Update FSF's address in GPL notices.
50
47600d8e
ST
512005-06-08 Steven Tamm <steventamm@mac.com>
52
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.
56
5063dbbf
YM
572005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
58
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):
63 Remove variables.
64 (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New
65 variables.
66 ({DocTarget}DOC): Use them.
67 (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
68
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.
79
80 * inc/m-mac.h: (HAVE_ALLOCA, C_ALLOCA): Move to config.h.
81
82 * inc/s-mac.h: Sync with src/s/template.h. Don't include fcntl.h,
83 time.h, or signal.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.
93
94 * inc/sys/time.h (ITIMER_REAL): New macro.
95 (struct itimerval): New struct.
96 (setitimer): New extern.
97
17d28d26
YM
982005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
99
5063dbbf 100 * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define.
17d28d26 101
49ed33c7
YM
1022005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
103
104 * makefile.MPW (MacObjects): Add macselect.c.x.
105 (macselect.c.x): New target.
106 (mac.c): Fix dependency.
107
108 * Emacs.app/Contents/Info.plist: Add NSServices key and data.
109
5063dbbf 110 * inc/s-mac.h (HAVE_PWD_H): Define.
49ed33c7 111
c6588b4e
YM
1122005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
113
114 * makefile.MPW (NonCarbonLibs): Add LocalesLib. Delete
115 TextEncodingConverter.
116
369f76bb
YM
1172005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
118
119 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
120 (CFBundleShortVersionString, CFBundleGetInfoString): Fix version
121 number and copyright.
122
123 * Emacs.r (DITL, vers): Likewise.
124
469fb3cf
YM
1252005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
126
127 * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
128 org.gnu.Emacs.
129
7709cbbd
YM
1302005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
131
132 * INSTALL: Mention new target `NonCarbon'.
469fb3cf 133
ba025f6d
YM
1342005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
135
136 * makefile.MPW (NonCarbon): New target. The target `Emacs' is now
137 used for the Carbon build that defines HAVE_CARBON.
138
139 * inc/config.h (HAVE_STDLIB_H): Define to 1.
469fb3cf 140
ba025f6d
YM
141 * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
142 [HAVE_CARBON] (crfg): New resource for extra stack space.
143
22933cbf
ST
1442004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
145
146 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
147 lastfile.c.x.
148 (PPCCOptions): Add -alloca.
149 (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and
150 lastfile.c.x.
151 (Emacs MPW): Add QuickTimeLib.
152 (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and
153 lastfile.c.
154 (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
155 map-ynp.elc.
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.
a0ec7a4a 162 (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
22933cbf
ST
163 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
164
0772ffb2
ST
1652004-05-29 Steven Tamm <steventamm@mac.com>
166
167 * INSTALL: Fixing typos
a0ec7a4a 168 * README: Updating list of TODOs to remove image support and
0772ffb2
ST
169 environment variable problem.
170
7fc34f85
SM
1712004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * src/Emacs.r: Update TOO_MUCH_RAM error message.
174
930a9995
LH
1752003-11-22 Lars Hansen <larsh@math.ku.dk>
176
177 * inc/grp.h: Added.
178
462f94d5
AC
1792003-11-02 Andrew Choi <akochoi@shaw.ca>
180
7fc34f85 181 * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
462f94d5 182 * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
7fc34f85 183
043131c4
AC
1842003-10-31 Andrew Choi <akochoi@shaw.ca>
185
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).
189
8472b9cf
AC
1902003-04-28 Andrew Choi <akochoi@shaw.ca>
191
192 * make-package: Allocate 5% extra space on disk image for
193 directories and partition tables.
194
afc9c9e4
ST
1952003-04-04 Steven Tamm <steventamm@mac.com>
196
197 * make-package: Place libexec executables directly under the
198 Contents/MacOS/libexec if the application is self-contained
199
874ebf3a
KS
2002003-04-01 Kim F. Storm <storm@cua.dk>
201
202 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
203 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
204
acd37560
KS
2052003-03-21 Kim F. Storm <storm@cua.dk>
206
207 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
208 files included from it. Add dependency on keymap.h.
209
cbcf7a8e
ST
2102003-01-14 Steven Tamm <steventamm@mac.com>
211
212 * make-package: Fixed problem where the building without
213 specifying build directory fails.
214
77a4e329
ST
2152003-01-07 Steven Tamm <steventamm@mac.com>
216
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
177c0ea7 220 needed
77a4e329
ST
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
177c0ea7 226 install
77a4e329 227
17f8fc44
ST
2282003-01-01 Steven Tamm <steventamm@mac.com>
229
230 * make-package: Now copies License and ReadMe files into the
231 Resources directory. Reduces overhead size when creating
d0680660 232 installer disk image.
17f8fc44 233
52efaffc
ST
2342002-12-29 Steven Tamm <steventamm@mac.com>
235
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
d0680660 239 build directory.
52efaffc 240
5ea7adcc
ST
2412002-12-27 Steven Tamm <steventamm@mac.com>
242
243 * make-package: Fix typo where tmpparent was used instead of
d0680660
JB
244 tempparent for calculating installedSize and compressedSize.
245
810e89c7
AS
2462002-12-10 Andreas Schwab <schwab@suse.de>
247
248 * make-package: Fix syntax for find.
249
73fffc8c
ST
2502002-12-08 Steven Tamm <steventamm@mac.com>
251
d0680660 252 * INSTALL: Added description about make-package.
73fffc8c
ST
253
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.
258
c0752905
AC
2592002-12-02 Andrew Choi <akochoi@shaw.ca>
260
261 * make-bin-dist, osx-install: Remove.
262
263 * INSTALL: Remove description of make-bin-dist and osx-install.
264
c4ea99e1
ST
2652002-12-02 Steven Tamm <steventamm@mac.com>
266
267 * make-package (installprefix): Switched copying of .el files
268 to be on by default. Removed symlink for emacs -> emacs-version.
269
876e727e
ST
2702002-11-30 Steven Tamm <steventamm@mac.com>
271
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.
275
276 No longer copies .el files that have been compiled by default.
277 Use --full-dist option to include them.
278
279 Option --symlink added to reduce disk size by making
280 /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
d0680660 281 symlinks to the emacs-[version] binary.
876e727e
ST
282
283 Option --self-contained added to place files shared files
284 inside the Emacs.app executable (for portability between systems)
285
d0680660 286 Added hidden debugging option --keep-dir to keep temporary install
876e727e 287 directory (emacs-[version]) around after running script
d0680660
JB
288
289 * README: Removed comment about mouse-2 & -3 not working (it does).
876e727e 290
88651e4e
AS
2912002-10-14 Andreas Schwab <schwab@suse.de>
292
293 * make-package: Fix syntax for find.
294
3f34081a
ST
2952002-10-08 Steven Tamm <steventamm@mac.com>
296
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.
302
bfde2673
ST
3032002-10-07 Steven Tamm <steventamm@mac.com>
304
d0680660 305 * make-package: Now calls make bootstrap if .elc files are missing.
bfde2673 306
f871a27b
AC
3072002-08-27 Andrew Choi <akochoi@shaw.ca>
308
309 * INSTALL: Add information on starting Emacs as a GUI application
310 from the terminal.
311
a4581dd3
AC
3122002-08-15 Andrew Choi <akochoi@shaw.ca>
313
314 * INSTALL: Add instructions for building Carbon version on Macs
315 with X Window installed.
316
9794a8cd
AC
3172002-07-31 Andrew Choi <akochoi@shaw.ca>
318
747642c5
AC
319 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
320 change creator code from ???? to EMAx.
321
9794a8cd
AC
322 * INSTALL: Add instructions for building X Window version.
323
910fb171
AC
3242002-07-11 Andrew Choi <akochoi@shaw.ca>
325
326 * make-package: Change -a option to -R for cp command.
327
e43e5c3e
AC
3282002-07-05 Andrew Choi <akochoi@shaw.ca>
329
330 * make-package: Add ability to handle options --help, --prefix,
331 --no-conf, and --with-x.
332
4c3e985b
AC
3332002-07-04 Andrew Choi <akochoi@shaw.ca>
334
335 * make-package: New file.
336
bc21bf11
AC
3372002-07-01 Andrew Choi <akochoi@shaw.ca>
338
339 * Emacs.app/Contents/Resources/Emacs.icns: New file.
340
341 * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
342 CFBundleIconFile entries.
343
e0f712ba
AC
3442002-04-13 Andrew Choi <akochoi@shaw.ca>
345
346 * Emacs.app/Contents/Info.plist: New file.
347
348 * Emacs.app/Contents/PkgInfo: New file.
349
350 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
351 New file.
352
353 * cw5-mcp.xml: Remove file.
354
355 * inc/defs-cw5.h: Remove file.
356
357 * cw6-mcp.xml: Update with new version.
358
359 * mac/inc/defs-cw6.h: New constant MAC_OS8. Remove definition
360 of constant CODEWARRIOR_VERSION_6.
361
362 * mac/src/mac.c:
363 * mac/src/macmenu.c:
364 * mac/src/macterm.c:
365 Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
366
367 * src/Carbon.r: New File.
368
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.
d0680660 373
e0f712ba
AC
374 * INSTALL: Add installation instructions for Mac OS X.
375
376 * README: Add information for Mac OS X.
377
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.
380
3812002-04-12 Andrew Choi <akochoi@shaw.ca>
382
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
387 establish pathname.
388 (do_applescript): Use Carbon routines AEGetDescDatASize and
389 AEGetDescData.
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
395 GetScrapFlavorFlags.
396
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.
402
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.
411
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
417 GetWindowPortBounds.
418 (mac_draw_bitmap): Use Carbon routines GetWindowPort and
419 GetPortPixMap.
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
427 GetPortPixMap.
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
442 SetControlMaximum.
443 (deactivate_scroll_bar): Call DeactivateControl instead of
444 SetControlMaximum.
445 (x_scroll_bar_handle_click): Use default case for scroll
446 indicator.
447 (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
448 (x_calc_absolute_position): Call Carbon routines GetWindowPort and
449 GetWindowPortBounds.
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
461 GetWindowPortBounds.
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
470 format.
471
472 * inc/macterm.h: Synchronize with changes in w32term.h.
473
474 * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
475 WindowPtr.
476
fa72cff4
KS
4772002-01-28 Kim F. Storm <storm@cua.dk>
478
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.
482
bc21bf11 4832001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
39cf8566
PJ
484
485 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
486
4971e491
EZ
4872001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
490 frame parameter have a numeric value all the time.
491
bc21bf11 4922001-12-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
03f9f7ae
PJ
493
494 * COPYING: New file.
495
91175673
KS
4962001-12-06 Kim F. Storm <storm@cua.dk>
497
498 * src/macfns.c (x_report_frame_params): Return actual fringe widths.
499
6a3b752f
KS
5002001-12-01 Kim F. Storm <storm@cua.dk>
501
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.
505
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.
509
bc21bf11 5102001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
98cbb9fa 511
ea904403 512 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
98cbb9fa 513
06e8f738
KS
5142001-11-16 Kim F. Storm <storm@cua.dk>
515
516 The following changes are made to clean up the various internal
517 references to the fringes to actually use the term `fringe'.
518
519 * src/macfns.c: Use renamed symbols.
d0680660 520
06e8f738
KS
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.
526
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.
d0680660 535
71431a0e
GM
5362001-10-20 Gerd Moellmann <gerd@gnu.org>
537
6aa97356 538 * (Version 21.1 released.)
71431a0e 539
c0ec53ad
SM
5402001-10-11 Stefan Monnier <monnier@cs.yale.edu>
541
542 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
543 * src/mac.c (run_mac_command): Update calls to openp.
544
9985827f
SM
5452001-10-08 Stefan Monnier <monnier@cs.yale.edu>
546
547 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
548
549 * src/macterm.c: Include keymap.h.
550 (note_mode_line_highlight): Use KEYMAPP.
551
ab952a4f
GM
5522001-10-05 Gerd Moellmann <gerd@gnu.org>
553
554 * Branch for 21.1.
c0ec53ad 555
3b6944ed
AC
5562001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
557
3428f2c4
AC
558 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
559
1305f1a7
AC
560 * src/macterm.c (XTread_socket): Read all pending events in the
561 event queue instead of one.
2f64cf3a
AC
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
565 encoding.
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.
9985827f 570
9f1821c7
AC
571 * makefile.MPW: Generate etc/DOC file from .elc files instead of
572 .el files.
573
3b6944ed
AC
574 * src/mac.c (stat): Don't fail for aliases.
575 (sys_open) [__MRC__]: Set file creator and type for newly-created
576 files.
bc04fb2c
AC
577 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
578 elapsed instead of use WaitNextEvent call as a delay.
9985827f 579
199f9270
AC
5802001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
581
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
584 Japanese font.
585 (XLoadQueryFont): Recognize a font as having the smRoman script
586 code even when FontToScript returns smJapanese if it is one of
587 those created above.
588
f9e25d0c
AC
5892001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
590
67e2eec4
AC
591 * INSTALL: Add to the note on using -opt speed in MPW the function
592 macterm.c (x_draw_hollow_cursor).
593
f9e25d0c
AC
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.
598
599 * src/macterm.c (local_to_global_coord): Comment out.
600
60fe1161
AC
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.
606
607 * src/macterm.c (do_ae_open_documents): Change call to
608 mac_to_unix_pathname to mac_to_posix_pathname.
609
11c78113
AC
6102001-07-26 Andrew Choi <akochoi@i-cable.com>
611
612 * inc/macterm.h (x_display_list): Declare extern.
613
bc21bf11 6142001-07-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cdfc07dd
PJ
615
616 * src/macterm.c (xim_open_dpy): Fix typo.
617
649b3fbc
AC
6182001-06-26 Andrew Choi <akochoi@i-cable.com>
619
620 * README: Change references to SourceForge site to
621 ftp://ftp.gnu.org/gnu/mac/emacs/.
622
7644c605
GM
6232001-05-15 Gerd Moellmann <gerd@gnu.org>
624
625 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
626
fa0b4c14
AC
6272001-05-15 Andrew Choi <akochoi@i-cable.com>
628
629 * src/Emacs.r: Change About box message.
630
631 * makefile.MPW: Add md5.c.x to EmacsObjects.
632
633 * src/mac.c (select): Call WaitNextEvent instead of Delay.
634 (pause): Ditto.
635 (sleep): Ditto.
636
637 * src/macterm.c (do_app_resume): Set cursor to arrow.
638 (clear_mouse_face): check for NIL Lisp object instead of null
639 pointer.
d0680660 640
fa0b4c14
AC
641 * INSTALL: Delete note on compiling Lisp files on a Unix system.
642 Add note on turning off end of line conversion.
643
2e875e36
AC
6442001-02-27 Andrew Choi <akochoi@i-cable.com>
645
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
656 xfns.c.
657 (x_set_tool_bar_lines): Modify as in xfns.c
658 (x_change_window_heights): New function.
659
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.
663
664 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
665 safe_run_hooks, as in xmenu.c.
666
667 * src/macterm.c (do_check_ram_size): New function.
668
669 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
670 256 MB RAM.
d0680660 671
b6955da2
AC
6722001-02-20 Andrew Choi <akochoi@i-cable.com>
673
674 * mac/INSTALL:
675 * mac/README:
676 * mac/cw5-mcp.xml:
677 * mac/cw6-mcp.xml:
678 * mac/inc/alloca.h:
679 * mac/inc/defs-cw5.h:
680 * mac/inc/defs-cw6.h: Added copyright notice.
681
83a96b4d
AC
6822001-01-28 Andrew Choi <akochoi@i-cable.com>
683
b179a3a2
AC
684 * src/macterm.c (mac_font_pattern_match): Allocate three more
685 bytes to regex for '^', '$', and '\0'.
686
687 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
688 garbage collection.
d0680660 689
83a96b4d
AC
690 * src/macfns.c (QCconversion): Replaces QCalgorithm.
691
692 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
693 image margins.
694
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.
698
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.
d0680660 702
ec5c5684
AC
7032000-12-12 Andrew Choi <akochoi@i-cable.com>
704
8165bf03
AC
705 * cw5-mcp.xml: add md5.c to project.
706
707 * cw6-mcp.xml: add md5.c to project.
708
ec5c5684
AC
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.
711
c1e279c2
AC
7122000-11-26 Andrew Choi <akochoi@i-cable.com>
713
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.
717
718 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
719 ~emacs/mac/bin.
720
2d7d0390
AC
7212000-10-25 Andrew Choi <akochoi@i-cable.com>
722
723 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
724
725 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
726
727 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
728
729 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
730
eff8b78d 7312000-10-24 Andrew Choi <akochoi@i-cable.com>
8f47302e
AC
732
733 * src/macterm.c (XTread_socket): check whether Lisp variable
734 mac-ready-for-drag-n-drop is bound rather than non-nil value.
735
1a578e9b
AC
7362000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
737
738 * INSTALL: New file.
739
740 * README: New file.
741
742 * TODO: New file.
743
744 * emacs-cw5.mcp.xml: New file.
745
746 * emacs-cw6.mcp.xml: New file.
747
748 * makefile.MPW: New file.
749
750 * inc/alloca.h: New file.
751
752 * inc/cmdline-defs-cw5.h: New file.
753
754 * inc/cmdline-defs-cw6.h: New file.
755
756 * inc/config.h: New file.
757
758 * inc/dirent.h: New file.
759
760 * inc/epaths.h: New file.
761
762 * inc/m-mac.h: New file.
763
764 * inc/macgui.h: New file.
765
766 * inc/macterm.h: New file.
767
768 * inc/pwd.h: New file.
769
770 * inc/s-mac.h: New file.
771
772 * inc/termio.h: New file.
773
774 * inc/utime.h: New file.
775
776 * inc/utsname.h: New file.
777
778 * inc/sys/file.h: New file.
779
780 * inc/sys/ioctl.h: New file.
781
782 * inc/sys/param.h: New file.
783
784 * inc/sys/stat.h: New file.
785
786 * inc/sys/time.h: New file.
787
788 * inc/sys/types.h: New file.
789
790 * src/Emacs.r: New file.
791
792 * src/EmacsMPW.r: New file.
793
794 * src/chdir.c: New file.
d0680660 795
1a578e9b
AC
796 * src/mac.c: New file.
797
798 * src/macfns.c: New file.
799
800 * src/macmenu.c: New file.
801
802 * src/macterm.c: New file.
2a34a036 803
c95eaa61
PJ
804;; Local Variables:
805;; coding: iso-2022-7bit-unix
806;; End:
807
b65d8176 808 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2a34a036
GM
809 Copying and distribution of this file, with or without modification,
810 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
811
812;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf