XEmacs 21.2.25 "Hephaestus".
[chise/xemacs-chise.git.1] / ChangeLog
index 11f667a..19b744d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,615 @@
+1999-12-24  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.25 is released.
+
+1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * README: Remove msdos part.
+
+1999-12-17  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Oops. xpm doesn't actually depend on X11.
+       I got confused by the name (like others get confused by `xemacs'?)
+
+1999-12-14  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.24 is released.
+
+1999-12-13  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       * configure.usage:
+       - Autodetect NAS.  Change Docs accordingly.
+
+       * configure.in: Warn if configure --with-xpm --without-x11.
+
+1999-12-09  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Clean up sound support.
+       - variable `old_nas' was used but never set.
+       - change `with_esd' to `with_esd_sound' for consistency.
+       - Don't trust the output of `esd-config --libs`; test it.
+       - Add `esd-config --cflags` to c_switch_site.
+       - Die if ESD sound requested, but not available.
+       - ESD is not dependent on X, therefore use LIBS, not libs_x.
+
+1999-12-07  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in (--with-sound): Variable with_esd was mispelled.
+
+1999-12-07  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.23 is released.
+
+1999-11-30  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Fix module support.
+       --with-modules=yes was completely broken.
+       AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
+       Remove linking test for _dlopen - seems totally bogus.
+       Die if --with-modules=yes but no module support found.
+       Do nothing, not even msg, if --with-modules=no.
+
+1999-11-17  Isaac Hollander  <ysh@mindspring.com>
+
+        * Makefile.in.in: add and use TAR macro.  Sometimes tar only copies
+        symlinks instead of the actual files
+
+1999-11-30  Martin Buchholz  <martin@xemacs.org>
+
+       * aclocal.m4: Shared library support for hpux >= version 11
+
+1999-11-29  Martin Buchholz  <martin@xemacs.org>
+
+       * Makefile.in.in (beta): `make beta' should rebuild info.
+
+1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.22 is released
+
+1999-11-28  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.21 is released.
+
+1999-11-26  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       Add configure support for Unix 98 type ssize_t.
+
+1999-11-27  Martin Buchholz  <martin@xemacs.org>
+
+       * Makefile.in.in:
+       Make sure config.values.sh is up to date.
+       Use $(SHELL) instead of sh or /bin/sh consistently.
+       Delegate `depend' target to src/Makefile.in.in.
+
+1999-10-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * INSTALL: Update configure option.
+
+1999-10-12  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+       
+       * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
+       (LIBS): Check for libCsup.
+
+       * etc/sample.Xdefaults: adds a reference to beNiceToColormap,
+         so that the user can guess what to do if xemacs' dialogs are
+         butt ugly.
+
+1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * config.h.in: define HAVE_ESD_SOUND
+
+       * configure.in: Add support for esd sound. --with-sound
+       now accepts a list of options.
+       * configure.usage (--native-sound-lib): ditto.
+
+1999-11-17  Martin Buchholz  <martin@xemacs.org>
+
+       * Makefile.in.in (install-arch-dep): 
+       Fix `make install' if prefix != exec_prefix.
+
+1999-11-15  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in:
+       - Accept --with-database=gdbm as an alias for
+       --with-database=gnudbm.
+       - rename with_database_gnudbm to with_database_gdbm.
+
+       * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
+       ld_dynamic_link_flags on Solaris.  Else CC gives us:
+       CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
+       /usr/ccs/bin/ld: illegal option -- W
+
+
+1999-11-13  Jason R Mastaler  <jason@mastaler.com>
+
+       * etc/FTP: Updated FTP mirrors list.  Replaced GNU FTP document
+       with a URL.
+
+1999-11-13  Jason R Mastaler  <jason@mastaler.com>
+
+       * etc/MAILINGLISTS: Updated mailing list subscription information.
+       Replaced GNU MAILINGLISTS document with a URL.
+
+1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.20 is released
+
+1999-09-21   Martin Buchholz <martin@xemacs.org>
+       * configure.in: Autodetect Unix98 PTY
+
+1999-08-30  Robert Pluim  <rpluim@bigfoot.com>
+
+       * README.packages: Add description of package-get-provider
+
+1999-10-22  Vin Shelton  <acs@xemacs.org>
+
+       * INSTALL: Added more information about README.packages, and
+       re-numbered some bullets.
+
+1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * INSTALL: Update disk requirements. Refer to README.packages
+
+1999-10-21  Andy Piper  <andy@xemacs.org>
+
+       * configure.in (all_widgets): Only use xaw3d if we really have it.
+
+1999-10-06  Andy Piper  <andy@xemacs.org>
+
+       * Makefile.in.in: use WINDOWSNT for mingw install.
+
+1999-08-01  Adrian Aichner  <adrian@xemacs.org>
+
+       * etc/DISTRIB: Update IP address of ftp.xemacs.org.
+       * etc/NEWS: Fix typo
+
+1999-09-25  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: check for Xaw3d and use in preference to Xaw
+
+1999-09-21  Martin Buchholz  <martin@xemacs.org>
+
+       * Makefile.in.in: All Makefiles should #include config.h
+
+1999-09-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * configure.in (EMACS_CONFIGURATION): Use $configuration, not
+       $canonical, so that installation paths and dynamic path setup will 
+       stay in synch.
+
+1999-09-20  Andy Piper  <andy@xemacs.org>
+
+       * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
+       installation linkage.
+
+1999-08-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * configure.in (machine): Recognize MIPS/Linux.
+
+1999-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * modules/zlib/Makefile (distclean): 
+       * modules/ldap/Makefile (distclean): 
+       * modules/sample/Makefile (distclean): 
+       * modules/base64/Makefile (distclean): new target
+
+       * Makefile.in.in (top_distclean): Add package directories
+       (SUBDIR_DISTCLEAN): New variable, add module directories
+
+1999-09-01  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Warn, but otherwise ignore, obsolete arguments.
+
+1999-08-20  Olivier Galibert  <galibert@pobox.com>
+  
+       * configure.in: Add --pdump option.
+       * configure.usage:  Ditto.
+  
+1999-08-04  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: report widget usage correctly. beef up setting.
+
+       * Makefile.in.in: fix install-arch-dep for mingw32.
+
+1999-07-28  Andy Piper  <andy@xemacs.org>
+
+       * config.h.in: add new LWLIB defines.
+
+       * configure.in: fix definitions of widget defines with various
+       toolkit options.
+
+1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.19 is released
+
+1999-07-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * configure.in: Removed superfluous call to AC_FUNC_MMAP.
+
+1999-03-07  Gregory Neil Shapiro  <gshapiro@sendmail.org>
+
+       * configure.in: Check for Kerberos and the need for the DES
+       library before checking for LDAP in case LDAP requires these
+       libraries.
+
+1999-07-26  SL Baur  <steve@miho>
+
+       * configure.in: Rename --with-shlib to --with-modules for
+       consistency with the other two options that use that name.
+
+       * configure.usage (--with-modules): Document it.
+
+1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * etc/custom/example-themes/example-theme.el: 
+       * etc/custom/example-themes/europe-theme.el: 
+       * etc/custom/example-themes/ex-custom-file: Some simple examples
+       illustrating the custom theme support. 
+
+1999-07-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * etc/HELLO (Thai): Modify for new font.
+
+1999-07-22  SL Baur  <steve@beopen.com>
+
+       * configure.in: add sco7 support
+       From Bob Weiner  <weiner@beopen.com>
+
+1999-07-22  SL Baur  <steve@miho>
+
+       * Makefile.in.in (install-arch-dep): Install config.values into
+       docdir.
+       From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
+
+1999-07-21  SL Baur  <steve@miho>
+
+       * Makefile.in.in (inststaticdir): New variable.
+       (instvardir): Ditto.
+       (install-arch-dep): Use them.
+
+       * configure.in (sitelispdir): Need to use ${PROGNAME}.
+       (sitemoduledir): Ditto.
+       (inststaticdir): New variable.
+       (instvardir): Ditto.
+       (infodir): Use them.
+       (lispdir): Ditto.
+       (moduledir): Ditto.
+       (pkgdir): Ditto.
+       (etcdir): Ditto.
+       (lockdir): Ditto.
+       (archlibdir): Ditto.
+
+1999-07-14  SL Baur  <steve@beopen.com>
+
+       * InfoDock 4.0.8 is released
+
+1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.18 is released
+
+1999-07-06  SL Baur  <steve@miho.m17n.org>
+
+       * config.guess (main): Synch with newer config.guess for HP
+       support.
+       From Marcus Thiessel <marcus@xemacs.org>
+
+1999-06-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * configure.in (with_prefix): Added --with-prefix, defaults to
+       yes, to control whether the value of --prefix is compiled into the 
+       binary.
+
+1999-07-03  Andy Piper  <andy@xemacs.org>
+
+       * configure.usage (--with-widgets): add.
+
+1999-07-02  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: Make sure we get motif in lwlib if we have widgets
+       and motif.
+
+1999-06-25  SL Baur  <steve@miho.m17n.org>
+
+       * configure.in (version): Fix --with-infodock test.
+
+1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * configure.in: --prefix and --exec-prefix are now only compiled
+       into the binary if user-defined.
+
+1999-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * configure.in: Made docdir configurable.
+
+       * Makefile.in (docdir): Added variable for custom DOC directory.
+
+1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.17 is released
+
+1999-06-13  Oscar Figueiredo  <oscar@xemacs.org>
+
+       * configure.in (with_ldap): Check libldap independently of liblber
+       Do not test alternate library names such as libldap10
+       Test the presence of a variety of LDAP API functions which were
+       formerly assumed to be present according to dubious heuristics
+
+1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.16 is released
+
+1999-06-04  SL Baur  <steve@steve1.m17n.org>
+
+       * configure.in (CPP): Correct test for locating $site_prefix
+       include directories.
+
+1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.15 is released
+
+1999-06-01  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
+       From: Eric Veldhuyzen <eric@terra.nu>
+
+1999-05-25  Jan Vroonhof  <jan@xemacs.org>
+
+       * configure.in: For non-beta's use x.y.z format for version strings.
+
+1999-06-03  SL Baur  <steve@xemacs.org>
+
+       * version.sh: add emacs_is_beta initialization
+
+       * configure.in: Implement patch levels in version number
+       From Jan Vroonhof <vroonhof@math.ethz.ch>
+
+       * configure.in:
+       * configure.usage:
+       * config.h.in: Rename session option to wmcommand.
+       From Oliver Graf <ograf@rhein-zeitung.de>
+
+1999-05-16  Mike McEwan  <mike@lotusland.demon.co.uk>
+
+       * info/dir: Add `emodules.info' entry to the top info dir.
+
+1999-05-31  SL Baur  <steve@steve1.m17n.org>
+
+       * configure.in (CPP): Don't check for include subdirectories in
+       site-prefix directories.  This check loses in valid configurations 
+       like /usr/jp in TurboLinux.  Conditionally add include directory to
+       site switches.
+
+1999-05-14  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * configure.in (quoted_arguments): Support
+       --error-checking=byte-code.
+
+1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.14 is released
+
+1999-05-11  SL Baur  <steve@altair.xemacs.org>
+
+       * version.sh (infodock_build_version): Synch InfoDock version.
+
+1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic 
+       for Solaris.
+
+1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * configure.in (xemacs_betaname): Don't generate Installation.el.
+
+       * Makefile.in.in (top_distclean): Don't remove Installation.el.
+
+1999-04-29  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: add mingw32 as a target platform. add nt process
+       support options.
+
+1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * etc/HELLO (Amharic): New language.
+       (Slovak): Likewise.
+       (Thai): Likewise (by Virach Sornlertlamvanich).
+       (Greek): Fixed (by Yannis Haralambous).
+
+1998-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * configure.in: Delete mule-coding.o.
+
+1999-04-22  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * lwlib/xlwmenu.c (string_width_u): Initialise chars before
+       calling XmStringGetLtoR
+       (string_draw_u): ditto and check return value of XmStringGetLtoR()
+
+1999-04-05  Olivier Galibert  <galibert@pobox.com>
+
+       * Makefile.in.in (GENERATED_HEADERS): Don't generate
+       puresize-adjust.h anymore
+
+       * configure.usage: Remove everything gung-ho or purespace related
+
+       * configure.in: Ditto
+
+1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * configure.in: Check for getloadavg().
+
+1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.13 is released
+
+1999-03-09  SL Baur  <steve@xemacs.org>
+
+       * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
+
+1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.12 is released
+
+1999-03-04  Martin Buchholz  <martin@xemacs.org>
+
+       * Makefile.in.in (top_distclean): Remove confdefs.h as well.
+
+1999-03-03  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in:
+       `uname -v` -> "`uname -v`":
+       backquoted expressions need additional double
+       quotes to be a single token.
+       Use separate if's to avoid extra process invocations.
+
+1999-01-05  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * PROBLEMS: Document crashes on SPARC with gcc 2.8.1. 
+
+1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.11 is released
+
+1999-02-16  Andy Piper  <andy@xemacs.org>
+
+       * PROBLEMS: add entries for building under Cygwin.
+
+1999-02-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * README.packages: Clear up that mule-sumo packages is used _in
+       addition_ to the normal sumo.
+
+1999-02-16  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.usage: Move quantify/purify into debug flags section
+
+1999-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       - Fixup xfs comments and redundant option checking
+
+       * configure.in: 
+       * INSTALL: 
+       * lisp/paths.el:
+       - improved automounter tmp directory support.
+       - support 4 (!) empirically discovered automounter conventions
+
+1999-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       * lwlib/lwlib.h: 
+       - redo CONST hacking to deal with X11 R4, which was 
+       broken in a previous patch.
+
+1999-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       - irix uses -rpath
+
+1999-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       - Check for XOpenIM before using xim=xlib
+       - only use XmIm if $have_motif = yes
+
+1999-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in.  Port to BSDI BSD/OS 4.0.
+
+1999-01-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
+
+1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.10 is released
+
+1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.9 is released
+
+1999-02-01  Glynn Clements  <glynn@sensei.co.uk>
+
+       * etc/recycle.xpm: Fix colours so that they work on TrueColor
+       and DirectColor displays
+
+1999-01-21  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: make xface detection specifc to a window system in
+       general rather than just X.
+
+1999-18-10  Andy Piper <andy@xemacs.org>
+
+       * configure.in: remove -O3 prevention on cygwin - current versions
+       cope ok now.  remove dll prevention on cygwin - the new module
+       code checks correctly.
+       
+1999-01-10  J. Kean Johnston  <jkj@sco.com>
+
+       * configure.in: Added moduledir as the path where loadable modules 
+       are stored. Added --with-site-modules and --moduledir options.
+       - Ensure the SCO OpenServer compiles with --dynamic by default
+       - Check for dlfcn.h for dynamic loader
+       - Renamed dll.o to emodules.o and changed dynamic loader tests
+       - Renabled code that deals with site-lisp so that it is handled
+       correctly when a user specifies --with-site-lisp.
+
+       * aclocal.m4: Replaced entire file with more complete DLL tests
+       by way of libtool.
+
+       * config.usage: Removed TAB characters which caused it to be
+       displayed incorrectly on terminals where TAB != 8.
+       - Added help text to describe --with-site-modules and --moduledir.
+
+       * INSTALL: Updated documentation to describe module directories
+
+       * Makefile.in.in: Added moduledir, sitemoduledir macros.
+       - Make those directories at install time.
+
+1998-12-28  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.8 is released.
+
+1998-12-28  Martin Buchholz  <martin@xemacs.org>
+
+       * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
+
+1998-12-24  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.7 is released.
+
+1998-12-20  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Redo DBM support
+       - die if dbm support requested, but not provided.
+       - properly check for libgdbm, then libc, then libdbm
+       - properly check for ndbm.h
+       - comments improved
+       - XE_DIE should always prefix messages with Error: for clarity
+
+1998-12-07  Martin Buchholz  <martin@xemacs.org>
+
+       * xemacs.mak (TEMACS_OBJS):
+       (DOC_SRC4):
+       - Remove pure.c, pure.obj
+
+1998-12-06  Martin Buchholz  <martin@xemacs.org>
+
+       * Makefile.in.in (distclean):
+       * dynodump/Makefile.in.in (distclean):
+       * src/Makefile.in.in (distclean):
+       * lib-src/Makefile.in.in (distclean):
+       * lwlib/Makefile.in.in (distclean):
+       - Make sure GNUmakefile is deleted.
+
+1998-12-17  Andy Piper  <andy@xemacs.org>
+
+       * configure.in (all_widgets): remove gui.o addition - its always
+       in the makefile now.
+
+       * configure.in: add gui-msw.o to msw objects.
+
 1998-12-16  Andy Piper  <andy@xemacs.org>
 
        * XEmacs 21.2.6 is released
 
        * etc/check_cygwin_setup.sh: fix a couple of buglets.
 
-1998-08-23  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-08-23  Adrian Aichner  <adrian@xemacs.org>
 
        * etc/sample.emacs: Enable sound support on mswindows devices.
 
        conditions for both PNG and XPM, stop screaming if png is not found and
        no window-system is selected, and fixed a bug in the XPM checking.
 
-1998-08-06  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-08-06  Adrian Aichner  <adrian@xemacs.org>
 
        * etc/TUTORIAL.de: Fixing typos and grammatical errors.  Fixing
        inconsistent usage of RET, <Return>, and <return> (only using
 
        * config.guess: Synched with latest FSF version.
 
-1998-07-12  Björn Torkelsson  <torkel@hpc2n.umu.se>
+1998-07-12  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
 
-       * Makefile.in: added LDFLAGS. 
+       * Makefile.in: added LDFLAGS.
 
 1998-07-12  SL Baur  <steve@altair.xemacs.org>
 
 
 1998-06-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
 
-       * etc/PACKAGES: 
+       * etc/PACKAGES:
        * etc/BETA: Moved some package stuff into Texinfo docs.  Other nitpicks
 
 1998-06-20  Kazuyuki IENAGA <ienaga@jsys.co.jp>
        * PROBLEMS:
        Document problems with Solaris 2.6 + XSUNTRANSPORT
 
-       * Makefile.in: 
+       * Makefile.in:
        * lwlib/Makefile.in.in:
        * modules/Makefile.in:
        - Adjust for luser's CDPATH being set to something weird.
 
 1998-04-27  SL Baur  <steve@altair.xemacs.org>
 
-       * configure.in (progname): Parameterize program name on `progname' 
+       * configure.in (progname): Parameterize program name on `progname'
        and add --with-infodock.
 
 1998-04-26  SL Baur  <steve@altair.xemacs.org>
@@ -474,7 +1086,7 @@ Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
        * info/dir: Fixed the explanatory notes for
        `Info-default-directory-list' removal and the new automatic dir
        rebuilding facility.  Reindented the menu.  Added an entry for
-       term.info 
+       term.info
 
 1998-04-20  SL Baur  <steve@altair.xemacs.org>
 
@@ -494,14 +1106,14 @@ Fri Apr 17 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
        * configure.in: enable install pre-processing for mswindows
 
 Fri Apr 17 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
-       
+
        * Makefile.in.in: add install_pp to install incantation.
 
        * installexe.sh: new file. Add .exe to install targets if the
        result is executable.
 
 Fri Apr 17 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
-       
+
        * Makefile.in: add install_pp to install incantation.
 
 1998-04-14  Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
@@ -515,7 +1127,7 @@ Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
 
 1998-04-06  Martin Buchholz  <martin@xemacs.org>
 
-       * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.  
+       * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
        Used (at least) by RedHat 4.2.
 
 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
@@ -598,7 +1210,7 @@ Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
        * configure.in: Check for -lz, -lgz unconditionally.  Too many
        system linkers don't properly die when there are cascaded link
        dependencies, so we can't rely on the linker for that.  The only
-       downside is that we might link with an extra unneeded library.  If 
+       downside is that we might link with an extra unneeded library.  If
        you really really care about this, you can go fix it.
 
        * configure.in: Enhance PANIC msg to make it clear that
@@ -607,13 +1219,13 @@ Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
 1998-03-27  Martin Buchholz  <martin@xemacs.org>
 
        * configure.in: $debug was not properly dependent on $beta
-       
-       * configure.in: Move offix configuration out of src/Makefile.in.in 
+
+       * configure.in: Move offix configuration out of src/Makefile.in.in
        into configure.in.
 
        * configure.in: Reorganize xpm detection code.
 
-       * configure.in: XIM default to ON if Motif which is not Lesstif is 
+       * configure.in: XIM default to ON if Motif which is not Lesstif is
        found.
 
        * configure.in: Keep auto-generated makefile dependencies out of
@@ -702,7 +1314,7 @@ Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
        * configure.in (quoted_arguments): Fix unquoted variable in
        error-checking test.
        - fix bogus substitution.
-       
+
 1998-03-17  SL Baur  <steve@altair.xemacs.org>
 
        * configure.in: In -lpng test, look for png_set_strip_alpha.
@@ -841,7 +1453,7 @@ Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
 
 1998-02-21  SL Baur  <steve@altair.xemacs.org>
 
-       * configure.in (after_morecore_hook_exists): Modify dlmalloc tests 
+       * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
        to also test for Linux libc5.
 
 1998-02-19  SL Baur  <steve@altair.xemacs.org>
@@ -855,7 +1467,7 @@ Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
        * configure.usage (--with-gung): Document.  Turns on
        USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
        (--with-term): Remove.
-       
+
        * XEmacs-20.5-beta26 is released.
 
 1998-02-18  SL Baur  <steve@altair.xemacs.org>
@@ -913,7 +1525,7 @@ Wed Jan 28 13:41:22 1998  Andy Piper  <andyp@parallax.co.uk>
 
        * etc/aliases.ksh: Add `mak' function to create beta.err for
        build-report.
-       From Adrian Aichner <aichner@ecf.teradyne.com>
+       From Adrian Aichner <adrian@xemacs.org>
        Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
 
 1998-01-27  SL Baur  <steve@altair.xemacs.org>
@@ -943,8 +1555,8 @@ Wed Jan 21 10:49:47 1998  Andy Piper  <andyp@parallax.co.uk>
 
 1998-01-13  Martin Buchholz  <martin@xemacs.org>
 
-       * configure.usage:  
-       * etc/NEWS:  
+       * configure.usage:
+       * etc/NEWS:
        Remove doc for configure-time INFOPATH, no longer used.
 
        * etc/BETA: Update ftp addresses.
@@ -955,13 +1567,13 @@ Wed Jan 21 10:49:47 1998  Andy Piper  <andyp@parallax.co.uk>
        * src/config.h.in:
        Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
 
-       * lwlib/lwlib.h: 
-       * lwlib/lwlib.c: 
-       * lwlib/lwlib-config.c: 
-       * lwlib/lwlib-Xm.c: 
-       * lwlib/lwlib-Xaw.c: 
-       * lwlib/lwlib-Xlw.c: 
-       * lwlib/config.h.in: 
+       * lwlib/lwlib.h:
+       * lwlib/lwlib.c:
+       * lwlib/lwlib-config.c:
+       * lwlib/lwlib-Xm.c:
+       * lwlib/lwlib-Xaw.c:
+       * lwlib/lwlib-Xlw.c:
+       * lwlib/config.h.in:
        * src/menubar-x.c:
        Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
        Maintain only one set of variables.
@@ -969,13 +1581,13 @@ Wed Jan 21 10:49:47 1998  Andy Piper  <andyp@parallax.co.uk>
        * etc/xemacs.1: Update author list.
 
        * Makefile.in (install-arch-dep): Simplify.
-       Replace construct  `test -d $dir && foo'  with  
+       Replace construct  `test -d $dir && foo'  with
        `if test -d $dir; then foo; fi'
 
-       * lwlib/xlwmenu.c: 
-       * lwlib/xlwscrollbar.c: 
-       * lwlib/lwlib-Xlw.c: 
-       * lwlib/lwlib-Xm.c: 
+       * lwlib/xlwmenu.c:
+       * lwlib/xlwscrollbar.c:
+       * lwlib/lwlib-Xlw.c:
+       * lwlib/lwlib-Xm.c:
        Always assume presence of limits.h (ANSI).
 
 1998-01-12  SL Baur  <steve@altair.xemacs.org>
@@ -1058,7 +1670,7 @@ Thu Jan 08 09:42:36 1998    <andyp@parallax.co.uk>
 
 1997-12-21  SL Baur  <steve@altair.xemacs.org>
 
-       * etc/BETA (Prerequisite): Add cookbook procedures for maintaining 
+       * etc/BETA (Prerequisite): Add cookbook procedures for maintaining
        package lisp directories.
 
 1997-12-20  SL Baur  <steve@altair.xemacs.org>
@@ -1067,7 +1679,7 @@ Thu Jan 08 09:42:36 1998    <andyp@parallax.co.uk>
 
 1997-12-19  SL Baur  <steve@altair.xemacs.org>
 
-       * configure.in (bitmapdir): Reenable --with-session by default for 
+       * configure.in (bitmapdir): Reenable --with-session by default for
        testing.
 
 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
@@ -1078,7 +1690,7 @@ Thu Jan 08 09:42:36 1998    <andyp@parallax.co.uk>
 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
 
        * etc/toolbar: Added support for foregroundToolBarColor
-         symbol to most icons. 
+         symbol to most icons.
 
 1997-12-17  SL Baur  <steve@altair.xemacs.org>
 
@@ -1278,7 +1890,7 @@ Thu Jan 08 09:42:36 1998    <andyp@parallax.co.uk>
          device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
          events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
          msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
-         redisplay.c, symsinit.h, 
+         redisplay.c, symsinit.h,
 
        * Didn't change 'win32' in nt.c, nt.h, ntproc.c
 
@@ -1314,7 +1926,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 1997-11-05  Didier Verna  <verna@inf.enst.fr>
 
        * configure.in: Added the --site-prefixes options for the configure
-       script. You give a colon or space separated list of prefixes, and 
+       script. You give a colon or space separated list of prefixes, and
        subdirectories include/ and lib/ will be added with -I and -L.
 
 1997-11-05  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>>
@@ -1327,13 +1939,13 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
        From Skip Montanaro <skip@calendar.com>
 
-1997-11-04  Adrian Aichner  <aichner@ecf.teradyne.com>
+1997-11-04  Adrian Aichner  <adrian@xemacs.org>
 
        * etc/TUTORIAL.de:
        Updated copyright information. Translated most of the COPYING
        section. Translated the <<.*>> didactic line.
 
-1997-10-22  Adrian Aichner  <aichner@ecf.teradyne.com>
+1997-10-22  Adrian Aichner  <adrian@xemacs.org>
 
        * etc/TUTORIAL.de: Fixed two issues reported by
        Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
@@ -1346,12 +1958,12 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>.
        They fix yet more typos and quite a few awkward sentences.
 
-1997-10-21  Adrian Aichner  <aichner@ecf.teradyne.com>
+1997-10-21  Adrian Aichner  <adrian@xemacs.org>
 
        * etc/TUTORIAL.de: Manually merged a few more corrections by
        Carsten Leonhardt <leo@arioch.oche.de>
 
-1997-10-20  Adrian Aichner  <aichner@ecf.teradyne.com>
+1997-10-20  Adrian Aichner  <adrian@xemacs.org>
 
        * etc/TUTORIAL.de:
        Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2,
@@ -1406,7 +2018,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        TIFF(broken) and replace with test for ImageMagick.
 
 1997-10-30  Kyle Jones  <kyle_jones@wonderworks.com>
-       
+
        * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry.
          Added *XlwMenu*titleForeground entry.
 
@@ -1445,7 +2057,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        * lib-src/gnuslib.c: Always include config.h before system headers
        * configure.in: Improve AIX configure support
          - NON_GNU_CC defaults to `xlc'
-         - CFLAGS defaults to "-O3 -qstrict  -qlibansi -qinfo -qro 
+         - CFLAGS defaults to "-O3 -qstrict  -qlibansi -qinfo -qro
            -qmaxmem=20000"
          - check for sin instead of sqrt in -lm to avoid xlc internal error
          - Detect -li18n for use with Motif
@@ -1482,7 +2094,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
 1997-10-18  SL Baur  <steve@altair.xemacs.org>
 
-        * XEmacs 20.3-beta91 is released. 
+       * XEmacs 20.3-beta91 is released.
 
 1997-10-16  Hrvoje Niksic <hniksic@srce.hr>
 
@@ -1571,7 +2183,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
        * Makefile.in: Add `make configure' target
 
-       * etc/BETA: 
+       * etc/BETA:
          - remove Chuck as contact name
          - random small improvements
          - remove I/me references - the message should be that XEmacs
@@ -1622,8 +2234,8 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 1997-10-03  Martin Buchholz  <mrb@eng.sun.com>
 
        * lib-src/etags.c:  etags 12.28 + prototypization
-       * INSTALL:  Better document --site-runtime-libraries 
-       * src/scrollbar-x.c (x_update_scrollbar_instance_status): 
+       * INSTALL:  Better document --site-runtime-libraries
+       * src/scrollbar-x.c (x_update_scrollbar_instance_status):
          FIX: M-x scroll-left; horizontal scrollbar appears; drag it
          left; scrollbar disappears; keyboard inoperative.
        * configure.in:  Remove left-over references to *_switch_x_*
@@ -1643,7 +2255,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        * etc/BETA: Document existence of `Installation' file.
        - Document requirement of rebuilding finder-inf.el when building
        from the full tarball.
-       
+
        * Makefile.in (top_distclean): Remove finder-inf.el*.
 
        * configure.in (use_union_type): Default to "yes".
@@ -1696,11 +2308,11 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
        * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
        sequences (needs more testing).
-       * */Makefile*: 
+       * */Makefile*:
        - Cleanup man/*/Makefile for consistency.
        - use $(MAKEFINFO), $(TEXI2DVI), etc...
        - Make combination --with-srcdir + Sun make work properly.
-       - Change construct: test -d $${dir} || mkdir $${dir} 
+       - Change construct: test -d $${dir} || mkdir $${dir}
           --> if test ! -d $${dir}; then mkdir $${dir}; fi
        * lisp/x11/x-win-sun.el: Fix remaining glitches with
        re-mappings of Sun function keys.
@@ -1743,9 +2355,9 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        - x-keysym-on-keyboard-sans-modifiers-p introduced.
        - x-keysym-hashtable introduced.
        - allow X11R4 libs to guess keysyms on X11R5 servers.
-       - A better workaround for the bug that some Xlibs generate 
+       - A better workaround for the bug that some Xlibs generate
          Multi_key a adiaeresis when pressing Multi_key a "
-       
+
        * src/dgif_lib.c: Make sure size_t is defined before using it.
 
 1997-09-12  SL Baur  <steve@altair.xemacs.org>
@@ -1810,7 +2422,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        - new variable `blddir' introduced for informational purposes.
        * lib-src/config.values.in: new config.el implementation
        * lib-src/config.values.sh: new config.el implementation
-       * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem 
+       * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
        (thanks to Espen Skoglund, pascal.el maintainer)
        * src/chartab.c: maintainability improvements.
        * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
@@ -1869,10 +2481,10 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
        * src/fns.c (require): Print messages when loading a file as a
        result of require.
-       
+
        * configure.in:
        * lisp/utils/config.el:
-       * lib-src/config.values: 
+       * lib-src/config.values:
        - new file created and installed by building.
        - Allow configuration time values to be queried by the lisp code.
 
@@ -1902,7 +2514,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 1997-07-10  Hrvoje Niksic  <hniksic@srce.hr>
 
        * extents.c (print_extent): Print correctly.
-       
+
 1997-07-13  Steven L Baur  <steve@altair.xemacs.org>
 
        * configure.in (CPP): Add -Wall to default gcc CFLAGS.
@@ -1927,12 +2539,12 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
        * lisp/x11/x-select.el:
        * src/xselect.c: Try STRING if selection owner couldn't convert
-       COMPOUND_TEXT. 
+       COMPOUND_TEXT.
 
        * src/*.c: Change defalt to default_, and in general allow
        doc-snarfing functions to recognize and ignore trailing `_'
 
-       * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and 
+       * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
        convert source code to use them consistently.
 
 1997-07-08  Steven L Baur  <steve@altair.xemacs.org>
@@ -1941,7 +2553,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
 1997-07-08  Martin Buchholz  <mrb@eng.sun.com>
 
-       * configure.in: Set options differently, depending on beta-ness of 
+       * configure.in: Set options differently, depending on beta-ness of
        build tree.
        * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
        distclean.
@@ -1980,7 +2592,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        - Autodetect usleep
 
        * src/s/sol2.h: Support gcc on various Solaris releases.
-       
+
        * lib-src/*.c: Ansify prototypes.
 
        * lisp/prim/files.el: Optimize auto-mode-alist.
@@ -2012,7 +2624,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
        * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
        should be `print-libgcc-file-name'
        From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
-       
+
        * XEmacs 20.3-beta10 is released.
 
 1997-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
@@ -2178,7 +2790,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
        * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
        lwlib/lwlib.c:  Make 64 bit clean.
-       
+
 1997-06-20  Steven L Baur  <steve@altair.xemacs.org>
 
        * etc/gnuserv.1: Updates and cleanup.
@@ -2196,7 +2808,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
 
        * */Makefile.in.in: Another rewrite
        Make makefiles immune from being mangled by various cpp
-       implementations by quoting non-preprocessor directive lines. 
+       implementations by quoting non-preprocessor directive lines.
        - random cleanup
        - Use $(RM) and $(pwd) macros consistently
        - Add dependencies for balloon-help source files
@@ -2236,11 +2848,11 @@ Wed Jun 18 16:41:43 1997  Steven L Baur  <steve@altair.xemacs.org>
          previously commented out and normalized everything vis a vis
          'backspace and 'delete keysyms.
        * lisp/packages/*.el: Normalized all the "\177" bindings
-       * lisp/modes/cperl-mode.el: Created cperl-electric-delete function 
+       * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
          which is a "smart" version of the cperl-electric-backspace
          function (it honors the desired delete direction).  Bound it to
          'delete and the electric-backspace to 'backspace.
-       * lisp/packages/pending-del.el: Added cperl-electric-backspace and 
+       * lisp/packages/pending-del.el: Added cperl-electric-backspace and
          cperl-electric-delete to the 'supersede list.
 
 1997-06-11  Steven L Baur  <steve@altair.xemacs.org>
@@ -2252,16 +2864,16 @@ Wed Jun 18 16:41:43 1997  Steven L Baur  <steve@altair.xemacs.org>
 
 1997-06-11  Martin Buchholz  <mrb@eng.sun.com>
 
-       * src/Makefile.in: 
-       * lwlib/Makefile.in: 
-       * lib-src/Makefile.in: 
+       * src/Makefile.in:
+       * lwlib/Makefile.in:
+       * lib-src/Makefile.in:
        * Makefile.in: More Makefile cleanup
        - add .PHONY targets where necessary
        - remove most builtin rules using .SUFFIXES
        - -lXau only gets used for linking gnuserv binaries
        - No VPATH for root Makefile
        - remove gcc v1 support
-       * configure.in: 
+       * configure.in:
        - A new test to autodetect need to define NARROWPROTO,
          needed by XFree86
        - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
@@ -2269,7 +2881,7 @@ Wed Jun 18 16:41:43 1997  Steven L Baur  <steve@altair.xemacs.org>
        - Check for libPW
        - Use more sophisticated Xpm test that confirms xpm.h and libXpm
          are in sync.
-       * src/s/linux.h: 
+       * src/s/linux.h:
        * src/m/intel386.h: Yet another attempt to clean up linux defines.
 
 1997-06-10  Steven L Baur  <steve@altair.xemacs.org>
@@ -2335,7 +2947,7 @@ Tue Jun 10 15:11:16 1997  Steven L Baur  <steve@altair.xemacs.org>
        smiley faces.
 
 1997-06-10  Gary D. Foster  <Gary.Foster@corp.sun.com>
-       
+
        * lisp/modes/view-less.el: Changed \177 bindings to 'delete
        * lisp/modes/help.el: Changed \177 bindings to 'delete
 
@@ -2355,7 +2967,7 @@ Tue Jun 10 15:11:16 1997  Steven L Baur  <steve@altair.xemacs.org>
        * lisp/modes/cc-mode.el:
        * lisp/modes/cperl-mode.el: Fixed references to delete functions
          to use the new names.
-       
+
 1997-06-09  Steven L Baur  <steve@altair.xemacs.org>
 
        * XEmacs 20.3-b5 is released.
@@ -2380,24 +2992,24 @@ Tue Jun 10 15:11:16 1997  Steven L Baur  <steve@altair.xemacs.org>
        * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
        old cruft that can be obtained from system header files.
        * lib-src/getopt*: Synch with FSF, remove compiler warnings.
-       
-       * lib-src/b2m.c: 
-       * src/gifalloc.c: 
-       * lib-src/gnuslib.c: 
-       * lib-src/profile.c: 
+
+       * lib-src/b2m.c:
+       * src/gifalloc.c:
+       * lib-src/gnuslib.c:
+       * lib-src/profile.c:
        * lib-src/movemail.c: Fix compiler warnings
-       
+
        * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
        - Fix up compile flags for new etags version
 
-       * etc/NEWS: 
-       * etc/etags.1: 
-       * man/xemacs/programs.texi: 
+       * etc/NEWS:
+       * etc/etags.1:
+       * man/xemacs/programs.texi:
        * lib-src/etags.c:  Upgraded to etags 12.11
 
        * src/config.h.in: Fix inline keyword support
-       
-       * configure.in: Use a different mechanism for removing extra white 
+
+       * configure.in: Use a different mechanism for removing extra white
        space.  Avoid using foo=`echo $bar`, which loses with various echos.
        - new M4 macro XE_SPACE(var, words...)
        - Use autoconf 2's AC_HEADER_SYS_WAIT
@@ -2413,11 +3025,11 @@ Tue Jun 10 15:11:16 1997  Steven L Baur  <steve@altair.xemacs.org>
 
 1997-06-04  Gary D. Foster  <Gary.Foster@corp.sun.com>
 
-       * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the 
+       * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
          desired delete direction in both normal and "hungry" modes.
-       * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to 
+       * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
          honor the desired delete direction.
-       
+
 1997-05-30  Martin Buchholz  <mrb@eng.sun.com>
 
        * configure.in: Automagically compute -R path for gcc
@@ -2426,7 +3038,7 @@ Tue Jun 10 15:11:16 1997  Steven L Baur  <steve@altair.xemacs.org>
 
        * lisp/vm/vm-vars.el: Fixed delete key binding to call
          `vm-scroll-down'
-       
+
 Thu May 29 15:35:07 1997  Martin Buchholz  <mrb@eng.sun.com>
 
        * configure.in: Add support for Solaris2.6 -z ignore linker flags
@@ -2445,9 +3057,9 @@ Thu May 29 15:35:07 1997  Martin Buchholz  <mrb@eng.sun.com>
        * lisp/modes/*.el: Removed conflicting \177 bindings.
        * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
          delete bindings.
-       * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to 
+       * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
          use new delete bindings.
-       
+
 1997-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
@@ -2629,14 +3241,14 @@ Thu May 22 04:19:09 1997  Martin Buchholz  <mrb@eng.sun.com>
        depend on it.
        with-xim=motif only default on Solaris.
        realpath moved from s&m to configure.in.
-       xemacs-version.h removed.  main_1 now contains $canonical as well, 
+       xemacs-version.h removed.  main_1 now contains $canonical as well,
        for even more useful backtraces.
        termcap handling rewritten.
        Create .sbinit for Sun's source browser.
        Warn user if no XPM support present.
        Warn user if compiling in error checking.
 
-       * Makefile.in: use MAKE_SUBDIR consistently.  Remove references to 
+       * Makefile.in: use MAKE_SUBDIR consistently.  Remove references to
        dynodump.  Remove core when cleaning.  Remove config.log.
        make distclean now functional.
 
@@ -2730,7 +3342,7 @@ Sat Apr 12 09:01:32 1997  Hrvoje Niksic <hniksic@srce.hr>
 
        3) Rearranging the entries by relevance.  I have tried to put the most
           relevant entries in front.
-       
+
 Thu Apr 10 19:07:26 1997  Steven L Baur  <steve@altair.xemacs.org>
 
        * XEmacs 20.1-b14 is released.  (Beta 13 was skipped).
@@ -2750,7 +3362,7 @@ Sat Apr  5 09:11:36 1997  Steven L Baur  <steve@altair.xemacs.org>
 
 Wed Apr  2 15:27:35 1997  Steven L Baur  <steve@altair.xemacs.org>
 
-       * Makefile.in (install-only): New target.  Functionality suggested 
+       * Makefile.in (install-only): New target.  Functionality suggested
        by Larry Schwimmer, correct way of doing it suggested by Chuck
        Thompson.
 
@@ -2774,7 +3386,7 @@ Thu Mar 27 18:24:19 1997  Steven L Baur  <steve@altair.xemacs.org>
 Wed Mar 26 22:31:10 1997  Steven L Baur  <steve@altair.xemacs.org>
 
        * Remove vms top-level directory.
-       
+
        * XEmacs 19.15 final released to beta testers.
 
 Tue Mar 25 19:13:27 1997  Steven L Baur  <steve@altair.xemacs.org>
@@ -2804,7 +3416,7 @@ Sat Mar 22 16:47:08 1997  Steven L Baur  <steve@altair.xemacs.org>
 
 Sat Mar 22 21:27:41 1997  Tomasz J. Cholewo  <t.cholewo@ieee.org>
 
-        * configure.in: Echo only current configuration using 'tee -a'.
+       * configure.in: Echo only current configuration using 'tee -a'.
 
 Fri Mar 21 21:26:01 1997  Steven L Baur  <steve@altair.xemacs.org>
 
@@ -3020,7 +3632,7 @@ Sat Jan 11 12:05:31 1997  Steven L Baur  <steve@altair.xemacs.org>
 
        * XEmacs 20.0 beta90 (prerelease 1) is released.
        * XEmacs 19.15 beta90 (prerelease 1) is released.
-       
+
 Tue Jan  7 08:45:16 1997  Steven L Baur  <steve@altair.xemacs.org>
 
        * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
@@ -3035,8 +3647,8 @@ Fri Jan  3 15:18:59 1997  Jeff Miller  <jmiller@smart.net>
 
 Wed Jan  1 08:30:48 1997  Martin Buchholz  <mrb@eng.sun.com>
 
-       * src/emacs.c: Make sure 
-       `./temacs -batch -l loadup.el run-temacs <emacs-args>' 
+       * src/emacs.c: Make sure
+       `./temacs -batch -l loadup.el run-temacs <emacs-args>'
        works properly
 
        * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
@@ -3055,20 +3667,20 @@ Tue Dec 31 09:46:13 1996  Martin Buchholz  <mrb@eng.sun.com>
        * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
        * lisp/utils/autoload.el: Reorganization of autoload mechanism:
        Errors during autoload generation are just that - errors.
-       
+
        Generated autoloads are now in a separate file of their own.
-       
+
        Reliability of autoload generation greatly increased.
-       
+
        Distribution smaller by about 100k.
-       
+
        `make autoloads' is still the preferred mechanism for update.
-       
+
        Autoloads are always regenerated completely from scratch.  This
        avoids errors with obsolete or corrupted autoload entries.
 
        Caching of autoload entries using timestamps has been eliminated.
-       
+
        Files that have no autoloads no longer have a comment placed into
        the generated autoloads file.
 
@@ -3126,7 +3738,7 @@ Sun Dec 29 05:37:43 1996  Martin Buchholz  <mrb@eng.sun.com>
          that various tools can recognize the filename as such.
 
        * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
-         --with-xim=xlib and key event on window frame.  
+         --with-xim=xlib and key event on window frame.
          Change return foo to return (foo) when return is a macro.
 
        * src/editfns.c (Ffollowing_char): docstring fixes.