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