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