import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / ChangeLog
index bba1269..d3cc540 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,508 @@
+2000-07-19  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.35 is released.
+
+2000-07-13  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: --with-menubars=yes should not be an error.
+
+       * configure.in: "compiling in support for Athena" message was
+       sometimes lying.
+
+2000-07-12  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Rewrite xmkmf symbol detection to avoid
+       redefinition of symbols we've already defined.
+       Also, handle xmkmf symbols with values other than 1.
+
+2000-07-12  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       Make sure Unix98 socklen_t is defined.
+       Use ANSI C mode `-std1' with DEC C instead of `-std'.
+
+2000-07-09  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       Replace SMART_INCLUDE with a dumber, but more reliable method.
+2000-07-10  Martin Buchholz  <martin@xemacs.org>
+
+       * modules/zlib/Makefile: 
+       * modules/sample/Makefile: 
+       * modules/ldap/Makefile: 
+       * modules/base64/Makefile: 
+       * Makefile.in.in: 
+       rm -f ==> $(RM)
+       define SHELL=/bin/sh
+
+2000-07-09  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: PostgreSQL rewrite.
+       - Don't look for postgreSQL in /usr/local.
+       - Simplify detection code.
+       - Don't use SMART_INCLUDE.
+       - Don't autodetect if --with-postgresql=no.
+
+2000-07-08  Ben Wing  <ben@xemacs.org>
+
+       * configure.usage: addl doc for graphics libs, with-msw.
+
+2000-07-09  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: sh builtin `test' uses `=', not `=='.
+
+2000-07-08  Ben Wing  <ben@xemacs.org>
+
+       * configure.in: add -lcomdlg32 for cygwin.
+       
+2000-07-05  Craig Lanning  <lanning@scra.org>
+
+       * aclocal.m4 (can_build_shared):
+       First pass at module support for cygwin and mingw.
+       
+       * configure:
+       * configure (xe_check_libs):
+       * configure (acfindx):
+       * configure (ac_x_includes):
+       * configure (ac_x_libraries):
+       * configure (ac_cv_lib_dnet_dnet_ntoa):
+       * configure (xe_msg_checking):
+       * configure (xe_runpath_dir):
+       * configure (xetest):
+       * configure (ac_err):
+       * configure (ac_safe):
+       * configure (with_xmu):
+       * configure (bitmapdir):
+       * configure (with_xauth):
+       * configure (libs_xauth):
+       * configure (with_cde):
+       * configure (with_ldap):
+       * configure (with_ldap_krbdes):
+       * configure (save_c_switch_site):
+       * configure (with_postgresql):
+       * configure (with_xface):
+       * configure (with_jpeg):
+       * configure (with_png):
+       * configure (with_tiff):
+       * configure (athena_lib):
+       * configure (have_motif):
+       * configure (all_widgets):
+       * configure (with_xim):
+       * configure (with_xfs):
+       * configure (with_wnn):
+       * configure (with_canna):
+       * configure (extra_objs):
+       * configure (ac_cv_c_inline):
+       * configure (have_esd_config):
+       * configure (c_switch_site):
+       * configure (with_ncurses):
+       * configure (with_gpm):
+       * configure (xealias):
+       * configure (xehost_os):
+       * configure (can_build_shared):
+       * configure (xcldf):
+       * configure (LTLD):
+       * configure (ld_dynamic_link_flags):
+       * configure (Mail):
+       * configure.in:
+       * configure.in (after_morecore_hook_exists):
+       * configure.in (xetest):
+       * configure.in (emacs_cv_localtime_cache):
+       * configure.in (Mail):
+        * configure.in:
+       Clean up configure support for cygwin and mingw.
+
+2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
+
+       * PROBLEMS: Document broken native audio for recent patches and
+         releases of HP-UX.
+
+2000-06-10  Ben Wing  <ben@xemacs.org>
+
+       * Makefile.in.in (install-arch-dep):
+       WINDOWSNT -> WIN32_NATIVE.
+       __CYGWIN32__ -> CYGWIN.
+
+2000-06-01  Andreas Jaeger  <aj@suse.de>
+
+       * configure.in: Recognize s390.
+
+       * config.guess: New version from GNU config archive.
+       * config.sub: Likewise.
+
+2000-05-28  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.34 is released.
+
+2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * configure.in:
+       Do not define DOUG_LEA_MALLOC when using other malloc scheme.
+       Remove unused variable use_minimal_tagbits.
+
+2000-05-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * configure.in: Remove lockdir.
+
+2000-04-15  Andy Piper  <andy@xemacs.org>
+
+       * etc/Emacs.ad: add select-start() back into text translations.
+
+2000-05-01  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.33 is released.
+
+2000-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
+       the value of LD.
+
+2000-04-26  Ben Wing  <ben@xemacs.org>
+
+       * configure.in: add support for --quick-build.  Remove --no-doc-file,
+       subsumed.
+
+2000-04-19  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: 
+       * src/config.h.in:
+       Rewrite SMART_INCLUDE implementation to actually work.
+       Be paranoid - Avoid use of spaces in these macro definitions.
+       Leave alloca() definition at start of compilation unit, 
+       as AIX requests.
+       Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
+
+2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * configure.in: Enable clash-detection by default.
+       * configure.usage: Update documentation.
+
+2000-04-06  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: fix typo.
+
+2000-04-12  Andy Piper  <andy@xemacs.org>
+
+       * etc/Emacs.ad: give the gui-element face the same font as the
+       menubar and popups. Add translations for text widgets.
+
+2000-04-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * configure.in : Fix printing error check warning even if
+       it is not compiled in.
+
+2000-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * xemacs/configure.in: Do a normal link when compiling with
+       --pdump. Don't try compiling an unexec object file.
+2000-03-27  Didier Verna  <didier@xemacs.org>
+
+       * configure.in: reorganize the output by topic.
+       New configure test to define the proper SMART_INCLUDE macro.
+
+       * configure.usage: slightly rearanged some options.
+
+2000-03-25  Didier Verna  <didier@xemacs.org>
+
+       * configure.in: rename `foo_h_path' to `foo_h_file' for variables
+       representing real headers and not directories. This applies to
+       `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
+       `soundcard_h_path'.
+
+2000-03-21  Didier Verna  <didier@xemacs.org>
+
+       * configure.in: try to find postgresql headers at different places
+       and define POSTGRES_H_PATH as appropriate.
+
+2000-03-22  Andy Piper  <andy@xemacs.org>
+
+       * config.h.in: add ERROR_CHECK_GLYPHS.
+
+       * configure.in: add error_check_glyphs.
+
+2000-03-20  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.32 is released.
+
+2000-03-15  Olivier Galibert  <galibert@pobox.com>
+
+       * configure.in: Add dumper.o object when pdumping.
+
+2000-02-20  Olivier Galibert  <galibert@pobox.com>
+
+       * Makefile.in.in: Add pdump install support
+
+       * configure.in: Add EMACS_PROGNAME config.h variable.
+
+2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
+
+       * configure.usage: document --with-postgresql flag.
+
+2000-03-06  SL Baur  <steve@musashimaru.m17n.org>
+
+       * configure.in: add autodetection of PostgreSQL runtime libraries
+
+2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
+       when C compiler can produce shared libraries.
+
+2000-03-01  Didier Verna  <didier@xemacs.org>
+
+       * etc/NEWS: update the rect.el entry.
+
+2000-02-26  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Unconditionally define SHELL, to allow working
+       with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
+
+2000-02-23  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.31 is released.
+
+2000-02-21  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.30 is released.
+
+2000-02-20  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Enforce use of autoconf version >= 2.13.
+
+       * configure.in: Fix OS release test on Solaris.
+
+2000-02-19  Marcus Thiessel  <marcus@xemacs.org>
+
+       * PROBLEMS: Update email address. Describe more HP Motif errors.
+
+2000-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * configure.in: Split Solaris version test in two parts. In the
+       Bourne shell the "-a" operator does NOT short-circuit.
+
+1999-12-15 Jan Vroonhof  <jan@xemacs.org>
+
+       *  (configure.in): Autodetect broken gcc versions. Patch from WM
+       Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
+
+2000-02-17  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Autodetect sys/param.h.  Reorganize
+       AC_CHECK_HEADERS call.
+       * src/config.h.in: Add HAVE_SYS_PARAM_H.
+
+2000-02-16  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Test for arm simply using arm* instead of arm-*
+
+2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * etc/TUTORIAL.ja: Synch with English version.
+
+2000-02-16  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.29 is released.
+
+2000-02-16  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Don't use rel_alloc if malloc() calls mmap().
+       Discover this by looking for M_MMAP_THRESHOLD.
+
+       * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
+       bugs in (at least) Solaris 2.5 headers.
+
+2000-01-29  Craig Lanning  <CraigL@DyCon.com>
+
+       * configure.in: Fix detection of XPM on systems without X11.
+
+2000-02-11  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in:
+       * src/config.h.in:
+       Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
+       but only on tested Operating systems - Linux && SunOS >= 5.5.
+
+2000-02-09  Valdis Kletnieks  <Valdis.Kletnieks@vt.edu>
+
+       * aclocal.m4: Support dlls on aix[34].
+
+2000-02-09  Martin Buchholz  <martin@xemacs.org>
+
+       * .cvsignore: Ignore gmon.out
+
+2000-02-08  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Sync Berkeley db autodetection with src/database.c
+
+2000-02-07  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: check for XConvertCase.
+
+2000-02-07  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.28 is released.
+
+2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
+
+       * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
+
+2000-01-26  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
+
+2000-01-24  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Always use our own realpath(), not the system one.
+
+2000-01-25  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Default Drag-N-Drop to "no"
+
+1999-12-28  Max Matveev  <max@melbourne.sgi.com>
+
+       * configure.in: add new machine type for IRIX 6.[2-5] to
+       switch from using unexelf.o to unexelfsgi.o for just those
+       versions of IRIX.
+       In the ideal world it would be handled by the s/irix6-0.h but
+       since machine config is included AFTER OS config, I had to add a
+       new machine type.
+
+2000-01-22  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: add winspool to windows libraries.
+
+2000-01-22  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Add more warnings to default gcc flags.
+
+2000-01-20  Daniel Pittman  <daniel@danann.net>
+
+       * configure.in: Find Athena headers hidden in even more obscure
+       places. That is, search Xaw3D/ as well as X11/Xaw3D/.
+
+2000-01-19  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Add support for NetWinders.
+       Patch by Sean MacLennan <seanm@netwinder.org>
+
+2000-01-18  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Use /etc/ld.so.conf at link-time, if available.
+
+2000-01-18  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.27 is released.
+
+2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
+
+       * etc/TUTORIAL.de: Update copyright and fix typo.
+
+2000-01-14  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
+
+       * configure.in: Add `tests' symlink to make it easier to find
+       automated tests directory.
+
+2000-01-14  Andy Piper  <andy@xemacs.org>
+
+       * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
+       before the cygwin headers.
+
+2000-01-08  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in:
+       - Allow find-tag to work in the build directory.
+       - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
+       - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
+
+2000-01-07  Marcus Thiessel <marcus@xemacs.org>
+
+       * config.sub: Upgrade to 1.169, imported from autoconf's CVS
+       * config.guess: Upgrade to 1.158, imported from autoconf's CVS
+
+2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * etc/NEWS: Document mail spool locking overhaul.
+
+       * configure.usage (--mail-locking):
+       * configure.in: Handle --mail-locking option correctly in
+       preparation for the movemail locking overhaul.
+
+2000-01-05  Daniel Pittman  <daniel@danann.net>
+
+       * configure.in (Installation): Report which Athena header/library
+       combo is being used.
+
+1999-12-31  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.26 is released.
+
+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-29  XEmacs Build Bot <builds@cvs.xemacs.org>
 
        * XEmacs 21.2.22 is released
@@ -8,7 +513,7 @@
 
 1999-11-26  Martin Buchholz  <martin@xemacs.org>
 
 
 1999-11-26  Martin Buchholz  <martin@xemacs.org>
 
-       * configure.in: 
+       * configure.in:
        Add configure support for Unix 98 type ssize_t.
 
 1999-11-27  Martin Buchholz  <martin@xemacs.org>
        Add configure support for Unix 98 type ssize_t.
 
 1999-11-27  Martin Buchholz  <martin@xemacs.org>
        * INSTALL: Update configure option.
 
 1999-10-12  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
        * 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.
 
        * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
        (LIBS): Check for libCsup.
 
-       * etc/sample.Xdefaults: adds a reference to beNiceToColrmap,
+       * etc/sample.Xdefaults: adds a reference to beNiceToColormap,
          so that the user can guess what to do if xemacs' dialogs are
          butt ugly.
 
          so that the user can guess what to do if xemacs' dialogs are
          butt ugly.
 
 
 1999-11-17  Martin Buchholz  <martin@xemacs.org>
 
 
 1999-11-17  Martin Buchholz  <martin@xemacs.org>
 
-       * Makefile.in.in (install-arch-dep): 
+       * Makefile.in.in (install-arch-dep):
        Fix `make install' if prefix != exec_prefix.
 
 1999-11-15  Martin Buchholz  <martin@xemacs.org>
        Fix `make install' if prefix != exec_prefix.
 
 1999-11-15  Martin Buchholz  <martin@xemacs.org>
 
        * Makefile.in.in: use WINDOWSNT for mingw install.
 
 
        * Makefile.in.in: use WINDOWSNT for mingw install.
 
-1999-08-01  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-08-01  Adrian Aichner  <adrian@xemacs.org>
 
        * etc/DISTRIB: Update IP address of ftp.xemacs.org.
        * etc/NEWS: Fix typo
 
        * etc/DISTRIB: Update IP address of ftp.xemacs.org.
        * etc/NEWS: Fix typo
 1999-09-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
 
        * configure.in (EMACS_CONFIGURATION): Use $configuration, not
 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 
+       $canonical, so that installation paths and dynamic path setup will
        stay in synch.
 
 1999-09-20  Andy Piper  <andy@xemacs.org>
        stay in synch.
 
 1999-09-20  Andy Piper  <andy@xemacs.org>
 
 1999-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
 
 
 1999-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
 
-       * modules/zlib/Makefile (distclean): 
-       * modules/ldap/Makefile (distclean): 
-       * modules/sample/Makefile (distclean): 
+       * 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
        * modules/base64/Makefile (distclean): new target
 
        * Makefile.in.in (top_distclean): Add package directories
        * configure.in: Warn, but otherwise ignore, obsolete arguments.
 
 1999-08-20  Olivier Galibert  <galibert@pobox.com>
        * configure.in: Warn, but otherwise ignore, obsolete arguments.
 
 1999-08-20  Olivier Galibert  <galibert@pobox.com>
-  
+
        * configure.in: Add --pdump option.
        * configure.usage:  Ditto.
        * 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.
 1999-08-04  Andy Piper  <andy@xemacs.org>
 
        * configure.in: report widget usage correctly. beef up setting.
 
 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
 
 
 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/example-theme.el:
+       * etc/custom/example-themes/europe-theme.el:
        * etc/custom/example-themes/ex-custom-file: Some simple examples
        * etc/custom/example-themes/ex-custom-file: Some simple examples
-       illustrating the custom theme support. 
+       illustrating the custom theme support.
 
 1999-07-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
 
 1999-07-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
 1999-06-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
 
        * configure.in (with_prefix): Added --with-prefix, defaults to
 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 
+       yes, to control whether the value of --prefix is compiled into the
        binary.
 
 1999-07-03  Andy Piper  <andy@xemacs.org>
        binary.
 
 1999-07-03  Andy Piper  <andy@xemacs.org>
 1999-05-31  SL Baur  <steve@steve1.m17n.org>
 
        * configure.in (CPP): Don't check for include subdirectories in
 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 
+       site-prefix directories.  This check loses in valid configurations
        like /usr/jp in TurboLinux.  Conditionally add include directory to
        site switches.
 
        like /usr/jp in TurboLinux.  Conditionally add include directory to
        site switches.
 
 
 1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
 
 
 1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
 
-       * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic 
+       * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
        for Solaris.
 
 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
        for Solaris.
 
 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
 
 1999-01-05  Gunnar Evermann  <ge204@eng.cam.ac.uk>
 
 
 1999-01-05  Gunnar Evermann  <ge204@eng.cam.ac.uk>
 
-       * PROBLEMS: Document crashes on SPARC with gcc 2.8.1. 
+       * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
 
 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
 
 
 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
 
 
 1999-02-10  Martin Buchholz  <martin@xemacs.org>
 
 
 1999-02-10  Martin Buchholz  <martin@xemacs.org>
 
-       * configure.in: 
+       * configure.in:
        - Fixup xfs comments and redundant option checking
 
        - Fixup xfs comments and redundant option checking
 
-       * configure.in: 
-       * INSTALL: 
+       * 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>
 
        * 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 
+       * 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>
 
        broken in a previous patch.
 
 1999-02-10  Martin Buchholz  <martin@xemacs.org>
 
-       * configure.in: 
+       * configure.in:
        - irix uses -rpath
 
 1999-02-10  Martin Buchholz  <martin@xemacs.org>
 
        - irix uses -rpath
 
 1999-02-10  Martin Buchholz  <martin@xemacs.org>
 
-       * configure.in: 
+       * configure.in:
        - Check for XOpenIM before using xim=xlib
        - only use XmIm if $have_motif = yes
 
        - Check for XOpenIM before using xim=xlib
        - only use XmIm if $have_motif = yes
 
        * configure.in: remove -O3 prevention on cygwin - current versions
        cope ok now.  remove dll prevention on cygwin - the new module
        code checks correctly.
        * 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>
 
 1999-01-10  J. Kean Johnston  <jkj@sco.com>
 
-       * configure.in: Added moduledir as the path where loadable modules 
+       * 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
        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
 
        * etc/check_cygwin_setup.sh: fix a couple of buglets.
 
 
        * 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.
 
 
        * 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.
 
        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
 
        * etc/TUTORIAL.de: Fixing typos and grammatical errors.  Fixing
        inconsistent usage of RET, <Return>, and <return> (only using
@@ -1197,7 +1702,7 @@ Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
 
        * XEmacs 21.0-beta33 is released.
 
 
        * XEmacs 21.0-beta33 is released.
 
-1998-03-26  Didier Verna <verna@inf.enst.fr>
+1998-03-26  Didier Verna <didier@xemacs.org>
 
        * configure.in, Makefile.in: Removed infopath_user_defined---we
        always want to propagate it.
 
        * configure.in, Makefile.in: Removed infopath_user_defined---we
        always want to propagate it.
@@ -1460,7 +1965,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.
 
        * 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>
        Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
 
 1998-01-27  SL Baur  <steve@altair.xemacs.org>
@@ -1542,7 +2047,7 @@ Wed Jan 21 10:49:47 1998  Andy Piper  <andyp@parallax.co.uk>
 
        * etc/FTP: Update address of what was formerly ftp.ibp.fr.
 
 
        * etc/FTP: Update address of what was formerly ftp.ibp.fr.
 
-1998-01-08  Didier Verna  <verna@inf.enst.fr>
+1998-01-08  Didier Verna  <didier@xemacs.org>
 
        * configure.in: Get rid of INFOPATH for configure time.
        * configure.usage (Usage): Ditto.
 
        * configure.in: Get rid of INFOPATH for configure time.
        * configure.usage (Usage): Ditto.
@@ -1858,7 +2363,7 @@ Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
          ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
          xemacs.mak.
 
          ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
          xemacs.mak.
 
-1997-11-05  Didier Verna  <verna@inf.enst.fr>
+1997-11-05  Didier Verna  <didier@xemacs.org>
 
        * configure.in: Added the --site-prefixes options for the configure
        script. You give a colon or space separated list of prefixes, and
 
        * configure.in: Added the --site-prefixes options for the configure
        script. You give a colon or space separated list of prefixes, and
@@ -1874,13 +2379,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>
 
        * 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.
 
 
        * 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>
 
        * etc/TUTORIAL.de: Fixed two issues reported by
        Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
@@ -1893,12 +2398,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.
 
        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>
 
 
        * 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,
 
        * etc/TUTORIAL.de:
        Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2,
@@ -3779,5 +4284,3 @@ Thu Dec  5 20:42:35 1996  Steven L Baur  <steve@altair.xemacs.org>
 Thu Dec  5 11:56:05 1996  Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
 
        * configure.in (LIBS): Fix typo in dialog box test.
 Thu Dec  5 11:56:05 1996  Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
 
        * configure.in (LIBS): Fix typo in dialog box test.
-
-