(bs-attributes-list): Doc fix.
[bpt/emacs.git] / mac / ChangeLog
CommitLineData
b6955da2
AC
12001-02-20 Andrew Choi <akochoi@i-cable.com>
2
3 * mac/INSTALL:
4 * mac/README:
5 * mac/cw5-mcp.xml:
6 * mac/cw6-mcp.xml:
7 * mac/inc/alloca.h:
8 * mac/inc/defs-cw5.h:
9 * mac/inc/defs-cw6.h: Added copyright notice.
10
83a96b4d
AC
112001-01-28 Andrew Choi <akochoi@i-cable.com>
12
b179a3a2
AC
13 * src/macterm.c (mac_font_pattern_match): Allocate three more
14 bytes to regex for '^', '$', and '\0'.
15
16 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
17 garbage collection.
18
83a96b4d
AC
19 * src/macfns.c (QCconversion): Replaces QCalgorithm.
20
21 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
22 image margins.
23
24 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
25 (x_draw_image_relief, x_draw_image_foreground_1)
26 (x_draw_image_glyph_string): Adapt to change of image margins.
27
28 * src/macterm.c (mac_to_x_fontname): Change charset name of
29 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
30 from ksc5601 to ksc5601.1989.
31
ec5c5684
AC
322000-12-12 Andrew Choi <akochoi@i-cable.com>
33
8165bf03
AC
34 * cw5-mcp.xml: add md5.c to project.
35
36 * cw6-mcp.xml: add md5.c to project.
37
ec5c5684
AC
38 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
39 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
40
c1e279c2
AC
412000-11-26 Andrew Choi <akochoi@i-cable.com>
42
43 * src/macterm.c (x_handle_tool_bar_click):
44 (note_tool_bar_highlight): change references to members deleted
45 from struct frame as in xterm.c.
46
47 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
48 ~emacs/mac/bin.
49
2d7d0390
AC
502000-10-25 Andrew Choi <akochoi@i-cable.com>
51
52 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
53
54 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
55
56 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
57
58 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
59
eff8b78d 602000-10-24 Andrew Choi <akochoi@i-cable.com>
8f47302e
AC
61
62 * src/macterm.c (XTread_socket): check whether Lisp variable
63 mac-ready-for-drag-n-drop is bound rather than non-nil value.
64
1a578e9b
AC
652000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
66
67 * INSTALL: New file.
68
69 * README: New file.
70
71 * TODO: New file.
72
73 * emacs-cw5.mcp.xml: New file.
74
75 * emacs-cw6.mcp.xml: New file.
76
77 * makefile.MPW: New file.
78
79 * inc/alloca.h: New file.
80
81 * inc/cmdline-defs-cw5.h: New file.
82
83 * inc/cmdline-defs-cw6.h: New file.
84
85 * inc/config.h: New file.
86
87 * inc/dirent.h: New file.
88
89 * inc/epaths.h: New file.
90
91 * inc/m-mac.h: New file.
92
93 * inc/macgui.h: New file.
94
95 * inc/macterm.h: New file.
96
97 * inc/pwd.h: New file.
98
99 * inc/s-mac.h: New file.
100
101 * inc/termio.h: New file.
102
103 * inc/utime.h: New file.
104
105 * inc/utsname.h: New file.
106
107 * inc/sys/file.h: New file.
108
109 * inc/sys/ioctl.h: New file.
110
111 * inc/sys/param.h: New file.
112
113 * inc/sys/stat.h: New file.
114
115 * inc/sys/time.h: New file.
116
117 * inc/sys/types.h: New file.
118
119 * src/Emacs.r: New file.
120
121 * src/EmacsMPW.r: New file.
122
123 * src/chdir.c: New file.
124
125 * src/mac.c: New file.
126
127 * src/macfns.c: New file.
128
129 * src/macmenu.c: New file.
130
131 * src/macterm.c: New file.