Mercurial > emacs
annotate mac/ChangeLog @ 42153:ca6dbe4635da
Implementing euc-tw encoding.
| author | Werner LEMBERG <wl@gnu.org> |
|---|---|
| date | Tue, 18 Dec 2001 17:52:17 +0000 |
| parents | 929c3e3a6ca4 |
| children | c72c3ea311e6 |
| rev | line source |
|---|---|
| 42009 | 1 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | |
| 3 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width | |
| 4 frame parameter have a numeric value all the time. | |
| 5 | |
| 41896 | 6 2001-12-08 Pavel Janík <Pavel@Janik.cz> |
| 7 | |
| 8 * COPYING: New file. | |
| 9 | |
| 41835 | 10 2001-12-06 Kim F. Storm <storm@cua.dk> |
| 11 | |
| 12 * src/macfns.c (x_report_frame_params): Return actual fringe widths. | |
| 13 | |
|
41729
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
14 2001-12-01 Kim F. Storm <storm@cua.dk> |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
15 |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
16 The following changes add left-fringe and right-fringe |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
17 frame parameters to adjust fringe widths, or remove one or |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
18 both fringes. See ../src/ChangeLog for details. |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
19 |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
20 * inc/macterm.h: Merged changes from xterm.h. |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
21 * src/macterm.c: Merged changes from xterm.c. |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
22 * src/macfns.c: Merged changes from xfns.c. |
|
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
23 |
| 41166 | 24 2001-11-16 Pavel Janík <Pavel@Janik.cz> |
| 25 | |
| 41238 | 26 * src/macterm.c (waiting_for_input): Remove unnecessary declaration. |
| 41166 | 27 |
| 41135 | 28 2001-11-16 Kim F. Storm <storm@cua.dk> |
| 29 | |
| 30 The following changes are made to clean up the various internal | |
| 31 references to the fringes to actually use the term `fringe'. | |
| 32 | |
| 33 * src/macfns.c: Use renamed symbols. | |
| 34 | |
| 35 * src/macterm.c: Comment fixes. Use renamed symbols. | |
| 36 (fringe_bitmap_type): Renamed from bitmap_type. | |
| 37 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. | |
| 38 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap. | |
| 39 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps. | |
| 40 | |
| 41 * inc/macterm.h: Comment fixes. Use renamed symbols. | |
| 42 (fringes_extra): Renamed from flags_areas_extra. | |
| 43 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH. | |
| 44 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT. | |
| 45 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS. | |
| 46 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. | |
| 47 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. | |
| 48 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH. | |
| 49 | |
| 40111 | 50 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
| 51 | |
| 40152 | 52 * (Version 21.1 released.) |
| 40111 | 53 |
|
39812
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
54 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> |
|
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
55 |
|
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
56 * src/macfns.c (x_create_bitmap_from_file, x_find_image_file): |
|
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
57 * src/mac.c (run_mac_command): Update calls to openp. |
|
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
58 |
|
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
59 2001-10-08 Stefan Monnier <monnier@cs.yale.edu> |
|
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
60 |
|
39701
28f0aac9eea9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39700
diff
changeset
|
61 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt. |
|
28f0aac9eea9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39700
diff
changeset
|
62 |
|
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
63 * src/macterm.c: Include keymap.h. |
|
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
64 (note_mode_line_highlight): Use KEYMAPP. |
|
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
65 |
| 39742 | 66 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
| 67 | |
| 68 * Branch for 21.1. | |
|
39812
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
69 |
|
39102
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
70 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
|
71 |
|
39106
dc9d8a2e8650
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39105
diff
changeset
|
72 * 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
|
73 |
|
39104
6addcec799eb
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39103
diff
changeset
|
74 * 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
|
75 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
|
76 (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
|
77 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
|
78 (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
|
79 encoding. |
|
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
80 (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
|
81 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
|
82 (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
|
83 code if its encoding is jisx0201.1976-0. |
|
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
84 |
|
39103
a53eba1d3542
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39102
diff
changeset
|
85 * 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
|
86 .el files. |
|
a53eba1d3542
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39102
diff
changeset
|
87 |
|
39102
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
88 * 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
|
89 (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
|
90 files. |
|
39105
c56375806351
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39104
diff
changeset
|
91 (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
|
92 elapsed instead of use WaitNextEvent call as a delay. |
|
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
93 |
|
38931
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
94 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
|
95 |
|
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
96 * 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
|
97 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
|
98 Japanese font. |
|
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
99 (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
|
100 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
|
101 those created above. |
|
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
102 |
|
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
103 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
|
104 |
|
38887
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
105 * 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
|
106 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
|
107 |
|
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
108 * 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
|
109 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
|
110 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
|
111 respectively, before calling CopyBits. |
|
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
112 |
|
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
113 * 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
|
114 |
|
38893
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
115 * 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
|
116 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
|
117 (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
|
118 (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
|
119 (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
|
120 |
|
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
121 * 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
|
122 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
|
123 |
|
38565
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
124 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
|
125 |
|
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
126 * 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
|
127 |
| 38508 | 128 2001-07-20 Pavel Janík <Pavel@Janik.cz> |
| 129 | |
| 130 * src/macterm.c (xim_open_dpy): Fix typo. | |
| 131 | |
|
38188
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
132 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
|
133 |
|
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
134 * 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
|
135 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
|
136 |
| 37740 | 137 2001-05-15 Gerd Moellmann <gerd@gnu.org> |
| 138 | |
| 139 * src/macterm.c (clear_mouse_face): Check for nil tip_frame. | |
| 140 | |
|
37738
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
141 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
|
142 |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
143 * src/Emacs.r: Change About box message. |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
144 |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
145 * 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
|
146 |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
147 * 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
|
148 (pause): Ditto. |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
149 (sleep): Ditto. |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
150 |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
151 * 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
|
152 (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
|
153 pointer. |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
154 |
|
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
155 * 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
|
156 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
|
157 |
|
36417
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
158 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
|
159 |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
160 * 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
|
161 similar to *hourglass*. |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
162 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
|
163 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
|
164 (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
|
165 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
|
166 (Qcancel_timer): New variable. |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
167 (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
|
168 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
|
169 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
|
170 xfns.c. |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
171 (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
|
172 (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
|
173 |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
174 * 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
|
175 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
|
176 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
|
177 |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
178 * 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
|
179 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
|
180 |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
181 * 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
|
182 |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
183 * 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
|
184 256 MB RAM. |
|
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
185 |
| 36234 | 186 2001-02-20 Andrew Choi <akochoi@i-cable.com> |
| 187 | |
| 188 * mac/INSTALL: | |
| 189 * mac/README: | |
| 190 * mac/cw5-mcp.xml: | |
| 191 * mac/cw6-mcp.xml: | |
| 192 * mac/inc/alloca.h: | |
| 193 * mac/inc/defs-cw5.h: | |
| 194 * mac/inc/defs-cw6.h: Added copyright notice. | |
| 195 | |
|
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
196 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
|
197 |
|
35664
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
198 * 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
|
199 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
|
200 |
|
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
201 * 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
|
202 garbage collection. |
|
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
203 |
|
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
204 * 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
|
205 |
|
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
206 * 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
|
207 image margins. |
|
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
208 |
|
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
209 * 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
|
210 (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
|
211 (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
|
212 |
|
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
213 * 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
|
214 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
|
215 from ksc5601 to ksc5601.1989. |
|
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
216 |
|
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
217 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
|
218 |
|
34466
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
219 * 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
|
220 |
|
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
221 * 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
|
222 |
|
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
223 * 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
|
224 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
|
225 |
|
33886
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
226 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
|
227 |
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
228 * 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
|
229 (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
|
230 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
|
231 |
|
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
232 * 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
|
233 ~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
|
234 |
|
32869
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
235 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
|
236 |
|
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
237 * 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
|
238 |
|
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
239 * 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
|
240 |
|
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
241 * 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
|
242 |
|
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
243 * 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
|
244 |
| 32870 | 245 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
|
246 |
|
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
247 * 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
|
248 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
|
249 |
|
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
250 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
|
251 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
252 * INSTALL: 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 * README: 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 * TODO: 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 * 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
|
259 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
260 * 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
|
261 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
262 * makefile.MPW: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
263 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
264 * inc/alloca.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
265 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
266 * 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
|
267 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
268 * 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
|
269 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
270 * inc/config.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
271 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
272 * inc/dirent.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
273 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
274 * inc/epaths.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
275 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
276 * 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
|
277 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
278 * inc/macgui.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
279 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
280 * inc/macterm.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
281 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
282 * inc/pwd.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
283 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
284 * 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
|
285 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
286 * inc/termio.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
287 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
288 * inc/utime.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
289 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
290 * inc/utsname.h: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
291 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
292 * 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
|
293 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
294 * 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
|
295 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
296 * 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
|
297 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
298 * 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
|
299 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
300 * 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
|
301 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
302 * 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
|
303 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
304 * src/Emacs.r: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
305 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
306 * src/EmacsMPW.r: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
307 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
308 * src/chdir.c: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
309 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
310 * src/mac.c: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
311 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
312 * src/macfns.c: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
313 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
314 * src/macmenu.c: New file. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
315 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
316 * src/macterm.c: New file. |
| 39627 | 317 |
| 318 Copyright (C) 2001 Free Software Foundation, Inc. | |
| 319 Copying and distribution of this file, with or without modification, | |
| 320 are permitted provided the copyright notice and this notice are preserved. |
