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