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