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