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