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