*** empty log message ***
[bpt/emacs.git] / ChangeLog
index f3005dd..dccc432 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info/dir (WoMan): Add entry.
+
+       * config.bat (maindir): Update src/_gdbinit even if it does
+       already exist.
+
+2000-08-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (config.status): Prepend `$(srcdir)/' to
+       `configure'.
+
+2000-08-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Add support for ia64*-*-linux*.
+
+2000-07-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist (aclocal.m4): Include in distribution.
+
+2000-07-26  Dave Love  <fx@gnu.org>
+
+       * configure.in (AC_SYS_LARGEFILE): Moved earlier.
+
+2000-07-24  Dave Love  <fx@gnu.org>
+
+       * configure.in: Add AC_SIZE_T.
+
+2000-07-18  Dave Love  <fx@gnu.org>
+
+       * configure.in: Reorder so that most tests are done after CPPFLAGS
+       is set from the C_SWITCH_... definitions.
+
+2000-07-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (HAVE_XPM): Undo previous change.  Check for
+       preprocessor define XpmReturnAllocPixels.
+
+2000-07-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
+       instead of XpmReadFileToPixmap.
+
+2000-07-05  Ken Raeburn  <raeburn@gnu.org>
+
+       * configure.in: Check for <soundcard.h>.  Look for ossaudio
+       library, and set LIBSOUND accordingly.
+
+2000-07-05  Dave Love  <fx@gnu.org>
+
+       * configure.in: Use AC_HEADER_SYS_WAIT.
+
+2000-07-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
+       lisp/Makefile.  Distribute lisp/Makefile.in instead of
+       lisp/Makefile.
+
 2000-06-30  Ken Raeburn  <raeburn@gnu.org>
 
        * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,