(elide-head): Make overlay evaporate.
[emacs.git] / mac / ChangeLog
blobe7dae4c2e290f9b3e3b18fd19838c5c0fa9357a0
1 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
3         * src/macterm.c (mac_font_pattern_match): Allocate three more
4         bytes to regex for '^', '$', and '\0'.
6         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
7         garbage collection.
8         
9         * src/macfns.c (QCconversion): Replaces QCalgorithm.
11         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
12         image margins.
14         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
15         (x_draw_image_relief, x_draw_image_foreground_1)
16         (x_draw_image_glyph_string): Adapt to change of image margins.
18         * src/macterm.c (mac_to_x_fontname): Change charset name of
19         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
20         from ksc5601 to ksc5601.1989.
21         
22 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
24         * cw5-mcp.xml: add md5.c to project.
26         * cw6-mcp.xml: add md5.c to project.
28         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
29         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
31 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
33         * src/macterm.c (x_handle_tool_bar_click):
34         (note_tool_bar_highlight): change references to members deleted
35         from struct frame as in xterm.c.
37         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
38         ~emacs/mac/bin.
40 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
42         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
44         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
46         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
48         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
50 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
52         * src/macterm.c (XTread_socket): check whether Lisp variable
53         mac-ready-for-drag-n-drop is bound rather than non-nil value.
55 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
57         * INSTALL: New file.
59         * README: New file.
61         * TODO: New file.
63         * emacs-cw5.mcp.xml: New file.
65         * emacs-cw6.mcp.xml: New file.
67         * makefile.MPW: New file.
69         * inc/alloca.h: New file.
71         * inc/cmdline-defs-cw5.h: New file.
73         * inc/cmdline-defs-cw6.h: New file.
75         * inc/config.h: New file.
77         * inc/dirent.h: New file.
79         * inc/epaths.h: New file.
81         * inc/m-mac.h: New file.
83         * inc/macgui.h: New file.
85         * inc/macterm.h: New file.
87         * inc/pwd.h: New file.
89         * inc/s-mac.h: New file.
91         * inc/termio.h: New file.
93         * inc/utime.h: New file.
95         * inc/utsname.h: New file.
97         * inc/sys/file.h: New file.
99         * inc/sys/ioctl.h: New file.
101         * inc/sys/param.h: New file.
103         * inc/sys/stat.h: New file.
105         * inc/sys/time.h: New file.
107         * inc/sys/types.h: New file.
109         * src/Emacs.r: New file.
111         * src/EmacsMPW.r: New file.
113         * src/chdir.c: New file.
114         
115         * src/mac.c: New file.
117         * src/macfns.c: New file.
119         * src/macmenu.c: New file.
121         * src/macterm.c: New file.