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