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