(Fwindow_end): Call move_it_past_eol only if
[emacs.git] / mac / ChangeLog
blob149f62838a39dea3e148800a23c43d632a99fd91
1 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
3         * src/macfns.c: Rename everything containing *busy_cursor* and
4         similar to *hourglass*.
5         Change IMAGE_POSITIVE_INTEGER_VALUE to
6         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
7         (x_set_font): If font hasn't changed, avoid recomputing faces and
8         other things, as in xfns.c.
9         (Qcancel_timer): New variable.
10         (syms_of_macfns): Rename x-busy-pointer-shape to
11         x-hourglass-pointer-shape, display-busy-cursor to
12         display-hourglass, busy-cursor-delay to hourglass-delay, as in
13         xfns.c.
14         (x_set_tool_bar_lines): Modify as in xfns.c
15         (x_change_window_heights): New function.
17         * inc/macterm.h (struct x_output): Rename busy_cursor to
18         hourglass_cursor, busy_window to hourglass_window, busy_p to
19         hourglass_p, as in xterm.h.
21         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
22         safe_run_hooks, as in xmenu.c.
24         * src/macterm.c (do_check_ram_size): New function.
26         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
27         256 MB RAM.
28         
29 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
31         * mac/INSTALL:
32         * mac/README:
33         * mac/cw5-mcp.xml:
34         * mac/cw6-mcp.xml:
35         * mac/inc/alloca.h:
36         * mac/inc/defs-cw5.h:
37         * mac/inc/defs-cw6.h: Added copyright notice.
39 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
41         * src/macterm.c (mac_font_pattern_match): Allocate three more
42         bytes to regex for '^', '$', and '\0'.
44         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
45         garbage collection.
46         
47         * src/macfns.c (QCconversion): Replaces QCalgorithm.
49         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
50         image margins.
52         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
53         (x_draw_image_relief, x_draw_image_foreground_1)
54         (x_draw_image_glyph_string): Adapt to change of image margins.
56         * src/macterm.c (mac_to_x_fontname): Change charset name of
57         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
58         from ksc5601 to ksc5601.1989.
59         
60 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
62         * cw5-mcp.xml: add md5.c to project.
64         * cw6-mcp.xml: add md5.c to project.
66         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
67         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
69 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
71         * src/macterm.c (x_handle_tool_bar_click):
72         (note_tool_bar_highlight): change references to members deleted
73         from struct frame as in xterm.c.
75         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
76         ~emacs/mac/bin.
78 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
80         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
82         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
84         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
86         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
88 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
90         * src/macterm.c (XTread_socket): check whether Lisp variable
91         mac-ready-for-drag-n-drop is bound rather than non-nil value.
93 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
95         * INSTALL: New file.
97         * README: New file.
99         * TODO: New file.
101         * emacs-cw5.mcp.xml: New file.
103         * emacs-cw6.mcp.xml: New file.
105         * makefile.MPW: New file.
107         * inc/alloca.h: New file.
109         * inc/cmdline-defs-cw5.h: New file.
111         * inc/cmdline-defs-cw6.h: New file.
113         * inc/config.h: New file.
115         * inc/dirent.h: New file.
117         * inc/epaths.h: New file.
119         * inc/m-mac.h: New file.
121         * inc/macgui.h: New file.
123         * inc/macterm.h: New file.
125         * inc/pwd.h: New file.
127         * inc/s-mac.h: New file.
129         * inc/termio.h: New file.
131         * inc/utime.h: New file.
133         * inc/utsname.h: New file.
135         * inc/sys/file.h: New file.
137         * inc/sys/ioctl.h: New file.
139         * inc/sys/param.h: New file.
141         * inc/sys/stat.h: New file.
143         * inc/sys/time.h: New file.
145         * inc/sys/types.h: New file.
147         * src/Emacs.r: New file.
149         * src/EmacsMPW.r: New file.
151         * src/chdir.c: New file.
152         
153         * src/mac.c: New file.
155         * src/macfns.c: New file.
157         * src/macmenu.c: New file.
159         * src/macterm.c: New file.