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