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