XEmacs 21.4.15
[chise/xemacs-chise.git.1] / ChangeLog
index b6e7888..807f735 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+2004-02-02  Vin Shelton <acs@xemacs.org>
 
-       * Makefile.in.in (COPYDIR): Add ${srcdir}/lib-src/char-db if
-       HAVE_CHISE_CLIENT is defined.
-       (COPYDESTS): Add ${archlibdir}/char-db if HAVE_CHISE_CLIENT is
-       defined.
+       * XEmacs 21.4.15 is released
 
-       * configure.in: Define HAVE_CHISE_CLIENT when HAVE_DATABASE and
-       UTF2000 are defined.
+2004-01-30  Vin Shelton  <acs@xemacs.org>
 
-2001-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+       * etc/OXYMORONS: Inserted "Corporate Culture" for 21.4.15.
 
-       * configure.in: Don't define `HAVE_GGC' in XEmacs UTF-2000.
+2004-01-25  Steve Youngs  <youngs@xemacs.org>
 
-2001-08-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+       * etc/package-index.LATEST.gpg: New, replaces
+       `package-index.LATEST.pgp'. 
 
-       * Makefile.in.in (all-elc all-elcs): Add lisp/utf-2000 as a target
-       to byte-compile if compiling with --utf-2000.
-       (lisp/auto-autoloads.el): Add setting for lisp/utf-2000 if
-       compiling with --utf-2000.
+       * etc/package-index.LATEST.pgp: Removed, replaced with
+       `package-index.LATEST.gpg'. 
 
-2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+2004-01-20  Jerry James  <james@xemacs.org>
 
-       * configure.in: Define `HAVE_GGC' if with-utf-2000 is specified.
+       * configure.in: The icc compiler pretends to be gcc.  It isn't.
 
-1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
+2003-11-28  Norbert Koch  <viteno@xemacs.org>
 
-       * configure.in: Add new option `--with-text-coding'; define
-       `TEXT_CODING' if it is specified.
+       * etc/PACKAGES (ERC): new.
 
-1999-08-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
+2003-11-19  Vin Shelton  <acs@xemacs.org>
 
-       * configure.in:
-       - Delete `--with-ucs4' option.
-       - Display message about UTF-2000 if "$with_utf_2000" = yes.
+       * configure.usage (--with-widgets): widgets now defaults to
+       --with-widgets=no.  Patch inspired by Jim Schumacher.
 
-1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
+2003-10-25  Norbert Koch  <viteno@xemacs.org>
 
-       * configure.in:
-       - Add new option `--with-ucs4'; define `CHAR_IS_UCS4' if it is
-         specified.
-       - Define `CHAR_IS_UCS4' if `--with-utf-2000' is specified.
+       * 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.
 
-1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
+2003-05-24  Norbert Koch  <viteno@xemacs.org>
 
-       * configure.in: Add new option `--with-utf-2000'; define `UTF2000'
-       if it is specified.
+       * 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.
+
+2003-01-13  Ilya Golubev  <golubev@xemacs.org>
+
+       * etc/photos/golubev.png, etc/photos/golubevm.png: New.
+
+2003-01-05  Rick Rankin  <rick_rankin@yahoo.com>
+
+        * configure.in: Add -lkernel32 to the list of system libraries 
+        linked under Cygwin. Needed for IsBadReadPtr().
 
 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
 
 
        * XEmacs 21.2.38 is released.
 
-2000-11-26  Björn Torkelsson  <torkel@hpc2n.umu.se>
+2000-11-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
 
        * configure.in: Only show message about DnD API if compiling with DnD
 
 
        * etc/HELLO (Thai): Modify for new font.
 
-1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
-
-       * etc/TUTORIAL.th: Change code to tis-620.
-
 1999-07-22  SL Baur  <steve@beopen.com>
 
        * configure.in: add sco7 support
 
        * 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.