Merge r21-4-14-chise-b1.
[chise/xemacs-chise.git.1] / ChangeLog
index 479a6d5..c0b7b52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2003-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in.in: Use chise-db/ instead of char-db/.
+
+2003-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in.in:
+       - Use HAVE_CHISE instead of HAVE_CHISE_CLIENT.
+       - Setup chise-db-directory [make symbolic link for
+         ${archlibdir}/char-db].
+
+2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * configure.in: Delete HAVE_CHISE_CLIENT.
+
+2003-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * configure.in: Use HAVE_LIBCHISE instead of CHISE; add HAVE_CHISE
+       if HAVE_LIBCHISE or HAVE_CHISE_CLIENT is defined.
+
 2003-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * configure.in:
        * configure.in: Add new option `--with-utf-2000'; define `UTF2000'
        if it is specified.
 
+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.
+
+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.4.11 "Native Windows TTY Support" is released.