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