(default-coded-charset-priority-list): Add `lao'.
[chise/xemacs-chise.git] / ChangeLog
index 7057cf3..6958a77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,250 @@
+1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * configure.in: Add new option `--with-text-coding'; define
+       `TEXT_CODING' if it is specified.
+
+1999-08-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * configure.in:
+       - Delete `--with-ucs4' option.
+       - Display message about UTF-2000 if "$with_utf_2000" = yes.
+
+1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * 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.
+
+1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * configure.in: Add new option `--with-utf-2000'; define `UTF2000'
+       if it is specified.
+
+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-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
+       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