import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / ChangeLog
index b23223a..d3cc540 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,226 @@
+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.