fix jpeg error-handling setup
[bpt/emacs.git] / ChangeLog
index 213b6aa..9e92601 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2000-06-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (distclean): Also make distclean in lisp/. 
+
+2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
+
+2000-06-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist: Add --help and --snapshot options.
+
+2000-06-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Generate lisp/Makefile.
+       
+       * configure.in: Add support for `*-lynxos*'.
+       Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
+       recommended by <Karen.Dorhamer@compaq.com> to fix problems
+       on Tru64 UNIX v5.0.
+
+2000-06-13  Ken Raeburn  <raeburn@gnu.org>
+
+       * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
+       it's on a continuation line.
+
+2000-06-02  Dave Love  <fx@gnu.org>
+
+       * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info
+       files.
+
+       * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
+       Check for struct exception.  Use AC_SYS_LARGEFILE and move ftello
+       test.
+
+       * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
+       (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
+
+2000-05-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Add check for speed_t typedef.
+
 2000-05-25  Ken Raeburn  <raeburn@gnu.org>
 
        * Makefile.in (install-arch-dep): Install fns-*.el only if it
@@ -7,6 +49,7 @@
 
        * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
        On FreeBSD, the exit status is 1 if CDPATH is not set.
+       (install-arch-indep): Install ebrowse.info.
 
 2000-05-20  NIIBE Yutaka  <gniibe@mri.co.jp>