Mercurial > emacs
annotate mac/ChangeLog @ 88317:e79542301094
(rmail-mime-text-handler): Only downcase if charset
exists.
(rmail-mime-handle): Doc. Ignore errors when decoding base64.
Seems to be common on my system.
(rmail-mime-show): Change show-header code.
(rmail-mime): New.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Fri, 17 Feb 2006 00:55:40 +0000 |
parents | d7ddb3e565de |
children |
rev | line source |
---|---|
88155 | 1 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | |
3 * makefile.MPW (macselect.c.x): Depend on keymap.h. | |
4 | |
5 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
6 | |
7 * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and | |
8 data. Make NSServices open-selection the first entry. | |
9 | |
10 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
11 | |
12 * makefile.MPW (shortlisp): Sync with src/Makefile.in. | |
13 | |
14 2005-10-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
15 | |
16 * INSTALL: Replace `Mac OS 8/9' with `Mac OS Classic'. Add | |
17 `FIXME' to descriptions about Metrowerks CodeWarrior. Remove | |
18 obsolete description about 512MB limit and icon on Mac OS Classic. | |
19 Add description about flags for experimental features. | |
20 | |
21 * README: Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME' | |
22 to descriptions about Metrowerks CodeWarrior. Remove obsolete | |
23 descriptions about C-g and supported image types. | |
24 | |
25 2005-10-20 Bryan D. O'Connor <bryan@lunch.org> (tiny change) | |
26 | |
27 * make-package: Add a --compressed-dist option to compress info | |
28 files and .el files that have been byte-compiled. It defaults to "no". | |
29 | |
30 2005-09-24 Eli Zaretskii <eliz@gnu.org> | |
31 | |
32 * INSTALL (NOTES): Update the list of versions of MacOS on which | |
33 Emacs should build. | |
34 | |
35 * README: Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which | |
36 does not exist). | |
37 | |
38 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
39 | |
40 * inc/config.h: Sync with src/config.in. | |
41 | |
42 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
43 | |
44 * Emacs.app/Contents/Info.plist (mail-to, mail-selection): New | |
45 NSServices. | |
46 | |
47 2005-07-04 Lute Kamstra <lute@gnu.org> | |
48 | |
49 Update FSF's address in GPL notices. | |
50 | |
51 2005-06-08 Steven Tamm <steventamm@mac.com> | |
52 | |
53 * INSTALL: Explain that a universal binary cannot be created and | |
54 builds for on emachine cannot be targeted to the other. | |
55 * README: Add Universal Binary to the Todo List. | |
56 | |
57 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
58 | |
59 * makefile.MPW (buildobj.lst): New target. | |
60 (Clean): Delete file buildobj.lst. | |
61 (Emacs, {DocTarget}DOC): Depend on buildobj.lst. | |
62 (EmacsSource, MacSource, LispSource, LispSourceDontCompile): | |
63 Remove variables. | |
64 (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New | |
65 variables. | |
66 ({DocTarget}DOC): Use them. | |
67 (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'. | |
68 | |
69 * inc/config.h: Sync with src/config.in. | |
70 (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP) | |
71 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER) | |
72 (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H) | |
73 (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them. | |
74 [__MRC__] (HAVE_ALLOCA_H): Likewise. | |
75 (config_machfile, config_opsysfile, my_strftime): New macros. | |
76 (HAVE_PWD_H): Move from s-mac.h. | |
77 (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h. | |
78 (PTR): Move to s-mac.h. | |
79 | |
80 * inc/m-mac.h: (HAVE_ALLOCA, C_ALLOCA): Move to config.h. | |
81 | |
82 * inc/s-mac.h: Sync with src/s/template.h. Don't include fcntl.h, | |
83 time.h, or signal.h. | |
84 (index, rindex): New macros. | |
85 [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for | |
86 compatibility with predefined ones. | |
87 (PTR): Move from s-mac.h. | |
88 (HAVE_PWD_H): Move to config.h. | |
89 (volatile): Remove macro. | |
90 [__MRC__] (strftime): Likewise. | |
91 (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime) | |
92 (sys_time, sys_signal, atof): Remove declarations. | |
93 | |
94 * inc/sys/time.h (ITIMER_REAL): New macro. | |
95 (struct itimerval): New struct. | |
96 (setitimer): New extern. | |
97 | |
98 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
99 | |
100 * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define. | |
101 | |
102 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
103 | |
104 * makefile.MPW (MacObjects): Add macselect.c.x. | |
105 (macselect.c.x): New target. | |
106 (mac.c): Fix dependency. | |
107 | |
108 * Emacs.app/Contents/Info.plist: Add NSServices key and data. | |
109 | |
110 * inc/s-mac.h (HAVE_PWD_H): Define. | |
111 | |
112 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
113 | |
114 * makefile.MPW (NonCarbonLibs): Add LocalesLib. Delete | |
115 TextEncodingConverter. | |
116 | |
117 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
118 | |
119 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | |
120 (CFBundleShortVersionString, CFBundleGetInfoString): Fix version | |
121 number and copyright. | |
122 | |
123 * Emacs.r (DITL, vers): Likewise. | |
124 | |
125 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
126 | |
127 * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to | |
128 org.gnu.Emacs. | |
129 | |
130 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
131 | |
132 * INSTALL: Mention new target `NonCarbon'. | |
133 | |
134 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
135 | |
136 * makefile.MPW (NonCarbon): New target. The target `Emacs' is now | |
137 used for the Carbon build that defines HAVE_CARBON. | |
138 | |
139 * inc/config.h (HAVE_STDLIB_H): Define to 1. | |
140 | |
141 * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB. | |
142 [HAVE_CARBON] (crfg): New resource for extra stack space. | |
143 | |
144 2004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
145 | |
146 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and | |
147 lastfile.c.x. | |
148 (PPCCOptions): Add -alloca. | |
149 (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and | |
150 lastfile.c.x. | |
151 (Emacs MPW): Add QuickTimeLib. | |
152 (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and | |
153 lastfile.c. | |
154 (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and | |
155 map-ynp.elc. | |
156 * inc/config.h (USE_LSB_TAG) [__MRC__]: Define. | |
157 (UNEXEC_SRC): Close comment. | |
158 * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines. | |
159 * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define. | |
160 (C_ALLOCA) [__MRC__]: Don't define. | |
161 * inc/s-mac.h (X_OK): New define. | |
162 (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro. | |
163 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS. | |
164 | |
165 2004-05-29 Steven Tamm <steventamm@mac.com> | |
166 | |
167 * INSTALL: Fixing typos | |
168 * README: Updating list of TODOs to remove image support and | |
169 environment variable problem. | |
170 | |
171 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
172 | |
173 * src/Emacs.r: Update TOO_MUCH_RAM error message. | |
174 | |
175 2003-11-22 Lars Hansen <larsh@math.ku.dk> | |
176 | |
177 * inc/grp.h: Added. | |
178 | |
179 2003-11-02 Andrew Choi <akochoi@shaw.ca> | |
180 | |
181 * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource. | |
182 * Emacs.app/Contents/Resources/Emacs.rsrc: Remove. | |
183 | |
184 2003-10-31 Andrew Choi <akochoi@shaw.ca> | |
185 | |
186 * INSTALL: Add Nozomu Ando's changes to instructions for | |
187 installing on X Window (that static libraries are no longer | |
188 necessary after his changes to src/unexmacosx.c). | |
189 | |
190 2003-04-28 Andrew Choi <akochoi@shaw.ca> | |
191 | |
192 * make-package: Allocate 5% extra space on disk image for | |
193 directories and partition tables. | |
194 | |
195 2003-04-04 Steven Tamm <steventamm@mac.com> | |
196 | |
197 * make-package: Place libexec executables directly under the | |
198 Contents/MacOS/libexec if the application is self-contained | |
199 | |
200 2003-04-01 Kim F. Storm <storm@cua.dk> | |
201 | |
202 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP. | |
203 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP. | |
204 | |
205 2003-03-21 Kim F. Storm <storm@cua.dk> | |
206 | |
207 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and | |
208 files included from it. Add dependency on keymap.h. | |
209 | |
49230
6f94f884d68e
* make-package: Fixed problem where the building without
Steven Tamm <steventamm@mac.com>
parents:
49091
diff
changeset
|
210 2003-01-14 Steven Tamm <steventamm@mac.com> |
6f94f884d68e
* make-package: Fixed problem where the building without
Steven Tamm <steventamm@mac.com>
parents:
49091
diff
changeset
|
211 |
6f94f884d68e
* make-package: Fixed problem where the building without
Steven Tamm <steventamm@mac.com>
parents:
49091
diff
changeset
|
212 * make-package: Fixed problem where the building without |
6f94f884d68e
* make-package: Fixed problem where the building without
Steven Tamm <steventamm@mac.com>
parents:
49091
diff
changeset
|
213 specifying build directory fails. |
6f94f884d68e
* make-package: Fixed problem where the building without
Steven Tamm <steventamm@mac.com>
parents:
49091
diff
changeset
|
214 |
49091
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
215 2003-01-07 Steven Tamm <steventamm@mac.com> |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
216 |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
217 * INSTALL: Added documentation about --enable-carbon-app and |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
218 changed documentation concerning Emacs.app location |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
219 Removed some of the documentation about make-package that isn't |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49230
diff
changeset
|
220 needed |
49091
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
221 Changed comment about requiring root permission to install to |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
222 saying that it might be necessary depending on where you install |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
223 Refered to /usr caveat in more places |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
224 * make-package (make_options): Use new carbon_appdir option to |
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
225 specify directory to install Application and lets the makefile |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49230
diff
changeset
|
226 install |
49091
4d9ad5d4f2d4
* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm <steventamm@mac.com>
parents:
49023
diff
changeset
|
227 |
49005
5c4e830c411b
* make-package: Now copies License and ReadMe files into the
Steven Tamm <steventamm@mac.com>
parents:
48990
diff
changeset
|
228 2003-01-01 Steven Tamm <steventamm@mac.com> |
5c4e830c411b
* make-package: Now copies License and ReadMe files into the
Steven Tamm <steventamm@mac.com>
parents:
48990
diff
changeset
|
229 |
5c4e830c411b
* make-package: Now copies License and ReadMe files into the
Steven Tamm <steventamm@mac.com>
parents:
48990
diff
changeset
|
230 * make-package: Now copies License and ReadMe files into the |
5c4e830c411b
* make-package: Now copies License and ReadMe files into the
Steven Tamm <steventamm@mac.com>
parents:
48990
diff
changeset
|
231 Resources directory. Reduces overhead size when creating |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
232 installer disk image. |
49005
5c4e830c411b
* make-package: Now copies License and ReadMe files into the
Steven Tamm <steventamm@mac.com>
parents:
48990
diff
changeset
|
233 |
48990
dfea5194194f
* make-package: Defaults to building the source tree in a
Steven Tamm <steventamm@mac.com>
parents:
48979
diff
changeset
|
234 2002-12-29 Steven Tamm <steventamm@mac.com> |
dfea5194194f
* make-package: Defaults to building the source tree in a
Steven Tamm <steventamm@mac.com>
parents:
48979
diff
changeset
|
235 |
dfea5194194f
* make-package: Defaults to building the source tree in a
Steven Tamm <steventamm@mac.com>
parents:
48979
diff
changeset
|
236 * make-package: Defaults to building the source tree in a |
dfea5194194f
* make-package: Defaults to building the source tree in a
Steven Tamm <steventamm@mac.com>
parents:
48979
diff
changeset
|
237 separate directory. Use the new option --build-in-place to |
dfea5194194f
* make-package: Defaults to building the source tree in a
Steven Tamm <steventamm@mac.com>
parents:
48979
diff
changeset
|
238 have old behavior. Added new option --build-dir to specify the |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
239 build directory. |
48990
dfea5194194f
* make-package: Defaults to building the source tree in a
Steven Tamm <steventamm@mac.com>
parents:
48979
diff
changeset
|
240 |
48979
81b2338bea6e
* make-package: Fix typo where tmpparent was used instead of
Steven Tamm <steventamm@mac.com>
parents:
48790
diff
changeset
|
241 2002-12-27 Steven Tamm <steventamm@mac.com> |
81b2338bea6e
* make-package: Fix typo where tmpparent was used instead of
Steven Tamm <steventamm@mac.com>
parents:
48790
diff
changeset
|
242 |
81b2338bea6e
* make-package: Fix typo where tmpparent was used instead of
Steven Tamm <steventamm@mac.com>
parents:
48790
diff
changeset
|
243 * make-package: Fix typo where tmpparent was used instead of |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
244 tempparent for calculating installedSize and compressedSize. |
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
245 |
48790
d647bfab4d8a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
48750
diff
changeset
|
246 2002-12-10 Andreas Schwab <schwab@suse.de> |
d647bfab4d8a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
48750
diff
changeset
|
247 |
d647bfab4d8a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
48750
diff
changeset
|
248 * make-package: Fix syntax for find. |
d647bfab4d8a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
48750
diff
changeset
|
249 |
48750
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
250 2002-12-08 Steven Tamm <steventamm@mac.com> |
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
251 |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
252 * INSTALL: Added description about make-package. |
48750
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
253 |
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
254 * make-package: Fixed --self-contained option to place the |
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
255 directories in the correct locations for |
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
256 init_mac_osx_environment and use hardlink by default for the |
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
257 application. Script fails with invalid option. |
c554816151b2
INSTALL: Describe make-package
Steven Tamm <steventamm@mac.com>
parents:
48626
diff
changeset
|
258 |
48626
bdbf27c68b39
2002-12-02 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
48616
diff
changeset
|
259 2002-12-02 Andrew Choi <akochoi@shaw.ca> |
bdbf27c68b39
2002-12-02 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
48616
diff
changeset
|
260 |
bdbf27c68b39
2002-12-02 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
48616
diff
changeset
|
261 * make-bin-dist, osx-install: Remove. |
bdbf27c68b39
2002-12-02 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
48616
diff
changeset
|
262 |
bdbf27c68b39
2002-12-02 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
48616
diff
changeset
|
263 * INSTALL: Remove description of make-bin-dist and osx-install. |
bdbf27c68b39
2002-12-02 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
48616
diff
changeset
|
264 |
48616
d78591287910
Switched copying of .el files to be on by default.
Steven Tamm <steventamm@mac.com>
parents:
48604
diff
changeset
|
265 2002-12-02 Steven Tamm <steventamm@mac.com> |
d78591287910
Switched copying of .el files to be on by default.
Steven Tamm <steventamm@mac.com>
parents:
48604
diff
changeset
|
266 |
d78591287910
Switched copying of .el files to be on by default.
Steven Tamm <steventamm@mac.com>
parents:
48604
diff
changeset
|
267 * make-package (installprefix): Switched copying of .el files |
d78591287910
Switched copying of .el files to be on by default.
Steven Tamm <steventamm@mac.com>
parents:
48604
diff
changeset
|
268 to be on by default. Removed symlink for emacs -> emacs-version. |
d78591287910
Switched copying of .el files to be on by default.
Steven Tamm <steventamm@mac.com>
parents:
48604
diff
changeset
|
269 |
48604
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
270 2002-11-30 Steven Tamm <steventamm@mac.com> |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
271 |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
272 * make-package: Now compresses .pax file instead of entire disk |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
273 image to reduce installer size on disk. Also added code to |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
274 create compressed disk image in the future. |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
275 |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
276 No longer copies .el files that have been compiled by default. |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
277 Use --full-dist option to include them. |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
278 |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
279 Option --symlink added to reduce disk size by making |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
280 /usr/bin/emacs and the Emacs binary inside the Emacs.app to become |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
281 symlinks to the emacs-[version] binary. |
48604
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
282 |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
283 Option --self-contained added to place files shared files |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
284 inside the Emacs.app executable (for portability between systems) |
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
285 |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
286 Added hidden debugging option --keep-dir to keep temporary install |
48604
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
287 directory (emacs-[version]) around after running script |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
288 |
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
289 * README: Removed comment about mouse-2 & -3 not working (it does). |
48604
8212b823a5d1
*** empty log message ***
Steven Tamm <steventamm@mac.com>
parents:
47877
diff
changeset
|
290 |
47877 | 291 2002-10-14 Andreas Schwab <schwab@suse.de> |
292 | |
293 * make-package: Fix syntax for find. | |
294 | |
47808
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
295 2002-10-08 Steven Tamm <steventamm@mac.com> |
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
296 |
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
297 * make-package: Added ability to pass command line options |
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
298 through to make and configure (-m, & -c,). |
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
299 Added option to not copy Application into installer, the default |
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
300 for X11 builds. Does not copy CVS directories into installer. |
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
301 Clarified some of the usage notes. |
5db3fc34243e
* make-package: Added ability to pass command line options
Steven Tamm <steventamm@mac.com>
parents:
47782
diff
changeset
|
302 |
47782
de56ca3f523d
make-package: Now calls make bootstrap if .elc files are missing
Steven Tamm <steventamm@mac.com>
parents:
47072
diff
changeset
|
303 2002-10-07 Steven Tamm <steventamm@mac.com> |
de56ca3f523d
make-package: Now calls make bootstrap if .elc files are missing
Steven Tamm <steventamm@mac.com>
parents:
47072
diff
changeset
|
304 |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
305 * make-package: Now calls make bootstrap if .elc files are missing. |
47782
de56ca3f523d
make-package: Now calls make bootstrap if .elc files are missing
Steven Tamm <steventamm@mac.com>
parents:
47072
diff
changeset
|
306 |
47072
641218868c7a
2002-08-27 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46917
diff
changeset
|
307 2002-08-27 Andrew Choi <akochoi@shaw.ca> |
641218868c7a
2002-08-27 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46917
diff
changeset
|
308 |
641218868c7a
2002-08-27 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46917
diff
changeset
|
309 * INSTALL: Add information on starting Emacs as a GUI application |
641218868c7a
2002-08-27 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46917
diff
changeset
|
310 from the terminal. |
641218868c7a
2002-08-27 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46917
diff
changeset
|
311 |
46917
7f23d458e897
2002-08-15 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46777
diff
changeset
|
312 2002-08-15 Andrew Choi <akochoi@shaw.ca> |
7f23d458e897
2002-08-15 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46777
diff
changeset
|
313 |
7f23d458e897
2002-08-15 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46777
diff
changeset
|
314 * INSTALL: Add instructions for building Carbon version on Macs |
7f23d458e897
2002-08-15 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46777
diff
changeset
|
315 with X Window installed. |
7f23d458e897
2002-08-15 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46777
diff
changeset
|
316 |
46776 | 317 2002-07-31 Andrew Choi <akochoi@shaw.ca> |
318 | |
46777
19a2158de8ae
2002-07-31 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46776
diff
changeset
|
319 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: |
19a2158de8ae
2002-07-31 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46776
diff
changeset
|
320 change creator code from ???? to EMAx. |
19a2158de8ae
2002-07-31 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46776
diff
changeset
|
321 |
46776 | 322 * INSTALL: Add instructions for building X Window version. |
323 | |
46297
e3a0f935c9c5
2002-07-11 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46183
diff
changeset
|
324 2002-07-11 Andrew Choi <akochoi@shaw.ca> |
e3a0f935c9c5
2002-07-11 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46183
diff
changeset
|
325 |
e3a0f935c9c5
2002-07-11 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46183
diff
changeset
|
326 * make-package: Change -a option to -R for cp command. |
e3a0f935c9c5
2002-07-11 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46183
diff
changeset
|
327 |
46183
24320eec547a
2002-07-05 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46177
diff
changeset
|
328 2002-07-05 Andrew Choi <akochoi@shaw.ca> |
24320eec547a
2002-07-05 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46177
diff
changeset
|
329 |
24320eec547a
2002-07-05 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46177
diff
changeset
|
330 * make-package: Add ability to handle options --help, --prefix, |
24320eec547a
2002-07-05 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46177
diff
changeset
|
331 --no-conf, and --with-x. |
24320eec547a
2002-07-05 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46177
diff
changeset
|
332 |
46177
76bedba7ffd6
2002-07-04 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46121
diff
changeset
|
333 2002-07-04 Andrew Choi <akochoi@shaw.ca> |
76bedba7ffd6
2002-07-04 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46121
diff
changeset
|
334 |
76bedba7ffd6
2002-07-04 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46121
diff
changeset
|
335 * make-package: New file. |
76bedba7ffd6
2002-07-04 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46121
diff
changeset
|
336 |
46121 | 337 2002-07-01 Andrew Choi <akochoi@shaw.ca> |
338 | |
339 * Emacs.app/Contents/Resources/Emacs.icns: New file. | |
340 | |
341 * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and | |
342 CFBundleIconFile entries. | |
343 | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
344 2002-04-13 Andrew Choi <akochoi@shaw.ca> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
345 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
346 * Emacs.app/Contents/Info.plist: New file. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
347 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
348 * Emacs.app/Contents/PkgInfo: New file. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
349 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
350 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
351 New file. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
352 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
353 * cw5-mcp.xml: Remove file. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
354 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
355 * inc/defs-cw5.h: Remove file. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
356 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
357 * cw6-mcp.xml: Update with new version. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
358 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
359 * mac/inc/defs-cw6.h: New constant MAC_OS8. Remove definition |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
360 of constant CODEWARRIOR_VERSION_6. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
361 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
362 * mac/src/mac.c: |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
363 * mac/src/macmenu.c: |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
364 * mac/src/macterm.c: |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
365 Test constant __MSL__ instead of CODEWARRIOR_VERSION_6. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
366 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
367 * src/Carbon.r: New File. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
368 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
369 * makefile.MPW: Define MAC_OS and MAC_OS8. Update with change of |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
370 locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
371 macterm.h. Generate DOC from .el instead of .elc versions of |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
372 files listed in DONTCOMPILE in lisp/Makefile.in. |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
373 |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
374 * INSTALL: Add installation instructions for Mac OS X. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
375 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
376 * README: Add information for Mac OS X. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
377 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
378 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c, |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
379 src/macterm.c, inc/macterm.h: Remove from here and move to src. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
380 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
381 2002-04-12 Andrew Choi <akochoi@shaw.ca> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
382 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
383 * src/mac.c (select): Under Carbon, always return true so |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
384 XTread_socket is called to poll input. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
385 (run_mac_command): Not implemented under Carbon. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
386 (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
387 establish pathname. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
388 (do_applescript): Use Carbon routines AEGetDescDatASize and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
389 AEGetDescData. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
390 (Fmac_paste_function): Use Carbon routines GetCurrentScrap, |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
391 GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
392 (Fmac_cut_function): Use Carbon routines ClearCurrentScrap, |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
393 GetCurrentScrap, and PutScrapFlavor. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
394 (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
395 GetScrapFlavorFlags. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
396 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
397 * src/macfns.c: Synchronize with changes in w32fns.c. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
398 [MAC_OSX]: Include Carbon headers. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
399 (x_real_positions): Use Carbon routine GetWindowPortBounds. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
400 (x_set_scroll_bar_width): Set width of scroll bar to 16. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
401 (x_make_gc): Remove static qualifier. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
402 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
403 * src/macmenu.c: Synchronize with changes in w32menu.c. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
404 [MAC_OSX]: Include Carbon headers. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
405 (set_frame_menubar): Check equality of vector representation of |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
406 scroll bars using Fequal instead of EQ. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
407 (mac_menu_show): Use Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
408 (mac_dialog): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
409 (add_menu_item): Use Carbon routines CountMenuItems, |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
410 EnableMenuItem, and DisableMenuItem. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
411 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
412 * src/macterm.c: Synchronize with changes in w32term.c. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
413 [MAC_OSX]: Include Carbon headers. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
414 (XDrawLine): Use Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
415 (XClearArea): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
416 (XClearWindow): Use Carbon routines GetWindowPort and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
417 GetWindowPortBounds. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
418 (mac_draw_bitmap): Use Carbon routines GetWindowPort and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
419 GetPortPixMap. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
420 (mac_set_clip_rectangle): Use Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
421 (mac_reset_clipping): Use Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
422 (XFillRectangle): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
423 (mac_draw_rectangle): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
424 (mac_draw_rectangle_to_pixmap): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
425 (mac_draw_string_common): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
426 (mac_copy_area): Use Carbon routines GetWindowPort and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
427 GetPortPixMap. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
428 (mac_scroll_area): Use Carbon routines GetWindowPort and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
429 GetQDGlobalsScreenBits. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
430 (x_flush): Call Carbon routine QDFlushPortBuffer. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
431 (x_update_end): Use Carbon routine GetWindowPort; call x_flush. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
432 (x_draw_fringe_bitmap): Call mac_reset_clipping before returning. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
433 (x_draw_image_glyph_string): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
434 (x_draw_stretch_glyph_string): Likewise. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
435 (construct_mouse_click): Call Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
436 (note_mouse_movement): Call Carbon routine GetWindowPortBounds. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
437 (XTmouse_position): Call Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
438 (x_scroll_bar_create): Create scroll bar with proc |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
439 kControlScrollBarProc. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
440 (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
441 (activate_scroll_bar): Call ActivateControl instead of |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
442 SetControlMaximum. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
443 (deactivate_scroll_bar): Call DeactivateControl instead of |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
444 SetControlMaximum. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
445 (x_scroll_bar_handle_click): Use default case for scroll |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
446 indicator. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
447 (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
448 (x_calc_absolute_position): Call Carbon routines GetWindowPort and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
449 GetWindowPortBounds. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
450 (init_font_name_table): Call Carbon Font Manager routines to |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
451 iterate through all fonts. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
452 (XLoadQueryFont): Call Carbon routines GetPortTextFont, |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
453 GetPortTextSize, and GetPortTextFace. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
454 (do_init_managers): Do not initialize Mac Toolbox under Carbon. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
455 (is_emacs_window): New function to filter out non-Emacs windows |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
456 passed back by WaitNextEvent. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
457 (do_mouse_moved): Call Carbon routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
458 (do_apple_menu): No apple menu handler under Carbon. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
459 (do_zoom_window): Call Carbon routines GetWindowPort, |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
460 GetQDGlobalsScreenBits, SetWindowStandardState, and |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
461 GetWindowPortBounds. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
462 (init_required_apple_events): Use UPP procedure type converter. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
463 (main): Don't define for Carbon version. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
464 (XTread_socket): Don't check interrupt_input_blocked. Don't call |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
465 check_alarm. Call Carbon routines GetWindowPort, |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
466 GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
467 (NewMacWindow): Set making_terminal_window to 0. Call Carbon |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
468 routine GetWindowPort. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
469 (mac_initialize): Rename from x_initialize. Use new Doc string |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
470 format. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
471 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
472 * inc/macterm.h: Synchronize with changes in w32term.h. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
473 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
474 * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
475 WindowPtr. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43012
diff
changeset
|
476 |
43012 | 477 2002-01-28 Kim F. Storm <storm@cua.dk> |
478 | |
479 * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if | |
480 cursor row is invisible. This can happen if cursor is on top line | |
481 of a window, and we switch to a buffer with a header line. | |
482 | |
46121 | 483 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
42273 | 484 |
485 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. | |
486 | |
42009 | 487 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> |
488 | |
489 * src/macfns.c (x_report_frame_params): Make the scroll-bar-width | |
490 frame parameter have a numeric value all the time. | |
491 | |
46121 | 492 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
41896 | 493 |
494 * COPYING: New file. | |
495 | |
41835 | 496 2001-12-06 Kim F. Storm <storm@cua.dk> |
497 | |
498 * src/macfns.c (x_report_frame_params): Return actual fringe widths. | |
499 | |
41729
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
500 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
|
501 |
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
502 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
|
503 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
|
504 both fringes. See ../src/ChangeLog for details. |
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
505 |
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
506 * inc/macterm.h: Merged changes from xterm.h. |
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
507 * src/macterm.c: Merged changes from xterm.c. |
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
508 * src/macfns.c: Merged changes from xfns.c. |
6abdfe13c312
Merged fringe width related changes.
Kim F. Storm <storm@cua.dk>
parents:
41238
diff
changeset
|
509 |
46121 | 510 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
41166 | 511 |
41238 | 512 * src/macterm.c (waiting_for_input): Remove unnecessary declaration. |
41166 | 513 |
41135 | 514 2001-11-16 Kim F. Storm <storm@cua.dk> |
515 | |
516 The following changes are made to clean up the various internal | |
517 references to the fringes to actually use the term `fringe'. | |
518 | |
519 * src/macfns.c: Use renamed symbols. | |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
520 |
41135 | 521 * src/macterm.c: Comment fixes. Use renamed symbols. |
522 (fringe_bitmap_type): Renamed from bitmap_type. | |
523 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. | |
524 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap. | |
525 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps. | |
526 | |
527 * inc/macterm.h: Comment fixes. Use renamed symbols. | |
528 (fringes_extra): Renamed from flags_areas_extra. | |
529 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH. | |
530 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT. | |
531 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS. | |
532 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. | |
533 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. | |
534 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH. | |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
535 |
40111 | 536 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
537 | |
40152 | 538 * (Version 21.1 released.) |
40111 | 539 |
39812
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
540 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> |
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
541 |
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
542 * 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
|
543 * 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
|
544 |
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
545 2001-10-08 Stefan Monnier <monnier@cs.yale.edu> |
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
546 |
39701
28f0aac9eea9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39700
diff
changeset
|
547 * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt. |
28f0aac9eea9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39700
diff
changeset
|
548 |
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
549 * src/macterm.c: Include keymap.h. |
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
550 (note_mode_line_highlight): Use KEYMAPP. |
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
551 |
39742 | 552 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
553 | |
554 * Branch for 21.1. | |
39812
66e0816837a8
Update calls to openp.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39742
diff
changeset
|
555 |
39102
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
556 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
|
557 |
39106
dc9d8a2e8650
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39105
diff
changeset
|
558 * 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
|
559 |
39104
6addcec799eb
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39103
diff
changeset
|
560 * 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
|
561 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
|
562 (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
|
563 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
|
564 (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
|
565 encoding. |
e4461ba10180
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39106
diff
changeset
|
566 (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
|
567 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
|
568 (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
|
569 code if its encoding is jisx0201.1976-0. |
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
570 |
39103
a53eba1d3542
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39102
diff
changeset
|
571 * 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
|
572 .el files. |
a53eba1d3542
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39102
diff
changeset
|
573 |
39102
9647ef27680a
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38931
diff
changeset
|
574 * 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
|
575 (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
|
576 files. |
39105
c56375806351
2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
39104
diff
changeset
|
577 (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
|
578 elapsed instead of use WaitNextEvent call as a delay. |
39700
9d50c1710b8f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39627
diff
changeset
|
579 |
38931
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
580 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
|
581 |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
582 * 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
|
583 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
|
584 Japanese font. |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
585 (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
|
586 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
|
587 those created above. |
dc047d3af2cd
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38893
diff
changeset
|
588 |
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
589 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
|
590 |
38887
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
591 * 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
|
592 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
|
593 |
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
594 * 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
|
595 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
|
596 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
|
597 respectively, before calling CopyBits. |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
598 |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
599 * 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
|
600 |
38893
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
601 * 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
|
602 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
|
603 (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
|
604 (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
|
605 (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
|
606 |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
607 * 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
|
608 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
|
609 |
38565
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
610 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
|
611 |
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
612 * 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
|
613 |
46121 | 614 2001-07-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
38508 | 615 |
616 * src/macterm.c (xim_open_dpy): Fix typo. | |
617 | |
38188
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
618 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
|
619 |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
620 * 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
|
621 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
|
622 |
37740 | 623 2001-05-15 Gerd Moellmann <gerd@gnu.org> |
624 | |
625 * src/macterm.c (clear_mouse_face): Check for nil tip_frame. | |
626 | |
37738
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
627 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
|
628 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
629 * src/Emacs.r: Change About box message. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
630 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
631 * 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
|
632 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
633 * 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
|
634 (pause): Ditto. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
635 (sleep): Ditto. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
636 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
637 * 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
|
638 (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
|
639 pointer. |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
640 |
37738
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
641 * 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
|
642 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
|
643 |
36417
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
644 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
|
645 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
646 * 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
|
647 similar to *hourglass*. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
648 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
|
649 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
|
650 (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
|
651 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
|
652 (Qcancel_timer): New variable. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
653 (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
|
654 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
|
655 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
|
656 xfns.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
657 (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
|
658 (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
|
659 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
660 * 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
|
661 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
|
662 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
|
663 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
664 * 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
|
665 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
|
666 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
667 * 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
|
668 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
669 * 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
|
670 256 MB RAM. |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
671 |
36234 | 672 2001-02-20 Andrew Choi <akochoi@i-cable.com> |
673 | |
674 * mac/INSTALL: | |
675 * mac/README: | |
676 * mac/cw5-mcp.xml: | |
677 * mac/cw6-mcp.xml: | |
678 * mac/inc/alloca.h: | |
679 * mac/inc/defs-cw5.h: | |
680 * mac/inc/defs-cw6.h: Added copyright notice. | |
681 | |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
682 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
|
683 |
35664
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
684 * 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
|
685 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
|
686 |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
687 * 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
|
688 garbage collection. |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
689 |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
690 * 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
|
691 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
692 * 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
|
693 image margins. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
694 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
695 * 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
|
696 (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
|
697 (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
|
698 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
699 * 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
|
700 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
|
701 from ksc5601 to ksc5601.1989. |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
702 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
703 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
|
704 |
34466
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
705 * 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
|
706 |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
707 * 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
|
708 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
709 * 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
|
710 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
|
711 |
33886
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
712 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
|
713 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
714 * 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
|
715 (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
|
716 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
|
717 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
718 * 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
|
719 ~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
|
720 |
32869
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
721 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
|
722 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
723 * 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
|
724 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
725 * 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
|
726 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
727 * 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
|
728 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
729 * 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
|
730 |
32870 | 731 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
|
732 |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
733 * 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
|
734 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
|
735 |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
736 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
|
737 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
738 * INSTALL: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
739 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
740 * README: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
741 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
742 * TODO: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
743 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
744 * 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
|
745 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
746 * 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
|
747 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
748 * makefile.MPW: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
749 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
750 * inc/alloca.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
751 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
752 * 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
|
753 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
754 * 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
|
755 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
756 * inc/config.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
757 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
758 * inc/dirent.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
759 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
760 * inc/epaths.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
761 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
762 * 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
|
763 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
764 * inc/macgui.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
765 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
766 * inc/macterm.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
767 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
768 * inc/pwd.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
769 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
770 * 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
|
771 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
772 * inc/termio.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
773 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
774 * inc/utime.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
775 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
776 * inc/utsname.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
777 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
778 * 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
|
779 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
780 * 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
|
781 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
782 * 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
|
783 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
784 * 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
|
785 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
786 * 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
|
787 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
788 * 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
|
789 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
790 * src/Emacs.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
791 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
792 * src/EmacsMPW.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
793 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
794 * src/chdir.c: New file. |
49023
7b5daf445fbb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49005
diff
changeset
|
795 |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
796 * src/mac.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
797 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
798 * src/macfns.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
799 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
800 * src/macmenu.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
801 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
802 * src/macterm.c: New file. |
39627 | 803 |
42281 | 804 ;; Local Variables: |
805 ;; coding: iso-2022-7bit-unix | |
806 ;; End: | |
807 | |
88155 | 808 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
39627 | 809 Copying and distribution of this file, with or without modification, |
810 are permitted provided the copyright notice and this notice are preserved. | |
88155 | 811 |
812 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf |