*** empty log message ***
[emacs.git] / mac / ChangeLog
blob1366622e342ca86d4d1718e157781ceebbc3021b
1 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
3         * Version 21.2 released.
5 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7         * Version 21.1 released.
9 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
11         * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
13         * src/macterm.c (XTread_socket): Read all pending events in the
14         event queue instead of one.
15         (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
16         a script code of -smJapanese is specified.
17         (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
18         encoding.
19         (init_font_name_table): Use a script code of -smJapanese instead
20         of smRoman for the second entry of a Japanese font.
21         (XLoadQueryFont): Recognize a font as having the smRoman script
22         code if its encoding is jisx0201.1976-0.
23         
24         * makefile.MPW: Generate etc/DOC file from .elc files instead of
25         .el files.
27         * src/mac.c (stat): Don't fail for aliases.
28         (sys_open) [__MRC__]: Set file creator and type for newly-created
29         files.
30         (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
31         elapsed instead of use WaitNextEvent call as a delay.
32         
33 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
35         * src/macterm.c (init_font_name_table): Add an additional entry to
36         the font table with the script code smRoman for each Apple
37         Japanese font.
38         (XLoadQueryFont): Recognize a font as having the smRoman script
39         code even when FontToScript returns smJapanese if it is one of
40         those created above.
42 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
44         * INSTALL: Add to the note on using -opt speed in MPW the function
45         macterm.c (x_draw_hollow_cursor).
47         * src/macterm.c (mac_scroll_area): Call CopyBits with local
48         coordinates and portBits instead of global coordinates and
49         screenBits.  Set fore color and back color to black and white,
50         respectively, before calling CopyBits.
52         * src/macterm.c (local_to_global_coord): Comment out.
54         * src/mac.c (mac-filename-to-unix): Change to
55         mac-file-name-to-posix.
56         (unix-filename-to-mac): Change to posix-file-name-to-mac.
57         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
58         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
60         * src/macterm.c (do_ae_open_documents): Change call to
61         mac_to_unix_pathname to mac_to_posix_pathname.
63 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
65         * inc/macterm.h (x_display_list): Declare extern.
67 2001-07-20  Pavel Janík  <Pavel@Janik.cz>
69         * src/macterm.c (xim_open_dpy): Fix typo.
71 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
73         * README: Change references to SourceForge site to
74         ftp://ftp.gnu.org/gnu/mac/emacs/.
76 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
78         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
80 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
82         * src/Emacs.r: Change About box message.
84         * makefile.MPW: Add md5.c.x to EmacsObjects.
86         * src/mac.c (select): Call WaitNextEvent instead of Delay.
87         (pause): Ditto.
88         (sleep): Ditto.
90         * src/macterm.c (do_app_resume): Set cursor to arrow.
91         (clear_mouse_face): check for NIL Lisp object instead of null
92         pointer.
93         
94         * INSTALL: Delete note on compiling Lisp files on a Unix system.
95         Add note on turning off end of line conversion.
97 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
99         * src/macfns.c: Rename everything containing *busy_cursor* and
100         similar to *hourglass*.
101         Change IMAGE_POSITIVE_INTEGER_VALUE to
102         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
103         (x_set_font): If font hasn't changed, avoid recomputing faces and
104         other things, as in xfns.c.
105         (Qcancel_timer): New variable.
106         (syms_of_macfns): Rename x-busy-pointer-shape to
107         x-hourglass-pointer-shape, display-busy-cursor to
108         display-hourglass, busy-cursor-delay to hourglass-delay, as in
109         xfns.c.
110         (x_set_tool_bar_lines): Modify as in xfns.c
111         (x_change_window_heights): New function.
113         * inc/macterm.h (struct x_output): Rename busy_cursor to
114         hourglass_cursor, busy_window to hourglass_window, busy_p to
115         hourglass_p, as in xterm.h.
117         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
118         safe_run_hooks, as in xmenu.c.
120         * src/macterm.c (do_check_ram_size): New function.
122         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
123         256 MB RAM.
124         
125 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
127         * mac/INSTALL:
128         * mac/README:
129         * mac/cw5-mcp.xml:
130         * mac/cw6-mcp.xml:
131         * mac/inc/alloca.h:
132         * mac/inc/defs-cw5.h:
133         * mac/inc/defs-cw6.h: Added copyright notice.
135 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
137         * src/macterm.c (mac_font_pattern_match): Allocate three more
138         bytes to regex for '^', '$', and '\0'.
140         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
141         garbage collection.
142         
143         * src/macfns.c (QCconversion): Replaces QCalgorithm.
145         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
146         image margins.
148         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
149         (x_draw_image_relief, x_draw_image_foreground_1)
150         (x_draw_image_glyph_string): Adapt to change of image margins.
152         * src/macterm.c (mac_to_x_fontname): Change charset name of
153         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
154         from ksc5601 to ksc5601.1989.
155         
156 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
158         * cw5-mcp.xml: add md5.c to project.
160         * cw6-mcp.xml: add md5.c to project.
162         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
163         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
165 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
167         * src/macterm.c (x_handle_tool_bar_click):
168         (note_tool_bar_highlight): change references to members deleted
169         from struct frame as in xterm.c.
171         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
172         ~emacs/mac/bin.
174 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
176         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
178         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
180         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
182         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
184 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
186         * src/macterm.c (XTread_socket): check whether Lisp variable
187         mac-ready-for-drag-n-drop is bound rather than non-nil value.
189 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
191         * INSTALL: New file.
193         * README: New file.
195         * TODO: New file.
197         * emacs-cw5.mcp.xml: New file.
199         * emacs-cw6.mcp.xml: New file.
201         * makefile.MPW: New file.
203         * inc/alloca.h: New file.
205         * inc/cmdline-defs-cw5.h: New file.
207         * inc/cmdline-defs-cw6.h: New file.
209         * inc/config.h: New file.
211         * inc/dirent.h: New file.
213         * inc/epaths.h: New file.
215         * inc/m-mac.h: New file.
217         * inc/macgui.h: New file.
219         * inc/macterm.h: New file.
221         * inc/pwd.h: New file.
223         * inc/s-mac.h: New file.
225         * inc/termio.h: New file.
227         * inc/utime.h: New file.
229         * inc/utsname.h: New file.
231         * inc/sys/file.h: New file.
233         * inc/sys/ioctl.h: New file.
235         * inc/sys/param.h: New file.
237         * inc/sys/stat.h: New file.
239         * inc/sys/time.h: New file.
241         * inc/sys/types.h: New file.
243         * src/Emacs.r: New file.
245         * src/EmacsMPW.r: New file.
247         * src/chdir.c: New file.
248         
249         * src/mac.c: New file.
251         * src/macfns.c: New file.
253         * src/macmenu.c: New file.
255         * src/macterm.c: New file.
257     Copyright (C) 2001 Free Software Foundation, Inc.
258   Copying and distribution of this file, with or without modification,
259   are permitted provided the copyright notice and this notice are preserved.