Mercurial > hg > xemacs-beta
annotate nt/ChangeLog @ 4708:1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
routines. Delete internal GIF support code with no stated license. Fix up
a number of references in the documentation to GIF support. See discussion
on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 05 Oct 2009 10:11:59 -0600 |
parents | 5c427ece884b |
children | 985886265686 |
rev | line source |
---|---|
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
1 2009-10-05 Jerry James <james@xemacs.org> |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
2 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
3 * config.inc.samp: Add GIF_DIR for external GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
4 * xemacs.mak: Convert from internal to external GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
5 * xemacs.dsp: Drop internal GIF source files. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
6 * README: Remove remark about internal GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
7 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
8 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
9 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
10 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
11 |
4603
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
12 2009-02-06 Vin Shelton <acs@xemacs.org> |
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
13 |
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
14 * xemacs.mak: Add support for Visual Studio 2005 manifests. |
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
15 |
4458
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
16 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
17 |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
18 * xemacs.mak (PROGRAM_DEFINES): |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
19 Provide SHEBANG_PROGNAME on Win32 too. |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
20 |
4419
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
21 2008-01-25 Michael Sperber <mike@xemacs.org> |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
22 |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
23 * xemacs.mak (version.sh): Generate version.sh via Mercurial. |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
24 |
4413
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
25 2008-01-24 Mike Sperber <mike@xemacs.org> |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
26 |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
27 * config.inc.samp: Fix URL for optional libraries. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
28 * xemacs.mak (PATH_PREFIX): Set PATH_PREFIX to the value of INSTALL_DIR. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
29 * xemacs.mak (PATH_DEFINES): Fix setting of PATH_DEFINES. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
30 * xemacs.mak (DEBUG_FLAG_COMPILE_DEBUG): Comment out -RTC1: it |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
31 even crashes with VC 8. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
32 * xemacs.mak: Comment out echo line that leads to |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
33 command-line-too-long error on some Windowses. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
34 |
4405
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
35 2008-01-18 Vin Shelton <acs@xemacs.org> |
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
36 |
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
37 * xemacs.mak: Use debug version of Intel's libm, if appropriate. |
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
38 |
4403
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
39 2008-01-17 Vin Shelton <acs@xemacs.org> |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
40 |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
41 * config.inc.samp: Added USE_INTEL_COMPILER to support the Intel |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
42 compiler. |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
43 * xemacs.mak: Use USE_INTEL_COMPILER. |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
44 |
4225 | 45 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
46 | |
47 * xemacs.mak (INFO_FILES): Sync nt/xemacs.mak and man/Makefile | |
48 (adding beta.info). | |
49 * xemacs.mak (LISPREF_SRCS): Ditto. Adding packages.texi. | |
50 | |
3975 | 51 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
52 | |
53 * XEmacs 21.5.28 "fuki" is released. | |
54 | |
3741 | 55 2006-12-11 Vin Shelton <acs@xemacs.org> |
56 | |
57 * config.inc.samp: Added BUILD_FOR_SETUP_KIT. | |
58 * xemacs.mak: Use BUILD_FOR_SETUP_KIT to define | |
59 OK_TO_USE_MSVCRTD. | |
60 | |
3402 | 61 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
62 | |
63 * XEmacs 21.5.27 "fiddleheads" is released. | |
64 | |
3363 | 65 2006-04-26 Adrian Aichner <adrian@xemacs.org> |
66 | |
67 * xemacs.dsw: Updated by MS VS 6.0. | |
68 * xemacs.dsp: Convert to DOS format, as suggested by | |
69 Robinows@aol.com. | |
70 | |
3323 | 71 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
72 | |
73 * XEmacs 21.5.26 "endive" is released. | |
74 | |
3281 | 75 2006-02-27 Vin Shelton <acs@xemacs.org> |
76 | |
77 * config.inc.samp: Comment out PACKAGE_PREFIX. | |
78 * xemacs.mak: Convert PACKAGE_PREFIX input from config.inc to | |
79 PATH_LATE_PACKAGE_DIRECTORIES. Do not use PACKAGE_PATH. | |
80 | |
3263 | 81 2006-02-22 Marcus Crestani <crestani@xemacs.org> |
82 | |
83 * xemacs.mak: Remove mc-alloc, replace with newgc, adjust output. | |
84 * config.inc.samp: Remove MC_ALLOC option. | |
85 | |
3259 | 86 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
87 | |
88 * XEmacs 21.5.25 "eggplant" is released. | |
89 | |
3150 | 90 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
91 | |
92 * XEmacs 21.5.24 "dandelion" is released. | |
93 | |
3092 | 94 2005-11-21 Marcus Crestani <crestani@xemacs.org> |
95 | |
96 Incremental Garbage Collector | |
97 | |
98 * config.inc.samp: Add NEW_GC option. | |
99 * xemacs.dsp: Add files gc.c, gc.h, vdb.c, vdb.h, and vdb-win32.c. | |
100 * xemacs.mak: Add NEW_GC option; if NEW_GC, turn on KKCC and | |
101 MC_ALLOC. | |
102 | |
3054 | 103 2005-11-08 Marcus Crestani <crestani@xemacs.org> |
104 | |
105 * xemacs.mak: | |
106 * xemacs.mak ($(OUTDIR)): | |
107 * xemacs.mak (all): Fix build output directory structure. | |
108 | |
3034 | 109 2005-10-28 Ben Wing <ben@xemacs.org> |
110 | |
111 * xemacs.mak (HAVE_BIGNUM): | |
112 Set default values for BUILD_BIGNUM_MINGW_SHARED, | |
113 BUILD_BIGNUM_NATIVE_SHARED to 0 to avoid make problems. | |
114 * xemacs.mak (OPT_INCLUDES): | |
115 Don't look in gmp-dynamic, gmp-static; the include file doesn't vary. | |
116 | |
3031 | 117 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
118 | |
119 * XEmacs 21.5.23 "daikon" is released. | |
120 | |
2951 | 121 2005-09-26 Ben Wing <ben@xemacs.org> |
122 | |
123 * README: | |
124 Major rewrite. Document how to compile various optional libs. | |
125 | |
126 * config.inc.samp: | |
127 Update to recent versions of optional libs. Add support for | |
128 gmp, db, postgresql, ldap. Turn on optimization when not debug. | |
129 | |
130 * minitar.c: | |
131 Include config.h. | |
132 | |
133 * xemacs.mak: | |
134 * xemacs.mak (HAVE_WIDGETS): | |
135 * xemacs.mak (OPT_DEFINES): | |
136 * xemacs.mak (OPT_OBJS): | |
137 * xemacs.mak (BROWSERFLAGS): | |
138 * xemacs.mak (INCLUDES): | |
139 * xemacs.mak (DEFINES): | |
140 * xemacs.mak (TEMACS_COMMON_OBJS): | |
141 * xemacs.mak (TEMACS_OBJS): | |
142 * xemacs.mak ($(OUTDIR)\postgresql.obj): | |
143 * xemacs.mak ($(BLDLIB_SRC)/minitar.exe): | |
144 * xemacs.mak ( NOTE): | |
145 * xemacs.mak (TEMACS_LIBS): | |
146 * xemacs.mak ($(RAW_EXE)): | |
147 * xemacs.mak (mostlyclean): | |
148 * xemacs.mak (versionclean): | |
149 Figure out VC++ version and use it to set debug and browser flags | |
150 appropriately. | |
151 Add support for building gmp, db, postgresql, ldap. | |
152 Rewrite handling of optional stuff so it is all added to single | |
153 variables OPT_* rather than to various FOO_* variables. | |
154 Pass -I$(SRC) to minitar.c so it compiles. | |
155 Pass module sources, not objects, to make-docfile. | |
156 Delete more stuff in `make clean'. | |
157 | |
2948 | 158 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
159 | |
160 * xemacs.mak: Fix variable initialization order. | |
161 | |
2931 | 162 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
163 | |
164 * XEmacs 21.5.22 "cucumber" is released. | |
165 | |
2791 | 166 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
167 | |
168 * XEmacs 21.5.21 "corn" is released. | |
169 | |
2790 | 170 2005-05-19 Marcus Crestani <crestani@xemacs.org> |
171 | |
172 * config.inc.samp (USE_KKCC): Enable by default. | |
173 * config.inc.samp (MC_ALLOC): Enable by default. | |
174 | |
2720 | 175 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
176 | |
177 The new allocator. | |
178 | |
179 New configure flag: `MC_ALLOC': | |
180 | |
181 * config.inc.samp: Add new flag `MC_ALLOC'. | |
182 * xemacs.mak: Add flag and configuration output for `MC_ALLOC'. | |
183 | |
184 New files: | |
185 | |
186 * xemacs.dsp: Add source files mc-alloc.c and mc-alloc.h. | |
187 * xemacs.mak: Add new object file mc-alloc.obj to dependencies. | |
188 | |
2653 | 189 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
190 | |
191 * XEmacs 21.5.20 "cilantro" is released. | |
192 | |
2605 | 193 2005-02-22 Adrian Aichner <adrian@xemacs.org> |
194 | |
195 * xemacs.mak (install): Don't copy BUGS, which has been removed. | |
196 | |
2594 | 197 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
198 | |
199 * XEmacs 21.5.19 "chives" is released. | |
200 | |
2561 | 201 2005-02-03 Ben Wing <ben@xemacs.org> |
202 | |
203 * config.inc.samp (COMPFACE_DIR): | |
204 Change version to 1.5.1 in accordance with FTP site. | |
205 | |
2537 | 206 2005-01-31 Ben Wing <ben@xemacs.org> |
207 | |
208 * xemacs.mak (install): | |
209 Also copy BUGS, README, COPYING and Installation. | |
210 | |
2524 | 211 2005-01-27 Ben Wing <ben@xemacs.org> |
212 | |
213 * xemacs.mak ({$(MANDIR)}.texi{$(INFODIR)}.info): | |
214 Use filename only when calling makeinfo, or it chokes on index | |
215 generation. | |
216 | |
217 * xemacs.mak (TEMACS_COMMON_LFLAGS): | |
218 * xemacs.mak ( $(XEMACS_LFLAGS) -section): | |
219 Generate separate .pdb and .map files for temacs/xemacs; may | |
220 make profiling possible. | |
221 | |
2500 | 222 2005-01-24 Ben Wing <ben@xemacs.org> |
223 | |
224 * config.inc.samp: | |
225 * config.inc.samp (PNG_DIR): | |
226 Declare OPTIONAL_LIBRARY_DIR as root of library directories. | |
227 Redo all graphics library defaults to mirror the versions and | |
228 directories in the current binary aux distribution on xemacs | |
229 web site. Enable TIFF and COMPFACE by default since you can | |
230 now compile with them and binary libs are provided. | |
231 | |
232 * xemacs.mak: | |
233 * xemacs.mak (INCLUDES): | |
234 Put our own directories first in case of conflict (e.g. config.h | |
235 in compface). | |
236 | |
237 * xemacs.mak ($(BLDLIB_SRC)/minitar.exe): | |
238 * xemacs.mak (LIB_SRC_TOOLS): | |
239 Use MSVCRT to avoid link problems. | |
240 | |
2373 | 241 2004-11-07 Ben Wing <ben@xemacs.org> |
242 | |
243 * xemacs.mak (INTERNALS_SRCS): | |
244 index.texi is deleted from internals/. | |
245 | |
2346 | 246 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
247 | |
248 * XEmacs 21.5.18 "chestnut" is released. | |
249 | |
2269 | 250 2004-09-13 Jerry James <james@xemacs.org> |
251 | |
252 * xemacs.dsp: Remove callproc.c as a source file. | |
253 | |
2106 | 254 2004-06-01 Adrian Aichner <adrian@xemacs.org> |
255 | |
256 * xemacs.mak: Don't echo DEL command. Use COPYCMD everywhere. | |
257 Remove /r switch from COPY and COPYDIR, as environment variable | |
258 COPYCMD takes care of this. | |
259 * xemacs.mak (COPYCMD): New. Used to initialize environment | |
260 variable by same name. | |
261 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): Handle | |
262 xemacs_extra_name (CVS date stamp). | |
263 | |
1964 | 264 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
265 | |
266 * XEmacs 21.5.17 "chayote" is released. | |
267 | |
1782 | 268 2003-11-06 Adrian Aichner <adrian@xemacs.org> |
269 | |
270 * minitar.c (Usage): Change return type to void. | |
271 * minitar.c (main): Fix inconsistent indentation, use return | |
272 instead of exit to fix compiler warning. | |
273 | |
1780 | 274 2003-10-27 Jerry James <james@xemacs.org> |
275 | |
276 * README: Update library versions. Delete irrelevant text. | |
277 * config.inc.samp: Ditto. | |
278 | |
1754 | 279 2003-10-15 Jerry James <james@xemacs.org> |
280 | |
281 * xemacs.mak (TEMACS_OBJS): Add emodules.obj, which always has | |
282 content now. | |
283 | |
1716 | 284 2003-09-26 Steve Youngs <youngs@xemacs.org> |
285 | |
286 * XEmacs 21.5.16 "celeriac" is released. | |
287 | |
1680 | 288 2003-09-13 Adrian Aichner <adrian@xemacs.org> |
289 | |
290 * xemacs.mak (TEMACS_BATCH_PACKAGES): Removed. | |
291 * xemacs.mak (check-temacs): Reverting to run with -no-packages | |
292 since it would cause package lisp to shadow core lisp (as happened | |
293 with unicode.el). | |
294 | |
1665 | 295 2003-09-03 Steve Youngs <youngs@xemacs.org> |
296 | |
297 * XEmacs 21.5.15 "celery" is released. | |
298 | |
1657 | 299 2003-08-31 Adrian Aichner <adrian@xemacs.org> |
300 | |
301 * xemacs.mak (makeinfo-test): Moved after variable initialization | |
302 to make test actually work. | |
303 * xemacs.mak (TEMACS_BATCH_PACKAGES): New. | |
304 * xemacs.mak (check-temacs): Use TEMACS_BATCH_PACKAGES to enable | |
305 regression tests requiring packages. | |
306 | |
1529 | 307 2003-06-15 Adrian Aichner <adrian@xemacs.org> |
308 | |
309 * minitar.c (main): Handle 0 size files correctly. | |
310 | |
1510 | 311 2003-06-01 Steve Youngs <youngs@xemacs.org> |
312 | |
313 * XEmacs 21.5.14 "cassava" is released. | |
314 | |
1473 | 315 2003-05-10 Steve Youngs <youngs@xemacs.org> |
316 | |
317 * XEmacs 21.5.13 "cauliflower" is released. | |
318 | |
1431 | 319 2003-04-24 Steve Youngs <youngs@xemacs.org> |
320 | |
321 * XEmacs 21.5.12 "carrot" is released. | |
322 | |
1393 | 323 2003-03-30 Adrian Aichner <adrian@xemacs.org> |
324 | |
325 * xemacs.mak (install): PROBLEMS is actually in $(SRCROOT). | |
326 | |
1382 | 327 2003-03-26 Adrian Aichner <adrian@xemacs.org> |
328 | |
329 * xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that | |
330 nt\PROBLEMS is gone (part of ..\PROBLEMS now). | |
331 | |
1370 | 332 2003-03-22 Adrian Aichner <adrian@xemacs.org> |
333 | |
334 * xemacs.mak (installation): Restore version convention in | |
1371 | 335 generated Installation file. |
1370 | 336 |
1347 | 337 2003-03-09 Ben Wing <ben@xemacs.org> |
338 | |
339 * config.inc.samp (COMPFACE_DIR): | |
340 Note that relative directories are a no-no in BUILD_DIR and | |
341 SOURCE_DIR. Use paths relative to $(MAKEROOT) instead. | |
342 | |
1346 | 343 2003-03-06 Ben Wing <ben@xemacs.org> |
344 | |
345 * xemacs.mak (INFO): New. | |
346 * xemacs.mak (PATH_DEFINES): | |
347 Add override for info/ as well when separate source/build dirs. | |
348 | |
349 * xemacs.mak (dump_temacs): | |
350 * xemacs.mak (all): | |
351 * xemacs.mak (TEMACS_DUMP_DEP): | |
352 * xemacs.mak (update-elc): New. | |
353 * xemacs.mak (docfile): | |
354 * xemacs.mak (update-elc-2): | |
355 * xemacs.mak (load-shadows): | |
356 Order sections in main build process and add comments. Add | |
357 additional dependencies to try and prevent later steps from | |
358 happening when failures in earlier steps have occurred. | |
359 | |
1333 | 360 2003-03-01 Ben Wing <ben@xemacs.org> |
361 | |
362 * PROBLEMS: Delete. | |
363 | |
364 * config.inc.samp (USE_FASTCALL): | |
365 * config.inc.samp (HAVE_VC6): Removed. | |
366 * config.inc.samp (DEBUG_XEMACS): | |
367 * config.inc.samp (SUPPORT_EDIT_AND_CONTINUE): New. | |
368 * xemacs.mak (DEBUG_XEMACS): | |
369 * xemacs.mak (HAVE_VC6): Removed. | |
370 * xemacs.mak (SUPPORT_EDIT_AND_CONTINUE): New. | |
371 * xemacs.mak (CCV): | |
372 * xemacs.mak (LIB_SRC_CFLAGS): New. | |
373 * xemacs.mak (ETAGS_DEPS): | |
374 * xemacs.mak (OS): | |
375 * xemacs.mak (TEMACS_LFLAGS): | |
376 Eliminate HAVE_VC6, use SUPPORT_EDIT_AND_CONTINUE in its place. | |
377 No incremental linking unless SUPPORT_EDIT_AND_CONTINUE, since it | |
378 can cause nasty crashes in pdump. Put warnings about this in | |
379 config.inc.samp. Report the full compile flags used for src | |
380 and lib-src in the Installation output. | |
381 | |
1330 | 382 2003-02-28 Ben Wing <ben@xemacs.org> |
383 | |
384 * README: | |
385 * README (NOTE): Removed. | |
386 * config.inc.samp (HAVE_MS_WINDOWS): | |
387 * config.inc.samp (HAVE_X_WINDOWS): Removed. | |
388 * config.inc.samp (X11_DIR): Removed. | |
389 * config.inc.samp (COMPFACE_DIR): | |
390 * xemacs.mak (XEMACS): Removed. | |
391 * xemacs.mak (LISP): Removed. | |
392 * xemacs.mak (LIB_SRC): Removed. | |
393 * xemacs.mak (MODULES): Removed. | |
394 * xemacs.mak (NT): Removed. | |
395 * xemacs.mak (OUTDIR): Removed. | |
396 * xemacs.mak (SRC): Removed. | |
397 * xemacs.mak (LWLIB_SRCDIR): Removed. | |
398 * xemacs.mak (MAKEDIRSTRING): Removed. | |
399 * xemacs.mak (XEMACSDIRSTRING): Removed. | |
400 * xemacs.mak (MAKEROOT): New. | |
401 * xemacs.mak (COPYDIR): | |
402 * xemacs.mak (INFODOCK_VERSION_STRING): Removed. | |
403 * xemacs.mak (XEMACS_VERSION_STRING): Removed. | |
404 * xemacs.mak (SEPARATE_BUILD): New. | |
405 * xemacs.mak (SRCROOT): New. | |
406 * xemacs.mak (BLDROOT): New. | |
407 * xemacs.mak (PROGRAM_DEFINES): Removed. | |
408 * xemacs.mak (INSTALL_DIR): Removed. | |
409 * xemacs.mak (ETC): New. | |
410 * xemacs.mak (BLDLIB_SRC): New. | |
411 * xemacs.mak (BLDNT): New. | |
412 * xemacs.mak (BLDSRC): New. | |
413 * xemacs.mak (PACKAGE_PREFIX): Removed. | |
414 * xemacs.mak (PACKAGE_PATH): Removed. | |
415 * xemacs.mak (PATH_PACKAGEPATH): Removed. | |
416 * xemacs.mak (HAVE_X_WINDOWS): Removed. | |
417 * xemacs.mak (USE_CRTDLL): | |
418 * xemacs.mak (CONFIG_ERROR): | |
419 * xemacs.mak (OS): Removed. | |
420 * xemacs.mak (EMACS_CONFIGURATION): Removed. | |
421 * xemacs.mak (STACK_TRACE_EYE_CATCHER): Removed. | |
422 * xemacs.mak (CCV): Removed. | |
423 * xemacs.mak (DEBUG_FLAGS_COMPILE): Removed. | |
424 * xemacs.mak (DEBUG_FLAGS_LINK): Removed. | |
425 * xemacs.mak (DEBUG_DEFINES): Removed. | |
426 * xemacs.mak (BROWSERFLAGS): Removed. | |
427 * xemacs.mak (C_LIBFLAG): Removed. | |
428 * xemacs.mak (LIBC_LIB): Removed. | |
429 * xemacs.mak (OPTFLAGS_FASTCALL): Removed. | |
430 * xemacs.mak (OPTFLAGS_CDECL): Removed. | |
431 * xemacs.mak (PATH_PREFIX): New. | |
432 * xemacs.mak (OPTFLAGS): Removed. | |
433 * xemacs.mak (PROFILE_FLAGS): Removed. | |
434 * xemacs.mak (PATH_DEFINES): New. | |
435 * xemacs.mak (MSW_DEFINES): | |
436 * xemacs.mak (TEMACS_MSW_OBJS): New. | |
437 * xemacs.mak (CPLUSPLUS_COMPILE_FLAGS): Removed. | |
438 * xemacs.mak (CFLAGS_NO_OPT): Removed. | |
439 * xemacs.mak (CFLAGS_NO_LIB): Removed. | |
440 * xemacs.mak (CFLAGS): Removed. | |
441 * xemacs.mak (CFLAGS_CDECL_NO_LIB): Removed. | |
442 * xemacs.mak (CFLAGS_CDECL): Removed. | |
443 * xemacs.mak (X_DEFINES): Removed. | |
444 * xemacs.mak (TEMACS_MULE_OBJS): New. | |
445 * xemacs.mak (X_INCLUDES): Removed. | |
446 * xemacs.mak (X_LIBS): Removed. | |
447 * xemacs.mak (TEMACS_DEBUG_OBJS): New. | |
448 * xemacs.mak (TEMACS_DUMP_OBJS): New. | |
449 * xemacs.mak (TEMACS_ALLOC_OBJS): New. | |
450 * xemacs.mak (XEMACS_INCLUDES): Removed. | |
451 * xemacs.mak (LIB_SRC_DEFINES): Removed. | |
452 * xemacs.mak (INCLUDES): | |
453 * xemacs.mak (DEFINES): | |
454 * xemacs.mak (CONFIG_VALUES): Removed. | |
455 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): | |
456 * xemacs.mak (TEMACS_ENTRYPOINT): Removed. | |
457 * xemacs.mak (TEMACS_DIR): Removed. | |
458 * xemacs.mak (TEMACS): Removed. | |
459 * xemacs.mak (TEMACS_BROWSE): Removed. | |
460 * xemacs.mak (TEMACS_SRC): Removed. | |
461 * xemacs.mak (TEMACS_CPP_CDECL_FLAGS): | |
462 * xemacs.mak (TEMACS_LIBS): Removed. | |
463 * xemacs.mak (TEMACS_OBJS): | |
464 * xemacs.mak (TEMACS_LFLAGS): Removed. | |
465 * xemacs.mak (LINK_DEPENDENCY_ARGS): Removed. | |
466 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): Removed. | |
467 * xemacs.mak (ETAGS_DEPS): Removed. | |
468 * xemacs.mak (TEMACS_X_OBJS): Removed. | |
469 * xemacs.mak (LIB_SRC_TOOLS): Removed. | |
470 * xemacs.mak (LASTFILE): Removed. | |
471 * xemacs.mak (LASTFILE_SRC): Removed. | |
472 * xemacs.mak (LASTFILE_FLAGS): Removed. | |
473 * xemacs.mak (LASTFILE_OBJS): Removed. | |
474 * xemacs.mak (LWLIB): Removed. | |
475 * xemacs.mak (LWLIB_FLAGS): Removed. | |
476 * xemacs.mak (LWLIB_OBJS): Removed. | |
477 * xemacs.mak (.SUFFIXES): | |
478 * xemacs.mak (create-list-file): Removed. | |
479 * xemacs.mak (compile-list-file): Removed. | |
480 * xemacs.mak (TEMACS_DUMP_ID_OBJ): Removed. | |
481 * xemacs.mak (PROGNAME): Removed. | |
482 * xemacs.mak (DO_TEMACS): Removed. | |
483 * xemacs.mak (DO_XEMACS): Removed. | |
484 * xemacs.mak (BATCH): Removed. | |
485 * xemacs.mak (BATCH_PACKAGES): Removed. | |
486 * xemacs.mak (TEMACS_BATCH): Removed. | |
487 * xemacs.mak (XEMACS_BATCH): Removed. | |
488 * xemacs.mak (XEMACS_BATCH_PACKAGES): Removed. | |
489 * xemacs.mak (temacs_loadup_args): Removed. | |
490 * xemacs.mak (dump_temacs_args): Removed. | |
491 * xemacs.mak (run_temacs_args): Removed. | |
492 * xemacs.mak (dump_temacs): Removed. | |
493 * xemacs.mak (testdir): Removed. | |
494 * xemacs.mak (batch_test_emacs): Removed. | |
495 * xemacs.mak (check): Removed. | |
496 * xemacs.mak (check-temacs): Removed. | |
497 * xemacs.mak (MANDIR): | |
498 * xemacs.mak (check-features): Removed. | |
499 * xemacs.mak (tagslisp): Removed. | |
500 * xemacs.mak (tags): Removed. | |
501 * xemacs.mak (NEW_USERS_GUIDE_SRCS): | |
502 * xemacs.mak (makeinfo-test): | |
503 * xemacs.mak (installation): New. | |
504 * xemacs.mak (RAW_EXE): New. | |
505 * xemacs.mak (DUMP_TARGET): New. | |
506 * xemacs.mak (all): New. | |
507 * xemacs.mak (TEMACS_DUMP_DEP): New. | |
508 * xemacs.mak (DOC): | |
509 * xemacs.mak (docfile): | |
510 * xemacs.mak (update-elc): | |
511 * xemacs.mak (update-elc-2): | |
512 * xemacs.mak (load-shadows): | |
513 * xemacs.mak (temacs): Removed. | |
514 * xemacs.mak (install): | |
515 * xemacs.mak (versionclean): New. | |
516 * xemacs.mak (distclean): | |
517 * xemacs.mak (realclean): | |
518 * xemacs.mak (extraclean): | |
519 * xemacs.mak (depend): | |
520 * xemacs.mak (unicode-encapsulate): | |
521 -- Major reorganization and cleanup. | |
522 -- Add support for separated build tree and source tree. | |
523 -- Delete all support for X Windows building, since it's | |
524 totally bit-rotten and will never be fixed up. Instruct | |
525 people to use Cygwin if they want such support. | |
526 | |
527 * make-build-dir: | |
528 New script to create a skeleton build tree for use with | |
529 separated build and source tree compilation. | |
530 | |
1318 | 531 2003-02-20 Ben Wing <ben@xemacs.org> |
532 | |
533 * xemacs.dsp (CFG): | |
534 Add /k to default build. | |
535 | |
1315 | 536 2003-02-19 Ben Wing <ben@xemacs.org> |
537 | |
538 * xemacs.mak (DO_TEMACS): New. | |
539 * xemacs.mak (DO_XEMACS): New. | |
540 * xemacs.mak (TEMACS_BATCH): | |
541 * xemacs.mak (temacs_loadup_args): New. | |
542 * xemacs.mak (dump_temacs_args): New. | |
543 * xemacs.mak (run_temacs_args): New. | |
544 * xemacs.mak (dump_temacs): | |
545 * xemacs.mak (blddir): Removed. | |
546 * xemacs.mak (temacs_loadup): Removed. | |
547 * xemacs.mak (run_temacs): Removed. | |
548 * xemacs.mak (check): | |
549 * xemacs.mak (check-temacs): | |
550 * xemacs.mak (check-features): New. | |
551 * xemacs.mak (makeinfo-test): | |
552 * xemacs.mak (LOADPATH): Removed. | |
553 * xemacs.mak (update-elc): | |
554 * xemacs.mak (update-elc-2): | |
555 * xemacs.mak (load-shadows): New. | |
556 * xemacs.mak (all): | |
557 * xemacs.mak (OS): | |
558 Add macros DO_TEMACS, DO_XEMACS, and a few others; this macro | |
559 section is now completely in sync with src/Makefile.in.in. Copy | |
560 check-features, load-shadows, and rebuilding finder-inf.el from | |
561 src/Makefile.in.in. The main build/dump/recompile process is now | |
562 synchronized with src/Makefile.in.in. Change `WARNING' to `NOTE' | |
563 and `error checking' to `error-checking' TO avoid tripping | |
564 faux warnings and errors in the VC++ IDE. | |
565 | |
566 | |
1307 | 567 2003-02-16 Steve Youngs <youngs@xemacs.org> |
568 | |
569 * XEmacs 21.5.11 "cabbage" is released. | |
570 | |
1303 | 571 2003-02-15 Ben Wing <ben@xemacs.org> |
572 | |
573 * xemacs.mak: | |
574 * xemacs.mak (PROGNAME): | |
575 * xemacs.mak (docfile): | |
576 * xemacs.mak (make-docargs): Removed. | |
577 * xemacs.mak (update-elc): | |
578 * xemacs.mak (update-elc-2): New. | |
579 * xemacs.mak (OS): | |
580 Delete old unused code that checks SATISFIED. | |
581 Move update-elc-2 up to be near update-elc. | |
582 Run update-elc-2 with -no-autoloads to avoid multiple | |
583 autoload-loading problem. | |
584 | |
585 Don't compute make-docfile args ourselves. Pass the raw objects | |
586 to make-docfile.el, which does the computation (much faster than | |
587 we could). Don't delete the DOC file, split the invocation into | |
588 two calls to make-docfile.exe (one direct, one through | |
589 make-docfile.el), etc. In general, all we do is call make-docfile. | |
590 Add proper dependencies for DOC-file rebuilding so it doesn't get | |
591 done when not necessary. Implement quick-building here: not | |
592 building the DOC file unless it doesn't exist, as the quick-build | |
593 docs say. | |
594 | |
1261 | 595 2003-02-05 Ben Wing <ben@xemacs.org> |
596 | |
597 * config.inc.samp (GTK_DIR): | |
598 * config.inc.samp (XPM_DIR): | |
599 * config.inc.samp (HAVE_GIF): | |
600 * config.inc.samp (ZLIB_DIR): | |
601 * config.inc.samp (TIFF_DIR): | |
602 * config.inc.samp (JPEG_DIR): | |
603 * config.inc.samp (COMPFACE_DIR): | |
604 * config.inc.samp (USE_PORTABLE_DUMPER): | |
605 * config.inc.samp (USE_KKCC): | |
606 Various fixups. | |
607 | |
1203 | 608 2002-12-16 Ben Wing <ben@xemacs.org> |
609 | |
610 * README (NOTE): | |
611 * config.inc.samp: | |
612 * config.inc.samp (PACKAGE_PREFIX): | |
613 * config.inc.samp (GTK_DIR): | |
614 * config.inc.samp (COMPFACE_DIR): | |
615 * config.inc.samp (USE_FASTCALL): | |
616 * config.inc.samp (HAVE_VC6): New. | |
617 * config.inc.samp (PROFILE_SUPPORT): | |
618 * config.inc.samp (DEBUG_XEMACS): | |
619 * config.inc.samp (USE_PORTABLE_DUMPER): | |
620 * config.inc.samp (USE_KKCC): New. | |
621 * config.inc.samp (USE_UNION_TYPE): New. | |
622 * xemacs.dsp (CFG): | |
623 * xemacs.mak (HAVE_VC6): | |
624 * xemacs.mak (ERROR_CHECK_ALL): New. | |
625 * xemacs.mak (CPLUSPLUS_COMPILE): New. | |
626 * xemacs.mak (USE_KKCC): New. | |
627 * xemacs.mak (USE_UNION_TYPE): New. | |
628 * xemacs.mak (USE_PORTABLE_DUMPER): | |
629 * xemacs.mak (PROFILE_FLAGS): | |
630 * xemacs.mak (CPLUSPLUS_COMPILE_FLAGS): New. | |
631 * xemacs.mak (DUMPER_DEFINES): | |
632 * xemacs.mak (KKCC_DEFINES): New. | |
633 * xemacs.mak (DEFINES): | |
634 * xemacs.mak (LASTFILE_FLAGS): | |
635 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): | |
636 * xemacs.mak (OS): | |
637 | |
638 Support C++ compilation, KKCC compilation. See src/ChangeLog. | |
639 Add stuff about the evilness of USE_UNION_TYPE. | |
640 | |
1187 | 641 2003-01-04 Steve Youngs <youngs@xemacs.org> |
642 | |
643 * XEmacs 21.5.10 "burdock" is released. | |
644 | |
1123 | 645 2002-11-27 Ben Wing <ben@xemacs.org> |
646 | |
647 * .cvsignore: | |
648 Windows shit. | |
649 | |
1052 | 650 2002-10-13 Adrian Aichner <adrian@xemacs.org> |
651 | |
652 * xemacs.mak (OS): Remove obsolete quoting of double-quote in the | |
653 Installation file to avoid unnecessary deviations from the UNIX | |
654 version in `describe-installation' and `build-report'. | |
655 | |
1001 | 656 2002-09-13 Adrian Aichner <adrian@xemacs.org> |
657 | |
658 * xemacs.mak: Suppress confirmation for overwriting files. | |
659 * xemacs.mak (installation): Add support for xemacs_extra_name. | |
660 | |
981 | 661 2002-08-30 Steve Youngs <youngs@xemacs.org> |
662 | |
663 * XEmacs 21.5.9 "brussels sprouts" is released. | |
664 | |
942 | 665 2002-07-31 Adrian Aichner <adrian@xemacs.org> |
666 | |
667 * xemacs.mak (USE_KKCC): New. Default it to 1 to get it noticed. | |
668 Add line to Installation file, when it's enabled. Add period to | |
669 line add to Installation for USE_CRTDLL. | |
670 | |
933 | 671 2002-07-27 Steve Youngs <youngs@xemacs.org> |
672 | |
673 * XEmacs 21.5.8 "broccoli" is released. | |
674 | |
916 | 675 2002-07-08 Stephen J. Turnbull <stephen@xemacs.org> |
676 | |
677 * README: Reference GNU Emacs 21.x. | |
678 | |
900 | 679 2002-07-05 Jonathan Harris <jonathan@xemacs.org> |
680 | |
681 * README: Document Visual Studio .NET setup | |
682 | |
894 | 683 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
684 | |
685 * XEmacs 21.5.7 "broccoflower" is released. | |
686 | |
882 | 687 2002-06-25 Adrian Aichner <adrian@xemacs.org> |
688 | |
689 * xemacs.mak (DEBUG_DEFINES): Initialize to empty for | |
690 DEBUG_XEMACS=0. | |
691 | |
872 | 692 2002-06-20 Ben Wing <ben@xemacs.org> |
693 | |
694 * config.inc.samp (OPTIMIZED_BUILD): | |
695 * config.inc.samp (USE_FASTCALL): New. | |
696 * config.inc.samp (PROFILE_SUPPORT): New. | |
697 * config.inc.samp (DEBUG_XEMACS): | |
698 * config.inc.samp (HAVE_VC6): New. | |
699 * config.inc.samp (USE_PORTABLE_DUMPER): | |
700 Clean up, add args to control fastcall (not yet supported! the | |
701 changes needed are in another ws of mine), profile support, vc6 | |
702 support, union-type. | |
703 | |
704 * xemacs.dsp (CFG): | |
705 * xemacs.mak (HAVE_DIALOGS): | |
706 * xemacs.mak (HAVE_MSW_C_DIRED): Removed. | |
707 * xemacs.mak (USE_FASTCALL): New. | |
708 * xemacs.mak (PROFILE_SUPPORT): New. | |
709 * xemacs.mak (HAVE_VC6): New. | |
710 * xemacs.mak (QUICK_BUILD): | |
711 * xemacs.mak (VERBOSECC): New. | |
712 * xemacs.mak (DEPEND): New. | |
713 * xemacs.mak (CONFIG_ERROR): | |
714 * xemacs.mak (CCV): | |
715 * xemacs.mak (DEBUGFLAGS): Removed. | |
716 * xemacs.mak (OPTFLAGS): Removed. | |
717 * xemacs.mak (DEBUG_FLAGS_COMPILE): New. | |
718 * xemacs.mak (DEBUG_FLAGS_LINK): New. | |
719 * xemacs.mak (DEBUG_DEFINES): New. | |
720 * xemacs.mak (BROWSERFLAGS): New. | |
721 * xemacs.mak (LIBC_LIB): | |
722 * xemacs.mak (OPTFLAGS_FASTCALL): New. | |
723 * xemacs.mak (OPTFLAGS_CDECL): New. | |
724 * xemacs.mak (PROFILE_FLAGS): New. | |
725 * xemacs.mak (CFLAGS_NO_OPT): New. | |
726 * xemacs.mak (CFLAGS_CDECL_NO_LIB): New. | |
727 * xemacs.mak (CFLAGS_CDECL): New. | |
728 * xemacs.mak (MSW_LIBS): | |
729 * xemacs.mak (MSW_DEFINES): Removed. | |
730 * xemacs.mak (MSW_C_DIRED_OBJ): Removed. | |
731 * xemacs.mak (MULE_DEFINES): | |
732 * xemacs.mak (DEBUG_FLAGS): Removed. | |
733 * xemacs.mak (LINK_DEPENDENCY_ARGS): | |
734 * xemacs.mak (ETAGS_DEPS): | |
735 * xemacs.mak (LIB_SRC_TOOLS): | |
736 * xemacs.mak (TEMACS_LFLAGS): | |
737 * xemacs.mak (TEMACS_CPP_FLAGS): Removed. | |
738 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): New. | |
739 * xemacs.mak (TEMACS_CPP_CDECL_FLAGS): New. | |
740 * xemacs.mak (TEMACS_MSW_OBJS): | |
741 * xemacs.mak (TEMACS_OBJS): | |
742 * xemacs.mak (.SUFFIXES): | |
743 * xemacs.mak (create-list-file): New. | |
744 * xemacs.mak (compile-list-file): New. | |
745 * xemacs.mak (TEMACS_DUMP_ID_OBJ): New. | |
746 * xemacs.mak (PROGNAME): | |
747 * xemacs.mak (temacs_loadup): | |
748 * xemacs.mak (check): | |
749 * xemacs.mak (check-temacs): | |
750 * xemacs.mak (make-docargs): | |
751 * xemacs.mak (update-elc): | |
752 * xemacs.mak (install): | |
753 * xemacs.mak (mostlyclean): | |
754 * xemacs.mak (versionclean): | |
755 * xemacs.mak (OS): | |
756 Semi-major overhaul. | |
757 | |
758 Fix bug where dump-id was always getting recomputed, forcing a | |
759 redump even when nothing changed. | |
760 | |
761 Add support for fastcall. Support edit-and-continue (on by | |
762 default) with vc6. Use incremental linking when doing a debug | |
763 compilation. Add support for profiling. | |
764 | |
765 Consolidate the various debug flags. | |
766 | |
767 Partial support for "batch-compiling" -- compiling many files on a | |
768 single invocation of the compiler. Doesn't seem to help that much | |
769 for me, so it's not finished or enabled by default. | |
770 | |
771 Remove HAVE_MSW_C_DIRED, we always do. | |
772 | |
773 Correct some sloppy use of directories. | |
774 | |
863 | 775 2002-03-29 Jonathan Harris <jonathan@xemacs.org> |
776 | |
777 * xemacs.mak: Define STACK_TRACE_EYE_CATCHER. | |
778 | |
853 | 779 2002-05-28 Ben Wing <ben@xemacs.org> |
780 | |
781 * xemacs.mak (CFLAGS_NO_LIB): | |
782 * xemacs.mak (X_DEFINES): | |
783 Add -DSTRICT. | |
784 | |
851 | 785 2002-05-23 Ben Wing <ben@xemacs.org> |
786 | |
787 * xemacs.mak (TEMACS_OBJS): | |
788 Add alloca.o. | |
789 | |
841 | 790 2002-05-14 Ben Wing <ben@xemacs.org> |
791 | |
792 * xemacs.mak (batch_test_emacs): | |
793 * xemacs.mak (check): | |
794 Run tests with the packages so we don't get errors about | |
795 advice not present, etc. | |
796 | |
839 | 797 2002-05-14 Ben Wing <ben@xemacs.org> |
834 | 798 |
839 | 799 * xemacs.mak (CONFIG_VALUES): |
800 * xemacs.mak (LINK_DEPENDENCY_ARGS): New. | |
801 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): New. | |
802 * xemacs.mak (ETAGS_DEPS): | |
803 * xemacs.mak (LIB_SRC_TOOLS): | |
804 Increase the stack of etags to 0x800000 (8 MB), same as for XEmacs | |
805 and enough to prevent regex crashes with complex multiline | |
806 regexps. (More specifically, we reach the built-in failure limit before | |
807 crashing the stack. etags complains, but keeps on processing.) | |
834 | 808 |
827 | 809 2002-05-06 Jonathan Harris <jonathan@xemacs.org> |
810 | |
811 * README: | |
812 Remove references to obsolete MSVC5 and NT 3.51 configurations. | |
813 | |
814 * config.inc.samp (HAVE_TIFF): Update PNG version to 1.0.9. | |
815 | |
816 * xemacs.mak (HAVE_MENUBARS): New | |
817 * xemacs.mak (HAVE_SCROLLBARS): New | |
818 * xemacs.mak (MSW_DEFINES): | |
819 * xemacs.mak (MSW_LIBS): | |
820 * xemacs.mak (TEMACS_MSW_OBJS): | |
821 * xemacs.mak (TEMACS_OBJS): | |
822 Make HAVE_MENUBARS and HAVE_SCROLLBARS optional. | |
823 | |
824 * xemacs.mak (LIB_SRC_TOOLS): | |
825 Generate correctly-named debug program databases for lib-src helpers. | |
826 | |
827 * xemacs-vc50.dsp: Removed. | |
828 * xemacs-vc50.dsw: Removed. | |
829 | |
826 | 830 2002-05-05 Ben Wing <ben@xemacs.org> |
831 | |
832 * xemacs.mak (CFLAGS_NO_LIB): New. | |
833 * xemacs.mak (CFLAGS): | |
834 * xemacs.mak (ETAGS_DEPS): | |
835 * xemacs.mak (LIB_SRC_TOOLS): | |
836 Split up CFLAGS into a version without flags specifying the C | |
837 library. The problem seems to be that minitar depends on zlib, | |
838 which depends specifically on libc.lib, not on any of the other C | |
839 libraries. Unless you compile with libc.lib, you get errors -- | |
840 specifically, no _errno in the other libraries, which must make it | |
841 something other than an int. (#### But this doesn't seem to obtain | |
842 in XEmacs, which also uses zlib, and can be linked with any of the | |
843 C libraries. Maybe zlib is used differently and doesn't need | |
844 errno, or maybe XEmacs provides an int errno; ... I don't | |
845 understand. | |
846 | |
819 | 847 2002-03-26 Vin Shelton <acs@xemacs.org> |
848 | |
849 * xemacs.mak: Added special rule to build winclient.exe. | |
850 | |
817 | 851 2002-04-23 Jonathan Harris <jonathan@xemacs.org> |
852 | |
853 * README: Document build for latest versions of zlib & png | |
854 * xpm.mak: Default to using MSVCRT as the C runtime | |
855 | |
814 | 856 2002-04-14 Ben Wing <ben@xemacs.org> |
857 | |
858 * config.inc.samp (HAVE_MS_WINDOWS): | |
859 * config.inc.samp (X11_DIR): | |
860 * config.inc.samp (ZLIB_DIR): | |
861 * config.inc.samp (MAKEINFO): | |
862 * config.inc.samp (OPTIMIZED_BUILD): New. | |
863 * config.inc.samp (DEPEND): | |
864 * config.inc.samp (USE_MINIMAL_TAGBITS): Removed. | |
865 * config.inc.samp (USE_INDEXED_LRECORD_IMPLEMENTATION): Removed. | |
866 * config.inc.samp (GUNG_HO): Removed. | |
867 * xemacs.mak (USE_MINITAR): | |
868 * xemacs.mak (USE_MINIMAL_TAGBITS): Removed. | |
869 * xemacs.mak (USE_INDEXED_LRECORD_IMPLEMENTATION): Removed. | |
870 * xemacs.mak (GUNG_HO): Removed. | |
871 * xemacs.mak (CONFIG_ERROR): | |
872 * xemacs.mak (DEBUGFLAGS): New. | |
873 * xemacs.mak (OPT): Removed. | |
874 * xemacs.mak (OPTFLAGS): New. | |
875 * xemacs.mak (CFLAGS): | |
876 * xemacs.mak (QUICK_DEFINES): | |
877 * xemacs.mak (TAGBITS_DEFINES): Removed. | |
878 * xemacs.mak (ERROR_CHECK_DEFINES): New. | |
879 * xemacs.mak (LRECORD_DEFINES): Removed. | |
880 * xemacs.mak (DEFINES): | |
881 * xemacs.mak (TEMACS_OBJS): | |
882 * xemacs.mak (OS): | |
883 Separate out debug and optimize flags. | |
884 Remove all vestiges of USE_MINIMAL_TAGBITS, | |
885 USE_INDEXED_LRECORD_IMPLEMENTATION, and GUNG_HO, since those | |
886 ifdefs have long been removed. | |
887 Make error-checking support actually work. | |
888 Some rearrangement of config.inc.samp to make it more logical. | |
889 Remove callproc.c and ntproc.c from xemacs.mak, no longer used. | |
890 | |
891 Make pdump the default. | |
892 | |
812 | 893 2002-04-13 Jonathan Harris <jonathan@xemacs.org> |
894 | |
895 * README: Document MSVC6 required | |
896 * minitar.c: Fix MSVC compiler warnings | |
897 * minitar.mak: Removed | |
898 * xemacs.mak: Build minitar directly from this makefile | |
899 * xemacs.mak (check-temacs): | |
900 * xemacs.mak (make-docargs): | |
901 * xemacs.mak (update-elc): | |
902 Remove obsolete references to EMACSBOOTSTRAPLOADPATH and | |
903 EMACSBOOTSTRAPMODULEPATH environment variables. | |
904 | |
804 | 905 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
906 | |
907 * XEmacs 21.5.6 "bok choi" is released. | |
908 | |
800 | 909 2002-03-31 Ben Wing <ben@xemacs.org> |
910 | |
911 * config.inc.samp (DEBUG_XEMACS): | |
912 * xemacs.mak (DEBUG_XEMACS): | |
913 * xemacs.mak (ERROR_CHECK_ALL): New. | |
914 Separate out and add new variable for controlling error-checking. | |
915 | |
795 | 916 2002-03-29 Jonathan Harris <jonathan@xemacs.org> |
917 | |
918 * make-nt-depend: | |
919 * xemacs.mak (DEPEND): | |
920 * xemacs.mak (PERL_NEEDS_MORE_QUOTING): | |
921 * config.inc.samp (PERL_NEEDS_MORE_QUOTING): | |
922 Moved perl dependency script out into new make-nt-depend file to | |
923 hopefully finally solve never-ending perl quoting problems. | |
924 | |
925 * xemacs.mak (TEMACS): | |
926 * xemacs.mak (make-docargs): | |
927 * .cvsignore: | |
928 Generate intermediate files in obj subdirectory, not in nt dir. | |
929 | |
794 | 930 2002-03-29 Jonathan Harris <jonathan@xemacs.org> |
931 | |
932 * xemacs.mak: Define STACK_TRACE_EYE_CATCHER. | |
933 | |
780 | 934 2002-03-18 Ben Wing <ben@xemacs.org> |
935 | |
936 * config.inc.samp (DEPEND): | |
937 * config.inc.samp (PERL_NEEDS_MORE_QUOTING): | |
938 * xemacs.mak (DEPEND): | |
939 * xemacs.mak (PERL_NEEDS_MORE_QUOTING): | |
940 Deal with never-ending perl quoting problems. | |
941 | |
778 | 942 2002-03-16 Ben Wing <ben@xemacs.org> |
943 | |
944 * .cvsignore: | |
945 Those pesky *.tmp files. | |
946 | |
776 | 947 2002-03-15 Ben Wing <ben@xemacs.org> |
948 | |
949 * xemacs.mak: | |
950 * xemacs.mak (BATCH): | |
951 * xemacs.mak (XEMACS_BATCH_PACKAGES): | |
952 * xemacs.mak (batch_test_emacs): | |
953 * xemacs.mak (MAKEINFO): | |
954 * xemacs.mak (makeinfo-test): | |
955 Use -no-packages to avoid problems with package files shadowing | |
956 core files (e.g. unicode.el in mule-ucs). | |
957 | |
774 | 958 2002-03-12 Ben Wing <ben@xemacs.org> |
959 | |
3322 | 960 * The Great Mule Merge of March 2002: |
961 see node by that name in the Internals Manual. | |
774 | 962 |
768 | 963 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
964 | |
965 * XEmacs 21.5.5 "beets" is released. | |
966 | |
725 | 967 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
968 | |
969 * XEmacs 21.5.4 "bamboo" is released. | |
970 | |
669 | 971 2001-09-28 Adrian Aichner <adrian@xemacs.org> |
972 | |
973 * xemacs.mak (COPY): Use xcopy /r for NT 4.0 compatibility. | |
974 * xemacs.mak (COPYDIR): Ditto | |
975 | |
654 | 976 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
977 | |
978 * XEmacs 21.5.3 "asparagus" is released. | |
979 | |
647 | 980 2001-06-24 Ben Wing <ben@xemacs.org> |
981 | |
982 * config.h: | |
983 Turn sign-compare warnings back on. | |
984 | |
641 | 985 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
986 | |
987 * XEmacs 21.5.2 "artichoke" is released. | |
988 | |
637 | 989 2001-07-26 Stephen J. Turnbull <stephen@xemacs.org> |
990 | |
991 * xemacs.mak (configclean): | |
992 New target. Convenience for multiplatform builds (need to delete | |
993 the native config.h since it's newer than config.h.in). | |
994 (distclean): Use it. | |
995 | |
996 * xemacs.mak (DEL): | |
997 Remove error-suppressing "-" from definition. Use variable in | |
998 shell structured commands. Prefix "-" to existing uses. | |
999 (DELS, DELSQ): | |
1000 Remove definitions, WinME can't hack the switches. | |
1001 (distclean): | |
1002 Clean subdirectories of $(LISP) explicitly. | |
1003 | |
1004 * xemacs.mak: | |
1005 Move HAVE_WIDGET and HAVE_TOOLBAR configuration together. | |
1006 | |
632 | 1007 2001-06-12 Stephen J. Turnbull <stephen@xemacs.org> |
1008 | |
1009 * xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG. | |
1010 (USE_MINITAR): Default to HAVE_ZLIB. | |
1011 (MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS. | |
1012 (mostlyclean, nicenclean, distclean, versionclean): Only one target | |
1013 per invocation of $(DEL); don't use unneeded switches (WinME support). | |
1014 | |
1015 (TEMACS_CPP_FLAGS): Add EMACS_PATCH_LEVEL. | |
1016 | |
584 | 1017 2001-05-28 Nick V. Pakoulin <npak@ispras.ru> |
1018 | |
1019 * xemacs.mak (install): Replace calls to (x)copy commands with | |
1020 COPY and COPYDIR variables. | |
1021 (COPY): New | |
1022 (COPYDIR): New | |
1023 | |
580 | 1024 2001-05-26 Ben Wing <ben@xemacs.org> |
1025 | |
1026 * xemacs.mak (DEPEND): | |
1027 * xemacs.mak (LASTFILE_OBJS): | |
1028 * xemacs.mak (LWLIB_OBJS): | |
1029 * xemacs.mak (TEMACS_OBJS): | |
1030 fix use of targets so that config.h doesn't end up being passed | |
1031 to the C compiler as an input file; that creates warnings. | |
1032 put back config.inc into depend-file targets; removed previously | |
1033 in a wrong attempt to fix this same problem. | |
1034 | |
563 | 1035 2001-05-24 Ben Wing <ben@xemacs.org> |
1036 | |
1037 * xemacs.mak (DOC): | |
1038 * xemacs.mak (TEMACS_OBJS): | |
1039 add glyphs-shared.c. | |
1040 | |
558 | 1041 2001-05-23 Ben Wing <ben@xemacs.org> |
1042 | |
1043 * xemacs.mak (installation): | |
1044 call `ver' to get the exact os version and put it in the | |
1045 installation; suggestion from adrian. | |
1046 | |
551 | 1047 2001-05-21 Martin Buchholz <martin@xemacs.org> |
1048 | |
1049 * xemacs.mak: Remove references to lwlib-config. | |
1050 | |
545 | 1051 2001-05-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com> |
1052 | |
1053 * xemacs.mak: Use link to make .rsrc writable, not editbin. | |
1054 | |
528 | 1055 2001-05-10 Ben Wing <ben@xemacs.org> |
1056 | |
1057 * xemacs.mak (TEMACS_LIBS): | |
1058 need another lib (netapi32.lib) for user-name-all-completions. | |
1059 | |
1060 * xemacs.mak (all): | |
1061 * xemacs.mak (OS): | |
1062 remove autoload-building target. | |
1063 | |
523 | 1064 2001-05-09 Ben Wing <ben@xemacs.org> |
1065 | |
1066 * xemacs.mak (OS): | |
1067 do not warn about gtk when we're not trying to compile with it. | |
1068 | |
522 | 1069 2001-05-09 Martin Buchholz <martin@xemacs.org> |
1070 | |
1071 * XEmacs 21.5.1 "anise" is released. | |
1072 | |
496 | 1073 2001-05-01 Adrian Aichner <adrian@xemacs.org> |
1074 | |
1075 * xemacs.mak: Define EMACS_PATCH_LEVEL like configure.in does. | |
1076 * xemacs.mak (XEMACS_VERSION_STRING): Build this more like | |
1077 configure.in does. | |
1078 * xemacs.mak (docfile): Use del instead of $(DEL) in shell | |
1079 command. | |
1080 | |
495 | 1081 2001-05-01 Ben Wing <ben@xemacs.org> |
1082 | |
1083 * config.inc.samp (MAKEINFO): point at more standard c: not f:. | |
1084 * minitar.c: | |
1085 * minitar.c (Usage): | |
1086 * minitar.c (octal): | |
1087 * minitar.c (makepath): | |
1088 * minitar.c (main): | |
1089 Fix more compiler warnings, clean up the style to conform | |
1090 more to standard XEmacs. | |
1091 | |
494 | 1092 2001-05-01 Ben Wing <ben@xemacs.org> |
1093 | |
1094 * xemacs.mak (DEPEND): | |
1095 Don't add config.inc to the horked depend file. It's not | |
1096 recognized by nmake and just results in warnings. | |
1097 * xemacs.mak (docfile): | |
1098 Don't use $(DEL) in the middle of a shell command, because it | |
1099 will try to call `-del' and fail. | |
1100 | |
488 | 1101 2001-04-27 Adrian Aichner <adrian@xemacs.org> |
1102 | |
1103 * compface.mak (clean): New target. | |
1104 * xemacs.mak: Use $(DEL) everywhere, instead of some occurences of | |
1105 del and @$(DEL). Add GTK supporting variables and document it as | |
1106 currently unsupported on MSWindows. | |
1107 * xemacs.mak (XEMACS_VERSION_STRING): Initialize according to | |
1108 emacs_is_beta. Use emacs_beta_version as patch level for non-beta | |
1109 version. | |
1110 * xemacs.mak (HAVE_GTK): New. | |
1111 * xemacs.mak (GTK_DIR): New. | |
1112 | |
479 | 1113 2001-04-20 Ben Wing <ben@xemacs.org> |
1114 | |
1115 * .cvsignore: Added stuff for Windows. | |
1116 | |
472 | 1117 2001-04-18 Martin Buchholz <martin@xemacs.org> |
1118 | |
1119 * XEmacs 21.5.0 "alfalfa" is released. | |
1120 | |
464 | 1121 2001-03-14 Craig Lanning <CraigL@Knology.net> |
1122 | |
1123 * minitar.c: Clean up some compiler warnings. | |
1124 | |
462 | 1125 2001-03-21 Martin Buchholz <martin@xemacs.org> |
1126 | |
1127 * XEmacs 21.2.46 "Urania" is released. | |
1128 | |
1129 2001-03-06 Ben Wing <ben@xemacs.org> | |
1130 | |
1131 * xemacs.mak (DEPEND): | |
1132 Correct line that runs perl to do correct quoting regardless of | |
1133 whether nmake is run from bash. | |
1134 | |
1135 2001-03-02 Ben Wing <ben@xemacs.org> | |
1136 | |
1137 * config.h: Sadly, we need to disable another warning (C4116, | |
1138 unnamed type definition in parentheses: A structure, union, or | |
1139 enumerated type with no name was defined in a parenthetical | |
1140 expression. The type definition is meaningless.), due to Martin's | |
1141 latest definition of ALIGNOF. | |
1142 | |
460 | 1143 2001-02-23 Martin Buchholz <martin@xemacs.org> |
1144 | |
1145 * XEmacs 21.2.45 "Thelxepeia" is released. | |
1146 | |
1147 2001-02-09 Martin Buchholz <martin@xemacs.org> | |
1148 | |
1149 * config.h (HAVE_UTIME): New. | |
1150 * config.h (HAVE_UTIME_H): Remove. | |
1151 * config.h (HAVE_STRUCT_UTIMBUF): Remove. | |
1152 | |
458 | 1153 2001-02-08 Martin Buchholz <martin@xemacs.org> |
1154 | |
1155 * XEmacs 21.2.44 "Thalia" is released. | |
1156 | |
456 | 1157 2001-01-26 Martin Buchholz <martin@xemacs.org> |
1158 | |
1159 * XEmacs 21.2.43 "Terspichore" is released. | |
1160 | |
454 | 1161 2001-01-20 Martin Buchholz <martin@xemacs.org> |
1162 | |
1163 * XEmacs 21.2.42 "Poseidon" is released. | |
1164 | |
452 | 1165 2001-01-17 Martin Buchholz <martin@xemacs.org> |
1166 | |
1167 * XEmacs 21.2.41 "Polyhymnia" is released. | |
1168 | |
450 | 1169 2001-01-08 Martin Buchholz <martin@xemacs.org> |
1170 | |
1171 * XEmacs 21.2.40 is released. | |
1172 | |
448 | 1173 2000-12-31 Martin Buchholz <martin@xemacs.org> |
1174 | |
1175 * XEmacs 21.2.39 is released. | |
1176 | |
446 | 1177 2000-12-05 Martin Buchholz <martin@xemacs.org> |
1178 | |
1179 * XEmacs 21.2.38 is released. | |
1180 | |
444 | 1181 2000-11-14 Martin Buchholz <martin@xemacs.org> |
1182 | |
1183 * XEmacs 21.2.37 is released. | |
1184 | |
1185 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
1186 | |
1187 * config.h: Oops, _getpt ==> _getpty | |
1188 | |
1189 2000-10-11 Martin Buchholz <martin@xemacs.org> | |
1190 | |
1191 * config.h (HAVE_XFREE86): Remove. | |
1192 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New. | |
1193 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New. | |
1194 | |
1195 2000-10-10 Martin Buchholz <martin@xemacs.org> | |
1196 | |
1197 * config.h: | |
1198 Sync with pty/signaling related changes to src/config.h.in | |
1199 | |
1200 2000-10-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
1201 | |
1202 * xemacs.mak (default): Enforce runnig nmake from xemacs.mak's | |
1203 directory to avoid problems with relative paths. | |
1204 | |
442 | 1205 2000-10-04 Martin Buchholz <martin@xemacs.org> |
1206 | |
1207 * XEmacs 21.2.36 is released. | |
1208 | |
1209 2000-09-30 Martin Buchholz <martin@xemacs.org> | |
1210 | |
1211 * config.h (HAVE_STRCASECMP): Remove. | |
1212 | |
1213 2000-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1214 | |
1215 * xemacs.mak: | |
1216 Make src\depend parsing recognise "#if defined" instead of "#ifdef". | |
1217 Use matching single quotes to keep 4dos shell happy. | |
1218 | |
1219 2000-08-07 Ben Wing <ben@xemacs.org> | |
1220 | |
1221 * xemacs.mak: add getloadavg.c. | |
1222 | |
1223 2000-07-30 Ben Wing <ben@xemacs.org> | |
1224 | |
1225 * README (NOTE): | |
1226 Improve X documentation. | |
1227 Document nascent Mule support. | |
1228 Document current MS Windows contributors. | |
1229 | |
1230 2000-07-15 Ben Wing <ben@xemacs.org> | |
1231 | |
1232 * xemacs.mak: | |
1233 added new file win32.c. | |
1234 took out unused alloca.c. | |
1235 * xemacs.mak (update-elc-2): added new target for rebuilding the | |
1236 remaining .elcs after dumped. its dependency is added for target | |
1237 all. | |
1238 * xemacs.mak (update-auto-and-custom): | |
1239 cleaned up ; now it byte-compiles custom-load.el. | |
1240 * xemacs.mak (mostlyclean): | |
1241 * xemacs.mak (clean): | |
1242 * xemacs.mak (nicenclean): | |
1243 * xemacs.mak (distclean): | |
1244 * xemacs.mak (realclean): | |
1245 * xemacs.mak (versionclean): | |
1246 Redid all the clean targets, to be similar to what's in the | |
1247 standard Makefile. | |
1248 | |
1249 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1250 | |
1251 * xemacs.mak ($(PROGNAME)): Do check error code from temacs during | |
1252 dumping. | |
1253 | |
1254 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
1255 | |
1256 * XEmacs 21.2.35 is released. | |
1257 | |
1258 2000-07-14 IKEYAMA Tomonori <tomonori@suiyokai.org> | |
1259 | |
1260 * config.h: Import C++ compilation stuff from src/config.h. | |
1261 | |
1262 2000-07-05 Craig Lanning <lanning@scra.org> | |
1263 | |
1264 * xemacs.rc: Uppercase the id's so that windres will work. | |
1265 | |
1266 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1267 | |
1268 * xemacs.mak (TEMACS_LIBS): Added comdlg32.lib | |
1269 | |
1270 2000-06-12 Ben Wing <ben@xemacs.org> | |
1271 | |
1272 * config.h (ENCAPSULATE_STAT): | |
1273 Always encapsulate stat/fstat. Also suggested by Mike Alexander | |
1274 <mike.alexander@xemacs.org>. | |
1275 | |
1276 2000-06-10 Ben Wing <ben@xemacs.org> | |
1277 | |
1278 * config.h: | |
1279 * config.h (HAVE_GETPAGESIZE): | |
1280 * config.h (HAVE_GETTIMEOFDAY): | |
1281 corrections to go along with removed nt/inc. | |
1282 removed HAVE_FEP. | |
1283 | |
1284 * config.inc.samp: | |
1285 correct graphics lib paths to agree with binaries provided in | |
1286 ftp aux dir. | |
1287 | |
1288 * xemacs.mak (DEPEND): | |
1289 * xemacs.mak (DEFINES): | |
1290 * xemacs.mak (LIB_SRC_DEFINES): | |
1291 * xemacs.mak (minitar): | |
1292 * xemacs.mak (TEMACS_LFLAGS): | |
1293 * xemacs.mak (tags): | |
1294 * xemacs.mak (all): | |
1295 * xemacs.mak (install): | |
1296 WINDOWSNT -> WIN32_NATIVE. | |
1297 Don't build run*.exe. | |
1298 comments about required ^^. | |
1299 Added setargv.obj to the list of linked entities, | |
1300 causing automatic wildcarding of filenames given on the | |
1301 command line. (As usual, enclose in double quotes to avoid | |
1302 this.) | |
1303 | |
1304 2000-06-07 Ben Wing <ben@xemacs.org> | |
1305 | |
1306 * runemacs.c: Removed. No longer necessary. | |
1307 | |
1308 * Makefile.cygwin: Removed. | |
1309 | |
1310 * inc\*: Removed. At long-fucking-last! | |
1311 | |
1312 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
1313 | |
1314 * XEmacs 21.2.34 is released. | |
1315 | |
1316 2000-05-12 Craig Lanning <CraigL@DyCon.com> | |
1317 | |
1318 * inc\sys\socket.h: Don't define timeval as ws_timeval for mingw32 | |
1319 | |
1320 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
1321 | |
1322 * XEmacs 21.2.33 is released. | |
1323 | |
1324 2000-04-27 Ben Wing <ben@xemacs.org> | |
1325 | |
1326 * xemacs.mak: combine auto-autoloads.el and custom.el update into | |
1327 one call to xemacs. | |
1328 | |
1329 2000-04-26 Ben Wing <ben@xemacs.org> | |
1330 | |
1331 * xemacs.mak: put in support for QUICK_BUILD. | |
1332 | |
1333 * config.inc.samp: put in an entry for QUICK_BUILD. | |
1334 | |
1335 2000-04-23 Ben Wing <ben@xemacs.org> | |
1336 | |
1337 * xemacs.mak: Modified section that dumps .exe to not dump | |
1338 when nothing has changed. It does this by relying on a flag | |
1339 set by update-elcs. | |
1340 | |
1341 Also in building of auto-autoloads.el, we no longer unconditionally | |
1342 remove the old one. That was pointless and made the whole build | |
1343 procedure a lot longer -- the autoload code is smart enough to | |
1344 update itself automatically from an out-of-date autoload file. | |
1345 | |
1346 2000-04-04 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1347 | |
1348 * xemacs.mak: Build the i utility and use it to pipe windowed | |
1349 [xt]emacs output to the build console. | |
1350 | |
1351 2000-03-25 Didier Verna <didier@xemacs.org> | |
1352 | |
1353 * config.h: handle the renaming of `foo_h_path' to `foo_h_file'. | |
1354 | |
1355 2000-03-22 Mike Alexander <mta@arbortext.com> | |
1356 | |
1357 * xemacs.mak (PROGRAM_DEFINES): Define EMACS_VERSION and | |
1358 EMACS_PROGNAME | |
1359 (DEPEND): Don't try to create $(OUTDIR) if it already exists | |
1360 ($(SRC)\dump-id.c): Make it | |
1361 (DOC_SRC11): Add dumper.c if portable dumping | |
1362 (dump-xemacs): Make portable dumping work again and create | |
1363 dump-id.c and compile it whenever we do a portable dump. | |
1364 (depend): Change $(SRCDIR) to $(SRC) | |
1365 | |
1366 2000-03-22 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1367 | |
1368 * .cvsignore: New file, ignores user's config.inc and files | |
1369 containing the user's DevStudio workspace info. | |
1370 | |
1371 * config.h.samp: Added DEPEND option. Renamed HAVE_MSW and HAVE_X to | |
1372 HAVE_MS_WINDOWS and HAVE_X_WINDOWS. | |
1373 | |
1374 * README: Documented DEPEND option. Other small changes. | |
1375 | |
1376 * Todo: Removed - was hopelessly out of date. | |
1377 | |
1378 * config.h.samp: | |
1379 * xemacs.mak: Added DEPEND option to control use of dependency | |
1380 information generated by make-src-depend. Requires Perl. Defaults | |
1381 to disabled. Renamed HAVE_MSW and HAVE_X to HAVE_MS_WINDOWS and | |
1382 HAVE_X_WINDOWS as a side-effect. | |
1383 Handles '&' in XEmacs codenames by replacing with 'and'. | |
1384 | |
1385 * xemacs.dsp: | |
1386 Correct Output_Dir so that DevStudio finds the xemacs executable | |
1387 by default. | |
1388 | |
1389 2000-03-20 Ben Wing <ben@xemacs.org> | |
1390 | |
1391 * README: Substantial rewrite. | |
1392 * xemacs.mak: Pdump fix. (not working yet, though) | |
1393 | |
1394 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1395 | |
1396 * XEmacs 21.2.32 is released. | |
1397 | |
1398 2000-03-15 Mike Alexander <mta@arbortext.com> | |
1399 | |
1400 * xemacs.mak: Fix for generation of $(XEMACS)\Installation. | |
1401 | |
785 | 1402 2000-03-14 Adrian Aichner <adrian@xemacs.org> |
442 | 1403 |
1404 * xemacs.mak (LIB_SRC_TOOLS): LIB_SRC_TOOLS depend on | |
1405 XEMACS_INCLUDES when we USE_PORTABLE_DUMPER. | |
1406 | |
1407 2000-03-13 Ben Wing <ben@xemacs.org> | |
1408 | |
1409 * xemacs.mak (TEMACS_ENTRYPOINT): | |
1410 Fix for portable dumper. | |
1411 | |
1412 2000-03-12 Ben Wing <ben@xemacs.org> | |
1413 | |
1414 * xemacs.mak (*): | |
1415 * config.inc: New. | |
1416 | |
1417 a) Added a file called config.inc which makes it easier to set | |
1418 build options for MS Windows. (Previously, the only way to do this | |
1419 was through command line options to nmake.) | |
1420 | |
1421 b) Cleaned the file up a bit. | |
1422 | |
1423 c) Changed xemacs to be a windows application and not a console | |
1424 application, now that runemacs.exe is no longer necessary. | |
1425 | |
1426 d) Added support for building the tags file. | |
1427 | |
1428 * xemacs.dsw: New. | |
1429 * xemacs.dsp: New. | |
1430 For compiling, editing, and debugging XEmacs using the VC++ 5.0 | |
1431 GUI. They may well work under other versions of VC++, but I don't | |
1432 have access to them to test them. | |
1433 | |
1434 2000-03-11 Andy Piper <andy@xemacs.org> | |
1435 | |
1436 * PROBLEMS: Doc fix from Reini Urban <rurban@x-ray.at>. | |
1437 | |
1438 2000-02-27 Mike Alexander <mta@arbortext.com> | |
1439 | |
1440 * xemacs.rc: Include the portable dump data if INCLUDE_DUMP is defined | |
1441 | |
1442 * xemacs.mak: Add the portable dump data to the EXE as a resource | |
1443 | |
1444 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1445 | |
1446 * xemacs.mak (TEMACS_LIBS): Add ole32.lib and uuid.lib. | |
1447 (installation): Always regenerate installation report. | |
1448 | |
1449 2000-02-25 Craig Lanning <CraigL@DyCon.com> | |
1450 | |
1451 * inc\sys\time.h: MinGW defines struct timeval in <winsock.h>. | |
1452 | |
1453 2000-02-24 Martin Buchholz <martin@xemacs.org> | |
1454 | |
1455 * config.h (INLINE_HEADER): Define properly (?) for Windows. | |
1456 | |
1457 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
1458 | |
1459 * XEmacs 21.2.31 is released. | |
1460 | |
1461 2000-02-22 Martin Buchholz <martin@xemacs.org> | |
1462 | |
1463 * config.h (gc_checking_assert): New. | |
1464 | |
1465 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
1466 | |
1467 * XEmacs 21.2.30 is released. | |
1468 | |
1469 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1470 | |
1471 * README: Tidy up. | |
1472 Document need for makeinfo program or texinfo package. | |
1473 | |
1474 * Xmd.patch: New file, previously in README. | |
1475 | |
1476 2000-02-17 Martin Buchholz <martin@xemacs.org> | |
1477 | |
1478 * config.h: Delete unused HAVE_LINUX_VERSION_H. | |
1479 | |
1480 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
1481 | |
1482 * XEmacs 21.2.29 is released. | |
1483 | |
1484 2000-02-06 Mike Alexander <mta@arbortext.com> | |
1485 | |
1486 * xemacs.mak (install): Copy xemacs.dmp if using the portable | |
1487 dumper. | |
1488 | |
440 | 1489 2000-02-07 Martin Buchholz <martin@xemacs.org> |
1490 | |
1491 * XEmacs 21.2.28 is released. | |
1492 | |
1493 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1494 | |
1495 * Xpm.def: New file, required to build Xpm.dll. | |
1496 | |
1497 * Xpm.mak: Use DEBUG instead of DEBUG_XEMACS - this library is not | |
1498 xemacs-specific. Initialize to DEBUG_XEMACS if specified for | |
1499 compatibility. | |
1500 Build DLL instead of static LIB when USE_CRTDLL=1 is given to | |
1501 make. | |
1502 | |
1503 * xemacs.mak: Introduced USE_SYSTEM_MALLOC and USE_CRTDLL. | |
1504 Do not build lastfile.lib when neither unexec not gmalloc are | |
1505 used. | |
1506 | |
1507 * config.h: Deleted GNU_MALLOC and SYSTEM_MALLOC, as they are set | |
1508 in makefile. | |
1509 | |
1510 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1511 | |
1512 * xemacs.mak (DOC_SRC9): Added tests.c ... | |
1513 (TEMACS_DEBUG_OBJS): ... and tests.obj | |
1514 ($(DOC)): Tweaked a bit, for `nmake docfile' unconditionally | |
1515 rebuild the docfile. | |
1516 | |
1517 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1518 | |
1519 * xemacs.mak (docfile): Added shortcut target. | |
1520 | |
1521 2000-01-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1522 | |
1523 * xemacs.mak (TEMACS_LIBS): Added winspool.lib | |
1524 | |
1525 2000-01-20 Martin Buchholz <martin@xemacs.org> | |
1526 | |
1527 * xemacs.mak (dump-xemacs): Remove redundant EMACSBOOTSTRAPMODULEPATH. | |
1528 | |
1529 2000-01-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1530 | |
1531 * xemacs.mak: Patch of 01/13 got in corrupted, fixed. | |
1532 | |
438 | 1533 2000-01-18 Martin Buchholz <martin@xemacs.org> |
1534 | |
1535 * XEmacs 21.2.27 is released. | |
1536 | |
1537 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
1538 | |
1539 * minitar.c: Errno.h --> errno.h. Remove errno declaration. | |
1540 | |
1541 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1542 | |
1543 * xemacs.mak: Added USE_PORTABLE_DUMPER make command line macro. | |
1544 (temacs:) Added dependency for lastfile.lib so that 'make temacs' | |
1545 builds it first. | |
1546 | |
1547 1999-12-28 Scott Blachowicz <Scott.Blachowicz@seaslug.org> | |
1548 | |
1549 * minitar.mak: Add vars to allow building from main xemacs.mak. | |
1550 | |
1551 * xemacs.mak: Add rules to build & install minitar. | |
1552 | |
440 | 1553 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
1554 | |
1555 * config.h: Fix stuff related to mail locking. | |
1556 | |
436 | 1557 1999-12-31 Martin Buchholz <martin@xemacs.org> |
1558 | |
1559 * XEmacs 21.2.26 is released. | |
1560 | |
434 | 1561 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1562 | |
1563 * XEmacs 21.2.25 is released. | |
1564 | |
1565 1999-12-15 Scott Blachowicz <Scott.Blachowicz@seaslug.org> | |
1566 | |
1567 * minitar.c (main): Add explicit exit(0) to get successful return | |
1568 code. | |
1569 | |
432 | 1570 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1571 | |
1572 * XEmacs 21.2.24 is released. | |
1573 | |
434 | 1574 1999-11-28 Adrian Aichner <adrian@xemacs.org> |
430 | 1575 |
1576 * xemacs.mak (depend): Only update `depend' if there were changes. | |
1577 Use "perl ./make-src-depend" instead of "mkdepend". | |
1578 | |
1579 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
1580 | |
1581 * XEmacs 21.2.23 is released. | |
1582 | |
434 | 1583 1999-11-27 Adrian Aichner <adrian@xemacs.org> |
430 | 1584 |
1585 * xemacs.mak (SRCDIR): Make path to xemacs absolute to | |
1586 facilitate building info in man subdirs. Echo all cd commands, | |
442 | 1587 not just some of them. |
430 | 1588 |
1589 (makeinfo-test): Test for availability of `texinfo' package to | |
1590 build info. Recommend use of external `makeinfo' program for | |
1591 building info docs faster. | |
1592 | |
1593 (info): cd into man subdirs to support use of external `makeinfo' | |
1594 program. | |
1595 | |
1596 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
1597 | |
1598 * xemacs.mak: Remove references to index.unperm, index.perm. | |
1599 Fix dependencies. | |
1600 Shouldn't .obj and .info be in SUFFIXES? | |
1601 Remove extra `\'. | |
1602 | |
428 | 1603 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1604 | |
1605 * XEmacs 21.2.22 is released | |
1606 | |
1607 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1608 | |
1609 * XEmacs 21.2.21 is released. | |
1610 | |
1611 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1612 | |
1613 * XEmacs 21.2.20 is released | |
1614 | |
1615 1999-10-07 Norbert Koch <n.koch@eai-delta.de> | |
1616 | |
1617 * xemacs.mak: Ignore return code of 'del' calls. Use a make | |
1618 variable for 'del'. | |
1619 | |
434 | 1620 1999-09-26 Adrian Aichner <adrian@xemacs.org> |
428 | 1621 |
1622 * xemacs.mak (all): Update $(LISP)/auto-autoloads.elc? and | |
1623 $(LISP)/custom-load.el using XEmacs itself, like xemacs-packages | |
1624 do. | |
1625 ($(LISP)\auto-autoloads.el): Add new rule. | |
1626 ($(LISP)\custom-load.el): Ditto. | |
1627 | |
1628 1999-08-04 Andy Piper <andy@xemacs.org> | |
1629 | |
1630 * xemacs.mak (HAVE_WIDGETS): add define to appropriate places. | |
1631 | |
434 | 1632 1999-07-26 Adrian Aichner <adrian@xemacs.org> |
428 | 1633 |
1634 * xemacs.mak ($(MANDIR)\lispref\lispref.texi): Replace bad | |
1635 dependency. | |
1636 | |
1637 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1638 | |
1639 * XEmacs 21.2.19 is released | |
1640 | |
434 | 1641 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 1642 |
1643 * xemacs.mak (.SUFFIXES): Add .texi. | |
1644 (check): Improve automated test section. | |
1645 (info): Generate info files using XEmacs (no makeinfo.exe needed). | |
1646 | |
1647 1999-07-19 Andy Piper <andy@xemacs.org> | |
1648 | |
1649 * xemacs.mak (DOC_SRC3): add gutter.c | |
1650 (TEMACS_OBJS): add gutter.obj. | |
1651 | |
1652 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1653 | |
1654 * XEmacs 21.2.18 is released | |
1655 | |
1656 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1657 | |
1658 * XEmacs 21.2.17 is released | |
1659 | |
434 | 1660 1999-06-13 Adrian Aichner <adrian@xemacs.org> |
428 | 1661 |
1662 * xemacs.mak (DOC_SRC8): Remove mule-coding.c. | |
1663 (TEMACS_MULE_OBJS): Remove mule-coding.obj | |
1664 (check): Implement according to src/Makefile. | |
1665 (check-temacs): ditto. | |
1666 | |
1667 1999-06-05 Norbert Koch <n.koch@delta-ii.de> | |
1668 | |
1669 * xemacs.mak (mule): remove dependencies from mule-coding.c | |
442 | 1670 |
428 | 1671 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> |
1672 | |
1673 * XEmacs 21.2.16 is released | |
1674 | |
442 | 1675 1999-05-14 Adrian Aichner <adrian@xemacs.org> |
428 | 1676 |
1677 * xemacs.mak (GUNG_HO): Explicitly default to 0. | |
1678 Fix some comment typos. | |
1679 ($(XEMACS)\Installation): Create it in the toplevel-directory, | |
1680 where it is expected by loadup.el | |
1681 | |
1682 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1683 | |
1684 * XEmacs 21.2.15 is released | |
1685 | |
1686 1999-05-31 Andy Piper <andy@xemacs.org> | |
1687 | |
1688 * xemacs.mak: add select & select-x targets. | |
442 | 1689 |
428 | 1690 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> |
1691 | |
1692 * XEmacs 21.2.14 is released | |
1693 | |
1694 1999-05-12 SL Baur <steve@gneiss.etl.go.jp> | |
1695 | |
1696 * xemacs.mak: please document me | |
1697 From Norbert Koch <n.koch@delta-ii.de> | |
1698 | |
1699 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1700 | |
1701 * xemacs.mak ($(LISP)\Installation.el): Don't use | |
1702 `replace-in-string'. | |
1703 | |
434 | 1704 1999-03-17 Adrian Aichner <adrian@xemacs.org> |
428 | 1705 |
1706 * xemacs.mak: Remove ESC macro -- no longer needed. | |
1707 Remove small configuration report. Remove simplified version of | |
1708 Installation and Installation.el | |
1709 (Installation.el): Create it depending on "Installation" file. | |
1710 Replace \r characters by use of `replace-in-string' in lisp-land. | |
1711 (all): Make it depend on "Installation" file. | |
1712 (Installation): Create a complete "Installation" file, looking | |
1713 much like what is generated by "configure" on UNIX systems. | |
1714 Insert WARNING where appropriate (currently when building without | |
1715 HAVE_XPM, HAVE_PNG, and HAVE_MSW_C_DIRED). | |
1716 Type "Installation" to STDOUT much like the "small configuration | |
1717 report" did. | |
1718 | |
1719 1999-04-29 Andy Piper <andy@xemacs.org> | |
442 | 1720 |
428 | 1721 * sys/file.h: conditionalise definition of X_OK. |
442 | 1722 |
428 | 1723 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> |
1724 | |
1725 * XEmacs 21.2.13 is released | |
1726 | |
1727 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1728 | |
1729 * xemacs.mak: | |
1730 Don't link lib-src programs incrementally. | |
1731 Don't include debug info in release builds. | |
1732 Put intermediate files in the appropriate directories. | |
1733 Make "distclean" target delete all intermediate files. | |
1734 | |
1735 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1736 | |
1737 * xemacs.mak: | |
1738 Fix building on Windows 95/98 by conditionalising escape | |
1739 character '^'. | |
1740 Only put mule-packages in package path on MULE builds. | |
1741 Only build source browser files on debug builds. | |
1742 Build source browser database before link so that it's | |
1743 available even if link fails. | |
1744 | |
1745 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1746 | |
1747 * XEmacs 21.2.12 is released | |
1748 | |
1749 1999-03-03 Gleb Arshinov <gleb@cs.stanford.edu> | |
1750 | |
1751 * xemacs.mak (HAVE_XFACE): fix for building without X-Face support | |
1752 provided by Brent B. Powers <bpowers@ms.com>. | |
1753 | |
1754 * xemacs.mak (CONFIG_ERROR): Misc error detection for build with | |
1755 X-Face. | |
1756 | |
1757 1999-02-01 Gleb Arshinov <gleb@cs.stanford.edu> | |
1758 | |
1759 * README: Document the X-Face build option. | |
1760 | |
1761 * compface.mak: New file | |
1762 Makefile for building compface library under MSVC. Build | |
1763 library only, not executables. Should be extended to build | |
1764 executables and propagated upstream, if possible. | |
1765 | |
1766 * xemacs.mak: Link in X-Face/Compface for NT native build. | |
1767 | |
1768 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1769 | |
1770 * XEmacs 21.2.11 is released | |
1771 | |
1772 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1773 | |
1774 * XEmacs 21.2.10 is released | |
1775 | |
1776 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1777 | |
1778 * XEmacs 21.2.9 is released | |
1779 | |
434 | 1780 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 1781 |
1782 * xemacs.mak (MODULES): Adding variable. | |
1783 (update-elc): Setting EMACSBOOTSTRAPMODULEPATH. | |
1784 | |
1785 1998-12-17 Charles G. Waldman <cgw@pgt.com> | |
1786 | |
1787 * minitar.c: New file | |
1788 * minitar.mak: New file | |
1789 | |
1790 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1791 | |
1792 * xemacs.mak: | |
1793 Changed x86 EMACS_CONFIGURATION to i586-pc-win32 since we | |
1794 build optimised for Pentium. | |
1795 Created CFLAGS variable, used in building all objects and in | |
1796 constructing config.values. | |
1797 Added glyphs-widget.c and gui-msw.c to list of sources. | |
1798 Added PACKAGE_PATH to EMACSBOOTSTRAPLOADPATH for mule builds. | |
1799 | |
1800 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
1801 | |
1802 * XEmacs 21.2.8 is released. | |
1803 | |
1804 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
1805 | |
1806 * XEmacs 21.2.7 is released. | |
1807 | |
1808 1998-12-13 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1809 | |
1810 * xemacs.mak: | |
442 | 1811 Replaced PACKAGEPATH variable with PACKAGE_PREFIX. |
428 | 1812 configure-package-path is initialised to contain |
1813 subdirectories of PACKAGE_PREFIX. The install target makes | |
1814 a skeleton package tree under PACKAGE_PREFIX. | |
1815 | |
1816 * README, PROBLEMS: | |
1817 Documented the package path changes. | |
1818 Corrected the advice on a suitable minimal set of packages. | |
1819 | |
1820 1998-12-17 Andy Piper <andy@xemacs.org> | |
1821 | |
1822 * xemacs.mak ($(LIB_SRC)/movemail.exe): adapt make rule to build | |
1823 with pop support. | |
1824 | |
1825 * xemacs.mak: add gui-msw.c and glyphs-widget.c object lists. | |
1826 | |
1827 1998-12-16 Andy Piper <andy@xemacs.org> | |
1828 | |
1829 * XEmacs 21.2.6 is released | |
1830 | |
434 | 1831 1998-12-11 Adrian Aichner <adrian@xemacs.org> |
428 | 1832 |
1833 * xemacs.mak (DOC_SRC2): CLASH_DETECTION is not supported under | |
1834 native Windows NT. Therefore src\filelock.c is not to be | |
1835 compiled. | |
1836 (TEMACS_OBJS): Consequently, don't link in $(OUTDIR)\filelock.obj. | |
1837 | |
1838 1998-12-10 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1839 | |
1840 * xemacs.mak ($(OUTDIR)\alloc.obj): add a dependency on | |
1841 puresize-adjust.h to avoid infinite recursion. | |
1842 | |
1843 1998-12-09 Andy Piper <andy@xemacs.org> | |
1844 | |
1845 * config.h: remove clash detection stuff. | |
1846 | |
1847 1998-12-07 Martin Buchholz <martin@xemacs.org> | |
1848 | |
1849 * xemacs.mak (TEMACS_OBJS): | |
442 | 1850 (DOC_SRC4): |
428 | 1851 - Remove pure.c, pure.obj |
1852 | |
434 | 1853 1998-11-04 Adrian Aichner <adrian@xemacs.org> |
428 | 1854 |
1855 * xemacs.mak: Creating minimal versions of Installation, | |
1856 Installation.el, and config.values to make | |
1857 (describe-installation) and (config-value ...) work in Windows NT | |
1858 native builds. Incorporating rule for movemail.exe courtesy of | |
1859 Andy Piper. | |
1860 | |
1861 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1862 | |
1863 * XEmacs 21.2.5 is released | |
1864 | |
1865 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
1866 | |
1867 * XEmacs 21.2-beta4 is released. | |
1868 | |
1869 1998-10-29 Andy Piper <andyp@parallax.co.uk> | |
1870 | |
1871 * xemacs.mak ($(LIB_SRC)/movemail.exe): add etags dependencies to | |
1872 pull in getopt and friends. | |
1873 | |
1874 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
1875 | |
1876 * XEmacs 21.2-beta3 is released. | |
1877 | |
1878 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
1879 | |
1880 * XEmacs 21.2-beta2 is released. | |
1881 | |
434 | 1882 1998-09-19 Adrian Aichner <adrian@xemacs.org> |
428 | 1883 |
1884 * tiff.mak: New file provided by Charles Wilson | |
1885 <cwilson@ee.gatech.edu> | |
1886 | |
1887 * README: Update provided by Charles Wilson | |
1888 <cwilson@ee.gatech.edu>. Documenting use of the newly | |
1889 introduced tiff.mak. Renumbering subsequent build instruction | |
1890 items. | |
1891 | |
1892 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1893 | |
1894 * PROBLEMS: New file. | |
1895 | |
1896 * xemacs.mak: Install the PROBLEMS file in the root directory of | |
1897 the XEmacs installation. | |
1898 | |
1899 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1900 | |
1901 * xemacs.mak: Detect failure to supply PNG_DIR or XLIB_DIR | |
1902 when building with PNG support. | |
1903 | |
1904 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1905 | |
1906 * README: Document the PNG, ZLIB, JPEG, TIFF and GIF build | |
1907 options. | |
1908 | |
1909 1998-08-12 Jeff Sparkes <jsparkes@internetivity.com> | |
1910 | |
1911 * xemacs.mak: Link in GIF, fix HAVE_JPEG default. | |
1912 | |
1913 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1914 | |
1915 * xemacs.mak (install): Win95 fixes: | |
1916 DOS mkdir doesn't create intermediate directories. xcopy does | |
1917 so use it to create the install and lock directories. | |
1918 Removed trailing backslashes from copy commands since DOS | |
1919 copy doesn't like them. | |
1920 | |
1921 1998-08-05 Charles G. Waldman <cgw@pgt.com> | |
1922 | |
1923 * xemacs.mak: change "copy" to "xcopy" in install target | |
1924 | |
442 | 1925 1998-08-04 Jeff Sparkes <jsparkes@internetivity.com> |
428 | 1926 |
1927 * xemacs.mak: Link in PNG, TIFF and JPEG in native build. | |
1928 | |
1929 1998-08-04 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1930 | |
1931 * README: XEmacs has been successfully built with MSVC 4.0. | |
1932 Mention the vcvars32.bat file installed with the MSVC tools. | |
1933 | |
1934 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
1935 | |
1936 * XEmacs 21.2-beta1 is released. | |
1937 | |
1938 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1939 | |
1940 * xemacs.mak: | |
1941 Add path to xemacs.res dependency. | |
1942 | |
1943 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
1944 | |
1945 * XEmacs 21.0-pre5 is released. | |
1946 | |
1947 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
1948 | |
1949 * XEmacs 21.0-pre4 is released. | |
1950 | |
1951 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1952 | |
1953 * README: Documented the changed PACKAGEPATH option and the new | |
1954 INSTALL_DIR option, install target and runemacs executable. | |
1955 Added more debugging documentation. | |
1956 | |
1957 * config.h: Don't undef EMACS_CONFIGURATION because it's now | |
1958 set in the makefile. | |
1959 | |
1960 * xemacs.mak: Added an INSTALL_DIR option and install target. | |
1961 Renamed the default package location option to PACKAGEPATH | |
1962 and made it cope with paths with spaces in them. | |
1963 Made non-debug build the default; DEBUG_XEMACS defaults to 0. | |
1964 System configuration (EMACS_CONFIGURATION) now correctly | |
1965 determined at build-time by this makefile. | |
1966 Compiles the runemacs executable as part of the all target. | |
1967 | |
1968 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
1969 | |
1970 * config.h: | |
1971 * xemacs.mak: NT native sound fixes | |
434 | 1972 From Fabrice POPINEAU via Adrian Aichner <adrian@xemacs.org> |
428 | 1973 |
1974 1998-06-21 Martin Buchholz <martin@xemacs.org> | |
1975 | |
1976 * xemacs.mak: It's XEmacs, not Xemacs! | |
1977 | |
1978 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1979 | |
1980 * file.ico, lisp.ico: | |
1981 New icons to represent a generic file and a lisp file. | |
1982 | |
1983 * xemacs.rc: Build file.ico and lisp.ico into the executable. | |
1984 | |
1985 1998-06-15 Peter Windle <peterw@sdl.ug.eds.com> | |
1986 | |
1987 * xemacs.mak: Made XPM and X11 checks cope with case-sensitive | |
1988 NFS. Also apply Sean MacLennan's change allowing | |
1989 emacs_beta_version to be undefined. | |
1990 | |
1991 1998-06-19 SL Baur <steve@altair.xemacs.org> | |
1992 | |
1993 * xemacs.mak (distclean): Reorder when puresize-adjust.h gets | |
1994 deleted. | |
434 | 1995 From Adrian Aichner <adrian@xemacs.org> |
428 | 1996 |
1997 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru> | |
1998 | |
1999 * config.h: Undefined DONT_ENCAPSULATE. | |
2000 Defined ENCAPSULATE_* for fopem, open, rename and mkdir. | |
2001 Removed MS-DOS code remains. | |
2002 | |
2003 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com> | |
2004 | |
2005 * Makefile.cygwin: created to compile runemacs.c. This should | |
2006 probably have a Makefile.in, but... | |
2007 | |
2008 * runemacs.c: modified to check to see if xemacs is a symbolic | |
2009 link when compiled under Cygwin. | |
2010 | |
2011 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru> | |
2012 | |
2013 * xemacs.mak: Added lib-src/wakeup.exe | |
2014 | |
2015 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
2016 | |
2017 * xemacs.mak: Added rules for hexl.exe, movemail.exe, mmencode.exe | |
2018 sorted-doc.exe, etags.exe | |
2019 | |
2020 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
2021 | |
2022 * xemacs.mak: Support building InfoDock, with INFODOCK=1 macro | |
2023 in the command line. | |
2024 | |
2025 1998-05-26 Kirill M. Katsnelson <kkm@kis.ru> | |
2026 | |
2027 * inc/sys/dir.h: Removed #ifndef WINDOWSNT around the code which | |
2028 should be compiled in (sic!). | |
2029 Removed 'extern' before function prototypes. | |
2030 | |
2031 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru> | |
2032 | |
442 | 2033 * xemacs.mak: Unified -nologo compiler switch handling and lib-src |
428 | 2034 programs build (only make-docfile currently, adding other tools |
442 | 2035 soon). |
428 | 2036 |
2037 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru> | |
2038 | |
2039 * xemacs.mak: Added HAVE_DIALOGS macro, and dialog-*.* files to | |
2040 docfile creation and compilation. | |
2041 Defaulted HAVE_MSW to 1. | |
2042 Changed lib-src references to be relative to $(XEMACS)/, not ../ | |
2043 | |
2044 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru> | |
2045 | |
2046 * xemacs.mak: Removed inline.{c,obj}. It did buy nothing. | |
2047 | |
2048 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru> | |
2049 | |
2050 * xemacs.mak: Comment out dialog.{c,obj} from build. | |
2051 | |
2052 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2053 | |
2054 * nt/config.h: | |
2055 Unconditionally define new HAVE_DRAGNDROP. | |
2056 | |
2057 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru> | |
2058 | |
2059 * xemacs.mak: Added dragdrop.{c,obj} | |
2060 | |
2061 1998-05-08 Kirill M. Katsnelson <kkm@kis.ru> | |
2062 | |
2063 * config.h (enum_field): Redefine to be unsigned int. | |
2064 | |
2065 1998-05-07 Kirill M. Katsnelson <kkm@kis.ru> | |
2066 | |
2067 * xemacs.mak: Really honor minimal tagbits, indexed lrecord and | |
2068 union type. | |
2069 | |
2070 1998-05-03 Kirill M. Katsnelson <kkm@kis.ru> | |
2071 | |
2072 * inc/sys/socket.h: Removed encapsulating definitions for Winsock | |
2073 functions. | |
2074 | |
2075 1998-05-04 Kirill M. Katsnelson <kkm@kis.ru> | |
2076 | |
2077 * xemacs.mak: Defined PATH_PROGNAME and PATH_VERSION C macros. | |
2078 Make _DEBUG defined only when DEBUG_XEMACS. | |
2079 | |
2080 1998-04-26 Kirill M. Katsnelson <kkm@kis.ru> | |
2081 | |
2082 * xemacs.mak: Added glyphs-eimage.{c,obj} | |
2083 | |
2084 1998-04-20 Kirill M. Katsnelson <kkm@kis.ru> | |
2085 | |
2086 * xemacs.mak: Support "Don't panic, I will restart make" exit code. | |
2087 Extra checks for externally specified X{PM,11}_DIR. | |
2088 Proper quoting to allow spaces in these paths. | |
2089 Conduct all config checks at once. | |
2090 New option VERBOSECC. When non-zero, C compiler echoes its | |
2091 commands. When zero, only name of the file being compiled is | |
2092 echoed. Default is 0 (do not echo). | |
2093 | |
2094 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2095 | |
2096 * README: Documented new msvc build procedure, including XPM | |
2097 support. | |
2098 | |
2099 * xemacs.mak: Added XPM and TOOLBARS support for native msvc | |
2100 build. | |
2101 | |
2102 * xpm.mak: New file | |
2103 Makefile for building xpm library under msvc. Hopefully this | |
2104 will be part of future xpm distributions. | |
2105 | |
2106 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru> | |
2107 | |
2108 * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not | |
442 | 2109 defined. |
428 | 2110 |
2111 * xemacs.mak: Added new file process-nt.c | |
2112 | |
2113 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru> | |
2114 | |
2115 * xemacs.mak: Added build options which can be defined in nmake | |
2116 command line (defaults are parentheses): | |
2117 HAVE_MSW=0/1 (0) Build with native GUI | |
2118 HAVE_X=0/1 (0) Build with X-Windows | |
2119 ** At least one must be defined | |
2120 X11_DIR=path () Path to the root dir of X11R6 installation | |
2121 ** Must be defined when HAVE_X=1 | |
2122 HAVE_MULE=0/1 (0) Compile in MULE | |
2123 HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired | |
2124 PATH_PACKAGEPATH=path Package search path | |
2125 ("~/.xemacs") | |
2126 DEBUG_XEMACS=0/1 (1) Compile with symbols, assertions and | |
2127 extra debugging checks | |
2128 USE_UNION_TYPE=0/1 (0) | |
2129 USE_MINIMAL_TAGBITS=0/1 (0) | |
2130 USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0) | |
2131 GUNG_HO=0/1 (none) When specified, overrides the above two. | |
2132 : Added output of a configuration report | |
2133 : Added copyright notice. | |
2134 : Deleted remains of ImageMagick. | |
2135 (distclean): Do not use mskedepend | |
2136 (install): echo "Not yet implmented". | |
2137 | |
2138 1998-04-05 Kirill M. Katsnelson <kkm@kis.ru> | |
2139 | |
2140 * config.h (enum_field): Borrow new definition from config.h.in | |
2141 | |
2142 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru> | |
2143 | |
2144 * config.h: Patial sync-up with config.h.in | |
2145 | |
2146 1998-03-25 jhar@tardis.ed.ac.uk | |
2147 | |
2148 * xemacs.mak: Adds glyphs-msw.c and imgproc.c and reflects | |
2149 alterations to package_path in nt/xemacs.mak. | |
2150 | |
2151 1998-03-24 Kirill M. Katsnelson <kkm@kis.ru> | |
2152 | |
2153 * xemacs.mak (dump-xemacs): Replaced use of `touch' with `echo'. | |
2154 | |
2155 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru> | |
2156 | |
2157 * xemacs.mak: Removed all references to deleted dgif_lib.{c,obj}, | |
2158 gif_err.{c,obj} and gifalloc.{c,obj}. New image support is not | |
2159 compiled in yet. | |
2160 | |
2161 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru> | |
2162 | |
442 | 2163 * xemacs.mak: HAVE_FILE_CODING removed: it is no longer an option, |
428 | 2164 since file I/O depends on it, and defined unconditioanlly in |
2165 src/s/windowsnt.h. | |
2166 Added -nologo switch to different tools here and there. | |
2167 Suppressed some irrelevant make output. | |
2168 | |
2169 1998-02-28 Kirill M. Katsnelson <kkm@kis.ru> | |
2170 | |
2171 * xemacs.mak: Defined HAVE_FILE_CODING variable, an equivalent of | |
2172 --with-file-coding configure option. Default is yes. | |
2173 | |
2174 1998-03-13 Kirill M. Katsnelson <kkm@kis.ru> | |
2175 | |
2176 * xemacs.mak (update-elc): Copy Installation.el to $(LISP) | |
2177 | |
2178 * Installation.el: New file, copied by xemacs.mak during build. | |
2179 | |
2180 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com> | |
2181 | |
2182 * xemacs.mak: Added entry for src/dired-msw.c. Use of the | |
2183 dired-in-C enhancements is optional, and is determined by | |
2184 HAVE_MSW_C_DIRED. See comments in xemacs.mak. | |
2185 | |
2186 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru> | |
2187 | |
2188 * xemacs.mak: Fixed lost docstrings | |
2189 | |
2190 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk> | |
2191 | |
2192 * xemacs.mak: Updated accordingly. | |
2193 Creates the MSVC browse info immediately after the link. | |
2194 | |
2195 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru> | |
2196 | |
2197 * config.h: Suppressed MSVC warning 'relational' : signed/unsigned | |
2198 mismatch | |
2199 | |
2200 * config.h: INLINE defined to __inline for MSVC compilers >= 2.x | |
2201 | |
2202 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru> | |
2203 | |
2204 * xemacs.mak: added menubar-msw.c, menubar.c | |
2205 | |
2206 * xemacs.mak: scrollabrs and menubars are rearranged properly | |
2207 under different ifdef'd secions, so for example menubar.obj goes | |
2208 to always compiled section, and menubar-msw.obj is built only when | |
2209 HAVE_MSW. | |
2210 | |
2211 * xemacs.mak: Compiler warning flag definition moved to a macro | |
2212 CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!). | |
2213 | |
2214 1997-12-11 David Hobley <davidh@wr.com.au> | |
2215 | |
2216 * Added support for auto generation of puresize-adjust.h | |
2217 in xemacs.mak. Also created new file puresize-adjust.h to copy | |
2218 into src on initial build. | |
2219 | |
2220 Mon December 08 1997 kkm@kis.ru | |
2221 | |
2222 * xemacs.mak: added profile.c, removed event-unixod.c | |
2223 * xemacs.mak: removed dangerous defines _IX_86, _X86_, | |
2224 _MSC_VER | |
2225 * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP | |
2226 | |
2227 Thu December 04 1997 jhar@tardis.ed.ac.uk | |
442 | 2228 |
428 | 2229 * xemacs.mak: Define DEBUG_XEMACS when compiling with debug. |
2230 | |
2231 Tue November 29 12:29:33 1997 davidh | |
2232 | |
2233 * xemacs.mak and config.h updated to provide ability to | |
2234 specify DEBUG mode from the xemacs.mak file. | |
2235 | |
2236 Mon December 01 1997 jhar | |
2237 | |
2238 * msw-init.el: Provide default bindings for cut, paste, copy and undo | |
2239 | |
2240 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c: | |
2241 - Implemeted simple emacs_mswindows_event_pending_p(). | |
2242 - Fixed deleting frames. | |
2243 - Rewrote timeout code, eliminating "!NILP(rest)" bug. | |
2244 - Special processing for 'Ctrl-@' keystroke. | |
2245 - Support for some new keysyms. | |
442 | 2246 |
428 | 2247 Mon December 01 1997 jhar |
2248 | |
2249 * xemacs.mak: | |
2250 - Add PACKAGE_PATH and EMACS_BETA_VERSION defines. | |
2251 - Automatically copy changed include files from \nt to \src. | |
2252 - Corrected some DOC_SRC* lists. | |
442 | 2253 |
428 | 2254 Tue November 18 21:45:06 1997 davidh |
2255 | |
2256 * xemacs.mak updated to remove dependency on startup.elc | |
2257 HAVE_IMAGEMAGICK added for X build. | |
2258 | |
2259 Thu September 25 23:06:44 1997 davidh | |
2260 | |
2261 * xemacs.mak updated to make the build as simple as typing | |
442 | 2262 nmake -f xemacs.mak. Also support for native gui included |
428 | 2263 which should mean the w32 directory is no longer required. |
2264 | |
2265 * config.h synced with config.h.in from 20.3-b2 | |
2266 | |
2267 * synced in changes to support native gui. | |
2268 | |
2269 Thu September 25 23:06:44 1997 davidh | |
2270 | |
2271 * August Hill provided a patch to xemacs.mak to greatly simplify | |
442 | 2272 the build - the DOC file gets created correctly. |
428 | 2273 |
2274 Tue September 22 23:06:44 1997 davidh | |
2275 | |
2276 * August Hill provided some more patches - to expand ~ correctly | |
2277 and to correctly deal with drive letters in the path. | |
2278 | |
2279 * emacs.c patched to call init_ntproc() | |
2280 | |
2281 | |
2282 Tue July 15 19:32:21 1997 davidh | |
2283 | |
2284 * August Hill provided some more patches to make things better | |
2285 - there is a workaround for dired to make the ^M's disappear | |
2286 - a patch to fix shell-command | |
2287 | |
2288 Tue July 08 22:01:36 1997 davidh | |
2289 | |
2290 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs; | |
2291 as a result, removed /force - XEmacs now links normally. | |
2292 | |
2293 Thu June 31 21:16:21 1997 davidh | |
2294 | |
2295 * nt/TODO created. | |
2296 | |
2297 * nt/X11.patch created to help with the X build. | |
442 | 2298 |
428 | 2299 * August Hill provided: |
2300 a patch to fix the _WRETCODE undefined symbol, | |
2301 a patch to fix a problem with dired | |
2302 | |
2303 and generally helped clarify the build instructions. | |
2304 | |
2305 * Synced with 20.3b10 (Athens). | |
2306 | |
2307 * Made DIRECTORY_SEP be '\\'. Until I can change all code to | |
2308 use the macro, I decided this would be easiest. | |
2309 | |
2310 * Modified src/fileio.c to only open files in O_BINARY. This | |
442 | 2311 causes files to be opened and written without automatically |
428 | 2312 writing ^M 's to the end of each line. MULE ought to sort this |
2313 in theory, but I am less than convinced. | |
2314 | |
2315 * Updated the nt/README to provide a little more help. | |
2316 | |
2317 Thu May 29 23:11:21 1997 davidh | |
2318 | |
2319 * Synced with 20.3b2. | |
2320 | |
2321 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h. | |
2322 | |
2323 * Updated README from marcpa. | |
2324 | |
2325 * Added example Win32.cf and site.def files for X. | |
2326 | |
2327 * Added sed.exe into nt/. | |
2328 | |
2329 * Modified nt/xemacs.mak to pass correct flags to lwlib compile. | |
2330 | |
2331 * Added extra .elc files to ensure make-docfile gets all symbols. | |
2332 | |
2333 * Modified balloon_help.c to compile (#if'd max definition) | |
2334 | |
2335 * Modified src/event-Xt.c so as not to add signal_event_pipe to | |
2336 be selected on - this is a hack until I can work out a better | |
2337 way. Thanks to Ben Wing for help on this. | |
2338 | |
2339 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA) | |
2340 | |
2341 * Synced with 20.1b9. | |
2342 | |
2343 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA) | |
2344 | |
2345 * lisp/eterm/README.term is truncated: is it just me (because | |
2346 I'm on NT) or everyone else sees this ? | |
2347 Answer: it is because it contains a ^Z embedded in it, therefore | |
2348 it needs to be inserted in binary mode in CVS. | |
2349 | |
2350 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA) | |
2351 | |
442 | 2352 * At end of compilation, there are some unresolved symbols: |
428 | 2353 |
2354 link.exe @C:\TEMP\nma00115. | |
2355 sysdep.obj : error LNK2001: unresolved external symbol _vfork | |
2356 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE | |
2357 option; image may not run | |
2358 | |
2359 | |
2360 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA) | |
2361 | |
2362 * Need to copy the nt/inc directory David originally submitted or | |
2363 NT code won't compile. | |
2364 | |
2365 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src. | |
2366 | |
2367 * Had to modify XEmacs sources here and there : see the diffs | |
2368 between NT_FIRST_COMPILE and V20_1_beta9. | |
2369 | |
2370 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is | |
2371 already defined by Windows and is a long, while X wants it to be | |
2372 an unsigned char. | |
2373 | |
2374 --- Xmd.h~ Thu Jun 08 23:20:40 1995 | |
2375 +++ Xmd.h Sun Mar 16 13:09:10 1997 | |
2376 @@ -150,8 +150,9 @@ | |
2377 typedef CARD16 BITS16; | |
2378 typedef CARD8 BYTE; | |
442 | 2379 |
428 | 2380 +#ifndef WIN32 |
2381 typedef CARD8 BOOL; | |
2382 - | |
2383 +#endif | |
2384 | |
2385 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything | |
442 | 2386 properly. |