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