XEmacs 21.4.17 "Jumbo Shrimp".
[chise/xemacs-chise.git.1] / ChangeLog
index 3067e31..36309bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,333 @@
+2005-02-06  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.17 is released
+
+2005-01-29  Ben Wing  <ben@xemacs.org>
+
+       * configure.in (AC_INIT_NOTICE):
+       * configure.in (XE_COMPUTE_RUNPATH):
+       Copy LDAP fixes from 21.5.
+
+       Port Marcus Crestani's patches of 2004-11-12:
+
+       * Makefile.in.in (install-arch-dep): Fix installation for Cygwin.
+       * configure:
+       * configure.in: Make pdump default for Cygwin.
+
+2005-01-30  Malcolm Purvis  <malcolmp@xemacs.org>
+
+       * Makefile.in.in (dump-elc): Depend on ${PROGNAME} to fix parallel
+       builds.
+
+2004-11-22  Adrian Aichner  <adrian@xemacs.org>
+
+       * etc/TUTORIAL: Typo fixes, courtesy of Andreas Eder
+       <Andreas.Eder@gmx.net>.
+
+2004-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.in (HAVE_GPM): Die if GPM requested but not found.
+
+2005-01-23  Vin Shelton  <acs@xemacs.org>
+
+       * Makefile.in.in (finder): Force removal of lisp/finder-inf.el.
+
+2005-01-10  Vin Shelton  <acs@xemacs.org>
+
+       * Makefile.in.in (RECURSIVE_MAKE_ARGS): Remove last few.
+
+2004-11-21  Malcolm Purvis  <malcolmp@xemacs.org>
+
+       * INSTALL: A POSIX compatible Make is no longer required for builds.
+       * Makefile.in.in (RECURSIVE_MAKE): Removed.
+       * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
+       * configure.in (RECURSIVE_MAKE): Removed.
+       * configure.in (RECURSIVE_MAKE_ARGS): New.
+       Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
+       other parameters.  This allows -j to work in GNU Make while
+       removing need for POSIX compatible make on all systems.
+
+2004-09-08  Malcolm Purvis  <malcolmp@xemacs.org>
+
+       * INSTALL: A POSIX compatible Make is required for builds.
+       * Makefile.in.in: Enable support for parallel builds.
+
+2004-12-05  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.16 is released
+
+2004-08-12  "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net>
+
+       * config.guess: Detect PlayStation 2.
+
+2004-08-10  Jerry James  <james@xemacs.org>
+
+       * etc/SERVICE: Update to latest version from www.gnu.org.
+
+2004-07-06  Steve Youngs  <steve@youngs.au.com>
+
+       * etc/NEWS: Document the major user visible changes to PUI.
+
+2003-07-21  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
+
+       * etc/gtkrc: New file.  This is the GTK equivalent of the
+       app-default file.
+
+2004-03-30  Norbert Koch  <viteno@xemacs.org>
+
+       * PACKAGES: Introduce new packages escreen, xlib, and xwem.
+
+2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
+
+       * configure (GTK_CONFIG): Check GTK version validity only when the
+       right instance of gtk-config is found.
+
+2004-03-20  Adrian Aichner  <adrian@xemacs.org>
+
+       * etc/sample.init.el: Sync typo and copycat fix from 21.5.
+       * etc/sample.init.el ((console-on-window-system-p)): Sync
+       "\C-x\C-c" definition from 21.5.
+
+2004-03-20  Vin Shelton  <acs@xemacs.org>
+
+       * configure.usage (--use-regex-malloc): Correct warning about
+       disabling regex-malloc.
+
+2004-03-04  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
+
+       * configure.in (src/Makefile): No longer include a special linker
+       script for PowerPC Linux.  Thanks to Stefan Bruda for reporting
+       this bug.
+
+2004-02-10  Vin Shelton  <acs@xemacs.org>
+
+       * etc/OXYMORONS: Added Jumbo Shrimp for 21.4.17.
+
+2004-02-03  Vin Shelton  <acs@xemacs.org>
+
+       * configure.in (XE_COMPUTE_RUNPATH): lucid_prefers_motif is a
+       variable, not a command.
+
+2004-02-02  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.15 is released
+
+2004-01-30  Vin Shelton  <acs@xemacs.org>
+
+       * etc/OXYMORONS: Inserted "Corporate Culture" for 21.4.15.
+
+2004-01-25  Steve Youngs  <youngs@xemacs.org>
+
+       * etc/package-index.LATEST.gpg: New, replaces
+       `package-index.LATEST.pgp'. 
+
+       * etc/package-index.LATEST.pgp: Removed, replaced with
+       `package-index.LATEST.gpg'. 
+
+2004-01-20  Jerry James  <james@xemacs.org>
+
+       * configure.in: The icc compiler pretends to be gcc.  It isn't.
+
+2003-11-28  Norbert Koch  <viteno@xemacs.org>
+
+       * etc/PACKAGES (ERC): new.
+
+2003-11-19  Vin Shelton  <acs@xemacs.org>
+
+       * configure.usage (--with-widgets): widgets now defaults to
+       --with-widgets=no.  Patch inspired by Jim Schumacher.
+
+2003-10-25  Norbert Koch  <viteno@xemacs.org>
+
+       * etc/PACKAGES (riece): New package.
+       * etc/PACKAGES (liece): Mark as deprecated.
+
+2003-10-26  Vin Shelton  <acs@xemacs.org>
+
+       * configure.in: Add Intel C++ compiler detection to compiler
+       version reporting.
+
+2003-10-16  Valdis Kletnieks <valdis.kletnieks@vt.edu>
+       * configure.in: record additional info about compiler and libc
+       versions, to assist in debugging.
+
+2003-08-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.in (line 3573):
+       (Mule input methods):
+       Deprecate Motif for Linux.
+       (Installation): Report when LessTif is used.
+
+2003-10-11  Jerry James  <james@xemacs.org>
+
+       * configure.in: installexe.sh is under srcdir, not blddir.
+
+2003-10-16  Jerry James  <james@xemacs.org>
+       * aclocal.m4: Add icc (Intel compiler) support.
+       * configure.in: Ditto.
+
+2003-09-13  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in (OS_RELEASE): Add support for SunOS 5.10.
+       On current OSes produced by Sun, `uname -r' prints "5.9".
+       It seems likely that on future OSes, `uname -r' will print "5.10".
+       We need to accept multi-digit release numbers.
+
+2003-09-12  Rodney Sparapani <rsparapa@mcw.edu>
+
+       * PROBLEMS: Propose bash as an alternative to buggy Solaris
+       /bin/sh.
+
+2003-09-10  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: XEmacs failed to build on Solaris9.
+       Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
+       therein.
+
+2003-09-03  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.14 is released
+
+2003-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.in (line 3593): Default widgets OFF for Athena/Motif.
+
+2003-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.in (regex_malloc):  New option.
+       configure.usage (--use-regex-malloc):  Document it.
+
+2003-08-14  Andrew Begel  <abegel@CS.Berkeley.EDU>
+
+       * configure.in: Add code to detect Darwin/MacOSX dynamic linking
+       API.
+
+2003-08-12  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.usage (GUI component): Improve lucid option doc.
+
+2003-08-12  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.in (CFLAGS): Add -fno-strict-aliasing for GCC.
+       * PROBLEMS (Running): Strict aliasing crashes.
+
+2003-08-04  Norbert Koch  <viteno@xemacs.org>
+            Stephen J. Turnbull <stephen@xemacs.org>
+
+        * PACKAGES: Sync with package-tree contents.  Style conformance.
+
+2003-07-03  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * etc/README.HYPERBOLE: 
+       * etc/README.OO-BROWSER:
+       Update.
+
+2003-05-23  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * etc/sample.Xdefaults (menubar and popup fonts): Use X Font Sets.
+
+2003-07-29  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * PROBLEMS (Motif): Explain why Motif loses XtExposeCompressMaximal.
+
+       * configure.in (Installation): Bitch bitterly about Motif.
+
+2003-06-17  Vin Shelton  <acs@xemacs.org>
+
+       * PROBLEMS: Sync up with latest version from 21.5
+
+2003-04-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * PROBLEMS (Windows): New: auxiliary programs for Windows.
+
+2003-05-24  Norbert Koch  <viteno@xemacs.org>
+
+       * etc/package-index.LATEST.pgp: Official package release.
+
+2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.4.13 is released
+
+2003-03-20  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.in (INTPTR_T_IN_CYGWIN_TYPES_H): 
+       Cygwin defines these types in <cygwin/types.h>.  Detect and don't
+       duplicate the definition.
+
+2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.usage (Usage): Use an autodetected feature as an
+       example of how to disable features.  A Martin Buchholz Suggestion.
+
+2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * INSTALL: Give location of Darwin X11 downloads.
+
+2003-01-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * INSTALL (--with-scrollbars):
+       (--with-dialogs):
+       (--with-widgets):
+       (--with-athena):
+       Update to current reality.
+
+2003-01-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * INSTALL:
+       * PROBLEMS:
+       Mention --site-includes and subdirectories for helping configure
+       to find 3rd-party add-ons.
+
+2003-01-28  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in (opsys): (AIX specific)
+       Use opsys=aix4-2 for AIX 5 and all future versions.
+
+2003-01-28  Martin Buchholz  <martin@xemacs.org>
+       * configure.in (-mthreads): (AIX specific)
+       Use either -mthreads or -pthread, depending on gcc versions.
+       gcc changed the name of the `-mthreads' option to `-pthread'
+       on 2000-06-12.
+
+       Be more careful when appending "_r" to various names of xlc, 
+       so that users can specify --compiler=/absolute/path/to/xlc
+
+2003-01-27  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Don't disable athena just because the user
+       specified --with-widgets=no.
+
+2003-01-27  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in (athena_3d): 
+       AC_CHECK_LIB must always take a function as
+       argument, never a global variable.  Some linkers can tell the
+       difference.  So change:
+       threeDClassRec ==> Xaw3dComputeBottomShadowRGB
+
+2003-03-02  Vin Shelton  <acs@xemacs.org>
+
+       * etc/BETA: synced up with 21.5.  Original patch from
+       Chris Palmer  <chris@nodewarrior.org>.
+
+2003-03-02  Robert Pluim  <rpluim@bigfoot.com>
+
+       * configure.in : Don't use the u_int8_t etc typedefs on FreeBSD
+       when detecting Berkeley DB, as they conflict with <sys/types.h>.
+
+2003-02-01  Martin Buchholz  <martin@xemacs.org>
+
+       * configure.in: Don't look for Motif if it's already present in
+       $x_includes and $x_libraries.
+
+2003-02-23  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * configure.in: Fix darwin regexp for pdump.
+
+2003-02-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * INSTALL: Recommend Mule, deprecate stripped binaries.
+
 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
 
        * XEmacs 21.4.12 "Portable Code" is released.