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