]> code.delx.au - gnu-emacs/blob - mac/ChangeLog
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
[gnu-emacs] / mac / ChangeLog
1 2000-12-12 Andrew Choi <akochoi@i-cable.com>
2
3 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
4 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
5
6 2000-11-26 Andrew Choi <akochoi@i-cable.com>
7
8 * src/macterm.c (x_handle_tool_bar_click):
9 (note_tool_bar_highlight): change references to members deleted
10 from struct frame as in xterm.c.
11
12 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
13 ~emacs/mac/bin.
14
15 2000-10-25 Andrew Choi <akochoi@i-cable.com>
16
17 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
18
19 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
20
21 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
22
23 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
24
25 2000-10-24 Andrew Choi <akochoi@i-cable.com>
26
27 * src/macterm.c (XTread_socket): check whether Lisp variable
28 mac-ready-for-drag-n-drop is bound rather than non-nil value.
29
30 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
31
32 * INSTALL: New file.
33
34 * README: New file.
35
36 * TODO: New file.
37
38 * emacs-cw5.mcp.xml: New file.
39
40 * emacs-cw6.mcp.xml: New file.
41
42 * makefile.MPW: New file.
43
44 * inc/alloca.h: New file.
45
46 * inc/cmdline-defs-cw5.h: New file.
47
48 * inc/cmdline-defs-cw6.h: New file.
49
50 * inc/config.h: New file.
51
52 * inc/dirent.h: New file.
53
54 * inc/epaths.h: New file.
55
56 * inc/m-mac.h: New file.
57
58 * inc/macgui.h: New file.
59
60 * inc/macterm.h: New file.
61
62 * inc/pwd.h: New file.
63
64 * inc/s-mac.h: New file.
65
66 * inc/termio.h: New file.
67
68 * inc/utime.h: New file.
69
70 * inc/utsname.h: New file.
71
72 * inc/sys/file.h: New file.
73
74 * inc/sys/ioctl.h: New file.
75
76 * inc/sys/param.h: New file.
77
78 * inc/sys/stat.h: New file.
79
80 * inc/sys/time.h: New file.
81
82 * inc/sys/types.h: New file.
83
84 * src/Emacs.r: New file.
85
86 * src/EmacsMPW.r: New file.
87
88 * src/chdir.c: New file.
89
90 * src/mac.c: New file.
91
92 * src/macfns.c: New file.
93
94 * src/macmenu.c: New file.
95
96 * src/macterm.c: New file.