Mercurial > emacs
annotate mac/ChangeLog @ 39111:c10fdb82dffd
(srcdir, texinputdir): New variables.
(srcs, index.texi, install): Use $(srcdir).
(.PHONY): Remove elisp.dvi.
(elisp): Use -I switch for makeinfo.
(elisp.dvi): Use $(srcdir) and $(texinputdir).
(installall, dist): Use $(srcdir).
Fix path to texinfo.tex.
(maintainer-clean): Add elisp.dvi and elisp.oaux.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 04 Sep 2001 09:34:40 +0000 |
parents | e4461ba10180 |
children | 218f185269b8 |
rev | line source |
---|---|
39102
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
1 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk> |
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
2 |
39106
dc9d8a2e8650
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39105
diff
changeset
|
3 * src/macmenu.c (mac_menu_show): Use refcon of selected menu item. |
dc9d8a2e8650
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39105
diff
changeset
|
4 |
39104
6addcec799eb
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39103
diff
changeset
|
5 * src/macterm.c (XTread_socket): Read all pending events in the |
6addcec799eb
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39103
diff
changeset
|
6 event queue instead of one. |
39107
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
7 (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
8 a script code of -smJapanese is specified. |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
9 (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0 |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
10 encoding. |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
11 (init_font_name_table): Use a script code of -smJapanese instead |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
12 of smRoman for the second entry of a Japanese font. |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
13 (XLoadQueryFont): Recognize a font as having the smRoman script |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
14 code if its encoding is jisx0201.1976-0. |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
15 |
39103
a53eba1d3542
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39102
diff
changeset
|
16 * makefile.MPW: Generate etc/DOC file from .elc files instead of |
a53eba1d3542
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39102
diff
changeset
|
17 .el files. |
a53eba1d3542
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39102
diff
changeset
|
18 |
39102
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
19 * src/mac.c (stat): Don't fail for aliases. |
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
20 (sys_open) [__MRC__]: Set file creator and type for newly-created |
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
21 files. |
39105
c56375806351
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39104
diff
changeset
|
22 (sleep) [__MRC__]: Place loop around WaitNextEvent to check time |
c56375806351
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39104
diff
changeset
|
23 elapsed instead of use WaitNextEvent call as a delay. |
c56375806351
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39104
diff
changeset
|
24 |
38931
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
25 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk> |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
26 |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
27 * src/macterm.c (init_font_name_table): Add an additional entry to |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
28 the font table with the script code smRoman for each Apple |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
29 Japanese font. |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
30 (XLoadQueryFont): Recognize a font as having the smRoman script |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
31 code even when FontToScript returns smJapanese if it is one of |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
32 those created above. |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
33 |
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
34 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk> |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
35 |
38887
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
36 * INSTALL: Add to the note on using -opt speed in MPW the function |
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
37 macterm.c (x_draw_hollow_cursor). |
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
38 |
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
39 * src/macterm.c (mac_scroll_area): Call CopyBits with local |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
40 coordinates and portBits instead of global coordinates and |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
41 screenBits. Set fore color and back color to black and white, |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
42 respectively, before calling CopyBits. |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
43 |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
44 * src/macterm.c (local_to_global_coord): Comment out. |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
45 |
38893
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
46 * src/mac.c (mac-filename-to-unix): Change to |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
47 mac-file-name-to-posix. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
48 (unix-filename-to-mac): Change to posix-file-name-to-mac. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
49 (mac_to_unix_pathname): Change to mac_to_posix_pathname. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
50 (unix_to_mac_pathname): Change to posix_to_mac_pathname. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
51 |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
52 * src/macterm.c (do_ae_open_documents): Change call to |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
53 mac_to_unix_pathname to mac_to_posix_pathname. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
54 |
38565
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
55 2001-07-26 Andrew Choi <akochoi@i-cable.com> |
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
56 |
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
57 * inc/macterm.h (x_display_list): Declare extern. |
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
58 |
38508 | 59 2001-07-20 Pavel Janík <Pavel@Janik.cz> |
60 | |
61 * src/macterm.c (xim_open_dpy): Fix typo. | |
62 | |
38188
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
63 2001-06-26 Andrew Choi <akochoi@i-cable.com> |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
64 |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
65 * README: Change references to SourceForge site to |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
66 ftp://ftp.gnu.org/gnu/mac/emacs/. |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
67 |
37740 | 68 2001-05-15 Gerd Moellmann <gerd@gnu.org> |
69 | |
70 * src/macterm.c (clear_mouse_face): Check for nil tip_frame. | |
71 | |
37738
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
72 2001-05-15 Andrew Choi <akochoi@i-cable.com> |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
73 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
74 * src/Emacs.r: Change About box message. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
75 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
76 * makefile.MPW: Add md5.c.x to EmacsObjects. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
77 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
78 * src/mac.c (select): Call WaitNextEvent instead of Delay. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
79 (pause): Ditto. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
80 (sleep): Ditto. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
81 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
82 * src/macterm.c (do_app_resume): Set cursor to arrow. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
83 (clear_mouse_face): check for NIL Lisp object instead of null |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
84 pointer. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
85 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
86 * INSTALL: Delete note on compiling Lisp files on a Unix system. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
87 Add note on turning off end of line conversion. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
88 |
36417
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
89 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
|
90 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
91 * 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
|
92 similar to *hourglass*. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
93 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
|
94 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
|
95 (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
|
96 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
|
97 (Qcancel_timer): New variable. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
98 (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
|
99 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
|
100 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
|
101 xfns.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
102 (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
|
103 (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
|
104 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
105 * 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
|
106 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
|
107 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
|
108 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
109 * 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
|
110 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
|
111 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
112 * 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
|
113 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
114 * 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
|
115 256 MB RAM. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
116 |
36234 | 117 2001-02-20 Andrew Choi <akochoi@i-cable.com> |
118 | |
119 * mac/INSTALL: | |
120 * mac/README: | |
121 * mac/cw5-mcp.xml: | |
122 * mac/cw6-mcp.xml: | |
123 * mac/inc/alloca.h: | |
124 * mac/inc/defs-cw5.h: | |
125 * mac/inc/defs-cw6.h: Added copyright notice. | |
126 | |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
127 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
|
128 |
35664
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
129 * 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
|
130 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
|
131 |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
132 * 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
|
133 garbage collection. |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
134 |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
135 * 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
|
136 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
137 * 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
|
138 image margins. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
139 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
140 * 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
|
141 (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
|
142 (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
|
143 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
144 * 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
|
145 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
|
146 from ksc5601 to ksc5601.1989. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
147 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
148 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
|
149 |
34466
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
150 * 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
|
151 |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
152 * 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
|
153 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
154 * 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
|
155 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
|
156 |
33886
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
157 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
|
158 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
159 * 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
|
160 (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
|
161 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
|
162 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
163 * 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
|
164 ~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
|
165 |
32869
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
166 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
|
167 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
168 * 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
|
169 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
170 * 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
|
171 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
172 * 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
|
173 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
174 * 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
|
175 |
32870 | 176 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
|
177 |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
178 * 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
|
179 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
|
180 |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
181 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
|
182 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
183 * INSTALL: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
184 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
185 * README: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
186 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
187 * TODO: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
188 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
189 * 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
|
190 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
191 * 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
|
192 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
193 * makefile.MPW: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
194 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
195 * inc/alloca.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
196 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
197 * 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
|
198 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
199 * 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
|
200 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
201 * inc/config.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
202 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
203 * inc/dirent.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
204 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
205 * inc/epaths.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
206 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
207 * 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
|
208 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
209 * inc/macgui.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
210 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
211 * inc/macterm.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
212 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
213 * inc/pwd.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
214 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
215 * 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
|
216 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
217 * inc/termio.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
218 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
219 * inc/utime.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
220 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
221 * inc/utsname.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
222 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
223 * 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
|
224 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
225 * 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
|
226 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
227 * 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
|
228 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
229 * 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
|
230 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
231 * 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
|
232 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
233 * 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
|
234 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
235 * src/Emacs.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
236 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
237 * src/EmacsMPW.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
238 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
239 * src/chdir.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
240 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
241 * src/mac.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
242 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
243 * src/macfns.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
244 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
245 * src/macmenu.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
246 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
247 * src/macterm.c: New file. |