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