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