39700
|
1 2001-10-08 Stefan Monnier <monnier@cs.yale.edu>
|
|
2
|
39701
|
3 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
|
|
4
|
39700
|
5 * src/macterm.c: Include keymap.h.
|
|
6 (note_mode_line_highlight): Use KEYMAPP.
|
|
7
|
39742
|
8 2001-10-05 Gerd Moellmann <gerd@gnu.org>
|
|
9
|
|
10 * Branch for 21.1.
|
|
11
|
39102
|
12 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
|
|
13
|
39106
|
14 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
|
|
15
|
39104
|
16 * src/macterm.c (XTread_socket): Read all pending events in the
|
|
17 event queue instead of one.
|
39107
|
18 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
|
|
19 a script code of -smJapanese is specified.
|
|
20 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
|
|
21 encoding.
|
|
22 (init_font_name_table): Use a script code of -smJapanese instead
|
|
23 of smRoman for the second entry of a Japanese font.
|
|
24 (XLoadQueryFont): Recognize a font as having the smRoman script
|
|
25 code if its encoding is jisx0201.1976-0.
|
39700
|
26
|
39103
|
27 * makefile.MPW: Generate etc/DOC file from .elc files instead of
|
|
28 .el files.
|
|
29
|
39102
|
30 * src/mac.c (stat): Don't fail for aliases.
|
|
31 (sys_open) [__MRC__]: Set file creator and type for newly-created
|
|
32 files.
|
39105
|
33 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
|
|
34 elapsed instead of use WaitNextEvent call as a delay.
|
39700
|
35
|
38931
|
36 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
|
|
37
|
|
38 * src/macterm.c (init_font_name_table): Add an additional entry to
|
|
39 the font table with the script code smRoman for each Apple
|
|
40 Japanese font.
|
|
41 (XLoadQueryFont): Recognize a font as having the smRoman script
|
|
42 code even when FontToScript returns smJapanese if it is one of
|
|
43 those created above.
|
|
44
|
38886
|
45 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
|
|
46
|
38887
|
47 * INSTALL: Add to the note on using -opt speed in MPW the function
|
|
48 macterm.c (x_draw_hollow_cursor).
|
|
49
|
38886
|
50 * src/macterm.c (mac_scroll_area): Call CopyBits with local
|
|
51 coordinates and portBits instead of global coordinates and
|
|
52 screenBits. Set fore color and back color to black and white,
|
|
53 respectively, before calling CopyBits.
|
|
54
|
|
55 * src/macterm.c (local_to_global_coord): Comment out.
|
|
56
|
38893
|
57 * src/mac.c (mac-filename-to-unix): Change to
|
|
58 mac-file-name-to-posix.
|
|
59 (unix-filename-to-mac): Change to posix-file-name-to-mac.
|
|
60 (mac_to_unix_pathname): Change to mac_to_posix_pathname.
|
|
61 (unix_to_mac_pathname): Change to posix_to_mac_pathname.
|
|
62
|
|
63 * src/macterm.c (do_ae_open_documents): Change call to
|
|
64 mac_to_unix_pathname to mac_to_posix_pathname.
|
|
65
|
38565
|
66 2001-07-26 Andrew Choi <akochoi@i-cable.com>
|
|
67
|
|
68 * inc/macterm.h (x_display_list): Declare extern.
|
|
69
|
38508
|
70 2001-07-20 Pavel Jan�k <Pavel@Janik.cz>
|
|
71
|
|
72 * src/macterm.c (xim_open_dpy): Fix typo.
|
|
73
|
38188
|
74 2001-06-26 Andrew Choi <akochoi@i-cable.com>
|
|
75
|
|
76 * README: Change references to SourceForge site to
|
|
77 ftp://ftp.gnu.org/gnu/mac/emacs/.
|
|
78
|
37740
|
79 2001-05-15 Gerd Moellmann <gerd@gnu.org>
|
|
80
|
|
81 * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
|
|
82
|
37738
|
83 2001-05-15 Andrew Choi <akochoi@i-cable.com>
|
|
84
|
|
85 * src/Emacs.r: Change About box message.
|
|
86
|
|
87 * makefile.MPW: Add md5.c.x to EmacsObjects.
|
|
88
|
|
89 * src/mac.c (select): Call WaitNextEvent instead of Delay.
|
|
90 (pause): Ditto.
|
|
91 (sleep): Ditto.
|
|
92
|
|
93 * src/macterm.c (do_app_resume): Set cursor to arrow.
|
|
94 (clear_mouse_face): check for NIL Lisp object instead of null
|
|
95 pointer.
|
|
96
|
|
97 * INSTALL: Delete note on compiling Lisp files on a Unix system.
|
|
98 Add note on turning off end of line conversion.
|
|
99
|
36417
|
100 2001-02-27 Andrew Choi <akochoi@i-cable.com>
|
|
101
|
|
102 * src/macfns.c: Rename everything containing *busy_cursor* and
|
|
103 similar to *hourglass*.
|
|
104 Change IMAGE_POSITIVE_INTEGER_VALUE to
|
|
105 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
|
|
106 (x_set_font): If font hasn't changed, avoid recomputing faces and
|
|
107 other things, as in xfns.c.
|
|
108 (Qcancel_timer): New variable.
|
|
109 (syms_of_macfns): Rename x-busy-pointer-shape to
|
|
110 x-hourglass-pointer-shape, display-busy-cursor to
|
|
111 display-hourglass, busy-cursor-delay to hourglass-delay, as in
|
|
112 xfns.c.
|
|
113 (x_set_tool_bar_lines): Modify as in xfns.c
|
|
114 (x_change_window_heights): New function.
|
|
115
|
|
116 * inc/macterm.h (struct x_output): Rename busy_cursor to
|
|
117 hourglass_cursor, busy_window to hourglass_window, busy_p to
|
|
118 hourglass_p, as in xterm.h.
|
|
119
|
|
120 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
|
|
121 safe_run_hooks, as in xmenu.c.
|
|
122
|
|
123 * src/macterm.c (do_check_ram_size): New function.
|
|
124
|
|
125 * src/Emacs.r: Add ALRT resource #129 for alert when there is over
|
|
126 256 MB RAM.
|
|
127
|
36234
|
128 2001-02-20 Andrew Choi <akochoi@i-cable.com>
|
|
129
|
|
130 * mac/INSTALL:
|
|
131 * mac/README:
|
|
132 * mac/cw5-mcp.xml:
|
|
133 * mac/cw6-mcp.xml:
|
|
134 * mac/inc/alloca.h:
|
|
135 * mac/inc/defs-cw5.h:
|
|
136 * mac/inc/defs-cw6.h: Added copyright notice.
|
|
137
|
35660
|
138 2001-01-28 Andrew Choi <akochoi@i-cable.com>
|
|
139
|
35664
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
140 * src/macterm.c (mac_font_pattern_match): Allocate three more
|
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
141 bytes to regex for '^', '$', and '\0'.
|
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
142
|
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
143 * src/macterm.c (x_list_fonts): Protect pattern and newlist from
|
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
144 garbage collection.
|
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
145
|
35660
|
146 * src/macfns.c (QCconversion): Replaces QCalgorithm.
|
|
147
|
|
148 * src/macfns.c (image_ascent, lookup_image): Adapt to change of
|
|
149 image margins.
|
|
150
|
|
151 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
|
|
152 (x_draw_image_relief, x_draw_image_foreground_1)
|
|
153 (x_draw_image_glyph_string): Adapt to change of image margins.
|
|
154
|
|
155 * src/macterm.c (mac_to_x_fontname): Change charset name of
|
|
156 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
|
|
157 from ksc5601 to ksc5601.1989.
|
|
158
|
34465
|
159 2000-12-12 Andrew Choi <akochoi@i-cable.com>
|
|
160
|
34466
|
161 * cw5-mcp.xml: add md5.c to project.
|
|
162
|
|
163 * cw6-mcp.xml: add md5.c to project.
|
|
164
|
34465
|
165 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
|
|
166 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
|
|
167
|
33886
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
168 2000-11-26 Andrew Choi <akochoi@i-cable.com>
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
169
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
170 * src/macterm.c (x_handle_tool_bar_click):
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
171 (note_tool_bar_highlight): change references to members deleted
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
172 from struct frame as in xterm.c.
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
173
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
174 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
175 ~emacs/mac/bin.
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
diff
changeset
|
176
|
32869
|
177 2000-10-25 Andrew Choi <akochoi@i-cable.com>
|
|
178
|
|
179 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
|
|
180
|
|
181 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
|
|
182
|
|
183 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
|
|
184
|
|
185 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
|
|
186
|
32870
|
187 2000-10-24 Andrew Choi <akochoi@i-cable.com>
|
32786
|
188
|
|
189 * src/macterm.c (XTread_socket): check whether Lisp variable
|
|
190 mac-ready-for-drag-n-drop is bound rather than non-nil value.
|
|
191
|
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
192 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
193
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
194 * INSTALL: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
195
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
196 * README: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
197
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
198 * TODO: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
199
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
200 * emacs-cw5.mcp.xml: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
201
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
202 * emacs-cw6.mcp.xml: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
203
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
204 * makefile.MPW: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
205
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
206 * inc/alloca.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
207
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
208 * inc/cmdline-defs-cw5.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
209
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
210 * inc/cmdline-defs-cw6.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
211
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
212 * inc/config.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
213
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
214 * inc/dirent.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
215
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
216 * inc/epaths.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
217
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
218 * inc/m-mac.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
219
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
220 * inc/macgui.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
221
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
222 * inc/macterm.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
223
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
224 * inc/pwd.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
225
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
226 * inc/s-mac.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
227
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
228 * inc/termio.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
229
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
230 * inc/utime.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
231
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
232 * inc/utsname.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
233
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
234 * inc/sys/file.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
235
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
236 * inc/sys/ioctl.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
237
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
238 * inc/sys/param.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
239
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
240 * inc/sys/stat.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
241
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
242 * inc/sys/time.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
243
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
244 * inc/sys/types.h: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
245
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
246 * src/Emacs.r: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
247
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
248 * src/EmacsMPW.r: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
249
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
250 * src/chdir.c: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
251
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
252 * src/mac.c: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
253
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
254 * src/macfns.c: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
255
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
256 * src/macmenu.c: New file.
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
257
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
258 * src/macterm.c: New file.
|
39627
|
259
|
|
260 Copyright (C) 2001 Free Software Foundation, Inc.
|
|
261 Copying and distribution of this file, with or without modification,
|
|
262 are permitted provided the copyright notice and this notice are preserved.
|