]> code.delx.au - gnu-emacs/blob - mac/ChangeLog
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
[gnu-emacs] / mac / ChangeLog
1 2001-01-28 Andrew Choi <akochoi@i-cable.com>
2
3 * src/macterm.c (mac_font_pattern_match): Allocate three more
4 bytes to regex for '^', '$', and '\0'.
5
6 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
7 garbage collection.
8
9 * src/macfns.c (QCconversion): Replaces QCalgorithm.
10
11 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
12 image margins.
13
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.
17
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>
23
24 * cw5-mcp.xml: add md5.c to project.
25
26 * cw6-mcp.xml: add md5.c to project.
27
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.
30
31 2000-11-26 Andrew Choi <akochoi@i-cable.com>
32
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.
36
37 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
38 ~emacs/mac/bin.
39
40 2000-10-25 Andrew Choi <akochoi@i-cable.com>
41
42 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
43
44 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
45
46 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
47
48 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
49
50 2000-10-24 Andrew Choi <akochoi@i-cable.com>
51
52 * src/macterm.c (XTread_socket): check whether Lisp variable
53 mac-ready-for-drag-n-drop is bound rather than non-nil value.
54
55 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
56
57 * INSTALL: New file.
58
59 * README: New file.
60
61 * TODO: New file.
62
63 * emacs-cw5.mcp.xml: New file.
64
65 * emacs-cw6.mcp.xml: New file.
66
67 * makefile.MPW: New file.
68
69 * inc/alloca.h: New file.
70
71 * inc/cmdline-defs-cw5.h: New file.
72
73 * inc/cmdline-defs-cw6.h: New file.
74
75 * inc/config.h: New file.
76
77 * inc/dirent.h: New file.
78
79 * inc/epaths.h: New file.
80
81 * inc/m-mac.h: New file.
82
83 * inc/macgui.h: New file.
84
85 * inc/macterm.h: New file.
86
87 * inc/pwd.h: New file.
88
89 * inc/s-mac.h: New file.
90
91 * inc/termio.h: New file.
92
93 * inc/utime.h: New file.
94
95 * inc/utsname.h: New file.
96
97 * inc/sys/file.h: New file.
98
99 * inc/sys/ioctl.h: New file.
100
101 * inc/sys/param.h: New file.
102
103 * inc/sys/stat.h: New file.
104
105 * inc/sys/time.h: New file.
106
107 * inc/sys/types.h: New file.
108
109 * src/Emacs.r: New file.
110
111 * src/EmacsMPW.r: New file.
112
113 * src/chdir.c: New file.
114
115 * src/mac.c: New file.
116
117 * src/macfns.c: New file.
118
119 * src/macmenu.c: New file.
120
121 * src/macterm.c: New file.