]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
(find-file-existing): Modified to not allow wildcards.
[gnu-emacs] / ChangeLog
index 84a07582b3bd0d3b9e9ddcbb80f73176442c2c51..306a72a8587703d88484029608a4cd7b0bd968d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,59 @@
-2006-07-08  Eli Zaretskii  <eliz@gnu.org>
+2006-09-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure: Regenerated.
+
+2006-09-28  Kenichi Handa  <handa@m17n.org>
+
+       * configure.in (locallisppath): Don't include leim dir.
+       (lisppath): Include leim dir.
+
+2006-09-15  Jay Belanger  <belanger@truman.edu>
+
+       * COPYING: Replace "Library Public License" by "Lesser Public
+       License" throughout.
+
+2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * make-dist (EMACS): Exit and fail if the EMACS environment
+       variable is set to something other than an absolute file name.
+
+2006-09-07  Kim F. Storm  <storm@cua.dk>
+
+       * AUTHORS: Regenerate.
+
+2006-08-16  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
+       of hardcoding it.
 
+2006-08-16  Richard Stallman  <rms@gnu.org>
+
+       * INSTALL.CVS: Clean up wording.
+
+2006-07-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in (PKG_CHECK_MODULES): Redirect the output of
+       $PKG_CONFIG --exists "$2" to config.log.
        * configure: Regenerated.
 
-       * configure.in (PKG_CHECK_MODUILES): Redirect stderr of pkg-config
+2006-07-14  Kim F. Storm  <storm@cua.dk>
+
+       * AUTHORS: Regenerate.
+
+2006-07-08  Richard Stallman  <rms@gnu.org>
+
+       * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
+
+2006-07-09  Kim F. Storm  <storm@cua.dk>
+
+       * CONTRIBUTE: Use outline format.
+       Add section on copyright years (from admin/notes/years).
+
+2006-07-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure: Regenerate.
+
+       * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
        to /dev/null, since we don't need the error message, just the
        exit status.