Mercurial > emacs
annotate mac/ChangeLog @ 37250:2f0cd80341f8
(grep-compute-defaults): Use null-device
instead of literal /dev/null. Reported by Jens Schmidt
<schmidt@mathematik.uni-kl.de>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 06 Apr 2001 14:42:15 +0000 |
parents | 350e6092a4c4 |
children | c04e66e2c50c |
rev | line source |
---|---|
36417
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
1 2001-02-27 Andrew Choi <akochoi@i-cable.com> |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
2 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
3 * src/macfns.c: Rename everything containing *busy_cursor* and |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
4 similar to *hourglass*. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
5 Change IMAGE_POSITIVE_INTEGER_VALUE to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
6 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
7 (x_set_font): If font hasn't changed, avoid recomputing faces and |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
8 other things, as in xfns.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
9 (Qcancel_timer): New variable. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
10 (syms_of_macfns): Rename x-busy-pointer-shape to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
11 x-hourglass-pointer-shape, display-busy-cursor to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
12 display-hourglass, busy-cursor-delay to hourglass-delay, as in |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
13 xfns.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
14 (x_set_tool_bar_lines): Modify as in xfns.c |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
15 (x_change_window_heights): New function. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
16 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
17 * inc/macterm.h (struct x_output): Rename busy_cursor to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
18 hourglass_cursor, busy_window to hourglass_window, busy_p to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
19 hourglass_p, as in xterm.h. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
20 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
21 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
22 safe_run_hooks, as in xmenu.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
23 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
24 * src/macterm.c (do_check_ram_size): New function. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
25 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
26 * src/Emacs.r: Add ALRT resource #129 for alert when there is over |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
27 256 MB RAM. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
28 |
36234 | 29 2001-02-20 Andrew Choi <akochoi@i-cable.com> |
30 | |
31 * mac/INSTALL: | |
32 * mac/README: | |
33 * mac/cw5-mcp.xml: | |
34 * mac/cw6-mcp.xml: | |
35 * mac/inc/alloca.h: | |
36 * mac/inc/defs-cw5.h: | |
37 * mac/inc/defs-cw6.h: Added copyright notice. | |
38 | |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
39 2001-01-28 Andrew Choi <akochoi@i-cable.com> |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
40 |
35664
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
41 * 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>
parents:
35660
diff
changeset
|
42 bytes to regex for '^', '$', and '\0'. |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
43 |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
44 * 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>
parents:
35660
diff
changeset
|
45 garbage collection. |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
46 |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
47 * src/macfns.c (QCconversion): Replaces QCalgorithm. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
48 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
49 * src/macfns.c (image_ascent, lookup_image): Adapt to change of |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
50 image margins. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
51 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
52 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground) |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
53 (x_draw_image_relief, x_draw_image_foreground_1) |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
54 (x_draw_image_glyph_string): Adapt to change of image margins. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
55 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
56 * src/macterm.c (mac_to_x_fontname): Change charset name of |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
57 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
58 from ksc5601 to ksc5601.1989. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
59 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
60 2000-12-12 Andrew Choi <akochoi@i-cable.com> |
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
61 |
34466
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
62 * cw5-mcp.xml: add md5.c to project. |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
63 |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
64 * cw6-mcp.xml: add md5.c to project. |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
65 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
66 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle |
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
67 Lisp_Object type tip_frame (was struct frame *) as in xfns.c. |
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
68 |
33886
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
69 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>
parents:
32870
diff
changeset
|
70 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
71 * 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>
parents:
32870
diff
changeset
|
72 (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>
parents:
32870
diff
changeset
|
73 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>
parents:
32870
diff
changeset
|
74 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
75 * 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>
parents:
32870
diff
changeset
|
76 ~emacs/mac/bin. |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
77 |
32869
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
78 2000-10-25 Andrew Choi <akochoi@i-cable.com> |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
79 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
80 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
81 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
82 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
83 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
84 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
85 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
86 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
87 |
32870 | 88 2000-10-24 Andrew Choi <akochoi@i-cable.com> |
32786
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
89 |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
90 * src/macterm.c (XTread_socket): check whether Lisp variable |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
91 mac-ready-for-drag-n-drop is bound rather than non-nil value. |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
92 |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
93 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
|
94 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
95 * INSTALL: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
96 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
97 * README: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
98 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
99 * TODO: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
100 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
101 * 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
|
102 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
103 * 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
|
104 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
105 * makefile.MPW: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
106 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
107 * inc/alloca.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
108 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
109 * 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
|
110 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
111 * 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
|
112 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
113 * inc/config.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
114 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
115 * inc/dirent.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
116 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
117 * inc/epaths.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
118 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
119 * 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
|
120 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
121 * inc/macgui.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
122 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
123 * inc/macterm.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
124 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
125 * inc/pwd.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
126 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
127 * 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
|
128 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
129 * inc/termio.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
130 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
131 * inc/utime.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
132 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
133 * inc/utsname.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
134 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
135 * 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
|
136 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
137 * 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
|
138 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
139 * 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
|
140 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
141 * 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
|
142 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
143 * 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
|
144 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
145 * 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
|
146 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
147 * src/Emacs.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
148 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
149 * src/EmacsMPW.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
150 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
151 * src/chdir.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
152 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
153 * src/mac.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
154 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
155 * src/macfns.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
156 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
157 * src/macmenu.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
158 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
159 * src/macterm.c: New file. |