]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
*** empty log message ***
[gnu-emacs] / ChangeLog
index 41b7a4f5ea0b5ce5400608e98c197a9f35936c5d..a5e67414a0eef0845b77cc32c19af37f7a8da33e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2000-04-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Add support for `powerpc-*-netbsd*'.
+
+2000-04-19  Dave Love  <fx@gnu.org>
+
+       * configure.in: Don't use AC_FUNC_GETLOADAVG.
+
+       * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
+
+2000-04-16  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
+
+2000-04-14  Dave Love  <fx@gnu.org>
+
+       * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
+
+       * aclocal.m4 (AC_FUNC_MKTIME): New.
+
+2000-03-28  Ken Raeburn  <raeburn@gnu.org>
+
+       * configure.in: Line up "--help" output a little better.
+
+2000-03-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (bootstrap-lisp-1, bootstrap-list, bootstrap-src):
+       New targets.
+       (bootstrap): Rewritten in terms of the new targets above.  Make
+       info files, too.
+       
+2000-03-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * config.guess, config.sub: Use the versions of the files from
+       subversions.
+
+2000-03-08  Dave Love  <fx@gnu.org>
+
+       * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
+       AC_C_VOLATILE.  Define POINTER_TYPE.
+
+       * aclocal.m4: New file.
+
+2000-03-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (machine): Add `mipsel-*-netbsd*' and
+       `arm-*-netbsd*'.
+       
+2000-03-01  Gerd Moellmann  <gerd@gnu.org>
+       
+       * configure.in (machine): Add support for `*-auspex-sunos*'.
+       
+2000-02-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
+
+2000-02-18  Dave Love  <fx@gnu.org>
+
+       * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
+
+2000-02-18  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-arch-indep): Add eudc to list of installed
+       info files.
+
+2000-02-17  Ken Raeburn  <raeburn@gnu.org>
+
+       * configure.in: Include -lz and -ljpeg (if it's available) when
+       testing for the tiff library.
+
+2000-02-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Remove LISP_FLOAT_TYPE.
+
+2000-02-12  Dave Love  <fx@gnu.org>
+
+       * configure.in: Use AC_FUNC_VFORK.
+
+2000-02-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist: Various fixes for new development tree.
+
+       * leim-Makefile.in: New file.
+
+2000-01-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (dist): Call ./make-dist.
+
+2000-01-24  Dave Love  <fx@gnu.org>
+
+       * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
+
+2000-01-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (HAVE_GIF): Check for DGifOpen instead of
+       DGifOpenFileName.
+
+2000-01-11  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-arch-indep): Update list of info files to
+       be installed.
+
+2000-01-05  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check for jerror.h as well as libjpeg.
+
+2000-01-03  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-arch-indep): Install autotype*.  Run
+       install-info on autotype and emacs-faq.info.
+
+1999-12-04  Dave Love  <fx@gnu.org>
+
+       * Makefile.in: (install-arch-indep): Depend on `info'.
+       (install-strip): Use `install' as sub-make target.
+
 1999-11-23  Ken Raeburn  <raeburn@gnu.org>
 
        * configure.in: Restore Kerberos code deleted on 1999-05-29 that