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