]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Mention that LessTif and Motif cause File Selection dialog to pop up
[gnu-emacs] / ChangeLog
index 6b07c1c16979074a35ecacb31db6a8be7675ccc0..05a7e36f12138a5d8acf68d2096eb8e6df59cde1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+2001-01-24  Colin Walters  <walters@cis.ohio-state.edu>
+
+       * Makefile.in (tags): Fix typo.
+
+2001-01-13  Kenichi Handa  <handa@etl.go.jp>
+
+       * configure.in: Fix typo in the code setting x_search_path.
+
+2001-01-10  Dave Love  <fx@gnu.org>
+
+       * configure.in: Don't reset LIBS at end of -lXmu test.  Test for
+       -lXext.
+       (HAVE_XKBGETKEYBOARD): Fix reporting of result.
+       (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
+       (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
+       Don't frob CFLAGS.  Remove extra X libs from AC_CHECK_LIB
+       (now in $LIBS).
+
+2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config.bat: Run the preprocessor with -traditional.
+
+2001-01-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL: Move copying conditions to end of file.
+
+2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL: Add basic installation procedure which assumes
+       `configure' does its job.  Elaborate on image support libraries.
+       Add a pointer to Xaw3d library.  Add advice about solving
+       configure-time problems by looking in config.log and setting
+       variables in the environment.
+
+2000-12-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (install-arch-indep): If tar fails, exit with
+       exit code 1.
+
+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 
        * configure.in: Fix last change.
 
        * GETTING.GNU.SOFTWARE: Deleted.
-       * FTP: new file to replace it.
+       * FTP: New file to replace it.
        * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
 
 2000-11-20  Gerd Moellmann  <gerd@gnu.org>