(DARWIN): Don't define.
[bpt/emacs.git] / mac / ChangeLog
CommitLineData
7709cbbd
YM
12005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * INSTALL: Mention new target `NonCarbon'.
4
ba025f6d
YM
52005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6
7 * makefile.MPW (NonCarbon): New target. The target `Emacs' is now
8 used for the Carbon build that defines HAVE_CARBON.
9
10 * inc/config.h (HAVE_STDLIB_H): Define to 1.
11
12 * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
13 [HAVE_CARBON] (crfg): New resource for extra stack space.
14
22933cbf
ST
152004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16
17 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
18 lastfile.c.x.
19 (PPCCOptions): Add -alloca.
20 (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and
21 lastfile.c.x.
22 (Emacs MPW): Add QuickTimeLib.
23 (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and
24 lastfile.c.
25 (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
26 map-ynp.elc.
27 * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
28 (UNEXEC_SRC): Close comment.
29 * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
30 * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
31 (C_ALLOCA) [__MRC__]: Don't define.
32 * inc/s-mac.h (X_OK): New define.
33 (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
34 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
35
0772ffb2
ST
362004-05-29 Steven Tamm <steventamm@mac.com>
37
38 * INSTALL: Fixing typos
39 * README: Updating list of TODOs to remove image support and
40 environment variable problem.
41
7fc34f85
SM
422004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * src/Emacs.r: Update TOO_MUCH_RAM error message.
45
930a9995
LH
462003-11-22 Lars Hansen <larsh@math.ku.dk>
47
48 * inc/grp.h: Added.
49
462f94d5
AC
502003-11-02 Andrew Choi <akochoi@shaw.ca>
51
7fc34f85 52 * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
462f94d5 53 * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
7fc34f85 54
043131c4
AC
552003-10-31 Andrew Choi <akochoi@shaw.ca>
56
57 * INSTALL: Add Nozomu Ando's changes to instructions for
58 installing on X Window (that static libraries are no longer
59 necessary after his changes to src/unexmacosx.c).
60
8472b9cf
AC
612003-04-28 Andrew Choi <akochoi@shaw.ca>
62
63 * make-package: Allocate 5% extra space on disk image for
64 directories and partition tables.
65
afc9c9e4
ST
662003-04-04 Steven Tamm <steventamm@mac.com>
67
68 * make-package: Place libexec executables directly under the
69 Contents/MacOS/libexec if the application is self-contained
70
874ebf3a
KS
712003-04-01 Kim F. Storm <storm@cua.dk>
72
73 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
74 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
75
acd37560
KS
762003-03-21 Kim F. Storm <storm@cua.dk>
77
78 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
79 files included from it. Add dependency on keymap.h.
80
cbcf7a8e
ST
812003-01-14 Steven Tamm <steventamm@mac.com>
82
83 * make-package: Fixed problem where the building without
84 specifying build directory fails.
85
77a4e329
ST
862003-01-07 Steven Tamm <steventamm@mac.com>
87
88 * INSTALL: Added documentation about --enable-carbon-app and
89 changed documentation concerning Emacs.app location
90 Removed some of the documentation about make-package that isn't
177c0ea7 91 needed
77a4e329
ST
92 Changed comment about requiring root permission to install to
93 saying that it might be necessary depending on where you install
94 Refered to /usr caveat in more places
95 * make-package (make_options): Use new carbon_appdir option to
96 specify directory to install Application and lets the makefile
177c0ea7 97 install
77a4e329 98
17f8fc44
ST
992003-01-01 Steven Tamm <steventamm@mac.com>
100
101 * make-package: Now copies License and ReadMe files into the
102 Resources directory. Reduces overhead size when creating
d0680660 103 installer disk image.
17f8fc44 104
52efaffc
ST
1052002-12-29 Steven Tamm <steventamm@mac.com>
106
107 * make-package: Defaults to building the source tree in a
108 separate directory. Use the new option --build-in-place to
109 have old behavior. Added new option --build-dir to specify the
d0680660 110 build directory.
52efaffc 111
5ea7adcc
ST
1122002-12-27 Steven Tamm <steventamm@mac.com>
113
114 * make-package: Fix typo where tmpparent was used instead of
d0680660
JB
115 tempparent for calculating installedSize and compressedSize.
116
810e89c7
AS
1172002-12-10 Andreas Schwab <schwab@suse.de>
118
119 * make-package: Fix syntax for find.
120
73fffc8c
ST
1212002-12-08 Steven Tamm <steventamm@mac.com>
122
d0680660 123 * INSTALL: Added description about make-package.
73fffc8c
ST
124
125 * make-package: Fixed --self-contained option to place the
126 directories in the correct locations for
127 init_mac_osx_environment and use hardlink by default for the
128 application. Script fails with invalid option.
129
c0752905
AC
1302002-12-02 Andrew Choi <akochoi@shaw.ca>
131
132 * make-bin-dist, osx-install: Remove.
133
134 * INSTALL: Remove description of make-bin-dist and osx-install.
135
c4ea99e1
ST
1362002-12-02 Steven Tamm <steventamm@mac.com>
137
138 * make-package (installprefix): Switched copying of .el files
139 to be on by default. Removed symlink for emacs -> emacs-version.
140
876e727e
ST
1412002-11-30 Steven Tamm <steventamm@mac.com>
142
143 * make-package: Now compresses .pax file instead of entire disk
144 image to reduce installer size on disk. Also added code to
145 create compressed disk image in the future.
146
147 No longer copies .el files that have been compiled by default.
148 Use --full-dist option to include them.
149
150 Option --symlink added to reduce disk size by making
151 /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
d0680660 152 symlinks to the emacs-[version] binary.
876e727e
ST
153
154 Option --self-contained added to place files shared files
155 inside the Emacs.app executable (for portability between systems)
156
d0680660 157 Added hidden debugging option --keep-dir to keep temporary install
876e727e 158 directory (emacs-[version]) around after running script
d0680660
JB
159
160 * README: Removed comment about mouse-2 & -3 not working (it does).
876e727e 161
88651e4e
AS
1622002-10-14 Andreas Schwab <schwab@suse.de>
163
164 * make-package: Fix syntax for find.
165
3f34081a
ST
1662002-10-08 Steven Tamm <steventamm@mac.com>
167
168 * make-package: Added ability to pass command line options
169 through to make and configure (-m, & -c,).
170 Added option to not copy Application into installer, the default
171 for X11 builds. Does not copy CVS directories into installer.
172 Clarified some of the usage notes.
173
bfde2673
ST
1742002-10-07 Steven Tamm <steventamm@mac.com>
175
d0680660 176 * make-package: Now calls make bootstrap if .elc files are missing.
bfde2673 177
f871a27b
AC
1782002-08-27 Andrew Choi <akochoi@shaw.ca>
179
180 * INSTALL: Add information on starting Emacs as a GUI application
181 from the terminal.
182
a4581dd3
AC
1832002-08-15 Andrew Choi <akochoi@shaw.ca>
184
185 * INSTALL: Add instructions for building Carbon version on Macs
186 with X Window installed.
187
9794a8cd
AC
1882002-07-31 Andrew Choi <akochoi@shaw.ca>
189
747642c5
AC
190 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
191 change creator code from ???? to EMAx.
192
9794a8cd
AC
193 * INSTALL: Add instructions for building X Window version.
194
910fb171
AC
1952002-07-11 Andrew Choi <akochoi@shaw.ca>
196
197 * make-package: Change -a option to -R for cp command.
198
e43e5c3e
AC
1992002-07-05 Andrew Choi <akochoi@shaw.ca>
200
201 * make-package: Add ability to handle options --help, --prefix,
202 --no-conf, and --with-x.
203
4c3e985b
AC
2042002-07-04 Andrew Choi <akochoi@shaw.ca>
205
206 * make-package: New file.
207
bc21bf11
AC
2082002-07-01 Andrew Choi <akochoi@shaw.ca>
209
210 * Emacs.app/Contents/Resources/Emacs.icns: New file.
211
212 * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
213 CFBundleIconFile entries.
214
e0f712ba
AC
2152002-04-13 Andrew Choi <akochoi@shaw.ca>
216
217 * Emacs.app/Contents/Info.plist: New file.
218
219 * Emacs.app/Contents/PkgInfo: New file.
220
221 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
222 New file.
223
224 * cw5-mcp.xml: Remove file.
225
226 * inc/defs-cw5.h: Remove file.
227
228 * cw6-mcp.xml: Update with new version.
229
230 * mac/inc/defs-cw6.h: New constant MAC_OS8. Remove definition
231 of constant CODEWARRIOR_VERSION_6.
232
233 * mac/src/mac.c:
234 * mac/src/macmenu.c:
235 * mac/src/macterm.c:
236 Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
237
238 * src/Carbon.r: New File.
239
240 * makefile.MPW: Define MAC_OS and MAC_OS8. Update with change of
241 locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
242 macterm.h. Generate DOC from .el instead of .elc versions of
243 files listed in DONTCOMPILE in lisp/Makefile.in.
d0680660 244
e0f712ba
AC
245 * INSTALL: Add installation instructions for Mac OS X.
246
247 * README: Add information for Mac OS X.
248
249 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
250 src/macterm.c, inc/macterm.h: Remove from here and move to src.
251
2522002-04-12 Andrew Choi <akochoi@shaw.ca>
253
254 * src/mac.c (select): Under Carbon, always return true so
255 XTread_socket is called to poll input.
256 (run_mac_command): Not implemented under Carbon.
257 (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
258 establish pathname.
259 (do_applescript): Use Carbon routines AEGetDescDatASize and
260 AEGetDescData.
261 (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
262 GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
263 (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
264 GetCurrentScrap, and PutScrapFlavor.
265 (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
266 GetScrapFlavorFlags.
267
268 * src/macfns.c: Synchronize with changes in w32fns.c.
269 [MAC_OSX]: Include Carbon headers.
270 (x_real_positions): Use Carbon routine GetWindowPortBounds.
271 (x_set_scroll_bar_width): Set width of scroll bar to 16.
272 (x_make_gc): Remove static qualifier.
273
274 * src/macmenu.c: Synchronize with changes in w32menu.c.
275 [MAC_OSX]: Include Carbon headers.
276 (set_frame_menubar): Check equality of vector representation of
277 scroll bars using Fequal instead of EQ.
278 (mac_menu_show): Use Carbon routine GetWindowPort.
279 (mac_dialog): Likewise.
280 (add_menu_item): Use Carbon routines CountMenuItems,
281 EnableMenuItem, and DisableMenuItem.
282
283 * src/macterm.c: Synchronize with changes in w32term.c.
284 [MAC_OSX]: Include Carbon headers.
285 (XDrawLine): Use Carbon routine GetWindowPort.
286 (XClearArea): Likewise.
287 (XClearWindow): Use Carbon routines GetWindowPort and
288 GetWindowPortBounds.
289 (mac_draw_bitmap): Use Carbon routines GetWindowPort and
290 GetPortPixMap.
291 (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
292 (mac_reset_clipping): Use Carbon routine GetWindowPort.
293 (XFillRectangle): Likewise.
294 (mac_draw_rectangle): Likewise.
295 (mac_draw_rectangle_to_pixmap): Likewise.
296 (mac_draw_string_common): Likewise.
297 (mac_copy_area): Use Carbon routines GetWindowPort and
298 GetPortPixMap.
299 (mac_scroll_area): Use Carbon routines GetWindowPort and
300 GetQDGlobalsScreenBits.
301 (x_flush): Call Carbon routine QDFlushPortBuffer.
302 (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
303 (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
304 (x_draw_image_glyph_string): Likewise.
305 (x_draw_stretch_glyph_string): Likewise.
306 (construct_mouse_click): Call Carbon routine GetWindowPort.
307 (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
308 (XTmouse_position): Call Carbon routine GetWindowPort.
309 (x_scroll_bar_create): Create scroll bar with proc
310 kControlScrollBarProc.
311 (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
312 (activate_scroll_bar): Call ActivateControl instead of
313 SetControlMaximum.
314 (deactivate_scroll_bar): Call DeactivateControl instead of
315 SetControlMaximum.
316 (x_scroll_bar_handle_click): Use default case for scroll
317 indicator.
318 (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
319 (x_calc_absolute_position): Call Carbon routines GetWindowPort and
320 GetWindowPortBounds.
321 (init_font_name_table): Call Carbon Font Manager routines to
322 iterate through all fonts.
323 (XLoadQueryFont): Call Carbon routines GetPortTextFont,
324 GetPortTextSize, and GetPortTextFace.
325 (do_init_managers): Do not initialize Mac Toolbox under Carbon.
326 (is_emacs_window): New function to filter out non-Emacs windows
327 passed back by WaitNextEvent.
328 (do_mouse_moved): Call Carbon routine GetWindowPort.
329 (do_apple_menu): No apple menu handler under Carbon.
330 (do_zoom_window): Call Carbon routines GetWindowPort,
331 GetQDGlobalsScreenBits, SetWindowStandardState, and
332 GetWindowPortBounds.
333 (init_required_apple_events): Use UPP procedure type converter.
334 (main): Don't define for Carbon version.
335 (XTread_socket): Don't check interrupt_input_blocked. Don't call
336 check_alarm. Call Carbon routines GetWindowPort,
337 GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
338 (NewMacWindow): Set making_terminal_window to 0. Call Carbon
339 routine GetWindowPort.
340 (mac_initialize): Rename from x_initialize. Use new Doc string
341 format.
342
343 * inc/macterm.h: Synchronize with changes in w32term.h.
344
345 * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
346 WindowPtr.
347
fa72cff4
KS
3482002-01-28 Kim F. Storm <storm@cua.dk>
349
350 * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
351 cursor row is invisible. This can happen if cursor is on top line
352 of a window, and we switch to a buffer with a header line.
353
bc21bf11 3542001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
39cf8566
PJ
355
356 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
357
4971e491
EZ
3582001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
361 frame parameter have a numeric value all the time.
362
bc21bf11 3632001-12-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
03f9f7ae
PJ
364
365 * COPYING: New file.
366
91175673
KS
3672001-12-06 Kim F. Storm <storm@cua.dk>
368
369 * src/macfns.c (x_report_frame_params): Return actual fringe widths.
370
6a3b752f
KS
3712001-12-01 Kim F. Storm <storm@cua.dk>
372
373 The following changes add left-fringe and right-fringe
374 frame parameters to adjust fringe widths, or remove one or
375 both fringes. See ../src/ChangeLog for details.
376
377 * inc/macterm.h: Merged changes from xterm.h.
378 * src/macterm.c: Merged changes from xterm.c.
379 * src/macfns.c: Merged changes from xfns.c.
380
bc21bf11 3812001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
98cbb9fa 382
ea904403 383 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
98cbb9fa 384
06e8f738
KS
3852001-11-16 Kim F. Storm <storm@cua.dk>
386
387 The following changes are made to clean up the various internal
388 references to the fringes to actually use the term `fringe'.
389
390 * src/macfns.c: Use renamed symbols.
d0680660 391
06e8f738
KS
392 * src/macterm.c: Comment fixes. Use renamed symbols.
393 (fringe_bitmap_type): Renamed from bitmap_type.
394 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
395 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
396 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
397
398 * inc/macterm.h: Comment fixes. Use renamed symbols.
399 (fringes_extra): Renamed from flags_areas_extra.
400 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
401 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
402 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
403 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
404 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
405 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
d0680660 406
71431a0e
GM
4072001-10-20 Gerd Moellmann <gerd@gnu.org>
408
6aa97356 409 * (Version 21.1 released.)
71431a0e 410
c0ec53ad
SM
4112001-10-11 Stefan Monnier <monnier@cs.yale.edu>
412
413 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
414 * src/mac.c (run_mac_command): Update calls to openp.
415
9985827f
SM
4162001-10-08 Stefan Monnier <monnier@cs.yale.edu>
417
418 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
419
420 * src/macterm.c: Include keymap.h.
421 (note_mode_line_highlight): Use KEYMAPP.
422
ab952a4f
GM
4232001-10-05 Gerd Moellmann <gerd@gnu.org>
424
425 * Branch for 21.1.
c0ec53ad 426
3b6944ed
AC
4272001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
428
3428f2c4
AC
429 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
430
1305f1a7
AC
431 * src/macterm.c (XTread_socket): Read all pending events in the
432 event queue instead of one.
2f64cf3a
AC
433 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
434 a script code of -smJapanese is specified.
435 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
436 encoding.
437 (init_font_name_table): Use a script code of -smJapanese instead
438 of smRoman for the second entry of a Japanese font.
439 (XLoadQueryFont): Recognize a font as having the smRoman script
440 code if its encoding is jisx0201.1976-0.
9985827f 441
9f1821c7
AC
442 * makefile.MPW: Generate etc/DOC file from .elc files instead of
443 .el files.
444
3b6944ed
AC
445 * src/mac.c (stat): Don't fail for aliases.
446 (sys_open) [__MRC__]: Set file creator and type for newly-created
447 files.
bc04fb2c
AC
448 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
449 elapsed instead of use WaitNextEvent call as a delay.
9985827f 450
199f9270
AC
4512001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
452
453 * src/macterm.c (init_font_name_table): Add an additional entry to
454 the font table with the script code smRoman for each Apple
455 Japanese font.
456 (XLoadQueryFont): Recognize a font as having the smRoman script
457 code even when FontToScript returns smJapanese if it is one of
458 those created above.
459
f9e25d0c
AC
4602001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
461
67e2eec4
AC
462 * INSTALL: Add to the note on using -opt speed in MPW the function
463 macterm.c (x_draw_hollow_cursor).
464
f9e25d0c
AC
465 * src/macterm.c (mac_scroll_area): Call CopyBits with local
466 coordinates and portBits instead of global coordinates and
467 screenBits. Set fore color and back color to black and white,
468 respectively, before calling CopyBits.
469
470 * src/macterm.c (local_to_global_coord): Comment out.
471
60fe1161
AC
472 * src/mac.c (mac-filename-to-unix): Change to
473 mac-file-name-to-posix.
474 (unix-filename-to-mac): Change to posix-file-name-to-mac.
475 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
476 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
477
478 * src/macterm.c (do_ae_open_documents): Change call to
479 mac_to_unix_pathname to mac_to_posix_pathname.
480
11c78113
AC
4812001-07-26 Andrew Choi <akochoi@i-cable.com>
482
483 * inc/macterm.h (x_display_list): Declare extern.
484
bc21bf11 4852001-07-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cdfc07dd
PJ
486
487 * src/macterm.c (xim_open_dpy): Fix typo.
488
649b3fbc
AC
4892001-06-26 Andrew Choi <akochoi@i-cable.com>
490
491 * README: Change references to SourceForge site to
492 ftp://ftp.gnu.org/gnu/mac/emacs/.
493
7644c605
GM
4942001-05-15 Gerd Moellmann <gerd@gnu.org>
495
496 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
497
fa0b4c14
AC
4982001-05-15 Andrew Choi <akochoi@i-cable.com>
499
500 * src/Emacs.r: Change About box message.
501
502 * makefile.MPW: Add md5.c.x to EmacsObjects.
503
504 * src/mac.c (select): Call WaitNextEvent instead of Delay.
505 (pause): Ditto.
506 (sleep): Ditto.
507
508 * src/macterm.c (do_app_resume): Set cursor to arrow.
509 (clear_mouse_face): check for NIL Lisp object instead of null
510 pointer.
d0680660 511
fa0b4c14
AC
512 * INSTALL: Delete note on compiling Lisp files on a Unix system.
513 Add note on turning off end of line conversion.
514
2e875e36
AC
5152001-02-27 Andrew Choi <akochoi@i-cable.com>
516
517 * src/macfns.c: Rename everything containing *busy_cursor* and
518 similar to *hourglass*.
519 Change IMAGE_POSITIVE_INTEGER_VALUE to
520 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
521 (x_set_font): If font hasn't changed, avoid recomputing faces and
522 other things, as in xfns.c.
523 (Qcancel_timer): New variable.
524 (syms_of_macfns): Rename x-busy-pointer-shape to
525 x-hourglass-pointer-shape, display-busy-cursor to
526 display-hourglass, busy-cursor-delay to hourglass-delay, as in
527 xfns.c.
528 (x_set_tool_bar_lines): Modify as in xfns.c
529 (x_change_window_heights): New function.
530
531 * inc/macterm.h (struct x_output): Rename busy_cursor to
532 hourglass_cursor, busy_window to hourglass_window, busy_p to
533 hourglass_p, as in xterm.h.
534
535 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
536 safe_run_hooks, as in xmenu.c.
537
538 * src/macterm.c (do_check_ram_size): New function.
539
540 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
541 256 MB RAM.
d0680660 542
b6955da2
AC
5432001-02-20 Andrew Choi <akochoi@i-cable.com>
544
545 * mac/INSTALL:
546 * mac/README:
547 * mac/cw5-mcp.xml:
548 * mac/cw6-mcp.xml:
549 * mac/inc/alloca.h:
550 * mac/inc/defs-cw5.h:
551 * mac/inc/defs-cw6.h: Added copyright notice.
552
83a96b4d
AC
5532001-01-28 Andrew Choi <akochoi@i-cable.com>
554
b179a3a2
AC
555 * src/macterm.c (mac_font_pattern_match): Allocate three more
556 bytes to regex for '^', '$', and '\0'.
557
558 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
559 garbage collection.
d0680660 560
83a96b4d
AC
561 * src/macfns.c (QCconversion): Replaces QCalgorithm.
562
563 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
564 image margins.
565
566 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
567 (x_draw_image_relief, x_draw_image_foreground_1)
568 (x_draw_image_glyph_string): Adapt to change of image margins.
569
570 * src/macterm.c (mac_to_x_fontname): Change charset name of
571 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
572 from ksc5601 to ksc5601.1989.
d0680660 573
ec5c5684
AC
5742000-12-12 Andrew Choi <akochoi@i-cable.com>
575
8165bf03
AC
576 * cw5-mcp.xml: add md5.c to project.
577
578 * cw6-mcp.xml: add md5.c to project.
579
ec5c5684
AC
580 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
581 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
582
c1e279c2
AC
5832000-11-26 Andrew Choi <akochoi@i-cable.com>
584
585 * src/macterm.c (x_handle_tool_bar_click):
586 (note_tool_bar_highlight): change references to members deleted
587 from struct frame as in xterm.c.
588
589 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
590 ~emacs/mac/bin.
591
2d7d0390
AC
5922000-10-25 Andrew Choi <akochoi@i-cable.com>
593
594 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
595
596 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
597
598 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
599
600 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
601
eff8b78d 6022000-10-24 Andrew Choi <akochoi@i-cable.com>
8f47302e
AC
603
604 * src/macterm.c (XTread_socket): check whether Lisp variable
605 mac-ready-for-drag-n-drop is bound rather than non-nil value.
606
1a578e9b
AC
6072000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
608
609 * INSTALL: New file.
610
611 * README: New file.
612
613 * TODO: New file.
614
615 * emacs-cw5.mcp.xml: New file.
616
617 * emacs-cw6.mcp.xml: New file.
618
619 * makefile.MPW: New file.
620
621 * inc/alloca.h: New file.
622
623 * inc/cmdline-defs-cw5.h: New file.
624
625 * inc/cmdline-defs-cw6.h: New file.
626
627 * inc/config.h: New file.
628
629 * inc/dirent.h: New file.
630
631 * inc/epaths.h: New file.
632
633 * inc/m-mac.h: New file.
634
635 * inc/macgui.h: New file.
636
637 * inc/macterm.h: New file.
638
639 * inc/pwd.h: New file.
640
641 * inc/s-mac.h: New file.
642
643 * inc/termio.h: New file.
644
645 * inc/utime.h: New file.
646
647 * inc/utsname.h: New file.
648
649 * inc/sys/file.h: New file.
650
651 * inc/sys/ioctl.h: New file.
652
653 * inc/sys/param.h: New file.
654
655 * inc/sys/stat.h: New file.
656
657 * inc/sys/time.h: New file.
658
659 * inc/sys/types.h: New file.
660
661 * src/Emacs.r: New file.
662
663 * src/EmacsMPW.r: New file.
664
665 * src/chdir.c: New file.
d0680660 666
1a578e9b
AC
667 * src/mac.c: New file.
668
669 * src/macfns.c: New file.
670
671 * src/macmenu.c: New file.
672
673 * src/macterm.c: New file.
2a34a036 674
c95eaa61
PJ
675;; Local Variables:
676;; coding: iso-2022-7bit-unix
677;; End:
678
2a34a036
GM
679 Copyright (C) 2001 Free Software Foundation, Inc.
680 Copying and distribution of this file, with or without modification,
681 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
682
683;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf