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