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