(ensure_frame_matrix): Function declaration removed.
[bpt/emacs.git] / ChangeLog
index 6ff70aa..db0d328 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2000-12-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
+       source file includes XKBlib.h.  On some broken Solaris systems,
+       there is an XKBlib.h, reportedly, but header files included by
+       XKBlib.h are missing.
+
+2000-12-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
+
+2000-12-11  Dave Love  <fx@gnu.org>
+
+       * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
+
+2000-12-11  Paul Eggert  <eggert@twinsun.com>
+
+       * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
+       Merge fixes from latest GNU tar version.  These macros no longer
+       futz with _XOPEN_SOURCE, as that was not portable in practice.
+       (AC_FUNC_FSEEKO): New macro.
+       
+       * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
+       ftello.
+       
+2000-12-05  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
+
+2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info/dir: Change the category to "Emacs".
+
+2000-12-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist (tempdir): Remove epaths.h from the distribution
+       instead of paths.h.
+
+2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config.bat: Check for existence of djecho.exe, and print an
+       error message if it is not available.
+
+       * INSTALL: Describe possible problem with djecho.exe in old
+       versions of DJGPP v2.x.
+
+2000-11-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Initialize HAVE_LIBXP to no.
+
+2000-11-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Use m/macppc.h instead of the non-existent 
+       m/powerpc.h.
+
+2000-11-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (install-arch-indep): Also install info/eshell*
+       and info/speedbar*.
+
+       * configure.in (HAVE_PNG): Check for the presence of
+       png_get_channels to rule out older PNG libs.
+
+       * configure.in (AC_OUTPUT): Arrange to emit definitions of
+       GCC and NON_GNU_CPP into config.status.
+
+2000-11-20  Dave Love  <fx@gnu.org>
+
+       * configure.in: Fix last change.
+
+       * GETTING.GNU.SOFTWARE: Deleted.
+       * FTP: New file to replace it.
+       * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
+
 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
 
        * configure.in: Use -traditional with GNU cpp.