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