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