* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
[bpt/emacs.git] / mac / ChangeLog
1 2001-01-28 Andrew Choi <akochoi@i-cable.com>
2
3 * src/macfns.c (QCconversion): Replaces QCalgorithm.
4
5 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
6 image margins.
7
8 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
9 (x_draw_image_relief, x_draw_image_foreground_1)
10 (x_draw_image_glyph_string): Adapt to change of image margins.
11
12 * src/macterm.c (mac_to_x_fontname): Change charset name of
13 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
14 from ksc5601 to ksc5601.1989.
15
16 2000-12-12 Andrew Choi <akochoi@i-cable.com>
17
18 * cw5-mcp.xml: add md5.c to project.
19
20 * cw6-mcp.xml: add md5.c to project.
21
22 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
23 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
24
25 2000-11-26 Andrew Choi <akochoi@i-cable.com>
26
27 * src/macterm.c (x_handle_tool_bar_click):
28 (note_tool_bar_highlight): change references to members deleted
29 from struct frame as in xterm.c.
30
31 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
32 ~emacs/mac/bin.
33
34 2000-10-25 Andrew Choi <akochoi@i-cable.com>
35
36 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
37
38 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
39
40 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
41
42 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
43
44 2000-10-24 Andrew Choi <akochoi@i-cable.com>
45
46 * src/macterm.c (XTread_socket): check whether Lisp variable
47 mac-ready-for-drag-n-drop is bound rather than non-nil value.
48
49 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
50
51 * INSTALL: New file.
52
53 * README: New file.
54
55 * TODO: New file.
56
57 * emacs-cw5.mcp.xml: New file.
58
59 * emacs-cw6.mcp.xml: New file.
60
61 * makefile.MPW: New file.
62
63 * inc/alloca.h: New file.
64
65 * inc/cmdline-defs-cw5.h: New file.
66
67 * inc/cmdline-defs-cw6.h: New file.
68
69 * inc/config.h: New file.
70
71 * inc/dirent.h: New file.
72
73 * inc/epaths.h: New file.
74
75 * inc/m-mac.h: New file.
76
77 * inc/macgui.h: New file.
78
79 * inc/macterm.h: New file.
80
81 * inc/pwd.h: New file.
82
83 * inc/s-mac.h: New file.
84
85 * inc/termio.h: New file.
86
87 * inc/utime.h: New file.
88
89 * inc/utsname.h: New file.
90
91 * inc/sys/file.h: New file.
92
93 * inc/sys/ioctl.h: New file.
94
95 * inc/sys/param.h: New file.
96
97 * inc/sys/stat.h: New file.
98
99 * inc/sys/time.h: New file.
100
101 * inc/sys/types.h: New file.
102
103 * src/Emacs.r: New file.
104
105 * src/EmacsMPW.r: New file.
106
107 * src/chdir.c: New file.
108
109 * src/mac.c: New file.
110
111 * src/macfns.c: New file.
112
113 * src/macmenu.c: New file.
114
115 * src/macterm.c: New file.