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