Added *.txt to .cvsignore list.
[emacs.git] / mac / ChangeLog
blob4a3caec805ff0332305288fe9e87222a0fc2be48
1 2001-12-06  Kim F. Storm  <storm@cua.dk>
3         * src/macfns.c (x_report_frame_params): Return actual fringe widths.
5 2001-12-01  Kim F. Storm  <storm@cua.dk>
7         The following changes add left-fringe and right-fringe
8         frame parameters to adjust fringe widths, or remove one or
9         both fringes.  See ../src/ChangeLog for details.
11         * inc/macterm.h: Merged changes from xterm.h.
12         * src/macterm.c: Merged changes from xterm.c.
13         * src/macfns.c: Merged changes from xfns.c.
15 2001-11-16  Pavel Janík  <Pavel@Janik.cz>
17         * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
19 2001-11-16  Kim F. Storm  <storm@cua.dk>
21         The following changes are made to clean up the various internal
22         references to the fringes to actually use the term `fringe'.
24         * src/macfns.c: Use renamed symbols.
25         
26         * src/macterm.c: Comment fixes. Use renamed symbols.
27         (fringe_bitmap_type): Renamed from bitmap_type.
28         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
29         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
30         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
32         * inc/macterm.h: Comment fixes. Use renamed symbols.
33         (fringes_extra): Renamed from flags_areas_extra.
34         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
35         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
36         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
37         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
38         (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
39         (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
40         
41 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
43         * (Version 21.1 released.)
45 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
47         * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
48         * src/mac.c (run_mac_command): Update calls to openp.
50 2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
52         * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
54         * src/macterm.c: Include keymap.h.
55         (note_mode_line_highlight): Use KEYMAPP.
57 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
59         * Branch for 21.1.
61 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
63         * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
65         * src/macterm.c (XTread_socket): Read all pending events in the
66         event queue instead of one.
67         (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
68         a script code of -smJapanese is specified.
69         (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
70         encoding.
71         (init_font_name_table): Use a script code of -smJapanese instead
72         of smRoman for the second entry of a Japanese font.
73         (XLoadQueryFont): Recognize a font as having the smRoman script
74         code if its encoding is jisx0201.1976-0.
76         * makefile.MPW: Generate etc/DOC file from .elc files instead of
77         .el files.
79         * src/mac.c (stat): Don't fail for aliases.
80         (sys_open) [__MRC__]: Set file creator and type for newly-created
81         files.
82         (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
83         elapsed instead of use WaitNextEvent call as a delay.
85 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
87         * src/macterm.c (init_font_name_table): Add an additional entry to
88         the font table with the script code smRoman for each Apple
89         Japanese font.
90         (XLoadQueryFont): Recognize a font as having the smRoman script
91         code even when FontToScript returns smJapanese if it is one of
92         those created above.
94 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
96         * INSTALL: Add to the note on using -opt speed in MPW the function
97         macterm.c (x_draw_hollow_cursor).
99         * src/macterm.c (mac_scroll_area): Call CopyBits with local
100         coordinates and portBits instead of global coordinates and
101         screenBits.  Set fore color and back color to black and white,
102         respectively, before calling CopyBits.
104         * src/macterm.c (local_to_global_coord): Comment out.
106         * src/mac.c (mac-filename-to-unix): Change to
107         mac-file-name-to-posix.
108         (unix-filename-to-mac): Change to posix-file-name-to-mac.
109         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
110         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
112         * src/macterm.c (do_ae_open_documents): Change call to
113         mac_to_unix_pathname to mac_to_posix_pathname.
115 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
117         * inc/macterm.h (x_display_list): Declare extern.
119 2001-07-20  Pavel Janík  <Pavel@Janik.cz>
121         * src/macterm.c (xim_open_dpy): Fix typo.
123 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
125         * README: Change references to SourceForge site to
126         ftp://ftp.gnu.org/gnu/mac/emacs/.
128 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
130         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
132 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
134         * src/Emacs.r: Change About box message.
136         * makefile.MPW: Add md5.c.x to EmacsObjects.
138         * src/mac.c (select): Call WaitNextEvent instead of Delay.
139         (pause): Ditto.
140         (sleep): Ditto.
142         * src/macterm.c (do_app_resume): Set cursor to arrow.
143         (clear_mouse_face): check for NIL Lisp object instead of null
144         pointer.
145         
146         * INSTALL: Delete note on compiling Lisp files on a Unix system.
147         Add note on turning off end of line conversion.
149 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
151         * src/macfns.c: Rename everything containing *busy_cursor* and
152         similar to *hourglass*.
153         Change IMAGE_POSITIVE_INTEGER_VALUE to
154         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
155         (x_set_font): If font hasn't changed, avoid recomputing faces and
156         other things, as in xfns.c.
157         (Qcancel_timer): New variable.
158         (syms_of_macfns): Rename x-busy-pointer-shape to
159         x-hourglass-pointer-shape, display-busy-cursor to
160         display-hourglass, busy-cursor-delay to hourglass-delay, as in
161         xfns.c.
162         (x_set_tool_bar_lines): Modify as in xfns.c
163         (x_change_window_heights): New function.
165         * inc/macterm.h (struct x_output): Rename busy_cursor to
166         hourglass_cursor, busy_window to hourglass_window, busy_p to
167         hourglass_p, as in xterm.h.
169         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
170         safe_run_hooks, as in xmenu.c.
172         * src/macterm.c (do_check_ram_size): New function.
174         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
175         256 MB RAM.
176         
177 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
179         * mac/INSTALL:
180         * mac/README:
181         * mac/cw5-mcp.xml:
182         * mac/cw6-mcp.xml:
183         * mac/inc/alloca.h:
184         * mac/inc/defs-cw5.h:
185         * mac/inc/defs-cw6.h: Added copyright notice.
187 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
189         * src/macterm.c (mac_font_pattern_match): Allocate three more
190         bytes to regex for '^', '$', and '\0'.
192         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
193         garbage collection.
194         
195         * src/macfns.c (QCconversion): Replaces QCalgorithm.
197         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
198         image margins.
200         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
201         (x_draw_image_relief, x_draw_image_foreground_1)
202         (x_draw_image_glyph_string): Adapt to change of image margins.
204         * src/macterm.c (mac_to_x_fontname): Change charset name of
205         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
206         from ksc5601 to ksc5601.1989.
207         
208 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
210         * cw5-mcp.xml: add md5.c to project.
212         * cw6-mcp.xml: add md5.c to project.
214         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
215         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
217 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
219         * src/macterm.c (x_handle_tool_bar_click):
220         (note_tool_bar_highlight): change references to members deleted
221         from struct frame as in xterm.c.
223         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
224         ~emacs/mac/bin.
226 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
228         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
230         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
232         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
234         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
236 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
238         * src/macterm.c (XTread_socket): check whether Lisp variable
239         mac-ready-for-drag-n-drop is bound rather than non-nil value.
241 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
243         * INSTALL: New file.
245         * README: New file.
247         * TODO: New file.
249         * emacs-cw5.mcp.xml: New file.
251         * emacs-cw6.mcp.xml: New file.
253         * makefile.MPW: New file.
255         * inc/alloca.h: New file.
257         * inc/cmdline-defs-cw5.h: New file.
259         * inc/cmdline-defs-cw6.h: New file.
261         * inc/config.h: New file.
263         * inc/dirent.h: New file.
265         * inc/epaths.h: New file.
267         * inc/m-mac.h: New file.
269         * inc/macgui.h: New file.
271         * inc/macterm.h: New file.
273         * inc/pwd.h: New file.
275         * inc/s-mac.h: New file.
277         * inc/termio.h: New file.
279         * inc/utime.h: New file.
281         * inc/utsname.h: New file.
283         * inc/sys/file.h: New file.
285         * inc/sys/ioctl.h: New file.
287         * inc/sys/param.h: New file.
289         * inc/sys/stat.h: New file.
291         * inc/sys/time.h: New file.
293         * inc/sys/types.h: New file.
295         * src/Emacs.r: New file.
297         * src/EmacsMPW.r: New file.
299         * src/chdir.c: New file.
300         
301         * src/mac.c: New file.
303         * src/macfns.c: New file.
305         * src/macmenu.c: New file.
307         * src/macterm.c: New file.
309     Copyright (C) 2001 Free Software Foundation, Inc.
310   Copying and distribution of this file, with or without modification,
311   are permitted provided the copyright notice and this notice are preserved.