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