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