3050
+ − 1 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2
+ − 3 * configure.ac (AC_INIT): Use it correctly.
+ − 4
+ − 5 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 6
+ − 7 * configure.ac (PostgreSQL): Check for link against SSL+crypto.
+ − 8
+ − 9 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 10
+ − 11 * INSTALL: Add map from old options as appendix.
+ − 12
+ − 13 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 14
+ − 15 * INSTALL: Various minor improvements.
+ − 16
3031
+ − 17 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org>
+ − 18
+ − 19 * XEmacs 21.5.23 "daikon" is released.
+ − 20
3019
+ − 21 2005-10-25 Malcolm Purvis <malcolmp@xemacs.org>
+ − 22
+ − 23 * configure.ac: Prefer Xaw to Motif on Linux, Mac and BSD. From
+ − 24 21.4.
+ − 25 * configure.ac (XE_PARSE_COMPLEX_OPTION): Remove debugging.
+ − 26 Fix broken --with-<complex>=no.
+ − 27
3018
+ − 28 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org>
+ − 29
+ − 30 * INSTALL: Reflect changes in the configure options. Update MacOS
+ − 31 X X11 installation instructions to reflect the changes in recent
+ − 32 OS releases.
+ − 33
3003
+ − 34 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org>
+ − 35
+ − 36 * configure.ac: Added XE_MERGED_ARG to alias all local --enable
+ − 37 and --with options. Configure can only be built with autoconf
+ − 38 2.59. Prevent many unwanted blank lines from appearing in
+ − 39 configure.
+ − 40
2992
+ − 41 2005-10-13 Ben Wing <ben@xemacs.org>
+ − 42
+ − 43 * configure.ac (XE_COMPLEX_ARG_ENABLE):
+ − 44 Break lines.
+ − 45 * configure.ac (TAB):
+ − 46 Rewrite optimization help to be accurate. Setting
+ − 47 `--with-cflags-optimization=""' will now unilaterally turn off
+ − 48 optimization; setting it to something non-null unilaterally turns it
+ − 49 on.
+ − 50
2973
+ − 51 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 52
+ − 53 * configure.ac (Canna): Configure as module if appropriate.
+ − 54
+ − 55 * Makefile.in.in (modules/canna): Add dependency on lib-src (ellcc).
+ − 56
2940
+ − 57 2005-09-18 Mike Alexander <mta@arbortext.com>
+ − 58
+ − 59 * configure.ac: Fix the cygwin, non-X build by adding XPM header
+ − 60 and library files to XE_CFLAGS. Patch from Rick Rankin.
+ − 61
2938
+ − 62 2005-09-17 Malcolm Purvis <malcolmp@xemacs.org>
+ − 63
+ − 64 * configure.in: Replace with warning to use autoconf 2.59.
+ − 65 * configure.ac: Removed warning about the use of autoconf 2.59.
+ − 66
2931
+ − 67 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
+ − 68
+ − 69 * XEmacs 21.5.22 "cucumber" is released.
+ − 70
2867
+ − 71 2005-07-20 Didier Verna <didier@xemacs.org>
+ − 72
+ − 73 * CHANGES-beta: Remove the face aliasing feature announcement.
+ − 74
2865
+ − 75 2005-07-19 Didier Verna <didier@xemacs.org>
+ − 76
+ − 77 * CHANGES-beta: Announce the face aliasing feature.
+ − 78
2791
+ − 79 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 80
+ − 81 * XEmacs 21.5.21 "corn" is released.
+ − 82
2790
+ − 83 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 84
+ − 85 * configure.ac: Explain how to turn off KKCC, too.
+ − 86
+ − 87 2005-05-19 Marcus Crestani <crestani@xemacs.org>
+ − 88
+ − 89 * configure:
+ − 90 * configure.ac: Enable new allocator and KKCC by default.
+ − 91
+ − 92 2005-05-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 93
+ − 94 * CHANGES-beta: Update for release.
+ − 95
2741
+ − 96 2005-04-22 Malcolm Purvis <malcolmp@xemacs.org>
+ − 97
+ − 98 * configure.ac: Make srcdir absolute before calling
+ − 99 AC_CONFIG_AUX_DIR_DEFAULT, include X headers for shape.h,
+ − 100 terminate checking lines when testing for dynamic libraries.
+ − 101 * configure: Regenerated.
+ − 102
2720
+ − 103 2005-04-01 Marcus Crestani <crestani@xemacs.org>
+ − 104
+ − 105 The new allocator.
+ − 106
+ − 107 New configure flag: `MC_ALLOC':
+ − 108
+ − 109 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add `--enable-mc-alloc' as
+ − 110 a new configure flag.
+ − 111 * configure.in (AC_INIT_PARSE_ARGS): Add `--mc-alloc' as a new
+ − 112 configure flag.
+ − 113 * configure.usage: Add description for `mc-alloc'.
+ − 114
+ − 115 DUMP_IN_EXEC:
+ − 116
+ − 117 * Makefile.in.in: Condition the installation of a separate dump
+ − 118 file on !DUMP_ON_EXEC.
+ − 119 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add
+ − 120 `--enable-dump-in-exec' as a new configure flag.
+ − 121 * configure.ac: DUMP_IN_EXEC is define as default for PDUMP but
+ − 122 not default for MC_ALLOC.
+ − 123 * configure.in (AC_INIT_PARSE_ARGS): Add `--dump-in-exec' as a
+ − 124 new configure flag.
+ − 125 * configure.in: DUMP_IN_EXEC is define as default for PDUMP but
+ − 126 not default for MC_ALLOC.
+ − 127 * configure.usage: Add description for `dump-in-exec'.
+ − 128
2705
+ − 129 2005-03-31 Jerry James <james@xemacs.org>
+ − 130
+ − 131 * configure.ac: Aidan's 2005-03-30 patch, but against
+ − 132 configure.ac.
+ − 133
2701
+ − 134 2005-03-30 Aidan Kehoe <kehoea@parhasard.net>
+ − 135
+ − 136 * configure: #include <X11/Intrinsic.h.> -> #include
2865
+ − 137 <X11/Intrinsic.h>, thank you Robert Delius Royar.
+ − 138
2694
+ − 139 2005-03-15 Jerry James <james@xemacs.org>
+ − 140
+ − 141 * configure.ac: Include <X11/Intrinsic.h> when checking for
+ − 142 <Xaw/XawInit.h> usability.
+ − 143
2692
+ − 144 2005-03-23 Vin Shelton <acs@xemacs.org>
+ − 145
+ − 146 * configure.in: Remove -fno-gnu-linker option from Solaris
+ − 147 dynodump builds; it doesn't do anything.
+ − 148
+ − 149 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
+ − 150 platforms.
+ − 151
2680
+ − 152 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
+ − 153
2865
+ − 154 * configure: Regenerate.
2680
+ − 155 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION
2865
+ − 156 in various docstrings and error messages.
2680
+ − 157
2667
+ − 158 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 159
+ − 160 * configure.ac (--with-cflags-optimization):
+ − 161 (--with-cflags-debugging):
+ − 162 If the user specifies them, use them, and don't make her beg.
+ − 163 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB.
+ − 164
+ − 165 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org>
+ − 166
2865
+ − 167 * configure.ac: Fix problems with OpenBSD /bin/sh.
2667
+ − 168
2663
+ − 169 2005-03-13 Aidan Kehoe <kehoea@parhasard.net>
+ − 170
+ − 171 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when
+ − 172 working out whether to link against libossaudio.so on NetBSD.
+ − 173
2653
+ − 174 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
+ − 175
+ − 176 * XEmacs 21.5.20 "cilantro" is released.
+ − 177
2651
+ − 178 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org>
+ − 179
+ − 180 * .cvsignore: Added autom4te.cache.
+ − 181 * aclocal.m4: Changes to support autoconf 2.59
+ − 182 * config.guess:
+ − 183 * config.sub: Upgraded to the latest upstream version
+ − 184 * configure.ac: Rewritten for autoconf 2.59 support.
+ − 185
2648
+ − 186 2005-03-06 Malcolm Purvis <malcolmp@xemacs.org>
+ − 187
+ − 188 * INSTALL:
+ − 189 * PROBLEMS: Change configure arguments to the new autoconf 2.5
+ − 190 style configure.
+ − 191
2625
+ − 192 2005-03-01 Aidan Kehoe <kehoea@parhasard.net>
+ − 193
2865
+ − 194 * configure: Regenerated.
2625
+ − 195 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of
2628
+ − 196 XtRegisterDrawable.
2625
+ − 197
2609
+ − 198 2005-02-22 Adrian Aichner <adrian@xemacs.org>
+ − 199
+ − 200 * info/dir: Update to content generated by Info-rebuild-dir.
+ − 201
2602
+ − 202 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org>
+ − 203
+ − 204 * version.sh (XEMACS_RELEASE_DATE): New version info variable.
+ − 205
+ − 206 * configure.in (XEMACS_RELEASE_DATE): Use it.
+ − 207
2594
+ − 208 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
+ − 209
+ − 210 * XEmacs 21.5.19 "chives" is released.
+ − 211
2593
+ − 212 2005-02-17 Stephen J. Turnbull <stephen@xemacs.org>
+ − 213
+ − 214 * CHANGES-beta: Update.
+ − 215
2564
+ − 216 2005-02-03 Ben Wing <ben@xemacs.org>
+ − 217
+ − 218 * BUGS, README.packages: Delete, incorporate into FAQ.
+ − 219 * README: Incorporate into FAQ. Delete everything but text
+ − 220 pointing to FAQ.
+ − 221
2553
+ − 222 2005-02-03 Jerry James <james@xemacs.org>
+ − 223
+ − 224 * configure.in: g++ 3.4.2 doesn't like -Wmissing-prototypes or
+ − 225 -Wstrict-prototypes.
+ − 226
2536
+ − 227 2005-01-31 Ben Wing <ben@xemacs.org>
+ − 228
+ − 229 * GETTING.GNU.SOFTWARE: Delete.
+ − 230 * Makefile.in.in (SOURCES):
+ − 231 Delete GETTING.GNU.SOFTWARE from SOURCES.
+ − 232 * PROBLEMS:
+ − 233 Delete reference to check_cygwin_setup.sh.
+ − 234
2512
+ − 235 2005-01-26 Ben Wing <ben@xemacs.org>
+ − 236
+ − 237 * configure.in (AC_INIT_PARSE_ARGS):
+ − 238 * configure.in (CANONICALIZE_PATH):
+ − 239 * configure.in (TAB):
+ − 240 * configure.usage:
+ − 241 Add --with-optimization, cflags-optimization,
+ − 242 cflags-debugging. Separate out optimization and debugging arguments.
+ − 243 Document.
+ − 244
2491
+ − 245 2005-01-21 Aidan Kehoe <kehoea@parhasard.net>
+ − 246
+ − 247 * configure:
2865
+ − 248 * configure.in (XE_COMPUTE_RUNPATH):
2491
+ − 249 NetBSD can use Linux's sound API, but it needs an extra library at
+ − 250 link time to do so.
+ − 251
2427
+ − 252 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org>
+ − 253
+ − 254 * INSTALL: A POSIX compatible Make is no longer required for builds.
+ − 255 * Makefile.in.in (RECURSIVE_MAKE): Removed.
+ − 256 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
+ − 257 * configure.in (RECURSIVE_MAKE): Removed.
+ − 258 * configure.in (RECURSIVE_MAKE_ARGS): New.
+ − 259 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
+ − 260 other parameters. This allows -j to work in GNU Make while
+ − 261 removing need for POSIX compatible make on all systems.
+ − 262
2420
+ − 263 2004-12-05 Ben Wing <ben@xemacs.org>
+ − 264
+ − 265 * README.packages:
+ − 266 Fix error in specifying standard package location.
+ − 267 Document --package-prefix.
+ − 268
2416
+ − 269 2004-12-05 Ben Wing <ben@xemacs.org>
+ − 270
+ − 271 * configure.usage:
+ − 272 * configure.in (AC_INIT_PARSE_ARGS):
+ − 273 * configure.in (TAB):
+ − 274 * configure.in (XE_COMPUTE_RUNPATH):
+ − 275 * configure:
+ − 276 Support --package-prefix and mmdf and pop arguments to --mail-locking.
+ − 277 Document in configure.usage.
+ − 278
2389
+ − 279 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
+ − 280
+ − 281 * configure:
+ − 282 * configure.in: Make pdump default for Cygwin.
+ − 283
2388
+ − 284 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
+ − 285
+ − 286 * Makefile.in.in (install-arch-dep): Fix installation for Cygwin.
+ − 287
2367
+ − 288 2004-10-26 Ben Wing <ben@xemacs.org>
+ − 289
+ − 290 * configure.in (AC_INIT_NOTICE):
+ − 291 * configure.in (TAB):
+ − 292 * configure.in (XE_COMPUTE_RUNPATH):
+ − 293 Turn off -Winline and -Wchar-subscripts.
+ − 294 Use the right set of cflags when compiling modules.
+ − 295 Rewrite ldap configuration to separate the inclusion of lber
+ − 296 (needed in recent Cygwin) from the basic checks for the
+ − 297 needed libraries.
+ − 298 add a function for MAKE_JUNK_C; initially code was added to
+ − 299 generate xemacs.def using this, but it will need to be rewritten.
+ − 300 add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto
+ − 301 an existing file.
+ − 302 Sort list of auto-detected functions and eliminate unused checks for
+ − 303 stpcpy, setlocale and getwd.
+ − 304 Add autodetection of Cygwin scanf problems
+ − 305
2346
+ − 306 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 307
+ − 308 * XEmacs 21.5.18 "chestnut" is released.
+ − 309
2345
+ − 310 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 311
+ − 312 * CHANGES-beta: Update for release.
+ − 313
2315
+ − 314 2004-09-29 Jerry James <james@xemacs.org>
+ − 315
+ − 316 * configure.in: Don't use -Wunused-parameter with g++.
+ − 317
2300
+ − 318 2004-09-21 Malcolm Purvis <malcolmp@xemacs.org>
+ − 319
+ − 320 * configure.in: Unused parameter and variables warnings are GCC 3
+ − 321 or greater.
+ − 322
2286
+ − 323 2004-09-14 Jerry James <james@xemacs.org>
+ − 324
+ − 325 * configure.in (TAB): Add unused parameter and variables warnings
+ − 326 to gcc CFLAGS.
+ − 327
2283
+ − 328 2004-09-20 Jerry James <james@xemacs.org>
+ − 329
+ − 330 * INSTALL: Update Canna description to reflect recent changes.
+ − 331
2263
+ − 332 2004-09-11 Malcolm Purvis <malcolmp@xemacs.org>
+ − 333
+ − 334 * configure.in Check for sys/resource.h, sys/vlimit.h, getrlimit()
+ − 335 and vlimit().
+ − 336
2259
+ − 337 2004-09-10 Malcolm Purvis <malcolmp@xemacs.org>
+ − 338
+ − 339 * INSTALL: A POSIX compatible Make is required for builds.
+ − 340 * Makefile.in.in: Enable support for parallel builds.
+ − 341
2216
+ − 342 2004-08-12 "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net>
+ − 343
+ − 344 * config.guess: Identify PlayStation2.
+ − 345
2131
+ − 346 2004-06-16 Stephen J. Turnbull <stephen@xemacs.org>
+ − 347
+ − 348 * configure.in: Character classes in globs don't work, die when
+ − 349 GTK is mixed with other toolkits, protect comma in quoted message.
+ − 350
2128
+ − 351 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
+ − 352
+ − 353 * configure.in (Autodetection of Gdk libraries and includes):
+ − 354 Don't allow mixing of GTK with other toolkits.
+ − 355
+ − 356 2004-06-12 Stephen J. Turnbull <stephen@xemacs.org>
+ − 357
+ − 358 * configure.in: Improve style of WARNINGs.
+ − 359
+ − 360 2004-05-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 361
+ − 362 * configure.in (HAVE_GPM): Die if GPM requested but not found.
+ − 363
2079
+ − 364 2004-05-10 Jerry James <james@xemacs.org>
+ − 365
+ − 366 * aclocal.m4: Typo fix.
+ − 367 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and
+ − 368 LTDL; unify the OS-specific checks into a case statement.
+ − 369
2050
+ − 370 2004-04-30 Jerry James <james@xemacs.org>
+ − 371
+ − 372 * configure.in: Turn ICC warning 147 into an error to get a good
+ − 373 XRegisterIMInstantiateCallback prototype.
+ − 374
2048
+ − 375 2004-04-28 Jerry James <james@xemacs.org>
+ − 376
+ − 377 * configure.in: Get version information for both icc and icpc.
+ − 378
2029
+ − 379 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 380
+ − 381 * configure.in (GTK setup): Warn if other toolkits requested.
+ − 382
+ − 383 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
+ − 384
+ − 385 * configure.in (Compiler feature macros): Kaarthik Sivakumar says
+ − 386 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least.
+ − 387
+ − 388 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
+ − 389
+ − 390 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB.
+ − 391
2016
+ − 392 2003-12-07 Olivier Galibert <galibert@pobox.com>
+ − 393
+ − 394 * Makefile.in.in: Don't install the dmp file when it's in the
+ − 395 executable.
+ − 396
2009
+ − 397 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net>
+ − 398
+ − 399 * configure.in: Check for libmp dependencies before checking for
+ − 400 the existence of the move function.
+ − 401
2006
+ − 402 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au>
+ − 403
+ − 404 * configure.in (src/Makefile): No longer include a special linker
+ − 405 script for PowerPC Linux. Thanks to Stefan Bruda for reporting
+ − 406 this bug.
+ − 407
1998
+ − 408 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 409
+ − 410 * configure.in (Compiler-specific hacks): Restore warning flags
+ − 411 for XEMACS_CC if gcc. Report warning flags at compute time.
+ − 412
1997
+ − 413 2004-04-07 Jerry James <james@xemacs.org>
+ − 414
+ − 415 * configure.in: FreeBSD MP needs -lcrypto.
+ − 416
1989
+ − 417 2004-04-06 Jerry James <james@xemacs.org>
+ − 418
+ − 419 * configure.in: Change test -e to test -r for portability.
+ − 420
1985
+ − 421 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 422
+ − 423 * configure.in (use_number_lib): Accepts no to disable bignums.
+ − 424 * configure.usage: Document the "no" value.
+ − 425
1984
+ − 426 2004-04-05 Jerry James <james@xemacs.org>
+ − 427
+ − 428 * configure.in (use_number_lib): New. Values are "gmp" or "mp".
+ − 429 * configure.in: Use it. Report it. Check for size of a double.
+ − 430 * configure.usage: Tell how to use use-number-lib.
+ − 431
1964
+ − 432 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 433
+ − 434 * XEmacs 21.5.17 "chayote" is released.
+ − 435
1955
+ − 436 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 437
+ − 438 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE
+ − 439 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to
+ − 440 500 since apparently we'll use it if available.
+ − 441
+ − 442 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 443
+ − 444 * configure.in (libc detection): Fix progress message.
+ − 445
1922
+ − 446 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org>
+ − 447
+ − 448 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to
+ − 449 CFLAGS. Thanks to Jerry James for reporting the bug.
+ − 450
1916
+ − 451 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org>
+ − 452
+ − 453 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'.
1922
+ − 454 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for
+ − 455 the more elegant fix.
1916
+ − 456
1889
+ − 457 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 458
+ − 459 * configure.in: Use XE_CFLAGS for XEMACS_CC.
+ − 460 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only).
+ − 461 Various comment fixups.
+ − 462 Delete dead code for finding srcdir.
+ − 463
+ − 464 * Makefile.in.in (clean): Force deletion of generated Lisp load files.
+ − 465
+ − 466 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org>
+ − 467
+ − 468 * configure.in: Report cc and libc version info. Detection code
+ − 469 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian.
+ − 470
1871
+ − 471 2004-01-20 Jerry James <james@xemacs.org>
+ − 472
+ − 473 * configure.in: The icc compiler pretends to be gcc. It isn't.
+ − 474
1800
+ − 475 2003-11-18 Jerry James <james@xemacs.org>
+ − 476
+ − 477 * configure.in: Check for the typeof extension.
+ − 478
1756
+ − 479 2003-10-15 Jerry James <james@xemacs.org>
+ − 480
+ − 481 * aclocal.m4: Add icc (Intel compiler) support.
+ − 482 * configure.in: Ditto.
+ − 483
1740
+ − 484 2003-10-11 Jerry James <james@xemacs.org>
+ − 485
+ − 486 * configure.in: installexe.sh is under srcdir, not blddir.
+ − 487
1716
+ − 488 2003-09-26 Steve Youngs <youngs@xemacs.org>
+ − 489
+ − 490 * XEmacs 21.5.16 "celeriac" is released.
+ − 491
1707
+ − 492 2003-09-21 Jerry James <james@xemacs.org>
+ − 493
+ − 494 * configure.in: Remove detection of GNU DLD.
+ − 495 * configure: Regenerate.
+ − 496
1697
+ − 497 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu>
+ − 498
+ − 499 * PROBLEMS: Propose bash as an alternative to buggy Solaris
+ − 500 /bin/sh.
+ − 501
1696
+ − 502 2003-09-20 Steve Youngs <youngs@xemacs.org>
+ − 503
+ − 504 * configure: Re-generate after Martin's configure.in patch.
+ − 505
+ − 506 2003-09-20 Martin Buchholz <martin@xemacs.org>
+ − 507
+ − 508 * configure.in: XEmacs failed to build on Solaris9.
+ − 509 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
+ − 510 therein.
+ − 511
1692
+ − 512 2003-09-18 Steve Youngs <youngs@xemacs.org>
+ − 513
+ − 514 * configure: Re-generate after Martin's configure.in patch.
+ − 515
+ − 516 2003-09-13 Martin Buchholz <martin@xemacs.org>
+ − 517
+ − 518 * configure.in (OS_RELEASE): Add support for SunOS 5.10.
+ − 519 On current OSes produced by Sun, `uname -r' prints "5.9".
+ − 520 It seems likely that on future OSes, `uname -r' will print "5.10".
+ − 521 We need to accept multi-digit release numbers.
+ − 522
1678
+ − 523 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU>
+ − 524
+ − 525 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the
+ − 526 ability to build shared libraries, but use -bundle_loader in
+ − 527 ellcc. Properly handle other flags for MacOS X.
2865
+ − 528
1665
+ − 529 2003-09-03 Steve Youngs <youngs@xemacs.org>
+ − 530
+ − 531 * XEmacs 21.5.15 "celery" is released.
+ − 532
1651
+ − 533 2003-08-28 Jerry James <james@xemacs.org>
+ − 534
+ − 535 * configure.in: Link modules with -lstdc++ if g++ is used.
+ − 536
1648
+ − 537 2003-08-28 Steve Youngs <youngs@xemacs.org>
+ − 538
+ − 539 * README.packages: Update.
+ − 540
1633
+ − 541 2003-08-18 Jerry James <james@xemacs.org>
+ − 542
+ − 543 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def.
+ − 544 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched.
+ − 545 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin.
+ − 546 * aclocal.m4 (cygwin_warn): Removed.
+ − 547 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in.
+ − 548
1617
+ − 549 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
+ − 550
+ − 551 * configure.usage (Window System): `lucid' option often means `Motif'.
+ − 552
1546
+ − 553 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org>
+ − 554
+ − 555 * configure.usage (--cflags-warning): Change underscore to hyphen.
+ − 556
1510
+ − 557 2003-06-01 Steve Youngs <youngs@xemacs.org>
+ − 558
+ − 559 * XEmacs 21.5.14 "cassava" is released.
+ − 560
1491
+ − 561 2003-05-20 Jerry James <james@xemacs.org>
+ − 562
+ − 563 * configure.in: Add src to MAKE_SUBDIR early for module builds for
+ − 564 MacOSX and Windows; thanks to Andrew Begel. Set module makefile
+ − 565 variables appropriately if --with-modules=no is specified.
+ − 566
+ − 567 * configure: Regenerate.
+ − 568
1473
+ − 569 2003-05-10 Steve Youngs <youngs@xemacs.org>
+ − 570
+ − 571 * XEmacs 21.5.13 "cauliflower" is released.
+ − 572
1470
+ − 573 2003-05-10 Steve Youngs <youngs@xemacs.org>
+ − 574
+ − 575 * Revert this patch:
+ − 576 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
+ − 577
+ − 578 * configure.in: Move module detection to after src/ is added to
+ − 579 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
+ − 580 already be built.
+ − 581 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
+ − 582 MacOS X.
+ − 583 It was stopping certain libs from making their way into the
2865
+ − 584 Makefiles.
1470
+ − 585
+ − 586 * configure: Regenerate.
+ − 587
1464
+ − 588 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
+ − 589
+ − 590 * configure.in: Revert Steve Youngs's patch, and set default for
+ − 591 ESD in the Defaults section. Improve comments.
+ − 592
+ − 593 * configure: Regenerate.
+ − 594
1462
+ − 595 2003-05-07 Steve Youngs <youngs@xemacs.org>
+ − 596
+ − 597 * configure.in: Default ESD sound to off.
+ − 598
+ − 599 * configure.usage (--with-sound): Document ESD defaulting to off.
+ − 600
+ − 601 * configure: Regenerate.
+ − 602
1457
+ − 603 2003-05-05 Steve Youngs <youngs@xemacs.org>
+ − 604
+ − 605 * CHANGES.beta: Update.
+ − 606
1454
+ − 607 2003-05-04 Steve Youngs <youngs@xemacs.org>
+ − 608
+ − 609 * configure: Regenerate.
+ − 610
+ − 611 2003-05-04 Martin Buchholz <martin@xemacs.org>
+ − 612
+ − 613 * configure.in: Don't look for Motif if it's already present in
+ − 614 $x_includes and $x_libraries.
+ − 615
1452
+ − 616 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
+ − 617
+ − 618 * configure.in: Move module detection to after src/ is added to
+ − 619 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
+ − 620 already be built.
+ − 621 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
+ − 622 MacOS X.
+ − 623
1442
+ − 624 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 625
+ − 626 * configure.in (darwin): Collect random kludges in one place.
+ − 627 (cygwin): Check for intptr_t in <sys/types.h>.
+ − 628 (Berkeley db): Handle 4.1 functions decorated with version info.
+ − 629
1441
+ − 630 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 631
+ − 632 * PROBLEMS (Windows): New: auxiliary programs for Windows.
+ − 633
+ − 634 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 635
+ − 636 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
+ − 637 Patch by Martin Buchholz <martin@xemacs.org>.
+ − 638 <15410.44105.753590.169241@gargle.gargle.HOWL>
+ − 639
1431
+ − 640 2003-04-24 Steve Youngs <youngs@xemacs.org>
+ − 641
+ − 642 * XEmacs 21.5.12 "carrot" is released.
+ − 643
1427
+ − 644 2003-04-24 Steve Youngs <youngs@xemacs.org>
+ − 645
+ − 646 * configure.in: Fix for building on openbsd.
+ − 647 From Gregory Steuck <greg@nest.cx>
+ − 648
+ − 649 * configure: Regenerate
+ − 650
1389
+ − 651 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 652
+ − 653 * PROBLEMS: Global substitution of .Xresources for .Xdefaults.
+ − 654
1384
+ − 655 2003-03-25 Jerry James <james@eecs.ku.edu>
+ − 656
+ − 657 * configure.in: Add Andrew Begel's shared library support for
+ − 658 MacOS X.
+ − 659
1375
+ − 660 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
+ − 661
+ − 662 * INSTALL: Give location of Darwin X11 downloads.
+ − 663
1349
+ − 664 2003-02-09 Ville Skytt� <scop@xemacs.org>
+ − 665
+ − 666 * configure: Remove pkgdir and all references to it (unused).
+ − 667 * configure.in: Ditto.
+ − 668 * Makefile.in.in: Ditto.
+ − 669
1338
+ − 670 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org>
+ − 671
+ − 672 * INSTALL: Reorganize, synch to configure.usage.
+ − 673
1332
+ − 674 2003-03-01 Ben Wing <ben@xemacs.org>
+ − 675
+ − 676 * PROBLEMS:
+ − 677 * PROBLEMS (Note):
+ − 678 * PROBLEMS (http):
+ − 679 * PROBLEMS (IMPORTANT):
+ − 680 Include nt/PROBLEMS and update. Add note about incremental
+ − 681 linking badness.
+ − 682
1330
+ − 683 2003-02-28 Ben Wing <ben@xemacs.org>
+ − 684
+ − 685 * Makefile.in.in (mostlyclean):
+ − 686 * Makefile.in.in (clean):
+ − 687 * Makefile.in.in (top_distclean):
+ − 688 * Makefile.in.in (distclean):
+ − 689 Move src deletions to src/Makefile.in.in.
+ − 690
1318
+ − 691 2003-02-20 Ben Wing <ben@xemacs.org>
+ − 692
+ − 693 * PROBLEMS:
+ − 694 * PROBLEMS (event-stream.c): Removed.
+ − 695 * PROBLEMS (ABSTRACT):
+ − 696 * PROBLEMS (patch.):
+ − 697 * PROBLEMS (Note):
+ − 698 Add comment about Cygwin, unexec and sysmalloc.
+ − 699 Move some non-general stuff out of general.
+ − 700 Make a section for x86.
2865
+ − 701
1318
+ − 702 * configure.in (AC_INIT_NOTICE):
+ − 703 * configure.in (XE_COMPUTE_RUNPATH):
+ − 704 Add check for broken alloca in funcalls.
+ − 705
1314
+ − 706 2003-02-19 Ben Wing <ben@xemacs.org>
+ − 707
+ − 708 * Makefile.in.in:
+ − 709 * Makefile.in.in (GENERATED_HEADERS):
+ − 710 * Makefile.in.in (GENERATED_LISP): Removed.
+ − 711 * Makefile.in.in (.NO_PARALLEL):
+ − 712 * Makefile.in.in (beta):
+ − 713 * Makefile.in.in (dist):
+ − 714 * Makefile.in.in (batch): Removed.
+ − 715 * Makefile.in.in (batch_packages): Removed.
+ − 716 * Makefile.in.in (check): New.
+ − 717 * Makefile.in.in (finder): Removed.
+ − 718 * Makefile.in.in (check-features): New.
+ − 719 * Makefile.in.in (.PHONY):
+ − 720 * Makefile.in.in (install-only):
+ − 721 * Makefile.in.in (tagslisp):
+ − 722 * Makefile.in.in (info):
+ − 723 Major surgery. Move all stuff related to building anything in the
+ − 724 src/ directory into src/. Simplify the dependencies -- everything
+ − 725 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
+ − 726 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
+ − 727
1307
+ − 728 2003-02-16 Steve Youngs <youngs@xemacs.org>
+ − 729
+ − 730 * XEmacs 21.5.11 "cabbage" is released.
+ − 731
1303
+ − 732 2003-02-15 Ben Wing <ben@xemacs.org>
+ − 733
+ − 734 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
+ − 735 to avoid multiple autoload-loading problem.
+ − 736 * configure.usage (--error-checking): Document quick-build better.
+ − 737
1294
+ − 738 2003-01-28 Martin Buchholz <martin@xemacs.org>
+ − 739
+ − 740 * configure.in (opsys): (AIX specific)
+ − 741 Use opsys=aix4-2 for AIX 5 and all future versions.
+ − 742
1283
+ − 743 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 744
+ − 745 * INSTALL: Recommend Mule, deprecate stripped binaries.
+ − 746
1259
+ − 747 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 748
+ − 749 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
+ − 750
+ − 751 * configure.in: Fix --srcdir processing.
+ − 752
1245
+ − 753 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
+ − 754
+ − 755 * PROBLEMS: Collect Motif information in one place.
+ − 756
1232
+ − 757 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
+ − 758
+ − 759 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
+ − 760 in lisp, lisp/mule, and modules.
+ − 761
1222
+ − 762 2003-01-14 Jerry James <james@xemacs.org>
+ − 763
+ − 764 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
+ − 765 module and --error-checking=all.
+ − 766
1214
+ − 767 2003-01-13 Ilya Golubev <golubev@xemacs.org>
+ − 768
+ − 769 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
+ − 770
1202
+ − 771 2003-01-12 Mike Sperber <mike@xemacs.org>
+ − 772
+ − 773 * configure.in: Check for strupr and strlwr.
+ − 774
+ − 775 2002-12-16 Ben Wing <ben@xemacs.org>
+ − 776
+ − 777 * INSTALL (Rationale):
+ − 778 * configure.in (XE_COMPUTE_RUNPATH):
+ − 779 * configure.usage (Usage):
+ − 780 * configure.usage (--xemacs-compiler):
+ − 781 * configure.usage (--srcdir):
+ − 782 * configure.usage (--with-prefix):
+ − 783 * configure.usage (--bindir): New.
+ − 784 * configure.usage (--datadir): New.
+ − 785 * configure.usage (--statedir): New.
+ − 786 * configure.usage (--libdir): New.
+ − 787 * configure.usage (--infodir): New.
+ − 788 * configure.usage (--mandir): New.
+ − 789 * configure.usage (--lispdir): New.
+ − 790 * configure.usage (--sitelispdir): New.
+ − 791 * configure.usage (--etcdir): New.
+ − 792 * configure.usage (--lockdir): New.
+ − 793 * configure.usage (--archlibdir): New.
+ − 794 * configure.usage (--docdir): New.
+ − 795 * configure.usage (--moduledir): New.
+ − 796 * configure.usage (--with-site-lisp): New.
+ − 797 * configure.usage (--with-site-modules): New.
+ − 798 * configure.usage (--package-path): New.
+ − 799 * configure.usage (--infopath): New.
+ − 800 * configure.usage (--with-xmu):
+ − 801 * configure.usage (--with-tty):
+ − 802 * configure.usage (--with-gif):
+ − 803 * configure.usage (--native-sound-lib):
+ − 804 * configure.usage (--with-xim): New.
+ − 805 * configure.usage (--with-clash-detection): New.
+ − 806 * configure.usage (--with-database):
+ − 807 * configure.usage (--mail-locking):
+ − 808 * configure.usage (--with-ipv6-cname): Removed.
+ − 809 * configure.usage (--error-checking):
+ − 810 Redo usage message more logically, fix some problems. In configure,
+ − 811 when outputting the compilation options, put in a big ugly warning
+ − 812 about using union-type, since it's been known to trigger so many
+ − 813 compiler bugs, invariably leading to weird crashes.
+ − 814
1187
+ − 815 2003-01-04 Steve Youngs <youngs@xemacs.org>
+ − 816
+ − 817 * XEmacs 21.5.10 "burdock" is released.
+ − 818
1157
+ − 819 2002-07-08 Andy Piper <andy@xemacs.org>
+ − 820
+ − 821 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
+ − 822 this anything other than zero was misguided.
+ − 823
1155
+ − 824 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 825
+ − 826 * configure.in: Make --pdump default per opsys; move Darwin's
+ − 827 setting and change Linux's default to yes.
+ − 828
1123
+ − 829 2002-11-27 Ben Wing <ben@xemacs.org>
+ − 830
+ − 831 * configure.in (CANONICALIZE_PATH):
+ − 832 * configure.in (TAB):
+ − 833 Check for GCC version and only use -Wpacked in v3.
+ − 834
1117
+ − 835 2002-10-14 Jerry James <james@xemacs.org>
+ − 836
+ − 837 * configure.in: Remove LISP_FLOAT_TYPE definition.
+ − 838
1111
+ − 839 2002-11-17 Ben Wing <ben@xemacs.org>
+ − 840
+ − 841 * aclocal.m4 (cygwin_warn): New.
+ − 842 Disable shared library modules under Cygwin for the moment,
+ − 843 since we need some more tricky coding done and I don't have the
+ − 844 time right now.
+ − 845
+ − 846 * configure.in:
+ − 847 * configure.in (need_modules_common): New.
+ − 848 * configure.in (quoted_arguments):
+ − 849 * configure.in (stack_trace_eye_catcher):
+ − 850 * configure.in (CPP):
+ − 851 * configure.in (CFLAGS): New.
+ − 852 * configure.in (bitmapdir):
+ − 853 * configure.in (ldap_libs):
+ − 854 * configure.in (postgresql_libs):
+ − 855 * configure.in (all_widgets):
+ − 856 * configure.in (SUBDIR_MAKEFILES):
+ − 857 * configure.in (RECURSIVE_MAKE):
+ − 858 * configure.in (null_string):
+ − 859 * configure.in (Mail):
+ − 860 * configure.usage (--cflags):
+ − 861 * configure.usage (--cflags_warning): New.
+ − 862
+ − 863 Make sure we use the compiler in --xemacs-compiler to compile
+ − 864 the modules, too, or we will get link errors when trying to do
+ − 865 a C++ build.
+ − 866
+ − 867 Create a directory modules/common, in which is code common to all
+ − 868 the module Makefiles and configure.ac's. We create a separate
+ − 869 directory because we may be building in a separate source tree,
+ − 870 and need a way of accessing the common code (at least in the case
+ − 871 of the Makefile). Either we create symlinks for all necessary
+ − 872 files or one just for the directory -- the latter is more robust.
+ − 873
+ − 874 Add code to create the symlink for modules/common as necessary.
+ − 875 When creating the modules Makefiles, append the common code.
+ − 876
+ − 877 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
+ − 878 G++ v3.
+ − 879
+ − 880 Output correct compiler name in messages.
+ − 881
+ − 882 Separate warning flags from other C flags so that user-specified
+ − 883 --cflags doesn't disable warnings.
+ − 884
1100
+ − 885 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
+ − 886
+ − 887 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
+ − 888
+ − 889 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
1098
+ − 890
+ − 891 * PROBLEMS: Typo fix.
+ − 892
1092
+ − 893 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
+ − 894
2865
+ − 895 * info/dir (File): button1 on a highlighted word doesn't
1092
+ − 896 follow that cross-reference.
+ − 897
+ − 898 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
+ − 899
+ − 900 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
+ − 901
+ − 902 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
+ − 903
+ − 904 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
+ − 905 in lisp, lisp/mule, and modules.
+ − 906 ChangeLog: Fix my bogus email addresses.
+ − 907
1070
+ − 908 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
+ − 909
+ − 910 * configure.in (Check for POSIX functions): New section head.
+ − 911 getaddrinfo is detected on HP-UX 11.XX, but appears to be
+ − 912 non-functional. Disable it. Based on work by Darryl Okahata.
2865
+ − 913
1092
+ − 914 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
1058
+ − 915
+ − 916 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
+ − 917
1092
+ − 918 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
1056
+ − 919
+ − 920 * PROBLEMS (Missing charsets): Remove ambiguity.
+ − 921
1045
+ − 922 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 923
+ − 924 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
+ − 925
1042
+ − 926 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 927
+ − 928 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
+ − 929
1036
+ − 930 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 931
+ − 932 * PROBLEMS (MacOS/X): Describe stack limitation.
+ − 933 (Digital Unix): Generalize to all regexp-using applications.
+ − 934 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
+ − 935 (PROBLEMS): Point to PROBLEMS file for build notes.
+ − 936 Thanks to Skip Montanaro for the report.
+ − 937
1011
+ − 938 2002-09-20 Steve Youngs <youngs@xemacs.org>
+ − 939
+ − 940 * Makefile.in.in (TAGS tags): Descend into the modules directory
+ − 941 as well.
+ − 942
1009
+ − 943 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 944
+ − 945 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
+ − 946
997
+ − 947 2002-08-08 Jerry James <james@xemacs.org>
+ − 948
+ − 949 * Makefile.in.in (install-arch-dep): Install internal modules and
+ − 950 the corresponding autoload file.
+ − 951 * configure: Regenerate.
+ − 952 * configure.in: Detect module support early.
+ − 953 Define variables to be substituted in internal Makefiles.
+ − 954 Use ldap_libs instead of LIBS for LDAP libraries.
+ − 955 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
+ − 956 Introduce ld_libs_module for seamless module/no-module support.
+ − 957
981
+ − 958 2002-08-30 Steve Youngs <youngs@xemacs.org>
+ − 959
+ − 960 * XEmacs 21.5.9 "brussels sprouts" is released.
+ − 961
975
+ − 962 2002-08-16 Steve Youngs <youngs@xemacs.org>
+ − 963
+ − 964 * version.sh (xemacs_extra_name): New var to identify XEmacs
+ − 965 version > release < next release. ie, release+cvs.
+ − 966
2865
+ − 967 * configure.in: Test for xemacs_extra_name.
975
+ − 968
+ − 969 * configure: Re-generate.
+ − 970
974
+ − 971 2002-08-22 Ville Skytt� <ville.skytta@xemacs.org>
+ − 972
+ − 973 * configure.usage: Reorder usage message to clarify what widgets
+ − 974 are supported and what aren't.
+ − 975
957
+ − 976 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 977
+ − 978 * PROBLEMS (General advice): Define runtime and build problems.
+ − 979
+ − 980 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
+ − 981
+ − 982 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
+ − 983
933
+ − 984 2002-07-27 Steve Youngs <youngs@xemacs.org>
+ − 985
+ − 986 * XEmacs 21.5.8 "broccoli" is released.
+ − 987
925
+ − 988 2002-07-09 Mike Sperber <mike@xemacs.org>
+ − 989
2865
+ − 990 * configure.usage:
925
+ − 991 * configure.in: Add --use-kkcc option for new GC algorithms.
+ − 992
917
+ − 993 2002-06-04 Jerry James <james@xemacs.org>
+ − 994
+ − 995 * configure.usage: Identify --with-modules as autodetecting.
+ − 996
915
+ − 997 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 998
+ − 999 * PROBLEMS: Add two basic configuration questions.
+ − 1000
911
+ − 1001 2002-07-08 Mike Sperber <mike@xemacs.org>
+ − 1002
+ − 1003 * configure.in: Test for wchar.h.
+ − 1004
894
+ − 1005 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1006
+ − 1007 * XEmacs 21.5.7 "broccoflower" is released.
+ − 1008
892
+ − 1009 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1010
+ − 1011 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
+ − 1012
864
+ − 1013 2002-05-22 Andy Piper <andy@xemacs.org>
+ − 1014
+ − 1015 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
+ − 1016 xemacs can be running while we build a dist.
+ − 1017
+ − 1018 2002-05-07 Andy Piper <andy@xemacs.org>
+ − 1019
+ − 1020 * configure.in: undo autoconf 2.5x change.
+ − 1021
+ − 1022 2002-04-26 Andy Piper <andy@xemacs.org>
+ − 1023
+ − 1024 * configure.in: make sure that a combined X and windows build gets
+ − 1025 widgets.
+ − 1026
+ − 1027 2002-04-26 Andy Piper <andy@xemacs.org>
+ − 1028
+ − 1029 * configure.in: update to support autoconf 2.5x from Andreas
+ − 1030 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
+ − 1031
+ − 1032 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1033
+ − 1034 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
+ − 1035
+ − 1036 * etc/sample.init.el: Add description of initialization process,
+ − 1037 the custom.el file, and code to load custom.el early instead of
+ − 1038 late.
+ − 1039
+ − 1040 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
+ − 1041
+ − 1042 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
+ − 1043
+ − 1044 2002-04-25 Mike Fabian <mfabian@suse.de>
+ − 1045
+ − 1046 * configure.in: add option moduledir as mentioned in ./configure
+ − 1047 --help
+ − 1048
+ − 1049 2001-04-21 Martin Buchholz <martin@xemacs.org>
+ − 1050
+ − 1051 * configure.in: Detect MacOS/X "Darwin".
+ − 1052 Thanks to Greg Parker <gparker@cs.stanford.edu>.
2865
+ − 1053
864
+ − 1054 2002-03-30 Steve Youngs <youngs@xemacs.org>
+ − 1055
+ − 1056 * etc/package-index.LATEST.pgp: Update to current reality.
+ − 1057
+ − 1058 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1059
+ − 1060 * etc/TUTORIAL.se: New from Mats Lidell.
+ − 1061
+ − 1062 2002-01-07 Jan Vroonhof <jan@xemacs.org>
+ − 1063
+ − 1064 * configure.in: Make explicit "--with-widgets" mean "=yes".
+ − 1065 If "--with-widgets=yes" autodetect athena.
+ − 1066
+ − 1067 2001-12-29 Steve Youngs <youngs@xemacs.org>
+ − 1068
+ − 1069 * etc/package-index.LATEST.pgp: Update.
+ − 1070
+ − 1071 2001-12-13 William M. Perry <wmperry@gnu.org>
+ − 1072
+ − 1073 * configure.in (GTK): add -Wno-shadow.
2865
+ − 1074
864
+ − 1075 2002-01-23 Jarl Friis <jarl@diku.dk>
+ − 1076
+ − 1077 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
+ − 1078 note on patch etiquette.
+ − 1079
853
+ − 1080 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
+ − 1081
+ − 1082 * configure.in: Don't #define __STDC__ in confdefs.h
+ − 1083
846
+ − 1084 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
+ − 1085
+ − 1086 * configure.in: Protect nocomboreloc linker arguments to avoid
+ − 1087 problem on the ppc.
+ − 1088
845
+ − 1089 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1090
+ − 1091 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
+ − 1092 Linux runtime issues section.
+ − 1093 * INSTALL: Improve description of mail locking.
+ − 1094
835
+ − 1095 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1096
+ − 1097 * PROBLEMS (General): Decribe failed AUTH with EFS.
+ − 1098
828
+ − 1099 2002-04-23 Olivier Galibert <galibert@pobox.com>
+ − 1100
+ − 1101 * configure.in: Fix the "error checking" warning.
+ − 1102
826
+ − 1103 2002-05-05 Ben Wing <ben@xemacs.org>
+ − 1104
+ − 1105 * README.packages: Update info about --package-path.
+ − 1106
814
+ − 1107 2002-04-14 Ben Wing <ben@xemacs.org>
+ − 1108
+ − 1109 * TODO.ben-mule-21-5:
+ − 1110 * TODO.ben-mule-21-5 (Priority): New.
+ − 1111 Update.
+ − 1112
808
+ − 1113 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1114
+ − 1115 * XEmacs 21.5.6 "bok choi" is released.
+ − 1116
803
+ − 1117 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1118
+ − 1119 * CHANGES-beta: Update for release.
+ − 1120
801
+ − 1121 2002-03-31 Ben Wing <ben@xemacs.org>
+ − 1122
+ − 1123 * Makefile.in.in (all):
+ − 1124 * Makefile.in.in (finder):
+ − 1125 * Makefile.in.in (Makefile):
+ − 1126 * Makefile.in.in (SOURCES):
+ − 1127 Try to make the Makefile notice if its source Makefile.in.in is
+ − 1128 changed, and regenerate and run itself.
+ − 1129
+ − 1130 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
+ − 1131 can't compile under Mule if a Lisp file has changed. (can't run
+ − 1132 temacs)
+ − 1133
+ − 1134 * TODO.ben-mule-21-5 (bugs): update.
+ − 1135
800
+ − 1136 2002-03-31 Ben Wing <ben@xemacs.org>
+ − 1137
+ − 1138 * TODO.ben-mule-21-5 (bugs): Update.
2865
+ − 1139
800
+ − 1140 * configure.in (USAGE_ERROR):
+ − 1141 * configure.in (CANONICALIZE_PATH):
+ − 1142 * configure.in (XE_COMPUTE_RUNPATH):
+ − 1143 Fix for new error-checking types.
+ − 1144
793
+ − 1145 2002-03-28 Ben Wing <ben@xemacs.org>
+ − 1146
+ − 1147 * etc/ChangeLog: New file.
+ − 1148
+ − 1149 Separated out all entries for etc/ into their own ChangeLog.
+ − 1150 Includes entries for the following files:
+ − 1151
+ − 1152 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
+ − 1153 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
+ − 1154 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
+ − 1155 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
+ − 1156 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
+ − 1157 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
+ − 1158 etc/custom/example-themes/europe-theme.el,
+ − 1159 etc/custom/example-themes/ex-custom-file,
+ − 1160 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
+ − 1161 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
+ − 1162 etc/gnuserv.README, etc/package-index.LATEST.gpg,
+ − 1163 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
+ − 1164 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
+ − 1165 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
+ − 1166 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
+ − 1167 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
+ − 1168 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
+ − 1169 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
+ − 1170 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
+ − 1171 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
+ − 1172 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
+ − 1173
+ − 1174 2002-03-24 Ben Wing <ben@xemacs.org>
+ − 1175
+ − 1176 * TODO.ben-mule-21-5 (bugs):
+ − 1177 * TODO.ben-mule-21-5 (Signaling): New.
+ − 1178 Add stuff from Frank Schmitt.
+ − 1179
788
+ − 1180 2002-03-20 Ben Wing <ben@xemacs.org>
+ − 1181
+ − 1182 * TODO.ben-mule-21-5:
+ − 1183 * TODO.ben-mule-21-5 (bugs):
+ − 1184 Create bug list for latest problems.
+ − 1185
781
+ − 1186 2002-03-18 Ben Wing <ben@xemacs.org>
+ − 1187
+ − 1188 * README (http):
+ − 1189 Include a long, long description of the suggested directory layout
+ − 1190 for developing XEmacs. This should probably go as part of a
+ − 1191 larger document, a "Getting Started with Developing XEmacs". ####
+ − 1192 Does such a document exist?
+ − 1193
+ − 1194 2002-03-18 Ben Wing <ben@xemacs.org>
+ − 1195
+ − 1196 * Some ChangeLog entries from stuff that got applied long ago
+ − 1197 never got checked in, due to the nasty SCCS "oops, i forgot again
+ − 1198 ..." bug.
+ − 1199
+ − 1200 2001-05-04 Ben Wing <ben@xemacs.org>
+ − 1201
+ − 1202 * PROBLEMS:
+ − 1203 * PROBLEMS (Note):
+ − 1204 Correct general info about init file.
+ − 1205 Fix up Cygwin, Windows sections.
+ − 1206
777
+ − 1207 2002-03-15 Ben Wing <ben@xemacs.org>
+ − 1208
+ − 1209 * configure.in (XE_COMPUTE_RUNPATH):
+ − 1210 check for sys/times.h.
+ − 1211
776
+ − 1212 2002-03-15 Ben Wing <ben@xemacs.org>
+ − 1213
+ − 1214 * Makefile.in.in (batch):
+ − 1215 * Makefile.in.in (batch_packages):
+ − 1216 * Makefile.in.in (finder):
+ − 1217 * Makefile.in.in (check-features):
+ − 1218 * Makefile.in.in (install):
+ − 1219 Use -no-packages to avoid problems with package files shadowing
+ − 1220 core files (e.g. unicode.el in mule-ucs).
+ − 1221
774
+ − 1222 2002-03-12 Ben Wing <ben@xemacs.org>
+ − 1223
776
+ − 1224 * The Great Mule Merge: See CHANGES-ben-mule.
774
+ − 1225
768
+ − 1226 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1227
+ − 1228 * XEmacs 21.5.5 "beets" is released.
+ − 1229
762
+ − 1230 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1231
+ − 1232 * CHANGES-beta: Prune pre-21.5 information.
+ − 1233
726
+ − 1234 2002-01-07 Jan Vroonhof <jan@xemacs.org>
+ − 1235
+ − 1236 * configure.in: Make explicit "--with-widgets" mean "=yes".
+ − 1237 If "--with-widgets=yes" autodetect athena.
+ − 1238
725
+ − 1239 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1240
+ − 1241 * XEmacs 21.5.4 "bamboo" is released.
+ − 1242
724
+ − 1243 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
+ − 1244
+ − 1245 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
+ − 1246
+ − 1247 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
+ − 1248
+ − 1249 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
+ − 1250
+ − 1251 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
+ − 1252
+ − 1253 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
+ − 1254
+ − 1255 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
+ − 1256
+ − 1257 * configure.in (option processing): with_widgets=m is ambiguous;
+ − 1258 don't allow it.
+ − 1259 (AC_CHECKING for the Athena widgets): Don't check for Athena when
+ − 1260 with_widgets=no.
+ − 1261
+ − 1262 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1263
+ − 1264 * configure.usage: Various documentation improvements.
+ − 1265
+ − 1266 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
+ − 1267 * configure.usage:
+ − 1268 * PROBLEMS (IPv6 CNAME lookup):
+ − 1269 Document it.
+ − 1270
721
+ − 1271 2002-01-02 Adrian Aichner <adrian@xemacs.org>
+ − 1272
+ − 1273 * info/dir (File): Reword entry for Emodules according to
+ − 1274 ../man/emodules.texi.
+ − 1275
705
+ − 1276 2001-12-18 Adrian Aichner <adrian@xemacs.org>
+ − 1277
+ − 1278 * info\.cvsignore: Correct pattern to match all info files.
+ − 1279
701
+ − 1280 2001-12-16 Adrian Aichner <adrian@xemacs.org>
+ − 1281
+ − 1282 * info\.cvsignore: Info files are generated, so let's ignore them
+ − 1283 all.
+ − 1284
699
+ − 1285 2001-12-15 Adrian Aichner <adrian@xemacs.org>
+ − 1286
+ − 1287 * info\dir (File): Update version to 21.5.
+ − 1288
668
+ − 1289 2001-08-29 Jered Floyd <jered@MIT.EDU>
+ − 1290
+ − 1291 * configure.in (moduledir,sitemoduledir,archlibdir):
+ − 1292 Place arch-specific files under ${libdir}, not under ${datadir}.
+ − 1293
667
+ − 1294 2001-09-25 Didier Verna <didier@xemacs.org>
+ − 1295
+ − 1296 * configure.ac: new. Autoconf 2.5x guard.
+ − 1297
708
+ − 1298 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
+ − 1299
+ − 1300 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
+ − 1301
+ − 1302 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1303
+ − 1304 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
+ − 1305 instead of -z combreloc, to avoid confusing Solaris.
+ − 1306
+ − 1307 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1308
+ − 1309 * configure.usage: Makefile.in -> Makefile.in.in.
+ − 1310
+ − 1311 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1312
+ − 1313 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
+ − 1314 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
+ − 1315
+ − 1316 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1317
+ − 1318 * configure.in: Fix typos in comments.
+ − 1319 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
+ − 1320 * (Installation): Suggest pdump instead of -z nocomboreloc.
+ − 1321 * configure.usage: Document --quick-build.
+ − 1322
+ − 1323 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1324
+ − 1325 * configure.in: Typo in reference to with_ipv6_cname.
+ − 1326
+ − 1327 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1328
+ − 1329 * configure.in: Initialize with_ipv6_cname=no.
+ − 1330 * configure.usage: Document it.
+ − 1331
+ − 1332 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1333
+ − 1334 * configure.in: Document that autoconf 2.5x is unsupported.
+ − 1335
664
+ − 1336 2001-09-17 Ben Wing <ben@xemacs.org>
+ − 1337
+ − 1338 * configure.in (TAB):
+ − 1339 * configure.in (XE_COMPUTE_RUNPATH):
+ − 1340 Don't use -Wshadow when compiling with g++ or you get buried in
+ − 1341 silly warnings. This patch was already applied but somehow got
+ − 1342 unapplied. Stephen?
+ − 1343
+ − 1344 2001-06-24 Ben Wing <ben@xemacs.org>
+ − 1345
+ − 1346 * configure.in (TAB): Don't use -Wshadow when compiling with
+ − 1347 g++ or you get buried in silly warnings.
+ − 1348 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
+ − 1349 compiling --with-msw, --with-x=no, --with-tty=no.
+ − 1350
654
+ − 1351 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1352
+ − 1353 * XEmacs 21.5.3 "asparagus" is released.
+ − 1354
642
+ − 1355 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
+ − 1356
+ − 1357 * configure.usage (--with-dialogs): added lucid to list of options
+ − 1358 * configure.usage (--with-widgets): added lucid to list of options
+ − 1359 * configure.usage (--with-dragndrop): added GTK to list of protocols
+ − 1360 * configure.usage (--mail-locking): added `locking' or `mmdf' to
+ − 1361 list of options syncing options documentation with those in
+ − 1362 configure.in
+ − 1363
641
+ − 1364 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1365
+ − 1366 * XEmacs 21.5.2 "artichoke" is released.
+ − 1367
623
+ − 1368 2001-06-21 Ben Wing <ben@xemacs.org>
+ − 1369
+ − 1370 * README:
+ − 1371 * README (http):
+ − 1372 * README (ftp):
+ − 1373 Rewrite.
+ − 1374
598
+ − 1375 2001-05-29 Martin Buchholz <martin@xemacs.org>
+ − 1376
+ − 1377 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
+ − 1378 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
+ − 1379 properly integrated into the build system.
+ − 1380 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
+ − 1381
594
+ − 1382 2001-05-30 Ben Wing <ben@xemacs.org>
+ − 1383
+ − 1384 * configure.in (AC_INIT_PARSE_ARGS):
+ − 1385 * configure.in (USAGE_ERROR):
+ − 1386 * configure.in (XE_COMPUTE_RUNPATH):
+ − 1387 Fix problems detecting both native and Linux sound on Cygwin
+ − 1388 when compiled with --with-msw=no.
+ − 1389
+ − 1390 Rearrange file-coding handling a bit to avoid warning when
+ − 1391 compiling with Mule.
+ − 1392
+ − 1393 2001-05-28 Martin Buchholz <martin@xemacs.org>
+ − 1394
+ − 1395 * configure.in (--xemacs-compiler): New.
+ − 1396 * configure.usage:
+ − 1397 * INSTALL:
+ − 1398 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
+ − 1399 Explain how to build xemacs using a C++ compiler.
+ − 1400
585
+ − 1401 2001-05-29 Martin Buchholz <martin@xemacs.org>
+ − 1402
+ − 1403 * configure.in: Remove stray backslash.
+ − 1404
582
+ − 1405 2001-05-26 Ben Wing <ben@xemacs.org>
+ − 1406
+ − 1407 * configure.in (XE_COMPUTE_RUNPATH):
+ − 1408 rewrite warning output so that it doesn't happen by default --
+ − 1409 you should only get warnings when something is actively wrong,
+ − 1410 not just because a feature is not present.
+ − 1411
567
+ − 1412 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
+ − 1413
+ − 1414 * configure.in: See if mkstemp is available for movemail.c
+ − 1415
559
+ − 1416 2001-05-23 Ben Wing <ben@xemacs.org>
+ − 1417
+ − 1418 * configure.in (AC_INIT_PARSE_ARGS):
+ − 1419 * configure.in (TAB):
+ − 1420 * configure.in (XE_COMPUTE_RUNPATH):
+ − 1421 add some support for eventually turning on file coding by
+ − 1422 default. Fix numerous places where AC_MSG_WARN had quotes
+ − 1423 around its arg, which is bad. Replace with []. Same for
+ − 1424 AC_MSG_ERROR.
+ − 1425
+ − 1426 2001-05-15 Steve Youngs <youngs@xemacs.org>
667
+ − 1427 * configure.in:
557
+ − 1428 If no native dumper (UNEXEC) is defined, simply use pdump.
+ − 1429 If no SYSTEM_TYPE is defined, choose an appopriate default.
+ − 1430
554
+ − 1431 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
+ − 1432
+ − 1433 * configure.in: Reverse the order of Windows and Linux sound tests
+ − 1434 so that Cygwin will find Windows first.
+ − 1435
559
+ − 1436 2001-05-14 Martin Buchholz <martin@xemacs.org>
+ − 1437
+ − 1438 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
541
+ − 1439
535
+ − 1440 2001-05-11 Martin Buchholz <martin@xemacs.org>
+ − 1441
667
+ − 1442 * configure.in:
535
+ − 1443 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
+ − 1444
532
+ − 1445 2001-05-10 Ben Wing <ben@xemacs.org>
+ − 1446
+ − 1447 * Makefile.in.in (all):
+ − 1448 * Makefile.in.in (configure):
+ − 1449 * Makefile.in.in (finder):
+ − 1450 remove autoload targets.
+ − 1451
527
+ − 1452 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
+ − 1453
+ − 1454 * configure.in: Check gtk version validity only when gtk-config
+ − 1455 exists.
+ − 1456
522
+ − 1457 2001-05-09 Martin Buchholz <martin@xemacs.org>
+ − 1458
+ − 1459 * XEmacs 21.5.1 "anise" is released.
+ − 1460
505
+ − 1461 2001-05-04 Martin Buchholz <martin@xemacs.org>
+ − 1462
667
+ − 1463 * configure.in (opsys):
505
+ − 1464 Use lower-case `uname -s` as the default value for opsys.
+ − 1465 The previous code effectively did the non-sensical
+ − 1466 opsys=$canonical because [] magically disappear in configure.in.
+ − 1467
472
+ − 1468 2001-04-18 Martin Buchholz <martin@xemacs.org>
+ − 1469
+ − 1470 * XEmacs 21.5.0 "alfalfa" is released.
+ − 1471
464
+ − 1472 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
+ − 1473
+ − 1474 * configure.in: Don't #define __STDC__ in confdefs.h
+ − 1475
+ − 1476 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1477
+ − 1478 * configure.usage: Document --with-file-coding.
+ − 1479
+ − 1480 * configure.in:
+ − 1481 * configure:
+ − 1482 Fix typo, add -Wsign-compare if GCC, run autoconf.
+ − 1483
+ − 1484 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1485
+ − 1486 * PROBLEMS (Problems with running XEmacs):
+ − 1487 Document TMPDIR lossage in gnuserv/gnuclient.
+ − 1488
462
+ − 1489 2001-03-21 Martin Buchholz <martin@xemacs.org>
+ − 1490
+ − 1491 * XEmacs 21.2.46 "Urania" is released.
+ − 1492
+ − 1493 2001-03-19 Andy Piper <andy@xemacs.org>
+ − 1494
+ − 1495 * configure.in: default rel-alloc to off under cygwin
+ − 1496
+ − 1497 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1498
+ − 1499 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
+ − 1500
+ − 1501 * CHANGES-beta:
+ − 1502 * configure.in:
+ − 1503 Fix gratuitous whitespace changes from GTK merge.
+ − 1504
+ − 1505 * configure.usage: Untabify --with-{gtk,gnome}.
+ − 1506
+ − 1507 2001-03-12 Andy Piper <andy@xemacs.org>
+ − 1508
+ − 1509 * configure.in: only pick up mingw directory.
+ − 1510
+ − 1511 2001-03-02 Ben Wing <ben@xemacs.org>
+ − 1512
+ − 1513 * info\dir: Update to 21.4; clean up descriptions of manuals;
+ − 1514 replace misnomer "Local Packages" with more correct "Other
+ − 1515 Documentation".
+ − 1516
+ − 1517 2001-03-09 William M. Perry <wmperry@aventail.com>
+ − 1518
+ − 1519 * CHANGES-beta:
+ − 1520 * configure.in:
+ − 1521 * configure.usage:
+ − 1522 The Great GTK Merge.
+ − 1523
+ − 1524 2001-02-23 Andy Piper <andy@xemacs.org>
+ − 1525
+ − 1526 * configure.usage (--with-netinstall): add docs.
+ − 1527
+ − 1528 * configure.in: with_netinstall is a new option. Default to off.
+ − 1529
460
+ − 1530 2001-02-23 Martin Buchholz <martin@xemacs.org>
+ − 1531
+ − 1532 * XEmacs 21.2.45 "Thelxepeia" is released.
+ − 1533
+ − 1534 2001-02-13 Martin Buchholz <martin@xemacs.org>
+ − 1535
+ − 1536 * aclocal.m4: Fix module support for AIX cc.
+ − 1537 Support possible future OSes irix7, aix5, osf[56].
+ − 1538
+ − 1539 2001-02-12 Martin Buchholz <martin@xemacs.org>
+ − 1540
+ − 1541 * configure.in: No need for NON_GNU_CPP on SCO.
+ − 1542
+ − 1543 2001-02-09 Martin Buchholz <martin@xemacs.org>
+ − 1544
+ − 1545 * configure.in: Prefer utime to utimes - it's more standard.
+ − 1546 Remove explicit checking for struct utimbuf.
+ − 1547 Remove explicit checking for <utime.h>.
+ − 1548 Combined into one simpler test for utime.
+ − 1549 Add explicit check for utimes, if utime not found.
+ − 1550
458
+ − 1551 2001-02-08 Martin Buchholz <martin@xemacs.org>
+ − 1552
+ − 1553 * XEmacs 21.2.44 "Thalia" is released.
+ − 1554
+ − 1555 2001-01-16 Mike Sperber <mike@xemacs.org>
+ − 1556
+ − 1557 * configure.in: Remove bogus path variable definitions.
+ − 1558 Reflect the fact that specifying --datadir also affects docdir and
+ − 1559 archlibdir.
+ − 1560
+ − 1561 2001-02-06 Martin Buchholz <martin@xemacs.org>
+ − 1562
+ − 1563 * configure.in: Only use -Wpointer-arith on non-glibc systems.
+ − 1564
+ − 1565 2001-02-02 Martin Buchholz <martin@xemacs.org>
+ − 1566
+ − 1567 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
+ − 1568 for the sake of gcc 2.97 fixincludes, which breaks it.
+ − 1569
+ − 1570 2001-01-27 Martin Buchholz <martin@xemacs.org>
+ − 1571
+ − 1572 * configure.in: Check for util.h for NetBSD's openpty.
+ − 1573
+ − 1574 2001-01-28 Martin Buchholz <martin@xemacs.org>
+ − 1575
+ − 1576 * config.sub: Upgrade to offical version 2001-01-12.
+ − 1577 * config.guess: Upgrade to offical version 2001-01-17.
+ − 1578
456
+ − 1579 2001-01-26 Martin Buchholz <martin@xemacs.org>
+ − 1580
+ − 1581 * XEmacs 21.2.43 "Terspichore" is released.
+ − 1582
+ − 1583 2001-01-21 Steve Youngs <youngs@xemacs.org>
+ − 1584
+ − 1585 * README.packages: Doc fix.
+ − 1586
+ − 1587 2001-01-17 Steve Youngs <youngs@xemacs.org>
+ − 1588
+ − 1589 * README.packages: Update.
+ − 1590
454
+ − 1591 2001-01-20 Martin Buchholz <martin@xemacs.org>
+ − 1592
+ − 1593 * XEmacs 21.2.42 "Poseidon" is released.
+ − 1594
+ − 1595 2001-01-18 Martin Buchholz <martin@xemacs.org>
+ − 1596
+ − 1597 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
+ − 1598
+ − 1599 2001-01-17 Martin Buchholz <martin@xemacs.org>
+ − 1600
+ − 1601 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
+ − 1602 --with-ld=/usr/ccs/bin/ld
+ − 1603
+ − 1604 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
+ − 1605
+ − 1606 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
+ − 1607 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
+ − 1608
+ − 1609 2001-01-16 Didier Verna <didier@xemacs.org>
+ − 1610
+ − 1611 * NEWS: document the modeline horizontal scrolling feature.
+ − 1612
452
+ − 1613 2001-01-17 Martin Buchholz <martin@xemacs.org>
+ − 1614
+ − 1615 * XEmacs 21.2.41 "Polyhymnia" is released.
+ − 1616
+ − 1617 2001-01-16 Martin Buchholz <martin@xemacs.org>
+ − 1618
+ − 1619 * PROBLEMS: Document MIPSpro ICE problem workaround.
+ − 1620
+ − 1621 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
+ − 1622
+ − 1623 * configure.in: check for dlopen by linking program with
+ − 1624 <dlfcn.h>.
+ − 1625
+ − 1626 2001-01-08 Andy Piper <andy@xemacs.org>
+ − 1627
+ − 1628 * configure.in: add extra_includes and populate appropriately for
+ − 1629 cygwin and mingw.
+ − 1630
+ − 1631 2000-12-28 Andy Piper <andy@xemacs.org>
+ − 1632
+ − 1633 * configure.in: allow --with-widgets=msw
+ − 1634
450
+ − 1635 2001-01-08 Martin Buchholz <martin@xemacs.org>
+ − 1636
+ − 1637 * XEmacs 21.2.40 is released.
+ − 1638
+ − 1639 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1640
+ − 1641 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
+ − 1642
+ − 1643 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1644
+ − 1645 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
+ − 1646 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
+ − 1647
+ − 1648 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
+ − 1649
+ − 1650 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
+ − 1651 of input-method-xfs.o.
+ − 1652
+ − 1653 * configure: ditto
+ − 1654
448
+ − 1655 2000-12-31 Martin Buchholz <martin@xemacs.org>
+ − 1656
+ − 1657 * XEmacs 21.2.39 is released.
+ − 1658
+ − 1659 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+ − 1660
+ − 1661 * configure.in: Added check if the berkdb has db_create or not.
+ − 1662
+ − 1663 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1664
+ − 1665 * configure.in: Fix broken gcc detection for 2.7.2.
+ − 1666
+ − 1667 2000-12-11 Andy Piper <andy@xemacs.org>
+ − 1668
+ − 1669 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
+ − 1670
+ − 1671 * netinstall: new net installer for MS-Windows.
+ − 1672
446
+ − 1673 2000-12-05 Martin Buchholz <martin@xemacs.org>
+ − 1674
+ − 1675 * XEmacs 21.2.38 is released.
+ − 1676
454
+ − 1677 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
446
+ − 1678
+ − 1679 * configure.in: Only show message about DnD API if compiling with DnD
+ − 1680
+ − 1681 2000-11-09 Martin Buchholz <martin@xemacs.org>
+ − 1682
+ − 1683 * configure.in: Autodetect elf.h.
+ − 1684
444
+ − 1685 2000-11-14 Martin Buchholz <martin@xemacs.org>
+ − 1686
+ − 1687 * XEmacs 21.2.37 is released.
+ − 1688
+ − 1689 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1690
+ − 1691 * README.packages: Add "uninstalled package" FAQ.
+ − 1692
+ − 1693 2000-11-01 Martin Buchholz <martin@xemacs.org>
+ − 1694
+ − 1695 * configure.in: Handle alloca with Compaq C on Alpha Linux.
+ − 1696
+ − 1697 2000-10-27 Martin Buchholz <martin@xemacs.org>
+ − 1698
+ − 1699 * configure.in: Oops, _getpt ==> _getpty
+ − 1700
+ − 1701 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1702
+ − 1703 * Makefile.in.in: Remove lockdir related things.
+ − 1704
+ − 1705 2000-10-11 Martin Buchholz <martin@xemacs.org>
+ − 1706
+ − 1707 * configure.in:
+ − 1708 Remove checking for XFree86. Use feature tests instead!
+ − 1709 Add check for XRegisterIMInstantiateCallback.
+ − 1710 Add check for XRegisterIMInstantiateCallback's prototype.
+ − 1711
+ − 1712 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
+ − 1713
+ − 1714 * configure.in: Typo - missing paren.
+ − 1715
+ − 1716 2000-10-10 Martin Buchholz <martin@xemacs.org>
+ − 1717
454
+ − 1718 * configure.in:
444
+ − 1719 Use stropts.h, not sys/stropts.h.
+ − 1720 Use strtio.h, not sys/strtio.h.
+ − 1721
+ − 1722 2000-10-06 Martin Buchholz <martin@xemacs.org>
+ − 1723
+ − 1724 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
+ − 1725
442
+ − 1726 2000-10-04 Martin Buchholz <martin@xemacs.org>
+ − 1727
+ − 1728 * XEmacs 21.2.36 is released.
+ − 1729
+ − 1730 2000-09-27 Martin Buchholz <martin@xemacs.org>
+ − 1731
+ − 1732 * configure.in: Big signal/process handling overhaul.
+ − 1733 Autoconfiscate lots of functions and headers:
+ − 1734 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
+ − 1735 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
+ − 1736
+ − 1737 2000-09-19 Martin Buchholz <martin@xemacs.org>
+ − 1738
+ − 1739 * *: Spelling mega-patch
+ − 1740
+ − 1741 2000-09-16 Martin Buchholz <martin@xemacs.org>
+ − 1742
+ − 1743 * configure.in: Remove strcasecmp.
+ − 1744
+ − 1745 2000-09-16 Martin Buchholz <martin@xemacs.org>
+ − 1746
+ − 1747 * configure.in: Add -Kalloca to $c_switch_system when using
+ − 1748 Unixware native compiler (if necessary).
+ − 1749
+ − 1750 2000-09-15 Martin Buchholz <martin@xemacs.org>
+ − 1751
+ − 1752 * configure.in: Prevent spurious "No" in configure output when not
+ − 1753 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
+ − 1754
+ − 1755 2000-09-14 Martin Buchholz <martin@xemacs.org>
+ − 1756
+ − 1757 * configure.in: Save 2 sed process invocations per Makefile.
+ − 1758
+ − 1759 2000-08-22 SL Baur <steve@turbolinux.co.jp>
+ − 1760
+ − 1761 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
+ − 1762 to link path if compiling on Alpha/Linux.
+ − 1763
+ − 1764 2000-09-01 Martin Buchholz <martin@xemacs.org>
+ − 1765
+ − 1766 * Makefile.in.in (depend): cd to the correct directory.
+ − 1767
+ − 1768 2000-08-31 Martin Buchholz <martin@xemacs.org>
+ − 1769
+ − 1770 * configure.in: with_widgets is incompatible with X11 R4.
+ − 1771
+ − 1772 * configure.in: Make Balloon Help conditional on finding shape.h
+ − 1773
+ − 1774 2000-08-09 Vin Shelton <acs@xemacs.org>
+ − 1775
+ − 1776 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
+ − 1777 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
+ − 1778
+ − 1779 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1780
+ − 1781 * configure.usage: Remove lockdir document.
+ − 1782
+ − 1783 2000-07-31 Martin Buchholz <martin@xemacs.org>
+ − 1784
+ − 1785 * configure.in:
+ − 1786 Make knowledge of machine and opsys optional.
+ − 1787 Make existence of s&m files optional.
+ − 1788 Rely on configure alone if s&m files not found.
+ − 1789
+ − 1790 * configure.in:
+ − 1791 Use only configure-time tests to detect getloadavg().
+ − 1792 Don't check for kstat.h if we have getloadavg().
+ − 1793 Check for sys/loadavg.h if we have getloadavg().
+ − 1794
+ − 1795 2000-07-15 Ben Wing <ben@xemacs.org>
+ − 1796
+ − 1797 * Makefile.in.in (configure):
+ − 1798 all-elcs target now uses update-elc-2.el not update-elc.sh
+ − 1799
+ − 1800 2000-07-19 Martin Buchholz <martin@xemacs.org>
+ − 1801
+ − 1802 * XEmacs 21.2.35 is released.
+ − 1803
+ − 1804 2000-07-13 Martin Buchholz <martin@xemacs.org>
+ − 1805
+ − 1806 * configure.in: --with-menubars=yes should not be an error.
+ − 1807
+ − 1808 * configure.in: "compiling in support for Athena" message was
+ − 1809 sometimes lying.
+ − 1810
+ − 1811 2000-07-12 Martin Buchholz <martin@xemacs.org>
+ − 1812
+ − 1813 * configure.in: Rewrite xmkmf symbol detection to avoid
+ − 1814 redefinition of symbols we've already defined.
+ − 1815 Also, handle xmkmf symbols with values other than 1.
+ − 1816
+ − 1817 2000-07-12 Martin Buchholz <martin@xemacs.org>
+ − 1818
454
+ − 1819 * configure.in:
442
+ − 1820 Make sure Unix98 socklen_t is defined.
+ − 1821 Use ANSI C mode `-std1' with DEC C instead of `-std'.
+ − 1822
+ − 1823 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 1824
454
+ − 1825 * configure.in:
442
+ − 1826 Replace SMART_INCLUDE with a dumber, but more reliable method.
+ − 1827 2000-07-10 Martin Buchholz <martin@xemacs.org>
+ − 1828
454
+ − 1829 * modules/zlib/Makefile:
+ − 1830 * modules/sample/Makefile:
+ − 1831 * modules/ldap/Makefile:
+ − 1832 * modules/base64/Makefile:
+ − 1833 * Makefile.in.in:
442
+ − 1834 rm -f ==> $(RM)
+ − 1835 define SHELL=/bin/sh
+ − 1836
+ − 1837 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 1838
+ − 1839 * configure.in: PostgreSQL rewrite.
+ − 1840 - Don't look for postgreSQL in /usr/local.
+ − 1841 - Simplify detection code.
+ − 1842 - Don't use SMART_INCLUDE.
+ − 1843 - Don't autodetect if --with-postgresql=no.
+ − 1844
+ − 1845 2000-07-08 Ben Wing <ben@xemacs.org>
+ − 1846
+ − 1847 * configure.usage: addl doc for graphics libs, with-msw.
+ − 1848
+ − 1849 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 1850
+ − 1851 * configure.in: sh builtin `test' uses `=', not `=='.
+ − 1852
+ − 1853 2000-07-08 Ben Wing <ben@xemacs.org>
+ − 1854
+ − 1855 * configure.in: add -lcomdlg32 for cygwin.
454
+ − 1856
442
+ − 1857 2000-07-05 Craig Lanning <lanning@scra.org>
+ − 1858
+ − 1859 * aclocal.m4 (can_build_shared):
+ − 1860 First pass at module support for cygwin and mingw.
454
+ − 1861
442
+ − 1862 * configure:
+ − 1863 * configure (xe_check_libs):
+ − 1864 * configure (acfindx):
+ − 1865 * configure (ac_x_includes):
+ − 1866 * configure (ac_x_libraries):
+ − 1867 * configure (ac_cv_lib_dnet_dnet_ntoa):
+ − 1868 * configure (xe_msg_checking):
+ − 1869 * configure (xe_runpath_dir):
+ − 1870 * configure (xetest):
+ − 1871 * configure (ac_err):
+ − 1872 * configure (ac_safe):
+ − 1873 * configure (with_xmu):
+ − 1874 * configure (bitmapdir):
+ − 1875 * configure (with_xauth):
+ − 1876 * configure (libs_xauth):
+ − 1877 * configure (with_cde):
+ − 1878 * configure (with_ldap):
+ − 1879 * configure (with_ldap_krbdes):
+ − 1880 * configure (save_c_switch_site):
+ − 1881 * configure (with_postgresql):
+ − 1882 * configure (with_xface):
+ − 1883 * configure (with_jpeg):
+ − 1884 * configure (with_png):
+ − 1885 * configure (with_tiff):
+ − 1886 * configure (athena_lib):
+ − 1887 * configure (have_motif):
+ − 1888 * configure (all_widgets):
+ − 1889 * configure (with_xim):
+ − 1890 * configure (with_xfs):
+ − 1891 * configure (with_wnn):
+ − 1892 * configure (with_canna):
+ − 1893 * configure (extra_objs):
+ − 1894 * configure (ac_cv_c_inline):
+ − 1895 * configure (have_esd_config):
+ − 1896 * configure (c_switch_site):
+ − 1897 * configure (with_ncurses):
+ − 1898 * configure (with_gpm):
+ − 1899 * configure (xealias):
+ − 1900 * configure (xehost_os):
+ − 1901 * configure (can_build_shared):
+ − 1902 * configure (xcldf):
+ − 1903 * configure (LTLD):
+ − 1904 * configure (ld_dynamic_link_flags):
+ − 1905 * configure (Mail):
+ − 1906 * configure.in:
+ − 1907 * configure.in (after_morecore_hook_exists):
+ − 1908 * configure.in (xetest):
+ − 1909 * configure.in (emacs_cv_localtime_cache):
+ − 1910 * configure.in (Mail):
+ − 1911 * configure.in:
+ − 1912 Clean up configure support for cygwin and mingw.
+ − 1913
+ − 1914 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
+ − 1915
+ − 1916 * PROBLEMS: Document broken native audio for recent patches and
+ − 1917 releases of HP-UX.
+ − 1918
+ − 1919 2000-06-10 Ben Wing <ben@xemacs.org>
+ − 1920
+ − 1921 * Makefile.in.in (install-arch-dep):
+ − 1922 WINDOWSNT -> WIN32_NATIVE.
+ − 1923 __CYGWIN32__ -> CYGWIN.
+ − 1924
+ − 1925 2000-06-01 Andreas Jaeger <aj@suse.de>
+ − 1926
+ − 1927 * configure.in: Recognize s390.
+ − 1928
+ − 1929 * config.guess: New version from GNU config archive.
+ − 1930 * config.sub: Likewise.
+ − 1931
+ − 1932 2000-05-28 Martin Buchholz <martin@xemacs.org>
+ − 1933
+ − 1934 * XEmacs 21.2.34 is released.
+ − 1935
+ − 1936 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1937
+ − 1938 * configure.in:
+ − 1939 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
+ − 1940 Remove unused variable use_minimal_tagbits.
+ − 1941
+ − 1942 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1943
+ − 1944 * configure.in: Remove lockdir.
+ − 1945
+ − 1946 2000-05-01 Martin Buchholz <martin@xemacs.org>
+ − 1947
+ − 1948 * XEmacs 21.2.33 is released.
+ − 1949
+ − 1950 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
+ − 1951
+ − 1952 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
+ − 1953 the value of LD.
+ − 1954
+ − 1955 2000-04-26 Ben Wing <ben@xemacs.org>
+ − 1956
+ − 1957 * configure.in: add support for --quick-build. Remove --no-doc-file,
+ − 1958 subsumed.
+ − 1959
+ − 1960 2000-04-19 Martin Buchholz <martin@xemacs.org>
+ − 1961
454
+ − 1962 * configure.in:
442
+ − 1963 * src/config.h.in:
+ − 1964 Rewrite SMART_INCLUDE implementation to actually work.
+ − 1965 Be paranoid - Avoid use of spaces in these macro definitions.
454
+ − 1966 Leave alloca() definition at start of compilation unit,
442
+ − 1967 as AIX requests.
+ − 1968 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
+ − 1969
+ − 1970 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1971
+ − 1972 * configure.in: Enable clash-detection by default.
+ − 1973 * configure.usage: Update documentation.
+ − 1974
+ − 1975 2000-04-06 Andy Piper <andy@xemacs.org>
+ − 1976
+ − 1977 * configure.in: fix typo.
+ − 1978
+ − 1979 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1980
+ − 1981 * configure.in : Fix printing error check warning even if
+ − 1982 it is not compiled in.
+ − 1983
+ − 1984 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1985
+ − 1986 * xemacs/configure.in: Do a normal link when compiling with
+ − 1987 --pdump. Don't try compiling an unexec object file.
454
+ − 1988
442
+ − 1989 2000-03-27 Didier Verna <didier@xemacs.org>
+ − 1990
+ − 1991 * configure.in: reorganize the output by topic.
+ − 1992 New configure test to define the proper SMART_INCLUDE macro.
+ − 1993
+ − 1994 * configure.usage: slightly rearanged some options.
+ − 1995
+ − 1996 2000-03-25 Didier Verna <didier@xemacs.org>
+ − 1997
+ − 1998 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
+ − 1999 representing real headers and not directories. This applies to
+ − 2000 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
+ − 2001 `soundcard_h_path'.
+ − 2002
+ − 2003 2000-03-21 Didier Verna <didier@xemacs.org>
+ − 2004
+ − 2005 * configure.in: try to find postgresql headers at different places
+ − 2006 and define POSTGRES_H_PATH as appropriate.
+ − 2007
+ − 2008 2000-03-22 Andy Piper <andy@xemacs.org>
+ − 2009
+ − 2010 * config.h.in: add ERROR_CHECK_GLYPHS.
+ − 2011
+ − 2012 * configure.in: add error_check_glyphs.
+ − 2013
+ − 2014 2000-03-20 Martin Buchholz <martin@xemacs.org>
+ − 2015
+ − 2016 * XEmacs 21.2.32 is released.
+ − 2017
+ − 2018 2000-03-15 Olivier Galibert <galibert@pobox.com>
+ − 2019
+ − 2020 * configure.in: Add dumper.o object when pdumping.
+ − 2021
+ − 2022 2000-02-20 Olivier Galibert <galibert@pobox.com>
+ − 2023
+ − 2024 * Makefile.in.in: Add pdump install support
+ − 2025
+ − 2026 * configure.in: Add EMACS_PROGNAME config.h variable.
+ − 2027
+ − 2028 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
+ − 2029
+ − 2030 * configure.usage: document --with-postgresql flag.
+ − 2031
+ − 2032 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
+ − 2033
+ − 2034 * configure.in: add autodetection of PostgreSQL runtime libraries
+ − 2035
+ − 2036 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 2037
+ − 2038 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
+ − 2039 when C compiler can produce shared libraries.
+ − 2040
+ − 2041 2000-02-26 Martin Buchholz <martin@xemacs.org>
+ − 2042
+ − 2043 * configure.in: Unconditionally define SHELL, to allow working
+ − 2044 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
+ − 2045
+ − 2046 2000-02-23 Martin Buchholz <martin@xemacs.org>
+ − 2047
+ − 2048 * XEmacs 21.2.31 is released.
+ − 2049
+ − 2050 2000-02-21 Martin Buchholz <martin@xemacs.org>
+ − 2051
+ − 2052 * XEmacs 21.2.30 is released.
+ − 2053
+ − 2054 2000-02-20 Martin Buchholz <martin@xemacs.org>
+ − 2055
+ − 2056 * configure.in: Enforce use of autoconf version >= 2.13.
+ − 2057
+ − 2058 * configure.in: Fix OS release test on Solaris.
+ − 2059
+ − 2060 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
+ − 2061
+ − 2062 * PROBLEMS: Update email address. Describe more HP Motif errors.
+ − 2063
+ − 2064 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2065
+ − 2066 * configure.in: Split Solaris version test in two parts. In the
+ − 2067 Bourne shell the "-a" operator does NOT short-circuit.
+ − 2068
+ − 2069 1999-12-15 Jan Vroonhof <jan@xemacs.org>
+ − 2070
+ − 2071 * (configure.in): Autodetect broken gcc versions. Patch from WM
+ − 2072 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
+ − 2073
+ − 2074 2000-02-17 Martin Buchholz <martin@xemacs.org>
+ − 2075
+ − 2076 * configure.in: Autodetect sys/param.h. Reorganize
+ − 2077 AC_CHECK_HEADERS call.
+ − 2078 * src/config.h.in: Add HAVE_SYS_PARAM_H.
+ − 2079
+ − 2080 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 2081
+ − 2082 * configure.in: Test for arm simply using arm* instead of arm-*
+ − 2083
+ − 2084 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 2085
+ − 2086 * XEmacs 21.2.29 is released.
+ − 2087
+ − 2088 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 2089
+ − 2090 * configure.in: Don't use rel_alloc if malloc() calls mmap().
+ − 2091 Discover this by looking for M_MMAP_THRESHOLD.
+ − 2092
+ − 2093 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
+ − 2094 bugs in (at least) Solaris 2.5 headers.
+ − 2095
+ − 2096 2000-01-29 Craig Lanning <CraigL@DyCon.com>
+ − 2097
+ − 2098 * configure.in: Fix detection of XPM on systems without X11.
+ − 2099
+ − 2100 2000-02-11 Martin Buchholz <martin@xemacs.org>
+ − 2101
+ − 2102 * configure.in:
+ − 2103 * src/config.h.in:
+ − 2104 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
+ − 2105 but only on tested Operating systems - Linux && SunOS >= 5.5.
+ − 2106
+ − 2107 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
+ − 2108
+ − 2109 * aclocal.m4: Support dlls on aix[34].
+ − 2110
+ − 2111 2000-02-09 Martin Buchholz <martin@xemacs.org>
+ − 2112
+ − 2113 * .cvsignore: Ignore gmon.out
+ − 2114
+ − 2115 2000-02-08 Martin Buchholz <martin@xemacs.org>
+ − 2116
+ − 2117 * configure.in: Sync Berkeley db autodetection with src/database.c
+ − 2118
+ − 2119 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 2120
+ − 2121 * configure.in: check for XConvertCase.
+ − 2122
440
+ − 2123 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 2124
+ − 2125 * XEmacs 21.2.28 is released.
+ − 2126
+ − 2127 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
442
+ − 2128
440
+ − 2129 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
+ − 2130
+ − 2131 2000-01-26 Martin Buchholz <martin@xemacs.org>
+ − 2132
+ − 2133 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
+ − 2134
+ − 2135 2000-01-24 Martin Buchholz <martin@xemacs.org>
+ − 2136
+ − 2137 * configure.in: Always use our own realpath(), not the system one.
+ − 2138
+ − 2139 2000-01-25 Martin Buchholz <martin@xemacs.org>
+ − 2140
+ − 2141 * configure.in: Default Drag-N-Drop to "no"
+ − 2142
+ − 2143 1999-12-28 Max Matveev <max@melbourne.sgi.com>
+ − 2144
+ − 2145 * configure.in: add new machine type for IRIX 6.[2-5] to
+ − 2146 switch from using unexelf.o to unexelfsgi.o for just those
+ − 2147 versions of IRIX.
+ − 2148 In the ideal world it would be handled by the s/irix6-0.h but
+ − 2149 since machine config is included AFTER OS config, I had to add a
+ − 2150 new machine type.
+ − 2151
+ − 2152 2000-01-22 Andy Piper <andy@xemacs.org>
+ − 2153
+ − 2154 * configure.in: add winspool to windows libraries.
+ − 2155
+ − 2156 2000-01-22 Martin Buchholz <martin@xemacs.org>
+ − 2157
+ − 2158 * configure.in: Add more warnings to default gcc flags.
+ − 2159
+ − 2160 2000-01-20 Daniel Pittman <daniel@danann.net>
+ − 2161
+ − 2162 * configure.in: Find Athena headers hidden in even more obscure
+ − 2163 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
+ − 2164
+ − 2165 2000-01-19 Martin Buchholz <martin@xemacs.org>
+ − 2166
+ − 2167 * configure.in: Add support for NetWinders.
+ − 2168 Patch by Sean MacLennan <seanm@netwinder.org>
+ − 2169
+ − 2170 2000-01-18 Martin Buchholz <martin@xemacs.org>
+ − 2171
+ − 2172 * configure.in: Use /etc/ld.so.conf at link-time, if available.
+ − 2173
438
+ − 2174 2000-01-18 Martin Buchholz <martin@xemacs.org>
+ − 2175
+ − 2176 * XEmacs 21.2.27 is released.
+ − 2177
+ − 2178 2000-01-14 Martin Buchholz <martin@xemacs.org>
+ − 2179
+ − 2180 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
+ − 2181
+ − 2182 * configure.in: Add `tests' symlink to make it easier to find
+ − 2183 automated tests directory.
+ − 2184
+ − 2185 2000-01-14 Andy Piper <andy@xemacs.org>
+ − 2186
+ − 2187 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
+ − 2188 before the cygwin headers.
+ − 2189
+ − 2190 2000-01-08 Martin Buchholz <martin@xemacs.org>
+ − 2191
442
+ − 2192 * configure.in:
438
+ − 2193 - Allow find-tag to work in the build directory.
+ − 2194 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
+ − 2195 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
+ − 2196
+ − 2197 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
+ − 2198
+ − 2199 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
+ − 2200 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
+ − 2201
+ − 2202 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2203
+ − 2204 * configure.usage (--mail-locking):
+ − 2205 * configure.in: Handle --mail-locking option correctly in
+ − 2206 preparation for the movemail locking overhaul.
+ − 2207
+ − 2208 2000-01-05 Daniel Pittman <daniel@danann.net>
+ − 2209
+ − 2210 * configure.in (Installation): Report which Athena header/library
+ − 2211 combo is being used.
+ − 2212
436
+ − 2213 1999-12-31 Martin Buchholz <martin@xemacs.org>
+ − 2214
+ − 2215 * XEmacs 21.2.26 is released.
+ − 2216
434
+ − 2217 1999-12-24 Martin Buchholz <martin@xemacs.org>
+ − 2218
+ − 2219 * XEmacs 21.2.25 is released.
+ − 2220
+ − 2221 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 2222
+ − 2223 * README: Remove msdos part.
+ − 2224
+ − 2225 1999-12-17 Martin Buchholz <martin@xemacs.org>
+ − 2226
+ − 2227 * configure.in: Oops. xpm doesn't actually depend on X11.
+ − 2228 I got confused by the name (like others get confused by `xemacs'?)
+ − 2229
432
+ − 2230 1999-12-14 Martin Buchholz <martin@xemacs.org>
+ − 2231
+ − 2232 * XEmacs 21.2.24 is released.
+ − 2233
+ − 2234 1999-12-13 Martin Buchholz <martin@xemacs.org>
+ − 2235
442
+ − 2236 * configure.in:
432
+ − 2237 * configure.usage:
+ − 2238 - Autodetect NAS. Change Docs accordingly.
+ − 2239
+ − 2240 * configure.in: Warn if configure --with-xpm --without-x11.
+ − 2241
+ − 2242 1999-12-09 Martin Buchholz <martin@xemacs.org>
+ − 2243
+ − 2244 * configure.in: Clean up sound support.
+ − 2245 - variable `old_nas' was used but never set.
+ − 2246 - change `with_esd' to `with_esd_sound' for consistency.
+ − 2247 - Don't trust the output of `esd-config --libs`; test it.
+ − 2248 - Add `esd-config --cflags` to c_switch_site.
+ − 2249 - Die if ESD sound requested, but not available.
+ − 2250 - ESD is not dependent on X, therefore use LIBS, not libs_x.
+ − 2251
+ − 2252 1999-12-07 Martin Buchholz <martin@xemacs.org>
+ − 2253
+ − 2254 * configure.in (--with-sound): Variable with_esd was mispelled.
+ − 2255
430
+ − 2256 1999-12-07 Martin Buchholz <martin@xemacs.org>
+ − 2257
+ − 2258 * XEmacs 21.2.23 is released.
+ − 2259
+ − 2260 1999-11-30 Martin Buchholz <martin@xemacs.org>
+ − 2261
+ − 2262 * configure.in: Fix module support.
+ − 2263 --with-modules=yes was completely broken.
+ − 2264 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
+ − 2265 Remove linking test for _dlopen - seems totally bogus.
+ − 2266 Die if --with-modules=yes but no module support found.
+ − 2267 Do nothing, not even msg, if --with-modules=no.
+ − 2268
+ − 2269 1999-11-17 Isaac Hollander <ysh@mindspring.com>
+ − 2270
+ − 2271 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
+ − 2272 symlinks instead of the actual files
+ − 2273
+ − 2274 1999-11-30 Martin Buchholz <martin@xemacs.org>
+ − 2275
+ − 2276 * aclocal.m4: Shared library support for hpux >= version 11
+ − 2277
+ − 2278 1999-11-29 Martin Buchholz <martin@xemacs.org>
+ − 2279
+ − 2280 * Makefile.in.in (beta): `make beta' should rebuild info.
+ − 2281
428
+ − 2282 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2283
+ − 2284 * XEmacs 21.2.22 is released
+ − 2285
426
+ − 2286 1999-11-28 Martin Buchholz <martin@xemacs.org>
+ − 2287
+ − 2288 * XEmacs 21.2.21 is released.
+ − 2289
+ − 2290 1999-11-26 Martin Buchholz <martin@xemacs.org>
+ − 2291
442
+ − 2292 * configure.in:
426
+ − 2293 Add configure support for Unix 98 type ssize_t.
+ − 2294
+ − 2295 1999-11-27 Martin Buchholz <martin@xemacs.org>
+ − 2296
+ − 2297 * Makefile.in.in:
+ − 2298 Make sure config.values.sh is up to date.
+ − 2299 Use $(SHELL) instead of sh or /bin/sh consistently.
+ − 2300 Delegate `depend' target to src/Makefile.in.in.
+ − 2301
+ − 2302 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 2303
+ − 2304 * INSTALL: Update configure option.
+ − 2305
+ − 2306 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
442
+ − 2307
426
+ − 2308 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
+ − 2309 (LIBS): Check for libCsup.
+ − 2310
+ − 2311 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2312
+ − 2313 * config.h.in: define HAVE_ESD_SOUND
+ − 2314
+ − 2315 * configure.in: Add support for esd sound. --with-sound
+ − 2316 now accepts a list of options.
+ − 2317 * configure.usage (--native-sound-lib): ditto.
+ − 2318
+ − 2319 1999-11-17 Martin Buchholz <martin@xemacs.org>
+ − 2320
442
+ − 2321 * Makefile.in.in (install-arch-dep):
426
+ − 2322 Fix `make install' if prefix != exec_prefix.
+ − 2323
+ − 2324 1999-11-15 Martin Buchholz <martin@xemacs.org>
+ − 2325
+ − 2326 * configure.in:
+ − 2327 - Accept --with-database=gdbm as an alias for
+ − 2328 --with-database=gnudbm.
+ − 2329 - rename with_database_gnudbm to with_database_gdbm.
+ − 2330
+ − 2331 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
+ − 2332 ld_dynamic_link_flags on Solaris. Else CC gives us:
+ − 2333 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
+ − 2334 /usr/ccs/bin/ld: illegal option -- W
+ − 2335
+ − 2336
424
+ − 2337 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2338
+ − 2339 * XEmacs 21.2.20 is released
+ − 2340
+ − 2341 1999-09-21 Martin Buchholz <martin@xemacs.org>
+ − 2342 * configure.in: Autodetect Unix98 PTY
+ − 2343
+ − 2344 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
+ − 2345
+ − 2346 * README.packages: Add description of package-get-provider
+ − 2347
+ − 2348 1999-10-22 Vin Shelton <acs@xemacs.org>
+ − 2349
+ − 2350 * INSTALL: Added more information about README.packages, and
+ − 2351 re-numbered some bullets.
+ − 2352
+ − 2353 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2354
+ − 2355 * INSTALL: Update disk requirements. Refer to README.packages
+ − 2356
+ − 2357 1999-10-21 Andy Piper <andy@xemacs.org>
+ − 2358
+ − 2359 * configure.in (all_widgets): Only use xaw3d if we really have it.
+ − 2360
+ − 2361 1999-10-06 Andy Piper <andy@xemacs.org>
+ − 2362
+ − 2363 * Makefile.in.in: use WINDOWSNT for mingw install.
+ − 2364
+ − 2365 1999-09-25 Andy Piper <andy@xemacs.org>
+ − 2366
+ − 2367 * configure.in: check for Xaw3d and use in preference to Xaw
+ − 2368
+ − 2369 1999-09-21 Martin Buchholz <martin@xemacs.org>
+ − 2370
+ − 2371 * Makefile.in.in: All Makefiles should #include config.h
+ − 2372
+ − 2373 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2374
+ − 2375 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
442
+ − 2376 $canonical, so that installation paths and dynamic path setup will
424
+ − 2377 stay in synch.
+ − 2378
+ − 2379 1999-09-20 Andy Piper <andy@xemacs.org>
+ − 2380
+ − 2381 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
+ − 2382 installation linkage.
+ − 2383
+ − 2384 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 2385
+ − 2386 * configure.in (machine): Recognize MIPS/Linux.
+ − 2387
+ − 2388 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2389
442
+ − 2390 * modules/zlib/Makefile (distclean):
+ − 2391 * modules/ldap/Makefile (distclean):
+ − 2392 * modules/sample/Makefile (distclean):
424
+ − 2393 * modules/base64/Makefile (distclean): new target
+ − 2394
+ − 2395 * Makefile.in.in (top_distclean): Add package directories
+ − 2396 (SUBDIR_DISTCLEAN): New variable, add module directories
+ − 2397
+ − 2398 1999-09-01 Martin Buchholz <martin@xemacs.org>
+ − 2399
+ − 2400 * configure.in: Warn, but otherwise ignore, obsolete arguments.
+ − 2401
+ − 2402 1999-08-20 Olivier Galibert <galibert@pobox.com>
442
+ − 2403
424
+ − 2404 * configure.in: Add --pdump option.
+ − 2405 * configure.usage: Ditto.
442
+ − 2406
424
+ − 2407 1999-08-04 Andy Piper <andy@xemacs.org>
+ − 2408
+ − 2409 * configure.in: report widget usage correctly. beef up setting.
+ − 2410
+ − 2411 * Makefile.in.in: fix install-arch-dep for mingw32.
+ − 2412
+ − 2413 1999-07-28 Andy Piper <andy@xemacs.org>
+ − 2414
+ − 2415 * config.h.in: add new LWLIB defines.
+ − 2416
+ − 2417 * configure.in: fix definitions of widget defines with various
+ − 2418 toolkit options.
+ − 2419
422
+ − 2420 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2421
+ − 2422 * XEmacs 21.2.19 is released
+ − 2423
+ − 2424 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2425
+ − 2426 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
+ − 2427
+ − 2428 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
+ − 2429
+ − 2430 * configure.in: Check for Kerberos and the need for the DES
+ − 2431 library before checking for LDAP in case LDAP requires these
+ − 2432 libraries.
+ − 2433
+ − 2434 1999-07-26 SL Baur <steve@miho>
+ − 2435
+ − 2436 * configure.in: Rename --with-shlib to --with-modules for
+ − 2437 consistency with the other two options that use that name.
+ − 2438
+ − 2439 * configure.usage (--with-modules): Document it.
+ − 2440
+ − 2441 1999-07-22 SL Baur <steve@beopen.com>
+ − 2442
+ − 2443 * configure.in: add sco7 support
+ − 2444 From Bob Weiner <weiner@beopen.com>
+ − 2445
+ − 2446 1999-07-22 SL Baur <steve@miho>
+ − 2447
+ − 2448 * Makefile.in.in (install-arch-dep): Install config.values into
+ − 2449 docdir.
+ − 2450 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
+ − 2451
+ − 2452 1999-07-21 SL Baur <steve@miho>
+ − 2453
+ − 2454 * Makefile.in.in (inststaticdir): New variable.
+ − 2455 (instvardir): Ditto.
+ − 2456 (install-arch-dep): Use them.
+ − 2457
+ − 2458 * configure.in (sitelispdir): Need to use ${PROGNAME}.
+ − 2459 (sitemoduledir): Ditto.
+ − 2460 (inststaticdir): New variable.
+ − 2461 (instvardir): Ditto.
+ − 2462 (infodir): Use them.
+ − 2463 (lispdir): Ditto.
+ − 2464 (moduledir): Ditto.
+ − 2465 (pkgdir): Ditto.
+ − 2466 (etcdir): Ditto.
+ − 2467 (lockdir): Ditto.
+ − 2468 (archlibdir): Ditto.
+ − 2469
+ − 2470 1999-07-14 SL Baur <steve@beopen.com>
+ − 2471
+ − 2472 * InfoDock 4.0.8 is released
+ − 2473
420
+ − 2474 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2475
+ − 2476 * XEmacs 21.2.18 is released
+ − 2477
+ − 2478 1999-07-06 SL Baur <steve@miho.m17n.org>
+ − 2479
+ − 2480 * config.guess (main): Synch with newer config.guess for HP
+ − 2481 support.
+ − 2482 From Marcus Thiessel <marcus@xemacs.org>
+ − 2483
+ − 2484 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2485
+ − 2486 * configure.in (with_prefix): Added --with-prefix, defaults to
442
+ − 2487 yes, to control whether the value of --prefix is compiled into the
420
+ − 2488 binary.
+ − 2489
+ − 2490 1999-07-03 Andy Piper <andy@xemacs.org>
+ − 2491
+ − 2492 * configure.usage (--with-widgets): add.
+ − 2493
+ − 2494 1999-07-02 Andy Piper <andy@xemacs.org>
+ − 2495
+ − 2496 * configure.in: Make sure we get motif in lwlib if we have widgets
+ − 2497 and motif.
+ − 2498
+ − 2499 1999-06-25 SL Baur <steve@miho.m17n.org>
+ − 2500
+ − 2501 * configure.in (version): Fix --with-infodock test.
+ − 2502
+ − 2503 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2504
+ − 2505 * configure.in: --prefix and --exec-prefix are now only compiled
+ − 2506 into the binary if user-defined.
+ − 2507
+ − 2508 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2509
+ − 2510 * configure.in: Made docdir configurable.
+ − 2511
+ − 2512 * Makefile.in (docdir): Added variable for custom DOC directory.
+ − 2513
418
+ − 2514 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2515
+ − 2516 * XEmacs 21.2.17 is released
+ − 2517
+ − 2518 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
+ − 2519
+ − 2520 * configure.in (with_ldap): Check libldap independently of liblber
+ − 2521 Do not test alternate library names such as libldap10
+ − 2522 Test the presence of a variety of LDAP API functions which were
+ − 2523 formerly assumed to be present according to dubious heuristics
+ − 2524
416
+ − 2525 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2526
+ − 2527 * XEmacs 21.2.16 is released
+ − 2528
+ − 2529 1999-06-04 SL Baur <steve@steve1.m17n.org>
+ − 2530
+ − 2531 * configure.in (CPP): Correct test for locating $site_prefix
+ − 2532 include directories.
+ − 2533
414
+ − 2534 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2535
+ − 2536 * XEmacs 21.2.15 is released
+ − 2537
+ − 2538 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 2539
+ − 2540 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
+ − 2541 From: Eric Veldhuyzen <eric@terra.nu>
+ − 2542
+ − 2543 1999-05-25 Jan Vroonhof <jan@xemacs.org>
+ − 2544
+ − 2545 * configure.in: For non-beta's use x.y.z format for version strings.
+ − 2546
+ − 2547 1999-06-03 SL Baur <steve@xemacs.org>
+ − 2548
+ − 2549 * version.sh: add emacs_is_beta initialization
+ − 2550
+ − 2551 * configure.in: Implement patch levels in version number
+ − 2552 From Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2553
+ − 2554 * configure.in:
+ − 2555 * configure.usage:
+ − 2556 * config.h.in: Rename session option to wmcommand.
+ − 2557 From Oliver Graf <ograf@rhein-zeitung.de>
+ − 2558
+ − 2559 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
+ − 2560
+ − 2561 * info/dir: Add `emodules.info' entry to the top info dir.
+ − 2562
+ − 2563 1999-05-31 SL Baur <steve@steve1.m17n.org>
+ − 2564
+ − 2565 * configure.in (CPP): Don't check for include subdirectories in
442
+ − 2566 site-prefix directories. This check loses in valid configurations
414
+ − 2567 like /usr/jp in TurboLinux. Conditionally add include directory to
+ − 2568 site switches.
+ − 2569
+ − 2570 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
+ − 2571
+ − 2572 * configure.in (quoted_arguments): Support
+ − 2573 --error-checking=byte-code.
+ − 2574
398
+ − 2575 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2576
+ − 2577 * XEmacs 21.2.14 is released
+ − 2578
+ − 2579 1999-05-11 SL Baur <steve@altair.xemacs.org>
+ − 2580
+ − 2581 * version.sh (infodock_build_version): Synch InfoDock version.
+ − 2582
+ − 2583 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
+ − 2584
442
+ − 2585 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
398
+ − 2586 for Solaris.
+ − 2587
+ − 2588 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
+ − 2589
+ − 2590 * configure.in (xemacs_betaname): Don't generate Installation.el.
+ − 2591
+ − 2592 * Makefile.in.in (top_distclean): Don't remove Installation.el.
+ − 2593
+ − 2594 1999-04-29 Andy Piper <andy@xemacs.org>
+ − 2595
+ − 2596 * configure.in: add mingw32 as a target platform. add nt process
+ − 2597 support options.
+ − 2598
+ − 2599 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 2600
+ − 2601 * configure.in: Delete mule-coding.o.
+ − 2602
+ − 2603 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 2604
+ − 2605 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
+ − 2606 calling XmStringGetLtoR
+ − 2607 (string_draw_u): ditto and check return value of XmStringGetLtoR()
+ − 2608
+ − 2609 1999-04-05 Olivier Galibert <galibert@pobox.com>
+ − 2610
+ − 2611 * Makefile.in.in (GENERATED_HEADERS): Don't generate
+ − 2612 puresize-adjust.h anymore
+ − 2613
+ − 2614 * configure.usage: Remove everything gung-ho or purespace related
+ − 2615
+ − 2616 * configure.in: Ditto
+ − 2617
+ − 2618 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
+ − 2619
+ − 2620 * configure.in: Check for getloadavg().
+ − 2621
396
+ − 2622 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2623
+ − 2624 * XEmacs 21.2.13 is released
+ − 2625
+ − 2626 1999-03-09 SL Baur <steve@xemacs.org>
+ − 2627
+ − 2628 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
+ − 2629
394
+ − 2630 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2631
+ − 2632 * XEmacs 21.2.12 is released
+ − 2633
+ − 2634 1999-03-04 Martin Buchholz <martin@xemacs.org>
+ − 2635
+ − 2636 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
+ − 2637
+ − 2638 1999-03-03 Martin Buchholz <martin@xemacs.org>
+ − 2639
+ − 2640 * configure.in:
+ − 2641 `uname -v` -> "`uname -v`":
+ − 2642 backquoted expressions need additional double
+ − 2643 quotes to be a single token.
+ − 2644 Use separate if's to avoid extra process invocations.
+ − 2645
+ − 2646 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 2647
442
+ − 2648 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
394
+ − 2649
392
+ − 2650 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2651
+ − 2652 * XEmacs 21.2.11 is released
+ − 2653
+ − 2654 1999-02-16 Andy Piper <andy@xemacs.org>
+ − 2655
+ − 2656 * PROBLEMS: add entries for building under Cygwin.
+ − 2657
+ − 2658 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2659
+ − 2660 * README.packages: Clear up that mule-sumo packages is used _in
+ − 2661 addition_ to the normal sumo.
+ − 2662
+ − 2663 1999-02-16 Martin Buchholz <martin@xemacs.org>
+ − 2664
+ − 2665 * configure.usage: Move quantify/purify into debug flags section
+ − 2666
+ − 2667 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2668
442
+ − 2669 * configure.in:
392
+ − 2670 - Fixup xfs comments and redundant option checking
+ − 2671
442
+ − 2672 * configure.in:
+ − 2673 * INSTALL:
392
+ − 2674 * lisp/paths.el:
+ − 2675 - improved automounter tmp directory support.
+ − 2676 - support 4 (!) empirically discovered automounter conventions
+ − 2677
+ − 2678 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2679
442
+ − 2680 * lwlib/lwlib.h:
+ − 2681 - redo CONST hacking to deal with X11 R4, which was
392
+ − 2682 broken in a previous patch.
+ − 2683
+ − 2684 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2685
442
+ − 2686 * configure.in:
392
+ − 2687 - irix uses -rpath
+ − 2688
+ − 2689 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2690
442
+ − 2691 * configure.in:
392
+ − 2692 - Check for XOpenIM before using xim=xlib
+ − 2693 - only use XmIm if $have_motif = yes
+ − 2694
+ − 2695 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2696
+ − 2697 * configure.in. Port to BSDI BSD/OS 4.0.
+ − 2698
+ − 2699 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2700
+ − 2701 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
+ − 2702
390
+ − 2703 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2704
+ − 2705 * XEmacs 21.2.10 is released
+ − 2706
388
+ − 2707 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2708
+ − 2709 * XEmacs 21.2.9 is released
+ − 2710
+ − 2711 1999-01-21 Andy Piper <andy@xemacs.org>
+ − 2712
+ − 2713 * configure.in: make xface detection specifc to a window system in
+ − 2714 general rather than just X.
+ − 2715
+ − 2716 1999-18-10 Andy Piper <andy@xemacs.org>
+ − 2717
+ − 2718 * configure.in: remove -O3 prevention on cygwin - current versions
+ − 2719 cope ok now. remove dll prevention on cygwin - the new module
+ − 2720 code checks correctly.
442
+ − 2721
388
+ − 2722 1999-01-10 J. Kean Johnston <jkj@sco.com>
+ − 2723
442
+ − 2724 * configure.in: Added moduledir as the path where loadable modules
388
+ − 2725 are stored. Added --with-site-modules and --moduledir options.
+ − 2726 - Ensure the SCO OpenServer compiles with --dynamic by default
+ − 2727 - Check for dlfcn.h for dynamic loader
+ − 2728 - Renamed dll.o to emodules.o and changed dynamic loader tests
+ − 2729 - Renabled code that deals with site-lisp so that it is handled
+ − 2730 correctly when a user specifies --with-site-lisp.
+ − 2731
+ − 2732 * aclocal.m4: Replaced entire file with more complete DLL tests
+ − 2733 by way of libtool.
+ − 2734
+ − 2735 * config.usage: Removed TAB characters which caused it to be
+ − 2736 displayed incorrectly on terminals where TAB != 8.
+ − 2737 - Added help text to describe --with-site-modules and --moduledir.
+ − 2738
+ − 2739 * INSTALL: Updated documentation to describe module directories
+ − 2740
+ − 2741 * Makefile.in.in: Added moduledir, sitemoduledir macros.
+ − 2742 - Make those directories at install time.
+ − 2743
386
+ − 2744 1998-12-28 Martin Buchholz <martin@xemacs.org>
+ − 2745
+ − 2746 * XEmacs 21.2.8 is released.
+ − 2747
+ − 2748 1998-12-28 Martin Buchholz <martin@xemacs.org>
+ − 2749
+ − 2750 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
+ − 2751
384
+ − 2752 1998-12-24 Martin Buchholz <martin@xemacs.org>
+ − 2753
+ − 2754 * XEmacs 21.2.7 is released.
+ − 2755
+ − 2756 1998-12-20 Martin Buchholz <martin@xemacs.org>
+ − 2757
+ − 2758 * configure.in: Redo DBM support
+ − 2759 - die if dbm support requested, but not provided.
+ − 2760 - properly check for libgdbm, then libc, then libdbm
+ − 2761 - properly check for ndbm.h
+ − 2762 - comments improved
+ − 2763 - XE_DIE should always prefix messages with Error: for clarity
+ − 2764
+ − 2765 1998-12-07 Martin Buchholz <martin@xemacs.org>
+ − 2766
+ − 2767 * xemacs.mak (TEMACS_OBJS):
+ − 2768 (DOC_SRC4):
+ − 2769 - Remove pure.c, pure.obj
+ − 2770
+ − 2771 1998-12-06 Martin Buchholz <martin@xemacs.org>
+ − 2772
+ − 2773 * Makefile.in.in (distclean):
+ − 2774 * dynodump/Makefile.in.in (distclean):
+ − 2775 * src/Makefile.in.in (distclean):
+ − 2776 * lib-src/Makefile.in.in (distclean):
+ − 2777 * lwlib/Makefile.in.in (distclean):
+ − 2778 - Make sure GNUmakefile is deleted.
+ − 2779
+ − 2780 1998-12-17 Andy Piper <andy@xemacs.org>
+ − 2781
+ − 2782 * configure.in (all_widgets): remove gui.o addition - its always
+ − 2783 in the makefile now.
+ − 2784
+ − 2785 * configure.in: add gui-msw.o to msw objects.
+ − 2786
382
+ − 2787 1998-12-16 Andy Piper <andy@xemacs.org>
+ − 2788
+ − 2789 * XEmacs 21.2.6 is released
+ − 2790
380
+ − 2791 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2792
+ − 2793 * XEmacs 21.2.5 is released
+ − 2794
377
+ − 2795 1998-11-28 SL Baur <steve@altair.xemacs.org>
+ − 2796
+ − 2797 * XEmacs 21.2-beta4 is released.
+ − 2798
+ − 2799 1998-11-27 SL Baur <steve@altair.xemacs.org>
+ − 2800
+ − 2801 * configure.in: Linux/Arm Support.
+ − 2802 From James LewisMoss <dres@ioa.com>
+ − 2803
+ − 2804 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
+ − 2805
+ − 2806 * configure.in:
+ − 2807 Fix the realpath() problem of UnixWare2.1.3.
+ − 2808 Patches for NEC's sysv4.2 machine.
+ − 2809
+ − 2810 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 2811
+ − 2812 * configure.in: Check if there's wnn4.2 or wnn6 specific library
+ − 2813 installed. The Wnn library will be checked if the --with-wnn
+ − 2814 and/or --with-wnn6 was specified compulsory.
+ − 2815
+ − 2816 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2817
+ − 2818 * configure.in (CPP): Too many spaces im run-patch flag detection.
+ − 2819
375
+ − 2820 1998-10-15 SL Baur <steve@altair.xemacs.org>
+ − 2821
+ − 2822 * XEmacs 21.2-beta3 is released.
+ − 2823
+ − 2824 1998-10-13 Andy Piper <andyp@parallax.co.uk>
+ − 2825
+ − 2826 * configure.in: enable drag and drop support by default if mswindows is
+ − 2827 detected.
+ − 2828
+ − 2829 1998-10-09 Kevin Oberman <oberman@es.net>
+ − 2830
+ − 2831 * config.sub: Fix for Alpha architecture
+ − 2832
+ − 2833 1998-10-05 Andy Piper <andyp@parallax.co.uk>
+ − 2834
+ − 2835 * configure.in: don't enable shared lib support for cygwin unless
+ − 2836 explititly told to.
+ − 2837
373
+ − 2838 1998-09-29 SL Baur <steve@altair.xemacs.org>
+ − 2839
+ − 2840 * XEmacs 21.2-beta2 is released.
+ − 2841
+ − 2842 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
+ − 2843
+ − 2844 * lwlib/xlwmenu.c:
+ − 2845 * lwlib/xlwscrollbar: fix for Motif >=2.0
+ − 2846 Patch provided by Glenn Barry <gtb@eng.sun.com>
+ − 2847
+ − 2848 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
+ − 2849
+ − 2850 1998-09-02 Andy Piper <andyp@parallax.co.uk>
+ − 2851
+ − 2852 * configure.in: check for cygwin32/version.h.
+ − 2853
+ − 2854 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2855
+ − 2856 * PROBLEMS: Added AIX 4.3 note.
+ − 2857
+ − 2858 * configure.in: Better detection of AIX 4.3.
+ − 2859 AIX xlc can do -g and -Ox at the same time.
+ − 2860
+ − 2861 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
+ − 2862
+ − 2863 * configure.in: Alter configure so that it checks for mismatched PNG
+ − 2864 header/libs, screams a little louder on old/mismatched library
+ − 2865 conditions for both PNG and XPM, stop screaming if png is not found and
+ − 2866 no window-system is selected, and fixed a bug in the XPM checking.
+ − 2867
+ − 2868 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
+ − 2869
+ − 2870 * configure.usage (--without-gif): Modify text to reflect status
+ − 2871 of GIF support
+ − 2872
+ − 2873 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
+ − 2874
+ − 2875 * configure.in: add back in the support for the in-core GIF
+ − 2876 code, change the required PNG library version to 1.0.2, and add
+ − 2877 a warning if PNG not found, since PNG images are now distributed
+ − 2878 as part of the core. Also minor wording changes in things reported
+ − 2879 to the user.
+ − 2880
+ − 2881 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
+ − 2882
+ − 2883 * BETA: Update mailing-list address for build-reports
+ − 2884
+ − 2885 1998-08-01 SL Baur <steve@altair.xemacs.org>
+ − 2886
+ − 2887 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
+ − 2888 can built that includes package lisp.
+ − 2889
+ − 2890 1998-07-23 Martin Buchholz <martin@xemacs.org>
+ − 2891
+ − 2892 * configure.in:
+ − 2893 - support multiple flavors of alpha, (XEmacs treats them identically)
+ − 2894 - Fix AC_TRY_RUN so that actions have access to $?
+ − 2895 - Identify DEC C compilers. Add default optimization CFLAGS and
+ − 2896 always use -std.
+ − 2897 - Use an extensible method for adding support for future compilers.
+ − 2898 - Have SunPro C use that same extensible method.
+ − 2899 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
+ − 2900
304
+ − 2901 1998-07-19 SL Baur <steve@altair.xemacs.org>
+ − 2902
371
+ − 2903 * XEmacs 21.2-beta1 is released.
304
+ − 2904
+ − 2905 1998-07-18 SL Baur <steve@altair.xemacs.org>
+ − 2906
+ − 2907 * config.guess: Synched with latest FSF version.
+ − 2908
454
+ − 2909 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
304
+ − 2910
384
+ − 2911 * Makefile.in: added LDFLAGS.
304
+ − 2912
300
+ − 2913 1998-07-12 SL Baur <steve@altair.xemacs.org>
+ − 2914
371
+ − 2915 * README: Bump version numbers.
+ − 2916 * info/dir: Ditto.
+ − 2917 * version.sh: Ditto.
+ − 2918
793
+ − 2919 * XEmacs 21.0-pre5 is released.
300
+ − 2920
+ − 2921 1998-07-10 SL Baur <steve@altair.xemacs.org>
+ − 2922
+ − 2923 * configure.in (with_offix): Default --with-offix to off.
+ − 2924
298
+ − 2925 1998-07-09 SL Baur <steve@altair.xemacs.org>
+ − 2926
300
+ − 2927 * configure.in: Handle multiple database libraries.
+ − 2928 From Gregory Neil Shapiro <gshapiro@sendmail.org>
+ − 2929
298
+ − 2930 * XEmacs 21.0-pre4 is released.
+ − 2931
+ − 2932 * configure.in: Fix test for InfoDock sources.
+ − 2933
+ − 2934 1998-07-09 Oliver Graf <ograf@fga.de>
+ − 2935
+ − 2936 * configure.usage: added warning to --with-offix
+ − 2937
+ − 2938 1998-06-28 SL Baur <steve@altair.xemacs.org>
+ − 2939
+ − 2940 * configure.in: Berkeley DB autodetection fixes
+ − 2941 From Martin Buchholz <martin@xemacs.org>
+ − 2942
296
+ − 2943 1998-06-19 SL Baur <steve@altair.xemacs.org>
+ − 2944
+ − 2945 * XEmacs 21.0-pre3 is released.
+ − 2946
+ − 2947 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 2948
+ − 2949 * configure.in: Added check if the berkdb has db_open or not.
+ − 2950 (With fixes from Martin Buchholz)
+ − 2951
294
+ − 2952 1998-06-19 SL Baur <steve@altair.xemacs.org>
+ − 2953
+ − 2954 * XEmacs 21.0-pre2 is released.
+ − 2955
+ − 2956 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2957
+ − 2958 * configure.in: Added -lC for static linking under AIX 4.2.
+ − 2959
292
+ − 2960 1998-06-14 SL Baur <steve@altair.xemacs.org>
+ − 2961
+ − 2962 * XEmacs 21.0-pre1 is released.
+ − 2963
290
+ − 2964 1998-06-11 SL Baur <steve@altair.xemacs.org>
+ − 2965
292
+ − 2966 * XEmacs 21.0-beta43 is released.
290
+ − 2967
+ − 2968 1998-06-04 Oliver Graf <ograf@fga.de>
+ − 2969
+ − 2970 * tests/Dnd/README: a step-by-step test run
+ − 2971 * tests/Dnd/droptest.el: some clarifications
+ − 2972 * tests/Dnd/droptest.sh: created, creates test files
+ − 2973
+ − 2974 1998-06-01 Oliver Graf <ograf@fga.de>
+ − 2975
+ − 2976 * configure.in (summary): added experimental to dragndrop option
+ − 2977 * configure.usage: added experimental note to --with-dragndrop
+ − 2978 * tests/Dnd/droptest.el: extra start-drag-region function
+ − 2979 changed the experimental- stuff
+ − 2980
+ − 2981 1998-06-07 SL Baur <steve@altair.xemacs.org>
+ − 2982
+ − 2983 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
+ − 2984
+ − 2985 1998-06-05 Colin Rafferty <colin@xemacs.org>
+ − 2986
+ − 2987 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
+ − 2988
288
+ − 2989 1998-06-01 SL Baur <steve@altair.xemacs.org>
+ − 2990
+ − 2991 * XEmacs 21.0-beta42 is released.
+ − 2992
+ − 2993 1998-05-29 Andy Piper <andyp@parallax.co.uk>
+ − 2994
+ − 2995 * configure.in: don't use -O3 for cygwin.
+ − 2996
+ − 2997 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 2998
+ − 2999 * configure.in: Switch from giflib to gifreader for
+ − 3000 our GIF image support (no other mods needed)
+ − 3001
290
+ − 3002 1998-05-28 Oliver Graf <ograf@fga.de>
288
+ − 3003
+ − 3004 * configure.in: only one DnD protocol, CDE has priority over OffiX
+ − 3005
+ − 3006 * tests/Dnd/README: some changes reflecting recent modifications
+ − 3007 * tests/Dnd/dragtest.el: removed
+ − 3008 * tests/Dnd/droptest.el: cosmetics and comments
+ − 3009
290
+ − 3010 1998-05-26 Oliver Graf <ograf@fga.de>
288
+ − 3011
+ − 3012 * tests/Dnd/droptest.el: adapted to CDE extensions
+ − 3013
290
+ − 3014 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
+ − 3015
+ − 3016 * configure.in:
+ − 3017 * config.sub: add initial OpenBSD support
+ − 3018
288
+ − 3019 1998-05-21 Andy Piper <andyp@parallax.co.uk>
+ − 3020
+ − 3021 * configure.in: check for msw dialogs.
+ − 3022
286
+ − 3023 1998-05-23 SL Baur <steve@altair.xemacs.org>
+ − 3024
+ − 3025 * XEmacs 21.0-beta41 is released.
+ − 3026
+ − 3027 1998-05-17 SL Baur <steve@altair.xemacs.org>
+ − 3028
+ − 3029 * configure.in (CPP): Change -O2 to -O3.
+ − 3030 Suggested by Martin Buchholz <martin@xemacs.org>
+ − 3031
284
+ − 3032 1998-05-15 SL Baur <steve@altair.xemacs.org>
+ − 3033
+ − 3034 * XEmacs 21.0-beta40 is released.
+ − 3035
+ − 3036 1998-05-13 SL Baur <steve@altair.xemacs.org>
+ − 3037
+ − 3038 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
+ − 3039 on the `unset CDPATH' if running as sh.
+ − 3040
+ − 3041 1998-05-12 Oliver Graf <ograf@fga.de>
+ − 3042
+ − 3043 * tests/Dnd/droptest.el: some CDE adaptions (untested)
+ − 3044
+ − 3045 1998-05-11 Martin Buchholz <martin@xemacs.org>
+ − 3046
+ − 3047 * configure.in:
+ − 3048 Add some more comments.
+ − 3049 If using bash, use Posix mode and unset CDPATH.
+ − 3050 Be more careful checking feature dependencies.
+ − 3051 Introduce XE_CHECK_FEATURE_DEPENDENCY.
+ − 3052 Undo the gross hack of multiple `echo >> $tempcname'
+ − 3053 by using here documents instead. (Might break mswindows, tho...)
+ − 3054 Be more careful autodetecting tooltalk.
+ − 3055
+ − 3056 * PROBLEMS:
+ − 3057 Document problems with Solaris 2.6 + XSUNTRANSPORT
+ − 3058
384
+ − 3059 * Makefile.in:
284
+ − 3060 * lwlib/Makefile.in.in:
+ − 3061 * modules/Makefile.in:
+ − 3062 - Adjust for luser's CDPATH being set to something weird.
+ − 3063 - Take into account bash 2.02's tendency to print the cwd when
+ − 3064 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
+ − 3065 - fix the run-temacs target to use $(DUMPENV)
+ − 3066 - fix the run-puremacs target to use $(DUMPENV)
+ − 3067 - fix the `depend' target to properly $(RM) the right files
+ − 3068 - Generate a better TAGS file for XEmacs' lisp code using
+ − 3069 hand-crafted regexps.
+ − 3070 - Use standard coding conventions for modules/Makefile.in
+ − 3071
+ − 3072 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 3073
+ − 3074 * configure.in: some people claimed that they can't stop
+ − 3075 linking wnn6 library if they set --with-wnn6=no.
+ − 3076
+ − 3077 1998-05-11 Oliver Graf <ograf@fga.de>
+ − 3078
+ − 3079 * tests/Dnd/droptest.el: adapted to new calling conventions
+ − 3080 also showing the new possibilities
+ − 3081 * tests/Dnd/README: changed to new protocol
+ − 3082
+ − 3083 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
+ − 3084
+ − 3085 * Fix for HAVE_MULTICAST check.
+ − 3086
282
+ − 3087 1998-05-09 SL Baur <steve@altair.xemacs.org>
+ − 3088
+ − 3089 * XEmacs 21.0-beta39 is released.
+ − 3090
+ − 3091 1998-05-06 Oliver Graf <ograf@fga.de>
+ − 3092
+ − 3093 * configure.in: added autodetection for the Drag'n'Drop API
+ − 3094 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
+ − 3095 and dragdrop.o is added to extra_objs
+ − 3096 * configure.usage: added with-dragndrop, added (*) to with-offix
+ − 3097 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
+ − 3098
+ − 3099 1998-05-04 Oliver Graf <ograf@fga.de>
+ − 3100
+ − 3101 * tests/Dnd/droptest.el: changed to test new protocol
+ − 3102 * tests/Dnd/README.OffiX: removed
+ − 3103 * tests/Dnd/README: created, info about new protocol
+ − 3104 * tests/Dnd/dragtest.el: comment change
+ − 3105
280
+ − 3106 1998-05-02 SL Baur <steve@altair.xemacs.org>
+ − 3107
+ − 3108 * XEmacs 21.0-beta38 is released.
+ − 3109
+ − 3110 1998-04-29 SL Baur <steve@altair.xemacs.org>
+ − 3111
+ − 3112 * configure.in: Use `PROGNAME' for all generated paths.
+ − 3113
+ − 3114 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
+ − 3115
+ − 3116 1998-04-27 SL Baur <steve@altair.xemacs.org>
+ − 3117
384
+ − 3118 * configure.in (progname): Parameterize program name on `progname'
280
+ − 3119 and add --with-infodock.
+ − 3120
+ − 3121 1998-04-26 SL Baur <steve@altair.xemacs.org>
+ − 3122
+ − 3123 * Makefile.in: Religiously use ${progname} instead of hardcoded
+ − 3124 `xemacs'.
+ − 3125 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
+ − 3126 overridden by the empty one set in the toplevel Makefile.
+ − 3127
278
+ − 3128 1998-04-25 SL Baur <steve@altair.xemacs.org>
+ − 3129
+ − 3130 * XEmacs-21.0-beta37 is released.
+ − 3131
+ − 3132 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3133
+ − 3134 * configure.in: Sychronized ..._USER_DEFINED variables with
+ − 3135 datadir setting.
+ − 3136
+ − 3137 * Makefile.in (mkdir): No longer create sitelispdir.
+ − 3138
+ − 3139 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3140
371
+ − 3141 * configure.in: make graphic libraries tests be dependant on a
278
+ − 3142 window system not X11 only.
+ − 3143
+ − 3144 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3145
+ − 3146 * configure.in: check for our special select in msw.
+ − 3147
+ − 3148 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
+ − 3149
+ − 3150 * PROBLEMS: add answers to some FAQ concerning hpux.
+ − 3151
+ − 3152 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3153
+ − 3154 * configure.in: enable checking for special mswindows select()
+ − 3155
+ − 3156 1998-04-21 Martin Buchholz <martin@xemacs.org>
+ − 3157
+ − 3158 * configure.in: Isolate incomprehensible cma_open/pthreads checking
+ − 3159 to decosf*
+ − 3160
+ − 3161 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
+ − 3162
+ − 3163 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
+ − 3164 libs and includes.
+ − 3165
+ − 3166 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
+ − 3167
+ − 3168 * configure.in: check for xpm does not depend anymore on having X.
+ − 3169 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
+ − 3170
+ − 3171 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
+ − 3172
+ − 3173 * info/dir: Fixed the explanatory notes for
+ − 3174 `Info-default-directory-list' removal and the new automatic dir
+ − 3175 rebuilding facility. Reindented the menu. Added an entry for
384
+ − 3176 term.info
278
+ − 3177
+ − 3178 1998-04-20 SL Baur <steve@altair.xemacs.org>
+ − 3179
+ − 3180 * configure.in (LISPDIR): Removed configuration option for
+ − 3181 site-lisp.
+ − 3182
+ − 3183 1998-04-19 SL Baur <steve@altair.xemacs.org>
+ − 3184
+ − 3185 * configure.in (version): snarf InfoDock version number.
+ − 3186
276
+ − 3187 1998-04-18 SL Baur <steve@altair.xemacs.org>
+ − 3188
+ − 3189 * XEmacs-21.0-beta36 is released.
+ − 3190
+ − 3191 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3192
+ − 3193 * configure.in: enable install pre-processing for mswindows
+ − 3194
+ − 3195 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
+ − 3196
276
+ − 3197 * Makefile.in.in: add install_pp to install incantation.
+ − 3198
+ − 3199 * installexe.sh: new file. Add .exe to install targets if the
+ − 3200 result is executable.
+ − 3201
+ − 3202 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
+ − 3203
276
+ − 3204 * Makefile.in: add install_pp to install incantation.
+ − 3205
+ − 3206 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
+ − 3207
+ − 3208 * configure.in: Large echo split into a few smaller ones,
+ − 3209 so the cygnus sh.exe does not crash.
+ − 3210
+ − 3211 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3212
+ − 3213 * configure.in: enable toolbar checking for mswindows build
+ − 3214
+ − 3215 1998-04-06 Martin Buchholz <martin@xemacs.org>
+ − 3216
384
+ − 3217 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
276
+ − 3218 Used (at least) by RedHat 4.2.
+ − 3219
+ − 3220 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3221
+ − 3222 * configure.in: Re-instated src/paths.h generation from
+ − 3223 src/paths.h.in.
+ − 3224
+ − 3225 * Makefile.in (top_distclean): Remove site-lisp on `make
+ − 3226 distclean'.
+ − 3227
274
+ − 3228 1998-04-10 SL Baur <steve@altair.xemacs.org>
+ − 3229
+ − 3230 * XEmacs 21.0-beta35 is released.
+ − 3231
+ − 3232 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3233
+ − 3234 * configure.usage: Clarified --package-path documentation.
+ − 3235
+ − 3236 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3237
+ − 3238 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
+ − 3239 Removed defaults for infopath and package-path.
+ − 3240
+ − 3241 * Makefile.in (src/paths.h): ... is now generated from
+ − 3242 src/paths.h.in.in. Moved generation of paths.h to configure.
+ − 3243
+ − 3244 * paths.h.in: Removed.
+ − 3245
+ − 3246 * paths.h.in.in: Created.
+ − 3247
+ − 3248 1998-04-06 Martin Buchholz <martin@xemacs.org>
+ − 3249
+ − 3250 * configure.in: png was still being used if png_version < 0.96
+ − 3251
+ − 3252 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
+ − 3253
+ − 3254 1998-04-05 Amir J. Katz <amir@ndsoft.com>
+ − 3255
+ − 3256 * INSTALL (Rationale): Offix support comment is wrong. To disable,
+ − 3257 one must use --with-offix=no and not --without-offix
+ − 3258
+ − 3259 1998-04-05 SL Baur <steve@altair.xemacs.org>
+ − 3260
+ − 3261 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
+ − 3262
272
+ − 3263 1998-04-04 SL Baur <steve@altair.xemacs.org>
+ − 3264
+ − 3265 * XEmacs 21.0-beta34 is released.
+ − 3266
+ − 3267 1998-04-03 Martin Buchholz <martin@xemacs.org>
+ − 3268
+ − 3269 * configure.in:
+ − 3270 checking whether gettimeofday accepts one or two arguments... two
+ − 3271
+ − 3272 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3273
+ − 3274 * configure.in: Fixed magic to handle AIX and MIT X11R6.
+ − 3275
+ − 3276 1998-04-02 Martin Buchholz <martin@xemacs.org>
+ − 3277
+ − 3278 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
+ − 3279
+ − 3280 1998-04-01 Martin Buchholz <martin@xemacs.org>
+ − 3281
+ − 3282 * tests/database.el (test-database): Temporary files (the databases
+ − 3283 that were created) should be deleted.
+ − 3284
+ − 3285 * Makefile.in (testdir): Remove gnumake-specific syntax.
+ − 3286 (src/Makefile): src/Makefile depends on src/depend.
+ − 3287
+ − 3288 1998-03-29 Martin Buchholz <martin@xemacs.org>
+ − 3289
+ − 3290 * configure.in: Check for -lz, -lgz unconditionally. Too many
+ − 3291 system linkers don't properly die when there are cascaded link
+ − 3292 dependencies, so we can't rely on the linker for that. The only
384
+ − 3293 downside is that we might link with an extra unneeded library. If
272
+ − 3294 you really really care about this, you can go fix it.
+ − 3295
+ − 3296 * configure.in: Enhance PANIC msg to make it clear that
+ − 3297 --with-FEATURE is going to die if FEATURE is not installed.
+ − 3298
+ − 3299 1998-03-27 Martin Buchholz <martin@xemacs.org>
+ − 3300
+ − 3301 * configure.in: $debug was not properly dependent on $beta
384
+ − 3302
+ − 3303 * configure.in: Move offix configuration out of src/Makefile.in.in
272
+ − 3304 into configure.in.
+ − 3305
+ − 3306 * configure.in: Reorganize xpm detection code.
+ − 3307
384
+ − 3308 * configure.in: XIM default to ON if Motif which is not Lesstif is
272
+ − 3309 found.
+ − 3310
+ − 3311 * configure.in: Keep auto-generated makefile dependencies out of
+ − 3312 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
+ − 3313
+ − 3314 1998-03-26 Martin Buchholz <martin@xemacs.org>
+ − 3315
+ − 3316 * configure.in: Fix up cflags handling. Specifically, configure
+ − 3317 --cflags='' would fail to be recognized.
+ − 3318
+ − 3319 * configure.in: Fix up png detection. Link with png_read_image to
+ − 3320 make sure -lz is required. Test for png >- 0.96 via header file.
+ − 3321
+ − 3322 1998-03-21 Martin Buchholz <martin@xemacs.org>
+ − 3323
+ − 3324 * configure.in (XE_GCC_WRAP_LDFLAGS)
+ − 3325 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
+ − 3326
+ − 3327 * configure.in: Make sure BSD always links in libz.a
+ − 3328 BSD's stupid linker can't detect cascaded lib dependencies
+ − 3329
+ − 3330 * configure.in: Autodetect lesstif. define have_lesstif.
+ − 3331 Don't use motif-xim with lesstif, at least by default.
+ − 3332
+ − 3333 1998-03-30 SL Baur <steve@altair.xemacs.org>
+ − 3334
+ − 3335 * version.sh: Add InfoDock version number variables.
+ − 3336
+ − 3337 1998-03-30 Amir J. Katz <amir@ndsoft.com>
+ − 3338
+ − 3339 * info/dir: Replaced string '20.5' with '21.0'
+ − 3340
269
+ − 3341 1998-03-24 SL Baur <steve@altair.xemacs.org>
+ − 3342
+ − 3343 * XEmacs 21.0-beta33 is released.
+ − 3344
442
+ − 3345 1998-03-26 Didier Verna <didier@xemacs.org>
269
+ − 3346
+ − 3347 * configure.in, Makefile.in: Removed infopath_user_defined---we
+ − 3348 always want to propagate it.
+ − 3349
+ − 3350 * configure.usage: Synched with configure.in.
+ − 3351
+ − 3352 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3353
+ − 3354 * configure.usage, INSTALL: Synched with the new path layout.
+ − 3355
+ − 3356 * Makefile.in (src/paths.h): Replaced packagepath with
+ − 3357 package_path to make configure happy.
+ − 3358
+ − 3359 * configure.in: Made default setting for packagepath conform to
+ − 3360 what packages.el builds at run-time: XEmacs-version-specific paths
+ − 3361 before site-specific ones.
+ − 3362 Added default setting for pkgdir.
+ − 3363 Changed --packagepath back to --package-path.
+ − 3364
267
+ − 3365 1998-03-24 SL Baur <steve@altair.xemacs.org>
+ − 3366
+ − 3367 * XEmacs 21.0-beta32 is released.
+ − 3368
+ − 3369 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3370
+ − 3371 * configure.in: Extended package path by version-specific
+ − 3372 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
+ − 3373
+ − 3374 1998-03-22 SL Baur <steve@altair.xemacs.org>
+ − 3375
+ − 3376 * Makefile.in (distclean): Remove packages and mule-packages if they
+ − 3377 have been linked into place.
+ − 3378
+ − 3379 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3380
+ − 3381 * <Today>: The Big Path Searching Overhaul.
+ − 3382
+ − 3383 * Makefile.in, configure.in: Now pass all configure-specified paths
+ − 3384 into the binary in a uniform way.
+ − 3385
+ − 3386 1998-03-20 SL Baur <steve@altair.xemacs.org>
+ − 3387
+ − 3388 * configure.in (have_libmcheck): Add test for glibc's malloc
+ − 3389 checker.
+ − 3390 - Fix HP/UX dynamic linking flag.
+ − 3391
+ − 3392 1998-03-19 SL Baur <steve@altair.xemacs.org>
+ − 3393
+ − 3394 * configure.in (quoted_arguments): Fix unquoted variable in
+ − 3395 error-checking test.
+ − 3396 - fix bogus substitution.
384
+ − 3397
267
+ − 3398 1998-03-17 SL Baur <steve@altair.xemacs.org>
+ − 3399
+ − 3400 * configure.in: In -lpng test, look for png_set_strip_alpha.
+ − 3401 Suggested by William M. Perry <wmperry@aventail.com>
+ − 3402
265
+ − 3403 1998-03-16 SL Baur <steve@altair.xemacs.org>
+ − 3404
+ − 3405 * XEmacs 21.0 beta31 is released.
+ − 3406
+ − 3407 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 3408
+ − 3409 * configure.usage (Usage): Correct information about gif, tiff
+ − 3410 and WNN entries
+ − 3411
+ − 3412 1998-03-13 SL Baur <steve@altair.xemacs.org>
+ − 3413
+ − 3414 * configure.in: typo fix in sed command.
+ − 3415 From P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 3416
+ − 3417 * configure.in (all_widgets): Check for snprintf().
+ − 3418
+ − 3419 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 3420
+ − 3421 * configure.in: New gif support
+ − 3422
+ − 3423 1998-03-10 SL Baur <steve@altair.xemacs.org>
+ − 3424
+ − 3425 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
+ − 3426
+ − 3427 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3428
+ − 3429 * configure.in: don't add libc to link list for dlopen ordinary
+ − 3430 link takes care of this. check for dlfcn.h
+ − 3431
+ − 3432 1998-03-10 SL Baur <steve@altair.xemacs.org>
+ − 3433
+ − 3434 * configure.in: Examine each directory of X11 include path for
+ − 3435 inclusion into BITMAPDIR.
+ − 3436
+ − 3437 1998-03-09 SL Baur <steve@altair.xemacs.org>
+ − 3438
+ − 3439 * aclocal.m4: Add legalese.
+ − 3440
+ − 3441 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3442
+ − 3443 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
+ − 3444 database support.
+ − 3445
+ − 3446 * configure.in: move msw checking after x checking so that
+ − 3447 auto-detection works.
+ − 3448
+ − 3449 1998-03-09 SL Baur <steve@altair.xemacs.org>
+ − 3450
+ − 3451 * configure.in: New DLL support.
+ − 3452 * aclocal.m4: New file.
+ − 3453 From William M. Perry <wmperry@aventail.com>
+ − 3454
+ − 3455 1998-03-08 SL Baur <steve@altair.xemacs.org>
+ − 3456
+ − 3457 * configure.in (xemacs_betaname): Align messages for minimal
+ − 3458 tagbits and indexed lrecords.
+ − 3459 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 3460
263
+ − 3461 1998-03-07 SL Baur <steve@altair.xemacs.org>
+ − 3462
+ − 3463 * XEmacs 20.5-beta30 is released.
+ − 3464
+ − 3465 1998-03-05 SL Baur <steve@altair.xemacs.org>
+ − 3466
+ − 3467 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
+ − 3468
+ − 3469 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3470
+ − 3471 * configure.in: add a --with-msw option. Make X and msw work
+ − 3472 together if the user asks.
+ − 3473
+ − 3474 1998-03-02 SL Baur <steve@altair.xemacs.org>
+ − 3475
+ − 3476 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
+ − 3477
+ − 3478 1998-03-01 SL Baur <steve@altair.xemacs.org>
+ − 3479
+ − 3480 * configure.in: Add substitutable variable ld_dynamic_link_flags
+ − 3481 for special required linker flags for building DLL capable
+ − 3482 binaries.
+ − 3483
261
+ − 3484 1998-02-28 SL Baur <steve@altair.xemacs.org>
+ − 3485
+ − 3486 * Makefile.in (top_distclean): Remove Installation.el.
+ − 3487 (xemacs): New target. Formerly it was `all:'.
+ − 3488 (all): New default, dist: is now superfluous.
+ − 3489
+ − 3490 1998-02-27 SL Baur <steve@altair.xemacs.org>
+ − 3491
+ − 3492 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
+ − 3493 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
+ − 3494 (Installation): Add XEmacs version and generate `Installation.el'.
+ − 3495
+ − 3496 1998-02-26 SL Baur <steve@altair.xemacs.org>
+ − 3497
+ − 3498 * configure.in (with_ldap: Fix -lldap autodection.
+ − 3499 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
+ − 3500 (Installation): Only keep the last configuration.
+ − 3501
259
+ − 3502 1998-02-25 SL Baur <steve@altair.xemacs.org>
+ − 3503
+ − 3504 * XEmacs 20.5-beta28 is released.
+ − 3505
+ − 3506 * configure.in (with_session): Fix reporting of the setting.
+ − 3507 (with_database_gnudbm): Correctly report setting.
+ − 3508
+ − 3509 1998-02-24 SL Baur <steve@altair.xemacs.org>
+ − 3510
+ − 3511 * configure.usage: Restore documentation of graphics library
+ − 3512 flags.
+ − 3513 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3514
+ − 3515 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3516
+ − 3517 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
+ − 3518 console.
+ − 3519
+ − 3520 1998-02-23 SL Baur <steve@altair.xemacs.org>
+ − 3521
+ − 3522 * XEmacs 20.4 is released to the beta testers.
+ − 3523
+ − 3524 1998-02-21 SL Baur <steve@altair.xemacs.org>
+ − 3525
384
+ − 3526 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
259
+ − 3527 to also test for Linux libc5.
+ − 3528
255
+ − 3529 1998-02-19 SL Baur <steve@altair.xemacs.org>
+ − 3530
257
+ − 3531 * XEmacs 20.5-beta27 is released.
+ − 3532 * XEmacs-20.4-pre4 is released.
+ − 3533
+ − 3534 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
+ − 3535 (--with-gung): Implement it.
+ − 3536
+ − 3537 * configure.usage (--with-gung): Document. Turns on
+ − 3538 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
+ − 3539 (--with-term): Remove.
384
+ − 3540
255
+ − 3541 * XEmacs-20.5-beta26 is released.
+ − 3542
+ − 3543 1998-02-18 SL Baur <steve@altair.xemacs.org>
+ − 3544
+ − 3545 * XEmacs-20.4-pre3 is released.
+ − 3546
+ − 3547 * Makefile.in: use better feedback while rebuilding finder database.
+ − 3548 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 3549
+ − 3550 1998-02-15 SL Baur <steve@altair.xemacs.org>
+ − 3551
+ − 3552 * configure.in (doug_lea_malloc): Add checking for Doug Lea
+ − 3553 Malloc.
+ − 3554
253
+ − 3555 1998-02-14 SL Baur <steve@altair.xemacs.org>
+ − 3556
255
+ − 3557 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
+ − 3558 Suggested by Pekka Marjola <pema@iki.fi>
+ − 3559
+ − 3560 * XEmacs-20.4-pre2 is released.
253
+ − 3561 * XEmacs-20.5-beta25 is released.
+ − 3562
+ − 3563 1998-02-13 SL Baur <steve@altair.xemacs.org>
+ − 3564
+ − 3565 * INSTALL: Update for Cygwin and Microsoft Windows.
+ − 3566
+ − 3567 * README: Update for Microsoft Windows.
+ − 3568
251
+ − 3569 1998-02-09 SL Baur <steve@altair.xemacs.org>
+ − 3570
253
+ − 3571 * XEmacs 20.4-pre1 is released.
251
+ − 3572 * XEmacs 20.5-beta24 is released.
+ − 3573
+ − 3574 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3575
+ − 3576 * configure.in: add mule-coding target which defines MULE_CODING,
+ − 3577 nothing uses it as yet. add gif objects to msw support. define
+ − 3578 const_is_losing=no for msw. make msw not selected if tty selected.
+ − 3579 add -lshell32 for dnd support. check for a.out.h rather than
+ − 3580 coff.h
+ − 3581
+ − 3582 * lib-src/make-docfile.c: add cygwin support and generalise the
+ − 3583 remaining open calls. IMHO this should really include sysfile.h.
+ − 3584
249
+ − 3585 1998-02-03 SL Baur <steve@altair.xemacs.org>
+ − 3586
+ − 3587 * XEmacs 20.5-beta23 is released.
+ − 3588
247
+ − 3589 1998-01-27 SL Baur <steve@altair.xemacs.org>
+ − 3590
+ − 3591 * XEmacs 20.5-beta22 is released.
+ − 3592
245
+ − 3593 1998-01-25 SL Baur <steve@altair.xemacs.org>
+ − 3594
+ − 3595 * XEmacs 20.5-beta21 is released.
+ − 3596
+ − 3597 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
+ − 3598
+ − 3599 * configure.in: check for coff.h
+ − 3600
+ − 3601 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
+ − 3602
+ − 3603 * configure.in: Added support for `--with-shlib'.
+ − 3604
243
+ − 3605 1998-01-18 SL Baur <steve@altair.xemacs.org>
+ − 3606
+ − 3607 * XEmacs 20.5-beta20 is released.
+ − 3608
+ − 3609 1998-01-13 Martin Buchholz <martin@xemacs.org>
+ − 3610
384
+ − 3611 * configure.usage:
243
+ − 3612 Remove doc for configure-time INFOPATH, no longer used.
+ − 3613
+ − 3614 * configure.in:
+ − 3615 * src/config.h.in:
+ − 3616 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
+ − 3617
384
+ − 3618 * lwlib/lwlib.h:
+ − 3619 * lwlib/lwlib.c:
+ − 3620 * lwlib/lwlib-config.c:
+ − 3621 * lwlib/lwlib-Xm.c:
+ − 3622 * lwlib/lwlib-Xaw.c:
+ − 3623 * lwlib/lwlib-Xlw.c:
+ − 3624 * lwlib/config.h.in:
243
+ − 3625 * src/menubar-x.c:
+ − 3626 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
+ − 3627 Maintain only one set of variables.
+ − 3628
+ − 3629 * Makefile.in (install-arch-dep): Simplify.
384
+ − 3630 Replace construct `test -d $dir && foo' with
243
+ − 3631 `if test -d $dir; then foo; fi'
+ − 3632
384
+ − 3633 * lwlib/xlwmenu.c:
+ − 3634 * lwlib/xlwscrollbar.c:
+ − 3635 * lwlib/lwlib-Xlw.c:
+ − 3636 * lwlib/lwlib-Xm.c:
243
+ − 3637 Always assume presence of limits.h (ANSI).
+ − 3638
241
+ − 3639 1998-01-12 SL Baur <steve@altair.xemacs.org>
+ − 3640
243
+ − 3641 * INSTALL: Updated for recent Mule/package changes.
+ − 3642
241
+ − 3643 * XEmacs 20.5-beta19 is released.
+ − 3644
+ − 3645 1998-01-12 Damon Lipparelli <lipp@primus.com>
+ − 3646
+ − 3647 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
+ − 3648 --exec-prefix.
+ − 3649
239
+ − 3650 1998-01-10 SL Baur <steve@altair.xemacs.org>
+ − 3651
+ − 3652 * XEmacs 20.5-beta18 is released.
+ − 3653
442
+ − 3654 1998-01-08 Didier Verna <didier@xemacs.org>
239
+ − 3655
+ − 3656 * configure.in: Get rid of INFOPATH for configure time.
+ − 3657 * configure.usage (Usage): Ditto.
+ − 3658
+ − 3659 1998-01-09 SL Baur <steve@altair.xemacs.org>
+ − 3660
+ − 3661 * Makefine.in: Correct reported amount of disk savings from
+ − 3662 compression.
+ − 3663 From Markus Linnala <maage@cs.tut.fi>
+ − 3664
+ − 3665 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
+ − 3666
+ − 3667 * configure.in: detect and set scrollbars and menubars with
+ − 3668 MS-Windows more appropriately. Check for sys/un.h to use in
+ − 3669 gnuserv.
+ − 3670
+ − 3671 1998-01-07 SL Baur <steve@altair.xemacs.org>
+ − 3672
+ − 3673 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
+ − 3674 naming.
+ − 3675
+ − 3676 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
+ − 3677
+ − 3678 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
+ − 3679 inactive_button_gc for menu entries.
+ − 3680 (remap_menubar): ignore the enabled status
+ − 3681
237
+ − 3682 1998-01-04 SL Baur <steve@altair.xemacs.org>
+ − 3683
+ − 3684 * XEmacs 20.5-beta17 is released.
+ − 3685
+ − 3686 * Makefile.in (finder): Use -vanilla.
+ − 3687 (lisp/finder-inf.el): Ditto.
+ − 3688 (check-features): New target. Do a sanity check prior to
+ − 3689 installation.
+ − 3690
235
+ − 3691 1997-01-03 SL Baur <steve@altair.xemacs.org>
+ − 3692
+ − 3693 * XEmacs 20.5-beta16 is released.
+ − 3694
233
+ − 3695 1997-12-30 SL Baur <steve@altair.xemacs.org>
+ − 3696
+ − 3697 * XEmacs 20.5-beta15 is released.
+ − 3698
+ − 3699 1997-12-29 SL Baur <steve@altair.xemacs.org>
+ − 3700
+ − 3701 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
+ − 3702
231
+ − 3703 1997-12-27 SL Baur <steve@altair.xemacs.org>
+ − 3704
+ − 3705 * XEmacs 20.5-beta14 is released.
+ − 3706
+ − 3707 1997-12-23 Andy Piper <andyp@parallax.co.uk>
+ − 3708
+ − 3709 * configure.in: support for *-pc-cygwin32 config
+ − 3710
229
+ − 3711 1997-12-25 SL Baur <steve@altair.xemacs.org>
+ − 3712
+ − 3713 * XEmacs 20.5-beta13 is released.
+ − 3714
227
+ − 3715 1997-12-20 SL Baur <steve@altair.xemacs.org>
+ − 3716
+ − 3717 * XEmacs 20.5-beta 12 is released.
+ − 3718
+ − 3719 1997-12-19 SL Baur <steve@altair.xemacs.org>
+ − 3720
384
+ − 3721 * configure.in (bitmapdir): Reenable --with-session by default for
227
+ − 3722 testing.
+ − 3723
+ − 3724 1997-12-17 SL Baur <steve@altair.xemacs.org>
+ − 3725
+ − 3726 * info/dir (File): Skk and Gnats are packaged.
+ − 3727
+ − 3728 * PROBLEMS (Note): Update version numbers.
+ − 3729
+ − 3730 * info/dir (File): Update version number.
+ − 3731
225
+ − 3732 1997-12-16 SL Baur <steve@altair.xemacs.org>
+ − 3733
227
+ − 3734 * XEmacs 20.5-beta11 is released.
225
+ − 3735
+ − 3736 1997-12-14 SL Baur <steve@altair.xemacs.org>
+ − 3737
+ − 3738 * configure.in: Don't bypass graphics library detection
+ − 3739 if the `--with-imagick' option is given to configure.
+ − 3740 : Print autodetected graphics libraries to be linked with Imagick.
+ − 3741
+ − 3742 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
+ − 3743
+ − 3744 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 3745
+ − 3746 * Makefile.in (install-arch-indep): Build info files if needed.
+ − 3747
223
+ − 3748 1997-12-13 SL Baur <steve@altair.xemacs.org>
+ − 3749
225
+ − 3750 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
+ − 3751
227
+ − 3752 * XEmacs 20.5-beta10 is released.
223
+ − 3753
+ − 3754 1997-12-12 SL Baur <steve@altair.xemacs.org>
+ − 3755
+ − 3756 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
+ − 3757
+ − 3758 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3759
+ − 3760 * configure.in (autodetect ImageMagick): also look for
+ − 3761 "X11/magick/magick.h", and if present, define
+ − 3762 MAGICK_HEADERS_ARE_UNDER_X11
+ − 3763
+ − 3764 1997-12-11 SL Baur <steve@altair.xemacs.org>
+ − 3765
+ − 3766 * configure.in (imagick_libs): Add autodetection for freetype
+ − 3767 -lttf library.
+ − 3768
221
+ − 3769 1997-12-09 SL Baur <steve@altair.xemacs.org>
+ − 3770
227
+ − 3771 * XEmacs 20.5-beta9 is released.
221
+ − 3772
219
+ − 3773 1997-12-06 SL Baur <steve@altair.xemacs.org>
+ − 3774
227
+ − 3775 * XEmacs 20.5-beta8 is released.
219
+ − 3776
+ − 3777 * info/dir: update for further packaging.
+ − 3778 * configure.in: remove `tree-x' from XEmacs build.
+ − 3779
+ − 3780 1997-11-29 Jeff Miller <jmiller@smart.net>
+ − 3781
+ − 3782 * configure.in: motif menubars need xlwmenu.o
+ − 3783
+ − 3784 * updated files in src/ to allow an XEmacs configured for
+ − 3785 motif menubars to at least compile. Motif menubars are still
+ − 3786 very broken.
+ − 3787
+ − 3788 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
+ − 3789
+ − 3790 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
+ − 3791 properly with the information in the core.
+ − 3792
+ − 3793 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
+ − 3794 the information in the core, and fixed a potental problem with
+ − 3795 parentage.
+ − 3796
+ − 3797 1997-12-01 SL Baur <steve@altair.xemacs.org>
+ − 3798
+ − 3799 * configure.in (with_session): Properly display flag in configure
+ − 3800 status report.
+ − 3801
+ − 3802 1997-11-29 SL Baur <steve@altair.xemacs.org>
+ − 3803
+ − 3804 * configure.usage: Remove documentation of obsolete option
+ − 3805 --with-gif.
+ − 3806
217
+ − 3807 1997-11-27 SL Baur <steve@altair.xemacs.org>
+ − 3808
227
+ − 3809 * XEmacs 20.5-beta7 is released.
217
+ − 3810
+ − 3811 * configure.in: When testing for -ltiff, fall back on the extra
+ − 3812 libraries -ljpeg, and -lz since some -ltiff's need them.
+ − 3813
+ − 3814 1997-11-26 SL Baur <steve@altair.xemacs.org>
+ − 3815
+ − 3816 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
+ − 3817 From Glynn Clements <glynn@sensei.co.uk>
+ − 3818
+ − 3819 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 3820
+ − 3821 * configure.in: Improve auto detect of libraries ImageMagick rely
+ − 3822 on.
+ − 3823
+ − 3824 1997-11-23 Jeff Miller <jmiller@smart.net>
+ − 3825
+ − 3826 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
+ − 3827 and src. Configure.in modified. --with-energize is no longer a
+ − 3828 valid configure option.
+ − 3829
+ − 3830 * lwlib/Makefile.in.in removed energize support
+ − 3831 * lwlib/lwlib-Xm.c removed energize support
+ − 3832 * lwlib/lwlib-config.c removed energize support
+ − 3833
+ − 3834 * lwlib/energize/* removed
+ − 3835
+ − 3836 1997-11-23 SL Baur <steve@altair.xemacs.org>
+ − 3837
+ − 3838 * Makefile.in: Change references of lisp/utils/finder-inf.el to
+ − 3839 lisp/finder-inf.el.
+ − 3840
215
+ − 3841 1997-11-20 SL Baur <steve@altair.xemacs.org>
+ − 3842
227
+ − 3843 * XEmacs 20.5-beta6 is released.
215
+ − 3844
+ − 3845 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 3846
+ − 3847 * configure.usage: Use `--' convention in "usage:" line.
+ − 3848
+ − 3849 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 3850
+ − 3851 * configure.in: added `with_xfs' to list of boolean features.
+ − 3852
+ − 3853 1997-11-20 SL Baur <steve@altair.xemacs.org>
+ − 3854
217
+ − 3855 * XEmacs 20.3 is released for binary kit building.
215
+ − 3856
+ − 3857 1997-11-19 Tor Arntsen <tor@spacetec.no>
+ − 3858
+ − 3859 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
+ − 3860 xemacs dumped on one machine on another. Problem was fixed by 20.3.
+ − 3861
+ − 3862 1997-11-18 SL Baur <steve@altair.xemacs.org>
+ − 3863
+ − 3864 * configure.usage: New file.
+ − 3865
+ − 3866 * configure.in: Use it instead of monster 10k shell variable.
+ − 3867
+ − 3868 1997-11-17 SL Baur <steve@altair.xemacs.org>
+ − 3869
+ − 3870 * XEmacs 20.3-pre4 is released.
+ − 3871
+ − 3872 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
+ − 3873
+ − 3874 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
+ − 3875 dirs.
+ − 3876
+ − 3877 1997-11-17 SL Baur <steve@altair.xemacs.org>
+ − 3878
+ − 3879 * configure.in: Initialize infodir off of datadir.
+ − 3880
+ − 3881 * Makefile.in: Force LANG = C for building.
+ − 3882
+ − 3883 1997-11-15 SL Baur <steve@altair.xemacs.org>
+ − 3884
+ − 3885 * XEmacs 20.3-pre3 is released.
227
+ − 3886 * XEmacs 20.5-beta5 is released.
215
+ − 3887
213
+ − 3888 1997-11-13 Marc Paquette <marcpa@cam.org>
+ − 3889
+ − 3890 * nt/Todo: added a task for support of lisp packages through
+ − 3891 the registry.
+ − 3892
+ − 3893 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
+ − 3894
+ − 3895 * Renamed files *w32* to *msw*
+ − 3896
+ − 3897 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
+ − 3898 HAVE_MS_WINDOWS. Changed files:
+ − 3899 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
+ − 3900 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
+ − 3901 sysdep.el, console-msw.c, console-msw.h, console.c,
+ − 3902 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
+ − 3903 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
+ − 3904 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
384
+ − 3905 redisplay.c, symsinit.h,
213
+ − 3906
+ − 3907 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
+ − 3908
+ − 3909 * Deleted w32 build directory since nt build directory now handles
+ − 3910 X and native mswindows builds.
+ − 3911
215
+ − 3912 1997-11-11 SL Baur <steve@altair.xemacs.org>
+ − 3913
227
+ − 3914 * XEmacs 20.5-beta4 is released.
215
+ − 3915
211
+ − 3916 1997-11-10 SL Baur <steve@altair.xemacs.org>
+ − 3917
+ − 3918 * info/dir: remove packaged entries.
+ − 3919 From Glynn Clements <glynn@sensei.co.uk>
+ − 3920
+ − 3921 * configure.in: Puke and die if NAS sound is selected without X.
+ − 3922
209
+ − 3923 1997-11-08 SL Baur <steve@altair.xemacs.org>
+ − 3924
227
+ − 3925 * XEmacs 20.5-beta3 is released.
209
+ − 3926 * XEmacs 20.3-pre2 is released.
+ − 3927
+ − 3928 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
+ − 3929
+ − 3930 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
+ − 3931
+ − 3932 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
+ − 3933
+ − 3934 * Files split from nt to new w32 directory:
+ − 3935 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
+ − 3936 xemacs.mak.
+ − 3937
442
+ − 3938 1997-11-05 Didier Verna <didier@xemacs.org>
209
+ − 3939
+ − 3940 * configure.in: Added the --site-prefixes options for the configure
384
+ − 3941 script. You give a colon or space separated list of prefixes, and
209
+ − 3942 subdirectories include/ and lib/ will be added with -I and -L.
+ − 3943
+ − 3944 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
+ − 3945
+ − 3946 * configure.in: AIX + gcc fixes.
+ − 3947 - Don't wrap -B. aixflags changed to start_flags.
+ − 3948
+ − 3949 1997-11-04 SL Baur <steve@altair.xemacs.org>
+ − 3950
+ − 3951 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
+ − 3952 From Skip Montanaro <skip@calendar.com>
+ − 3953
+ − 3954 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3955
+ − 3956 * Delete etc/TUTORIAL.th because Thai is not supported yet.
+ − 3957
+ − 3958 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
+ − 3959
+ − 3960 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
+ − 3961 window's coordinates and dimensions to center the
+ − 3962 dialog box unless its mapped_when_managed property is
+ − 3963 true. This should avoid the top level widget that the
+ − 3964 HAVE_SESSION code creates, which is unmapped and
+ − 3965 useless for this purpose.
+ − 3966
+ − 3967 1997-11-01 SL Baur <steve@altair.xemacs.org>
+ − 3968
+ − 3969 * XEmacs 20.3-pre1 is released.
+ − 3970
207
+ − 3971 1997-10-31 SL Baur <steve@altair.xemacs.org>
+ − 3972
209
+ − 3973 * XEmacs 19.16 is released.
+ − 3974
+ − 3975 1997-10-31 SL Baur <steve@altair.xemacs.org>
+ − 3976
227
+ − 3977 * XEmacs 20.5-beta2 is released.
207
+ − 3978
+ − 3979 1997-10-30 SL Baur <steve@altair.xemacs.org>
+ − 3980
+ − 3981 * configure.in (xetest): Eliminate tests for PNG, JPEG,
+ − 3982 TIFF(broken) and replace with test for ImageMagick.
+ − 3983
+ − 3984 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
384
+ − 3985
207
+ − 3986 * lwlib/xlwmenu.h: Added string macro declarations for
+ − 3987 titleForeground and highlightForeground properties.
+ − 3988
+ − 3989 * lwlib/xlwmenuP.h: Added struct fields for title and
+ − 3990 highlight colors.
+ − 3991
+ − 3992 * lwlib/xlwmenu.c: Added initialization and usage code
+ − 3993 for the new titleForeground and highlightForeground
+ − 3994 properties.
+ − 3995
+ − 3996 1997-10-28 SL Baur <steve@altair.xemacs.org>
+ − 3997
+ − 3998 * XEmacs 20.3-beta94 is released.
+ − 3999
+ − 4000 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 4001
+ − 4002 * configure.in: Correct last patch for berkdb.
+ − 4003
+ − 4004 1997-10-28 SL Baur <steve@altair.xemacs.org>
+ − 4005
+ − 4006 * XEmacs 20.3-beta93 is released.
+ − 4007
+ − 4008 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
+ − 4009
+ − 4010 * lib-src/make-path.c:
+ − 4011 * lib-src/digest-doc.c:
+ − 4012 * lib-src/gnuslib.c: Always include config.h before system headers
+ − 4013 * configure.in: Improve AIX configure support
+ − 4014 - NON_GNU_CC defaults to `xlc'
384
+ − 4015 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
207
+ − 4016 -qmaxmem=20000"
+ − 4017 - check for sin instead of sqrt in -lm to avoid xlc internal error
+ − 4018 - Detect -li18n for use with Motif
+ − 4019 - Move weird AIX static linking flags from s&m files to configure.in
+ − 4020 - use #pragma instead of -ma flag to avoid compiler warnings
+ − 4021
+ − 4022 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
+ − 4023
+ − 4024 * lwlib/xlwmenu.c: Use XtRDimension in place of
+ − 4025 XmRHorizontalDimension in shadowThickness resource
+ − 4026 declaration.
+ − 4027
+ − 4028 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
+ − 4029 color as the foreground for selected entries.
+ − 4030
+ − 4031 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
+ − 4032 color as the foreground for selected entries.
+ − 4033
+ − 4034 * lwlib/xlwmenu.c (toggle_decoration_height): Force
+ − 4035 height to be minimum of 2x the shadow thickness.
+ − 4036
+ − 4037 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 4038
+ − 4039 * configure.in: Don't choke on Berkeley DB 2.x.
+ − 4040
+ − 4041 1997-10-24 SL Baur <steve@altair.xemacs.org>
+ − 4042
+ − 4043 * XEmacs 20.3-beta92 is released.
+ − 4044
+ − 4045 1997-10-21 SL Baur <steve@altair.xemacs.org>
+ − 4046
+ − 4047 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
+ − 4048 it already exists (use `make finder' to force rebuild).
+ − 4049
+ − 4050 1997-10-18 SL Baur <steve@altair.xemacs.org>
+ − 4051
424
+ − 4052 * XEmacs 20.3-beta91 is released.
207
+ − 4053
+ − 4054 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 4055
+ − 4056 * configure.in: Removed -Olimit=2000 from cc for IRIX.
+ − 4057
+ − 4058 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 4059
+ − 4060 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
+ − 4061 and removed backquoted echo statement from the infopath report line.
+ − 4062
+ − 4063 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 4064
+ − 4065 * configure.in: Added detection of the declaration of the timezone
+ − 4066 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
+ − 4067
+ − 4068
+ − 4069 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 4070
+ − 4071 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
+ − 4072 of the timezone variable in system headers.
+ − 4073
+ − 4074 * systime.h: Use HAVE_TIMEZONE_DECL.
+ − 4075
+ − 4076 1997-10-14 SL Baur <steve@altair.xemacs.org>
+ − 4077
+ − 4078 * configure.in (all_widgets): Don't allow configuration of
+ − 4079 --with-mule if Mule lisp hasn't been installed.
+ − 4080
+ − 4081 1997-10-13 SL Baur <steve@altair.xemacs.org>
+ − 4082
+ − 4083 * configure.in: Remove `site-lisp' from list of directories to
+ − 4084 make symbolic links for.
+ − 4085
+ − 4086 * XEmacs 20.3-beta90 is released.
+ − 4087
+ − 4088 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
+ − 4089
+ − 4090 * info/dir: Cosmetic changes to info/dir
+ − 4091
205
+ − 4092 1997-10-12 SL Baur <steve@altair.xemacs.org>
+ − 4093
227
+ − 4094 * XEmacs 20.5-beta1 is released.
205
+ − 4095
+ − 4096 * XEmacs 19.16-pre9 is released.
+ − 4097
+ − 4098 * XEmacs 19.16-pre8 is released.
+ − 4099
203
+ − 4100 1997-10-11 SL Baur <steve@altair.xemacs.org>
+ − 4101
205
+ − 4102 * XEmacs 20.3-beta28 is released.
+ − 4103
203
+ − 4104 * Makefile.in (src/paths.h): Update PATH_INFOPATH
+ − 4105 (infopath): New shell variable.
+ − 4106 (infopath_user_defined): Ditto.
+ − 4107
+ − 4108 * configure.in (infodir_user_defined): Spelling fixes.
+ − 4109
+ − 4110 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 4111
+ − 4112 * configure.in: added options and option help docs for infopath
+ − 4113 and lockdir
+ − 4114 * '' added a line to the report for infopath and lockdir
+ − 4115
+ − 4116 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 4117
+ − 4118 * Makefile.in.in (INFOPATH): Added variable and put it into
+ − 4119 DUMPENV.
+ − 4120
+ − 4121 1997-10-11 SL Baur <steve@altair.xemacs.org>
+ − 4122
+ − 4123 * packages/info/localdir: New directory and file.
+ − 4124
+ − 4125 * packages/README: New directory & file.
+ − 4126
+ − 4127 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
+ − 4128
+ − 4129 * Makefile.in: Add `make configure' target
+ − 4130
+ − 4131 1997-10-07 SL Baur <steve@altair.xemacs.org>
+ − 4132
+ − 4133 * XEmacs 19.16-pre7 is released.
+ − 4134
+ − 4135 1997-10-05 Damon Lipparelli <lipp@aa.net>
+ − 4136
+ − 4137 * Makefile.in (install-arch-dep, install-arch-indep): Move the
+ − 4138 commands for symlink'ing the system-independent bits into the
+ − 4139 system-dependent directory structure from "install-arch-indep" to
+ − 4140 "install-arch-dep".
+ − 4141
+ − 4142 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
+ − 4143
+ − 4144 * Makefile.in (blddir): variable from "configure".
+ − 4145 (finder): use it.
+ − 4146
+ − 4147 1997-10-05 SL Baur <steve@altair.xemacs.org>
+ − 4148
+ − 4149 * Makefile.in (GENERATED_LISP): New variable.
+ − 4150 (all): Force dependency on finder-inf.el.
+ − 4151 (lisp/utils/finder-inf.el): new rule.
+ − 4152
+ − 4153 1997-10-04 SL Baur <steve@altair.xemacs.org>
+ − 4154
+ − 4155 * XEmacs 19.16-pre6 is released.
+ − 4156
201
+ − 4157 1997-10-04 SL Baur <steve@altair.xemacs.org>
+ − 4158
+ − 4159 * XEmacs 20.3-beta27 is released.
+ − 4160
+ − 4161 1997-10-03 Damon Lipparelli <lipp@primus.com>
+ − 4162
+ − 4163 * Makefile.in (install-arch-indep): When --prefix !=
+ − 4164 --exec-prefix, symlink the system-independent bits into the
+ − 4165 system-dependent directory structure (rather than the other way
+ − 4166 around).
+ − 4167
+ − 4168 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
+ − 4169
+ − 4170 * lib-src/etags.c: etags 12.28 + prototypization
384
+ − 4171 * INSTALL: Better document --site-runtime-libraries
+ − 4172 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
201
+ − 4173 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
+ − 4174 left; scrollbar disappears; keyboard inoperative.
+ − 4175 * configure.in: Remove left-over references to *_switch_x_*
+ − 4176 - NAS libaudio is part of $libs_x, not $LIBS
+ − 4177
199
+ − 4178 1997-10-02 SL Baur <steve@altair.xemacs.org>
+ − 4179
+ − 4180 * XEmacs 20.3-beta26 is released.
+ − 4181
197
+ − 4182 1997-09-30 SL Baur <steve@altair.xemacs.org>
+ − 4183
+ − 4184 * XEmacs 20.3-beta25 is released.
+ − 4185
+ − 4186 * Makefile.in (install-arch-dep): Install the `Installation' for
+ − 4187 future reference.
+ − 4188
+ − 4189 * Makefile.in (top_distclean): Remove finder-inf.el*.
+ − 4190
+ − 4191 * configure.in (use_union_type): Default to "yes".
+ − 4192
+ − 4193 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
+ − 4194
+ − 4195 * configure.in: Add tiff autodetection
+ − 4196
+ − 4197 1997-09-29 SL Baur <steve@altair.xemacs.org>
+ − 4198
+ − 4199 * lwlib/xlwmenu.c: Add bounds checking.
+ − 4200 Check error return on XmStringGetLtoR.
+ − 4201
195
+ − 4202 1997-09-27 SL Baur <steve@altair.xemacs.org>
+ − 4203
+ − 4204 * XEmacs 20.3-beta24 is released.
+ − 4205
+ − 4206 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
+ − 4207
+ − 4208 * Makefile.in (custom-loads): New target.
+ − 4209
+ − 4210 1997-09-23 SL Baur <steve@altair.xemacs.org>
+ − 4211
+ − 4212 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
+ − 4213 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 4214
+ − 4215 1997-09-22 SL Baur <steve@altair.xemacs.org>
+ − 4216
+ − 4217 * XEmacs 19.16-pre4 is released.
+ − 4218
193
+ − 4219 1997-09-20 SL Baur <steve@altair.xemacs.org>
+ − 4220
+ − 4221 * XEmacs 20.3-beta23 is released.
+ − 4222
+ − 4223 1997-09-19 SL Baur <steve@altair.xemacs.org>
+ − 4224
+ − 4225 * XEmacs 19.16-pre3 is released.
+ − 4226
+ − 4227 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
+ − 4228
+ − 4229 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
+ − 4230 sequences (needs more testing).
384
+ − 4231 * */Makefile*:
193
+ − 4232 - Cleanup man/*/Makefile for consistency.
+ − 4233 - use $(MAKEFINFO), $(TEXI2DVI), etc...
+ − 4234 - Make combination --with-srcdir + Sun make work properly.
384
+ − 4235 - Change construct: test -d $${dir} || mkdir $${dir}
193
+ − 4236 --> if test ! -d $${dir}; then mkdir $${dir}; fi
+ − 4237 * lisp/x11/x-win-sun.el: Fix remaining glitches with
+ − 4238 re-mappings of Sun function keys.
+ − 4239 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
+ − 4240 * man/internals/internals.texi: Fix makeinfo compilation error.
+ − 4241
191
+ − 4242 1997-09-17 SL Baur <steve@altair.xemacs.org>
+ − 4243
+ − 4244 * XEmacs 20.3-beta22 is released.
+ − 4245
189
+ − 4246 1997-09-16 SL Baur <steve@altair.xemacs.org>
+ − 4247
+ − 4248 * XEmacs 20.3-beta21 is released.
+ − 4249
+ − 4250 * XEmacs 19.16-pre2 is released.
+ − 4251
187
+ − 4252 1997-09-13 SL Baur <steve@altair.xemacs.org>
+ − 4253
+ − 4254 * XEmacs 20.3-beta20 is released.
+ − 4255
+ − 4256 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
+ − 4257
+ − 4258 * configure.in: Use `PATH' for options that take multiple dirs.
+ − 4259 - Fix test for $PWD == `pwd`
+ − 4260 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
+ − 4261 systems can work. (untested)
+ − 4262
+ − 4263 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
+ − 4264 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
+ − 4265 being autoloaded - let's make them part of the core.
+ − 4266
+ − 4267 * lisp/x11/x-compose.el:
+ − 4268 * lisp/x11/x-init.el:
+ − 4269 * lisp/x11/x-win-sun.el:
+ − 4270 * lisp/x11/x-winxfree86.el:
+ − 4271 * src/device-x.c:
+ − 4272 * src/event-Xt.c:
+ − 4273 - Yet another rewrite of key handling (not the last, though)
+ − 4274 - x-keysym-on-keyboard-p is much faster.
+ − 4275 - x-keysym-on-keyboard-sans-modifiers-p introduced.
+ − 4276 - x-keysym-hashtable introduced.
+ − 4277 - allow X11R4 libs to guess keysyms on X11R5 servers.
384
+ − 4278 - A better workaround for the bug that some Xlibs generate
187
+ − 4279 Multi_key a adiaeresis when pressing Multi_key a "
384
+ − 4280
187
+ − 4281 * src/dgif_lib.c: Make sure size_t is defined before using it.
+ − 4282
+ − 4283 1997-09-12 SL Baur <steve@altair.xemacs.org>
+ − 4284
+ − 4285 XEmacs 19.16-pre1 "Queens" is released.
+ − 4286
+ − 4287 1997-09-08 SL Baur <steve@altair.xemacs.org>
+ − 4288
+ − 4289 * configure.in: Reverse package-path.
+ − 4290 From Colin Rafferty <craffert@ml.com>
+ − 4291
185
+ − 4292 1997-09-02 SL Baur <steve@altair.xemacs.org>
+ − 4293
+ − 4294 * XEmacs 20.3-beta19 is released.
+ − 4295
+ − 4296 * Makefile.in (finder): New target.
+ − 4297
+ − 4298 1997-08-29 SL Baur <steve@altair.xemacs.org>
+ − 4299
+ − 4300 * XEmacs 19.16-beta91 is released.
+ − 4301
+ − 4302 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4303
+ − 4304 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
+ − 4305 iso-2022-jp-2 is defined as coding-system.
+ − 4306
+ − 4307 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
+ − 4308 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
+ − 4309
+ − 4310 (iso-2022-jp-2): New coding system.
+ − 4311
+ − 4312 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4313
+ − 4314 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
+ − 4315 jka-compr.el.
+ − 4316
+ − 4317 1997-08-20 SL Baur <steve@altair.xemacs.org>
+ − 4318
+ − 4319 * XEmacs 19.16-beta90 is released.
+ − 4320
183
+ − 4321 1997-08-16 SL Baur <steve@altair.xemacs.org>
+ − 4322
+ − 4323 * XEmacs 20.3-beta18 is released.
+ − 4324
181
+ − 4325 1997-08-09 SL Baur <steve@altair.xemacs.org>
+ − 4326
+ − 4327 * XEmacs 20.3-beta17 is released.
+ − 4328
+ − 4329 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
+ − 4330
+ − 4331 * configure.in:
+ − 4332 - use-system-malloc renamed to with-system-malloc.
+ − 4333 - config.el reimplemented for improved accuracy.
+ − 4334 - new variable `blddir' introduced for informational purposes.
+ − 4335 * lib-src/config.values.in: new config.el implementation
+ − 4336 * lib-src/config.values.sh: new config.el implementation
384
+ − 4337 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
181
+ − 4338 (thanks to Espen Skoglund, pascal.el maintainer)
+ − 4339 * src/chartab.c: maintainability improvements.
+ − 4340 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
+ − 4341 coding systems results in extra CR's inserted into file on saving.
+ − 4342
+ − 4343 1997-08-06 SL Baur <steve@altair.xemacs.org>
+ − 4344
+ − 4345 * configure.in: Crash & burn if db-2 is detected.
+ − 4346 From Soren Dayton <csdayton@cs.uchicago.edu>
+ − 4347
179
+ − 4348 1997-07-31 SL Baur <steve@altair.xemacs.org>
+ − 4349
+ − 4350 * XEmacs 20.3-beta16 is released.
+ − 4351
+ − 4352 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
+ − 4353
+ − 4354 * configure.in: --with-x11=no --> --with-xface=no
+ − 4355 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
+ − 4356 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
+ − 4357 * event-Xt.c: Fix crashes when no input context available.
+ − 4358 * src/mule-coding.c: Use enum eol_type instead of int consistently
+ − 4359 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
+ − 4360 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
+ − 4361 NOT_C_CODE
+ − 4362
177
+ − 4363 1997-07-26 SL Baur <steve@altair.xemacs.org>
+ − 4364
+ − 4365 * XEmacs 20.3-beta15 is released.
+ − 4366
+ − 4367 1997-07-25 SL Baur <steve@altair.xemacs.org>
+ − 4368
+ − 4369 * lwlib/xlwscrollbar.c: Add debug malloc support.
+ − 4370 * lwlib/xlwmenu.c: Ditto.
+ − 4371 * lwlib/lwlib-utils.h: Ditto.
+ − 4372
+ − 4373 * configure.in (null_string): Add --use-debug-malloc option.
+ − 4374
+ − 4375 1997-07-21 SL Baur <steve@altair.xemacs.org>
+ − 4376
+ − 4377 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
+ − 4378
+ − 4379 1997-07-20 SL Baur <steve@altair.xemacs.org>
+ − 4380
+ − 4381 * Makefile.in (install-arch-indep): Create required links when
+ − 4382 prefixdir != execdir.
+ − 4383
+ − 4384 1997-07-19 SL Baur <steve@altair.xemacs.org>
175
+ − 4385
+ − 4386 * XEmacs 20.3-beta14 is released.
+ − 4387
+ − 4388 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
+ − 4389
177
+ − 4390 * src/fns.c (require): Print messages when loading a file as a
175
+ − 4391 result of require.
384
+ − 4392
175
+ − 4393 * configure.in:
+ − 4394 * lisp/utils/config.el:
384
+ − 4395 * lib-src/config.values:
175
+ − 4396 - new file created and installed by building.
+ − 4397 - Allow configuration time values to be queried by the lisp code.
+ − 4398
+ − 4399 * configure.in:
+ − 4400 - check for alloca in libPW on hpux.
+ − 4401 - Redo --with-clash-detection
+ − 4402 - need to check for termios and friends even if with-tty=no.
+ − 4403 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
+ − 4404 - better quoting for AIX_SMT_EXP (untested)
+ − 4405 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
+ − 4406
+ − 4407 * *.[ch]: more warning elimination
+ − 4408
+ − 4409 * src/input-method*.c:
+ − 4410 * src/s/freebsd.h:
+ − 4411 - remove freebsd ifdefs from C code.
+ − 4412
+ − 4413 * src/specifier.c:
+ − 4414 - fix Fdisplay-table-specifier-p
+ − 4415
173
+ − 4416 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
+ − 4417
+ − 4418 * XEmacs 20.3-beta13 is released.
+ − 4419
+ − 4420 * info/dir (Packages): Integrate texinfo manual for PH.
+ − 4421
+ − 4422 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 4423
+ − 4424 * extents.c (print_extent): Print correctly.
384
+ − 4425
173
+ − 4426 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
+ − 4427
+ − 4428 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
+ − 4429
+ − 4430 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
+ − 4431
+ − 4432 * *Makefile*: More cleanup.
+ − 4433 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
+ − 4434 - Nuke ld_call_shared from s&m files
+ − 4435 - Nuke src/s/*-static.h
+ − 4436 - Nuke Solaris and DEC OSF static build support.
+ − 4437 - Nuke SHORTNAMES
+ − 4438 - Nuke libmld
+ − 4439 - CLASH_DETECTION configurable, off by default.
+ − 4440
+ − 4441 * *.[ch]: Warning elimination, code cleanup, some 64-bit
+ − 4442 safeguarding.
+ − 4443
+ − 4444 * sol2.h: More bullet-proofing for Sun bugs in header files.
+ − 4445
+ − 4446 * lib-src/etags.c: etags version 12.19.
+ − 4447
+ − 4448 * lisp/x11/x-select.el:
+ − 4449 * src/xselect.c: Try STRING if selection owner couldn't convert
384
+ − 4450 COMPOUND_TEXT.
173
+ − 4451
+ − 4452 * src/*.c: Change defalt to default_, and in general allow
+ − 4453 doc-snarfing functions to recognize and ignore trailing `_'
+ − 4454
384
+ − 4455 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
173
+ − 4456 convert source code to use them consistently.
+ − 4457
171
+ − 4458 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
+ − 4459
+ − 4460 * XEmacs 20.3-beta12 is released.
+ − 4461
+ − 4462 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
+ − 4463
384
+ − 4464 * configure.in: Set options differently, depending on beta-ness of
171
+ − 4465 build tree.
+ − 4466 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
+ − 4467 distclean.
+ − 4468
+ − 4469 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
+ − 4470
+ − 4471 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
+ − 4472 linker.
+ − 4473 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
+ − 4474
+ − 4475 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
+ − 4476
+ − 4477 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
+ − 4478
+ − 4479 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
+ − 4480
+ − 4481 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
+ − 4482 fix. Restoration of lossage from beta10->beta11 upgrade.
+ − 4483
+ − 4484 * XEmacs 20.3-beta11 is released.
+ − 4485
+ − 4486 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4487
+ − 4488 * lisp/language/english.el: Add quail-british for British.
+ − 4489
+ − 4490 * lisp/language/european.el: Register input-method for various non
+ − 4491 quail-latin-1 methods.
+ − 4492
169
+ − 4493 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
+ − 4494
+ − 4495 * lib-src/getopt*.c: Don't redefine const - let configure do that.
+ − 4496
+ − 4497 * configure.in: Better behavior for `configure --with-gcc=no'
+ − 4498 - Autodetect ulimit.h
+ − 4499 - Remove broken SunOS4 kludge for libXmu
+ − 4500 - Autodetect usleep
+ − 4501
+ − 4502 * src/s/sol2.h: Support gcc on various Solaris releases.
384
+ − 4503
169
+ − 4504 * lib-src/*.c: Ansify prototypes.
+ − 4505
+ − 4506 * lisp/prim/files.el: Optimize auto-mode-alist.
+ − 4507
+ − 4508 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
+ − 4509 - `make install' now works.
+ − 4510 - dependencies updated.
+ − 4511
+ − 4512 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
+ − 4513 - Replace uses of XtVa* with non-varargs variants.
+ − 4514
+ − 4515 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4516
+ − 4517 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
+ − 4518 `change-major-mode-hook'.
+ − 4519
+ − 4520 * lisp/modes/image-mode.el (image-maybe-restore): New function.
+ − 4521
+ − 4522 * src/glyphs.c (make_string_from_file): must protect from
+ − 4523 `format-alist'.
+ − 4524
+ − 4525 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
+ − 4526
+ − 4527 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
+ − 4528 variable.
+ − 4529
167
+ − 4530 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
+ − 4531
169
+ − 4532 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
+ − 4533 should be `print-libgcc-file-name'
+ − 4534 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
384
+ − 4535
167
+ − 4536 * XEmacs 20.3-beta10 is released.
+ − 4537
+ − 4538 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4539
+ − 4540 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
+ − 4541 GB).
+ − 4542
+ − 4543 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
+ − 4544 11643 to be more detailed.
+ − 4545
+ − 4546 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
+ − 4547 `arabic-2' to `arabic-digit', `arabic-1-column' and
+ − 4548 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
+ − 4549
+ − 4550 * src/mule-charset.c: Modify charset DOC-strings to be more
+ − 4551 detailed.
+ − 4552
+ − 4553 Use BOX DRAWINGS characters of JIS X0208.
+ − 4554
+ − 4555 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4556
+ − 4557 * lisp/apel/richtext.el: Add autoload comments for
+ − 4558 `richtext-encode' and `richtext-decode'.
+ − 4559
+ − 4560 * lisp/prim/format.el (format-alist): Add `text/richtext'.
+ − 4561
+ − 4562 * lisp/tl/chartblxmas.el: New file.
+ − 4563
+ − 4564 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
+ − 4565 table" for MULE menu.
+ − 4566
+ − 4567 * lisp/apel/emu.el: Check richtext.el is bundled.
+ − 4568
+ − 4569 * lisp/tl/char-table.el (view-charset): New command.
+ − 4570
+ − 4571 * lisp/tl/char-table.el: Rename some functions.
+ − 4572
+ − 4573 * lisp/packages/hexl.el (hexl-mode-exit): Run
+ − 4574 `hexl-mode-exit-hook'.
+ − 4575
+ − 4576 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
+ − 4577 support" and "Set language environment" of mule menu.
+ − 4578
+ − 4579 * lisp/apel/file-detect.el: Add autoload comments for function
+ − 4580 `add-path', `add-latest-path', `get-latest-path',
+ − 4581 `file-installed-p', `exec-installed-p', `module-installed-p' and
+ − 4582 variable `exec-suffix-list'.
+ − 4583
+ − 4584 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
+ − 4585 image/png and image/x-xpm.
+ − 4586
+ − 4587 * lisp/modes/image-mode.el: New file.
+ − 4588
+ − 4589 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4590
+ − 4591 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
+ − 4592 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
+ − 4593
+ − 4594 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
+ − 4595
165
+ − 4596 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
+ − 4597
+ − 4598 * XEmacs 20.3-beta9 is released.
+ − 4599
+ − 4600 * Makefile.in (dist): Make `make dist' work for me.
+ − 4601
+ − 4602 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
+ − 4603
+ − 4604 * configure.in:
+ − 4605 - Change "t" to tabs in sed commands
+ − 4606 - Add /g to sed substitition commands when appropriate
+ − 4607 - Change XtVa[SG]etValue to Xt[SG]etValue
+ − 4608 - Make version variables into Lisp_Objects.
+ − 4609
+ − 4610 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
+ − 4611
+ − 4612 * src/config.h.in:
+ − 4613 * configure.in:
+ − 4614 - Autodetect X defines using xmkmf.
+ − 4615 - Compute rpath on *bsd* systems as well.
+ − 4616 - rewrite PRINT_VAR m4 macro.
+ − 4617 - detect sizes of void* and long long for future use by unex*.c
+ − 4618 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
+ − 4619
+ − 4620 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4621
+ − 4622 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
+ − 4623
+ − 4624 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
+ − 4625 `mh-folder-coding-system'.
+ − 4626
+ − 4627 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4628
+ − 4629 * lisp/language/ethio-util.el: imported from
+ − 4630 Emacs/mule-19.34.94-zeta.
+ − 4631
+ − 4632 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
+ − 4633 repair Arabic characters.
+ − 4634
+ − 4635 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4636
+ − 4637 * lib-src/update-autoloads.sh: Search lisp/mule/.
+ − 4638
+ − 4639 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
+ − 4640 language environment" of Mule menu.
+ − 4641
+ − 4642 * lisp/language/visual-mode.el: moved from mule/.
+ − 4643
+ − 4644 * lisp/language/ethiopic.el: Modify for XEmacs.
+ − 4645
+ − 4646 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
+ − 4647 problem of setting for `language-info-alist' about koi8-r.
+ − 4648
+ − 4649 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
+ − 4650
+ − 4651 * lisp/mule/mule-util.el: New file (imported from
+ − 4652 Emacs/mule-19.34.94-zeta).
+ − 4653
+ − 4654 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
+ − 4655 moved to mule-util.el.
+ − 4656
+ − 4657 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
+ − 4658 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
+ − 4659 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
+ − 4660 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
+ − 4661 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
+ − 4662
+ − 4663 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
+ − 4664 emulate Emacs/mule-19.34.94-zeta function.
+ − 4665
+ − 4666 * lisp/mule/mule-cmds.el: modified to sync with
+ − 4667 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
+ − 4668
+ − 4669 (set-language-info): Add to "Describe Language Support" and "Set
+ − 4670 Language Environment" menu.
+ − 4671
+ − 4672 * lisp/mule/mule-charset.el: Function `compose-region' and
+ − 4673 `decompose-region' were moved to mule-util.el.
+ − 4674
+ − 4675 * lisp/leim/quail.el: modify to sync with latest quail.el of
+ − 4676 Emacs/mule in ETL.
+ − 4677
+ − 4678 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
+ − 4679
+ − 4680 (quail-map-p): Use `characterp' instead of `integerp'.
+ − 4681
163
+ − 4682 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
+ − 4683
165
+ − 4684 * Makefile.in: Missing FRC.info.
+ − 4685 (install-arch-dep): Add missing backslash.
+ − 4686 From Glynn Clements <glynn@sensei.co.uk>
+ − 4687
163
+ − 4688 * XEmacs 20.3-beta8 is released.
+ − 4689
+ − 4690 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
+ − 4691
+ − 4692 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
+ − 4693 lwlib/lwlib.c: Make 64 bit clean.
384
+ − 4694
163
+ − 4695 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
+ − 4696
+ − 4697 * configure.in:
+ − 4698 - Autodetect X defines using xmkmf.
+ − 4699 - Compute rpath on *bsd* systems as well.
+ − 4700 - rewrite PRINT_VAR m4 macro.
+ − 4701 - detect sizes of void* and long long for future use by unex*.c
+ − 4702
+ − 4703 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
+ − 4704
+ − 4705 * */Makefile.in.in: Another rewrite
+ − 4706 Make makefiles immune from being mangled by various cpp
384
+ − 4707 implementations by quoting non-preprocessor directive lines.
163
+ − 4708 - random cleanup
+ − 4709 - Use $(RM) and $(pwd) macros consistently
+ − 4710 - Add dependencies for balloon-help source files
+ − 4711 - Use getcwd by default instead of getwd.
+ − 4712 * lwlib/config.h: Now includes src/config.h
+ − 4713 * lwlib/*.c: Use config.h, but DON'T use Xos.h
+ − 4714 * lib-src/*.c: Fix compiler warnings
+ − 4715 * lisp/version.el:
+ − 4716 - Put version information in version.sh instead of version.el
+ − 4717
+ − 4718 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4719
+ − 4720 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
+ − 4721 -I/usr/local/include.
+ − 4722
161
+ − 4723 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
+ − 4724
+ − 4725 * XEmacs 20.3-beta7 is released.
+ − 4726
+ − 4727 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4728
+ − 4729 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
+ − 4730 regexp for horizontal smiley faces.
+ − 4731 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
+ − 4732
+ − 4733 * lisp/leim/quail.el (quail-get-translation): Don't use
+ − 4734 `string-to-vector' for XEmacs.
+ − 4735
+ − 4736 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
+ − 4737
+ − 4738 * lisp/modes/*.el: Removed all "\177" bindings that were
+ − 4739 previously commented out and normalized everything vis a vis
+ − 4740 'backspace and 'delete keysyms.
+ − 4741 * lisp/packages/*.el: Normalized all the "\177" bindings
384
+ − 4742 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
161
+ − 4743 which is a "smart" version of the cperl-electric-backspace
+ − 4744 function (it honors the desired delete direction). Bound it to
+ − 4745 'delete and the electric-backspace to 'backspace.
384
+ − 4746 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
161
+ − 4747 cperl-electric-delete to the 'supersede list.
+ − 4748
159
+ − 4749 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
+ − 4750
+ − 4751 * XEmacs 20.3-b6 is released.
+ − 4752
+ − 4753 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
+ − 4754 Suggested by Martin Buchholz <mrb@eng.sun.com>
+ − 4755
+ − 4756 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
+ − 4757
384
+ − 4758 * src/Makefile.in:
+ − 4759 * lwlib/Makefile.in:
+ − 4760 * lib-src/Makefile.in:
159
+ − 4761 * Makefile.in: More Makefile cleanup
+ − 4762 - add .PHONY targets where necessary
+ − 4763 - remove most builtin rules using .SUFFIXES
+ − 4764 - -lXau only gets used for linking gnuserv binaries
+ − 4765 - No VPATH for root Makefile
+ − 4766 - remove gcc v1 support
384
+ − 4767 * configure.in:
159
+ − 4768 - A new test to autodetect need to define NARROWPROTO,
+ − 4769 needed by XFree86
+ − 4770 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
+ − 4771 - Immediately exit if SIZEOF_* tests fail.
+ − 4772 - Check for libPW
+ − 4773 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
+ − 4774 are in sync.
384
+ − 4775 * src/s/linux.h:
159
+ − 4776 * src/m/intel386.h: Yet another attempt to clean up linux defines.
+ − 4777
+ − 4778 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
+ − 4779
+ − 4780 * lib-src/pop.c: Correct incantation for pop.h.
+ − 4781 From Martin Buchholz <mrb@Eng.Sun.COM>
+ − 4782
+ − 4783 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4784
+ − 4785 * configure.in (beta): Correct test looking for Beta number.
+ − 4786
+ − 4787 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4788
+ − 4789 * src/Makefile.in.in, mule/language/misc-lang.el,
+ − 4790 mule/mule-load.el, mule/ipa-hooks.el: Use
+ − 4791 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
+ − 4792 mule/ipa-hooks.el was deleted.
+ − 4793
+ − 4794 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4795
+ − 4796 * Use lisp/mule/language/thai-util.el instead of
+ − 4797 lisp/mule/thai.el.
+ − 4798
+ − 4799 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
+ − 4800
+ − 4801 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
+ − 4802 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
+ − 4803
+ − 4804 * lisp/mule/language/thai.el: modified for XEmacs.
+ − 4805
+ − 4806 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4807
+ − 4808 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
+ − 4809 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
+ − 4810 lisp/mule/language/european.el, lisp/mule/language/greek.el,
+ − 4811 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
+ − 4812 instead of lisp/mule/chinese-hooks.el,
+ − 4813 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
+ − 4814 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
+ − 4815 lisp/mule/korean-hooks.el.
+ − 4816
+ − 4817 * lisp/mule/language/*.el was imported from
+ − 4818 Emacs/mule-19.34.94-zeta.
+ − 4819
+ − 4820 * Use lisp/mule/language/china-util.el instead of
+ − 4821 lisp/mule/chinese.el.
+ − 4822
+ − 4823 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4824
+ − 4825 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
+ − 4826 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
+ − 4827 were defined as coding-system.
+ − 4828
+ − 4829 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4830
+ − 4831 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
+ − 4832 smiley faces.
+ − 4833
163
+ − 4834 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
384
+ − 4835
163
+ − 4836 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
+ − 4837 * lisp/modes/help.el: Changed \177 bindings to 'delete
+ − 4838
+ − 4839 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4840
+ − 4841 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
+ − 4842 the `backward-or-forward-foo' functions.
+ − 4843 * lisp/prim/simple.el:
+ − 4844 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
+ − 4845 - Removed `backspace-or-delete-hook'
+ − 4846 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
+ − 4847 - Added functions: `backward-or-forward-kill-word'
+ − 4848 `backward-or-forward-kill-sentence'
+ − 4849 `backward-or-forward-kill-sexp'
+ − 4850 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
+ − 4851 began playing nicely with pending-del.
+ − 4852 * lisp/modes/cc-mode.el:
+ − 4853 * lisp/modes/cperl-mode.el: Fixed references to delete functions
+ − 4854 to use the new names.
384
+ − 4855
157
+ − 4856 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
+ − 4857
+ − 4858 * XEmacs 20.3-b5 is released.
+ − 4859
155
+ − 4860 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
+ − 4861
+ − 4862 * XEmacs 20.3-b4 is released.
+ − 4863
+ − 4864 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
+ − 4865
+ − 4866 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
+ − 4867 with new Autoconf 2 mechanisms.
+ − 4868 * src/syswait.h:
+ − 4869 * src/sysdep.c:
+ − 4870 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
+ − 4871
+ − 4872 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
+ − 4873 old cruft that can be obtained from system header files.
+ − 4874 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
384
+ − 4875
+ − 4876 * lib-src/b2m.c:
+ − 4877 * src/gifalloc.c:
+ − 4878 * lib-src/gnuslib.c:
+ − 4879 * lib-src/profile.c:
155
+ − 4880 * lib-src/movemail.c: Fix compiler warnings
384
+ − 4881
155
+ − 4882 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
+ − 4883 - Fix up compile flags for new etags version
+ − 4884
384
+ − 4885 * man/xemacs/programs.texi:
155
+ − 4886 * lib-src/etags.c: Upgraded to etags 12.11
+ − 4887
+ − 4888 * src/config.h.in: Fix inline keyword support
384
+ − 4889
+ − 4890 * configure.in: Use a different mechanism for removing extra white
155
+ − 4891 space. Avoid using foo=`echo $bar`, which loses with various echos.
+ − 4892 - new M4 macro XE_SPACE(var, words...)
+ − 4893 - Use autoconf 2's AC_HEADER_SYS_WAIT
+ − 4894 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
+ − 4895 linking with losing Xpm implementations
+ − 4896 - Check for correct wnn4 lib symbols
+ − 4897 - Only link with inline.o when using gcc
+ − 4898 - Support inline keywords inline, __inline, __inline__
+ − 4899 - Ultrix now implies have_mmap=no
+ − 4900 - Sun sound in non-standard dirs now works
+ − 4901 - --native-sound-lib no longer ignored on HP & SGI
+ − 4902 - gpm configure tests moved after curses configure tests
163
+ − 4903
+ − 4904 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4905
384
+ − 4906 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
163
+ − 4907 desired delete direction in both normal and "hungry" modes.
384
+ − 4908 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
+ − 4909 honor the desired delete direction.
384
+ − 4910
155
+ − 4911 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
+ − 4912
+ − 4913 * configure.in: Automagically compute -R path for gcc
+ − 4914
163
+ − 4915 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4916
+ − 4917 * lisp/vm/vm-vars.el: Fixed delete key binding to call
+ − 4918 `vm-scroll-down'
384
+ − 4919
155
+ − 4920 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4921
+ − 4922 * configure.in: Add support for Solaris2.6 -z ignore linker flags
+ − 4923
+ − 4924 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
+ − 4925
+ − 4926 * configure.in: Replace standard Autoconf MMAP test with Neal
+ − 4927 Becker's replacement, hacked somewhat.
+ − 4928
163
+ − 4929 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4930
+ − 4931 * lisp/prim/simple.el: Created `backspace-or-delete' function and
+ − 4932 `backspace-or-delete-hook'
+ − 4933 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
+ − 4934 delete function.
+ − 4935 * lisp/modes/*.el: Removed conflicting \177 bindings.
+ − 4936 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
+ − 4937 delete bindings.
384
+ − 4938 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
+ − 4939 use new delete bindings.
384
+ − 4940
155
+ − 4941 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4942
+ − 4943 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
+ − 4944
+ − 4945 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
+ − 4946 x11/x-menubar.el.
+ − 4947
+ − 4948 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4949
+ − 4950 * lisp/leim/quail.el: to avoid compiling warnings about
+ − 4951 overlay.el.
+ − 4952
+ − 4953 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4954
+ − 4955 * lisp/leim/quail.el: to sync with quail.el of
+ − 4956 Emacs-19.34.94-zeta.
+ − 4957
+ − 4958 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
+ − 4959 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
+ − 4960 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
+ − 4961 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
+ − 4962 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
+ − 4963 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
+ − 4964 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
+ − 4965 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
+ − 4966 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
+ − 4967 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
+ − 4968 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
+ − 4969 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
+ − 4970 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
+ − 4971 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
+ − 4972 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
+ − 4973 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
+ − 4974 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
+ − 4975 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
+ − 4976 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
+ − 4977
+ − 4978 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4979
+ − 4980 * mule/korean.el was abolished because it seems not to be used.
+ − 4981
+ − 4982 * mule/japanese.el was abolished because it seems not to be used.
+ − 4983
+ − 4984 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4985
+ − 4986 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
+ − 4987 Gnus 5.4.
+ − 4988
+ − 4989 * lisp/tm/tm-edit.el: updated to 7.108.
+ − 4990
+ − 4991 * lisp/tm/tm-view.el: updated to 7.83.
+ − 4992
+ − 4993 * lisp/leim/quail.el: modified for XEmacs.
+ − 4994
+ − 4995 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
+ − 4996 mule-process.el because it is not used.
+ − 4997
+ − 4998 * lisp/mule/european.el was abolished because it seems not to be
+ − 4999 used.
+ − 5000
+ − 5001 * lisp/mule/mule-load.el: must load mule-cmds before setting for
+ − 5002 language-environment.
+ − 5003
+ − 5004 * lisp/mule/european-hooks.el: Modified for LEIM.
+ − 5005
+ − 5006 * lisp/mule/mule-cmds.el: Uncomment key definition for
+ − 5007 `toggle-input-method'.
+ − 5008
+ − 5009 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
+ − 5010 to mule-cmds.el).
+ − 5011
+ − 5012 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
+ − 5013 from mule-init.el).
+ − 5014
+ − 5015 * lisp/tl/tl-atype.el: Don't require tl-str.
+ − 5016
+ − 5017 * lisp/tl/tl-atype.el: Use atype.el of APEL.
+ − 5018
+ − 5019 * lisp/tl/tl-list.el: Use alist.el of APEL.
+ − 5020
+ − 5021 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 5022
+ − 5023 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
+ − 5024 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
+ − 5025
+ − 5026 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
+ − 5027
+ − 5028 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
+ − 5029
+ − 5030 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
+ − 5031 19.34.94-epsilon).
+ − 5032
+ − 5033 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
+ − 5034 XEmacs can not compile it.
+ − 5035
+ − 5036 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
+ − 5037 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
+ − 5038 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
+ − 5039 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
+ − 5040 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
+ − 5041 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
+ − 5042 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
+ − 5043 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
+ − 5044 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
+ − 5045 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
+ − 5046 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
+ − 5047 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
+ − 5048 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
+ − 5049 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
+ − 5050 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
+ − 5051 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
+ − 5052 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
+ − 5053 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
+ − 5054 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
+ − 5055 elisp files; old lisp/quail was abolished.
+ − 5056
+ − 5057 * src/Makefile.in.in: Add mule-cmds.elc.
+ − 5058
+ − 5059 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
+ − 5060 (imported from Emacs-19.34.94-epsilon and comment out a lot to
+ − 5061 avoid conflict with mule-init.el or other XEmacs/mule files).
+ − 5062
+ − 5063 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
+ − 5064 from Emacs-19.34.94-epsilon.
+ − 5065
153
+ − 5066 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
+ − 5067
+ − 5068 * XEmacs 20.3-beta3 is released.
+ − 5069
+ − 5070 * INSTALL: Delete documentation of mocklisp support.
+ − 5071
+ − 5072 * configure.in: Delete mocklisp support.
+ − 5073
+ − 5074 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
+ − 5075
+ − 5076 * configure.in: Replace standard Autoconf MMAP test with Neal
+ − 5077 Becker's replacement, hacked somewhat.
+ − 5078
+ − 5079 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
+ − 5080
+ − 5081 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
+ − 5082
+ − 5083 * lib-src/etags.c: Version 12.7 from Francesco.
+ − 5084
+ − 5085 * configure.in: Juggle link order of X libraries.
+ − 5086 Add support for using zsh to run configure.
+ − 5087 Document --with-tty=no.
+ − 5088 Fix -no-recursion option.
+ − 5089 Recognize and ignore --cache-file option.
+ − 5090 Recognize null values for preprocessor symbols converted to shell
+ − 5091 variables. This maybe fixes the "-ltermcap" problem.
+ − 5092 Remove spurious blanks from various SUBST-ituted variables.
+ − 5093 Fix conditional creation of gdbinit.
+ − 5094 Conditionally create .sbinit for Sunpro C.
+ − 5095
151
+ − 5096 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
+ − 5097
+ − 5098 * XEmacs 20.3-beta2 is released.
+ − 5099
+ − 5100 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 5101
+ − 5102 * configure.in: Try to fix all reported bugs with 20.3-b1.
+ − 5103 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
+ − 5104 extra-verbose now default on beta builds.
+ − 5105 extra-verbose now much more verbose.
+ − 5106 Don't set libs_termcap to " ".
+ − 5107 Detect -lXm AFTER detecting -lXpm.
+ − 5108 Use runtime paths before running tests, since AC_TRY_RUN may
+ − 5109 depend on it.
+ − 5110 with-xim=motif only default on Solaris.
+ − 5111 realpath moved from s&m to configure.in.
384
+ − 5112 xemacs-version.h removed. main_1 now contains $canonical as well,
151
+ − 5113 for even more useful backtraces.
+ − 5114 termcap handling rewritten.
+ − 5115 Create .sbinit for Sun's source browser.
+ − 5116 Warn user if no XPM support present.
+ − 5117 Warn user if compiling in error checking.
+ − 5118
384
+ − 5119 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
151
+ − 5120 dynodump. Remove core when cleaning. Remove config.log.
+ − 5121 make distclean now functional.
+ − 5122
+ − 5123 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5124
+ − 5125 * lwlib/Makefile.in.in (distclean): Clean up config.h.
+ − 5126
+ − 5127 * Makefile.in (distclean): Remve config.log.
+ − 5128 remove broken dynodump stuffs.
+ − 5129
149
+ − 5130 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5131
+ − 5132 * XEmacs 20.3-b1 is released.
+ − 5133
+ − 5134 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5135
+ − 5136 * info/dir (Packages): Update minor version number.
+ − 5137
+ − 5138 * README: Update minor version number.
+ − 5139
146
+ − 5140 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5141
+ − 5142 * XEmacs-20.2 is released.
+ − 5143
144
+ − 5144 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5145
+ − 5146 * XEmacs 20.2-b6 is released.
+ − 5147
142
+ − 5148 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5149
+ − 5150 * XEmacs 20.2-b5 is released.
+ − 5151
140
+ − 5152 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5153
+ − 5154 * XEmacs 20.2-b4 is released.
+ − 5155
+ − 5156 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5157
+ − 5158 * configure.in (--with-xim): Don't default it to Motif since it
+ − 5159 causes crashes at startup on some systems.
+ − 5160
138
+ − 5161 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5162
+ − 5163 * XEmacs 20.2-b3 is released.
+ − 5164
136
+ − 5165 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5166
+ − 5167 * XEmacs 20.2-b2 is released.
+ − 5168
+ − 5169 * configure.in (beta): OPENWINHOME misspelled.
+ − 5170
134
+ − 5171 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5172
+ − 5173 * XEmacs 20.2-b1 is released.
+ − 5174
+ − 5175 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5176
+ − 5177 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
+ − 5178 uname.
+ − 5179
131
+ − 5180 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5181
+ − 5182 * XEmacs 20.1 is re-released.
+ − 5183
126
+ − 5184 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5185
+ − 5186 * XEmacs 20.1 is released.
+ − 5187
124
+ − 5188 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5189
+ − 5190 * XEmacs 20.1-b15 is released.
+ − 5191
+ − 5192 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
+ − 5193 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
+ − 5194 1) changing it into sections -- there is now a section for building,
+ − 5195 running and compatibility problems
+ − 5196
+ − 5197 2) removing some obviously obsolete entries -- e.g. those pertaining
+ − 5198 to Emacs 18, etc. --> size is off by 20K
+ − 5199
+ − 5200 3) Rearranging the entries by relevance. I have tried to put the most
+ − 5201 relevant entries in front.
384
+ − 5202
122
+ − 5203 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5204
+ − 5205 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
+ − 5206
120
+ − 5207 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5208
+ − 5209 * XEmacs 20.1-b12 is released.
+ − 5210
+ − 5211 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
+ − 5212
+ − 5213 * configure.in: Cosmetic change to summary print of POP/Kerberos/
+ − 5214 Hesiod options.
+ − 5215
118
+ − 5216 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5217
+ − 5218 * XEmacs 20.1-b11 is released.
+ − 5219
+ − 5220 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5221
384
+ − 5222 * Makefile.in (install-only): New target. Functionality suggested
118
+ − 5223 by Larry Schwimmer, correct way of doing it suggested by Chuck
+ − 5224 Thompson.
+ − 5225
+ − 5226 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
+ − 5227 Zawinski for SGI cc and Irix 6.
+ − 5228
+ − 5229 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5230
+ − 5231 * configure.in: Add configuration parameters for Emacs 19.34
+ − 5232 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
+ − 5233
+ − 5234 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5235
+ − 5236 * configure.in: Remove garbage if [ ... ] constructs and a
+ − 5237 mispatch.
+ − 5238
116
+ − 5239 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5240
+ − 5241 * XEmacs 20.1-b10 is released.
+ − 5242
+ − 5243 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5244
+ − 5245 * Remove vms top-level directory.
384
+ − 5246
116
+ − 5247 * XEmacs 19.15 final released to beta testers.
+ − 5248
+ − 5249 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5250
+ − 5251 * XEmacs 19.15 prefinal released to beta testers.
+ − 5252
+ − 5253 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5254
+ − 5255 * configure.in (--debug): Correct documentation.
+ − 5256
+ − 5257 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5258
+ − 5259 * XEmacs 19.15-b104 is released.
+ − 5260
+ − 5261 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
+ − 5262
+ − 5263 * configure.in (beta): Add configure support for the -rpath flag
+ − 5264 for IRIX analogous to the Solaris "-R".
+ − 5265
+ − 5266 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5267
+ − 5268 * info/dir (Packages): Add HM-HTML-Mode to menu.
+ − 5269
+ − 5270 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
+ − 5271
424
+ − 5272 * configure.in: Echo only current configuration using 'tee -a'.
116
+ − 5273
114
+ − 5274 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5275
+ − 5276 * XEmacs-19.15-b103 is released.
+ − 5277 * XEmacs-20.0-b9 is released.
+ − 5278
+ − 5279 * Makefile.in (top_distclean): Add `Installation' to distclean
+ − 5280 rule.
+ − 5281
+ − 5282 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
+ − 5283
+ − 5284 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
+ − 5285 update-autoloads.sh.
+ − 5286
+ − 5287 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5288
+ − 5289 * XEmacs-19.15-b102 is released.
+ − 5290
+ − 5291 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5292
+ − 5293 * XEmacs-19.15-b101 is released.
+ − 5294
112
+ − 5295 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5296
+ − 5297 * XEmacs-20.1-b8 is released.
+ − 5298 * XEmacs-19.15-b100 is released.
+ − 5299
110
+ − 5300 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5301
112
+ − 5302 * XEmacs-20.1-b7 is released.
+ − 5303 * XEmacs-19.15-b99 is released.
+ − 5304
110
+ − 5305 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5306
+ − 5307 * configure.in: Add sunos4-1-4 header files.
+ − 5308
+ − 5309 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5310
+ − 5311 * configure.in: Use new file bsdos3.h with BSDI 3.0.
+ − 5312
108
+ − 5313 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5314
+ − 5315 * XEmacs-20.1-b6 is released.
+ − 5316 * XEmacs-19.15-b98 is released.
+ − 5317
+ − 5318 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5319
+ − 5320 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
+ − 5321 (gzip-el): New targe for compressed installed lisp sources.
+ − 5322
+ − 5323 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 5324
+ − 5325 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
+ − 5326 but before anything else. More flexible about finding an xemacs
+ − 5327 to use for byte-compilation (default src/xemacs). Other minor fixes.
+ − 5328
106
+ − 5329 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5330
+ − 5331 * XEmacs 20.1-b5 is released.
+ − 5332
104
+ − 5333 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5334
+ − 5335 * XEmacs 20.1-b4 is released.
+ − 5336
+ − 5337 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5338
+ − 5339 * Makefile.in (distclean): Correct typos.
+ − 5340
+ − 5341 * XEmacs 19.15-b96 is released.
+ − 5342
+ − 5343 * configure.in: Symlink site-lisp when using --srcdir.
+ − 5344 Add special handling of lisp directory to allow for multiple
+ − 5345 site-packages files.
+ − 5346
+ − 5347 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5348
+ − 5349 * Makefile.in (distclean): Create lock and site-lisp directories
+ − 5350 when they don't exist (after being pruned by CVS).
+ − 5351
102
+ − 5352 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5353
+ − 5354 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
+ − 5355 distribution.
+ − 5356
+ − 5357 * XEmacs 20.1-b3 is released.
+ − 5358
100
+ − 5359 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5360
+ − 5361 * XEmacs 20.1-b2 is released.
+ − 5362
+ − 5363 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5364
+ − 5365 * XEmacs 19-15-b'95 is released.
+ − 5366
102
+ − 5367 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 5368
+ − 5369 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
+ − 5370 - "knob" renamed to "slider"
+ − 5371 - leftmost pixel wasn't sensitive to button clicks, while righmost
+ − 5372 pixel was.
+ − 5373 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
+ − 5374 - goobers on top of up-arrow removed.
+ − 5375 - up-arrow would not always be redrawn when necessary
+ − 5376 - slider drag would be `off' by size of up-arrow
+ − 5377 - horizontal and vertical scrollbars didn't use exactly the same
+ − 5378 dimensions.
+ − 5379 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
+ − 5380 - Now up- and down-arrows actually work near beginning/end of buffer!
+ − 5381
100
+ − 5382 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 5383
+ − 5384 * configure.in (with_xauth): Attempted correction of test for
+ − 5385 libXmu on SunOS.
+ − 5386
98
+ − 5387 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5388
+ − 5389 * XEmacs 20.1-b1 is released.
+ − 5390 * XEmacs 19.15-b94 is released.
+ − 5391
+ − 5392 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5393
+ − 5394 * README: ``This directory tree holds version 19.13 ...'' ???
+ − 5395
+ − 5396 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5397
+ − 5398 * XEmacs 19.15-b93 is released.
+ − 5399 XEmacs 20.0 is released to the 'net.
+ − 5400
96
+ − 5401 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5402
+ − 5403 * XEmacs 20.0try3 is released.
+ − 5404
94
+ − 5405 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5406
96
+ − 5407 * XEmacs 20.0try2 is released.
94
+ − 5408
96
+ − 5409 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
94
+ − 5410
+ − 5411 * XEmacs 19.15-b92 is released.
+ − 5412
88
+ − 5413 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5414
96
+ − 5415 * XEmacs 20.0try1 is released.
94
+ − 5416 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
88
+ − 5417
+ − 5418 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5419
+ − 5420 * PROBLEMS: Updated from beta test bug reports.
+ − 5421 Put in outline-mode/outl-mouse-minor-mode by default.
+ − 5422
+ − 5423 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5424
+ − 5425 * CHANGES-beta: XEmacs 20.0-b93 is released.
+ − 5426
84
+ − 5427 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5428
+ − 5429 * CHANGES-beta: XEmacs 20.0-b92 is released.
+ − 5430
+ − 5431 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5432
+ − 5433 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
+ − 5434 char and pointer.
+ − 5435
+ − 5436 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 5437
+ − 5438 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
+ − 5439
82
+ − 5440 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5441 * XEmacs 20.0-b91 (prerelease 2) is released.
+ − 5442
+ − 5443 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
+ − 5444 type.
+ − 5445
+ − 5446 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
+ − 5447 borderwidth.
+ − 5448 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
+ − 5449 SCROLLBAR_LINE_DOWN since that's current the only to get to the
+ − 5450 bottom of the buffer. :-(
+ − 5451
+ − 5452 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
+ − 5453
+ − 5454 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
+ − 5455 configurations that use both Motif and Athena.
+ − 5456
+ − 5457 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5458
+ − 5459 * info/dir (Gnus): Updated spelling and info.
+ − 5460
+ − 5461 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5462
+ − 5463 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
+ − 5464
+ − 5465 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 5466
+ − 5467 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
+ − 5468 warnings for ccl-read-*
+ − 5469
80
+ − 5470 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
82
+ − 5471
80
+ − 5472 * XEmacs 20.0 beta90 (prerelease 1) is released.
+ − 5473 * XEmacs 19.15 beta90 (prerelease 1) is released.
384
+ − 5474
80
+ − 5475 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5476
+ − 5477 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
+ − 5478
78
+ − 5479 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 5480 * XEmacs 20.0 beta 34 is released.
+ − 5481 * XEmacs 19.15 beta 7 is released.
+ − 5482
177
+ − 5483 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
78
+ − 5484
+ − 5485 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
+ − 5486
80
+ − 5487 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 5488
384
+ − 5489 * src/emacs.c: Make sure
+ − 5490 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
80
+ − 5491 works properly
+ − 5492
+ − 5493 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
+ − 5494 competitor to Purify.
+ − 5495
+ − 5496 * man/lispref/symbols.texi: Fix up bit vector documentation
+ − 5497 * man/lispref/sequences.texi: Fix up bit vector documentation
+ − 5498
+ − 5499 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
+ − 5500
+ − 5501 * lisp/prim/update-elc.el: Don't rely on autoloads.
+ − 5502
+ − 5503 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 5504
+ − 5505 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
+ − 5506 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
+ − 5507 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
+ − 5508 Errors during autoload generation are just that - errors.
384
+ − 5509
80
+ − 5510 Generated autoloads are now in a separate file of their own.
384
+ − 5511
80
+ − 5512 Reliability of autoload generation greatly increased.
384
+ − 5513
80
+ − 5514 Distribution smaller by about 100k.
384
+ − 5515
80
+ − 5516 `make autoloads' is still the preferred mechanism for update.
384
+ − 5517
80
+ − 5518 Autoloads are always regenerated completely from scratch. This
+ − 5519 avoids errors with obsolete or corrupted autoload entries.
+ − 5520
+ − 5521 Caching of autoload entries using timestamps has been eliminated.
384
+ − 5522
80
+ − 5523 Files that have no autoloads no longer have a comment placed into
+ − 5524 the generated autoloads file.
+ − 5525
+ − 5526 There was a bug where autoload entries would sometimes end up
+ − 5527 being inserted into the *middle* of other autoload entries,
+ − 5528 thereby corrupting them.
+ − 5529
+ − 5530 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
+ − 5531
+ − 5532 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 5533
+ − 5534 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
+ − 5535 doesn't use the autoload facility to load `autoload';
+ − 5536 load it explicity instead.
+ − 5537
+ − 5538 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
+ − 5539
+ − 5540 * man/Makefile: Reinstate hyperbole & oo-browser manuals
+ − 5541
+ − 5542 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
+ − 5543
+ − 5544 * src/mule-charset.c: Use lower case for charset registry, to
+ − 5545 match XLFD.
+ − 5546
+ − 5547 * Makefile.in: replace list of info files with *.info* - one less
+ − 5548 maintenance headache
+ − 5549
+ − 5550 * man/oo-browser.texi: Fix TeXability
+ − 5551
+ − 5552 * man/hyperbole.texi: Fix TeXability
+ − 5553
+ − 5554 * man/vhdl-mode.texi: Fix TeXability
+ − 5555
+ − 5556 * lisp/prim/loaddefs.el: Wholesale housecleaning
+ − 5557 `make autoloads' should finally work.
+ − 5558
+ − 5559 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
+ − 5560
+ − 5561 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
+ − 5562
+ − 5563 * lib-src/update-elc.sh: `make all-elc' was updating files in
+ − 5564 `special' directories without using the Makefiles
+ − 5565 designed for that purpose.
+ − 5566 - make sure ilisp isn't remade every time through `make all-elc'.
+ − 5567
+ − 5568 * info/dir (Packages): Add Japanese TM info files
+ − 5569
+ − 5570 * src/inline.c: Allow compilation with `gcc -g'
+ − 5571
+ − 5572 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
+ − 5573
+ − 5574 * src/lread.c: Don't put `...' immediately after a filename, so
+ − 5575 that various tools can recognize the filename as such.
+ − 5576
+ − 5577 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
384
+ − 5578 --with-xim=xlib and key event on window frame.
80
+ − 5579 Change return foo to return (foo) when return is a macro.
+ − 5580
+ − 5581 * src/editfns.c (Ffollowing_char): docstring fixes.
+ − 5582
+ − 5583 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
+ − 5584 This Makefile is no longer officially broken.
+ − 5585
+ − 5586 * info/dir: Add Japanese tm documents.
+ − 5587
+ − 5588 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
+ − 5589
+ − 5590 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
+ − 5591 xargs -i flag.
+ − 5592
+ − 5593 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
+ − 5594 the `binary' coding system is used for .gz and .Z extensions.
+ − 5595
+ − 5596 * man/viper.texi: Viper version 2.90
+ − 5597
+ − 5598 * man/ediff.texi: Ediff Version 2.62
+ − 5599
+ − 5600 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
+ − 5601 define-key, for compatibility with loaddefs.el
+ − 5602
+ − 5603 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
+ − 5604
+ − 5605 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
+ − 5606
+ − 5607 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
+ − 5608 files in dirs that have their own Makefiles.
+ − 5609
78
+ − 5610 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 5611
+ − 5612 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
+ − 5613
+ − 5614 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
+ − 5615
+ − 5616 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
+ − 5617 installation.
+ − 5618
+ − 5619 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 5620
+ − 5621 * XEmacs 20.0 beta 33 is released.
+ − 5622 * XEmacs 19.15 beta 6 is released.
+ − 5623
76
+ − 5624 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 5625
+ − 5626 * Makefile.in (install-arch-indep): Simplify installation of info
+ − 5627 pages.
+ − 5628
+ − 5629 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 5630 * XEmacs 20.0-b32 released.
+ − 5631
+ − 5632 * XEmacs 19.15-b5 released.
+ − 5633
74
+ − 5634 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 5635
+ − 5636 * configure.in: Reformat. Fix shared include file rename
+ − 5637 problem.
+ − 5638
+ − 5639 * configure: Reformat. Fix shared include file rename problem.
+ − 5640
+ − 5641 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
+ − 5642
+ − 5643 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
+ − 5644
+ − 5645 * Makefile.in (install-arch-indep): Install infofiles gzipped by
+ − 5646 default.
+ − 5647
+ − 5648 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 5649
+ − 5650 * CHANGES-beta: XEmacs 20.0-b31 is released.
+ − 5651
72
+ − 5652 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
+ − 5653
+ − 5654 * info/vhdl-mode.info: New file.
+ − 5655
+ − 5656 * info/dir (Packages): Add vhdl-mode documentation.
+ − 5657
+ − 5658 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 5659
+ − 5660 * configure: Make shared/dynamic flags work much more logically.
+ − 5661
+ − 5662 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
+ − 5663
+ − 5664 * configure.in (machine): Patch to make newly renamed shared
+ − 5665 link include files work.
+ − 5666
+ − 5667 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 5668
+ − 5669 * configure.in: Configure for POSIX getcwd if available.
+ − 5670
+ − 5671 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
+ − 5672
+ − 5673 * configure.in (LIBS): Fix typo in dialog box test.