]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
[gnu-emacs] / ChangeLog
index 7c5bc7e10ffcbd7d2617ce3044d93655af13590d..cee624fa3485d119ace44949c947012e99085d75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in:
+       * configure: Remove references to obsolete systems.
+
+2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (Makefile): Use it for its timestamp value as well, and
+       make it depend on all other */.in files.
+       (src/Makefile, src/config.stamp, lib-src/Makefile)
+       (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
+       (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
+       (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
+       (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
+
+       * configure.in: Don't create src/config.stamp any more.
+
 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
 
        * make-dist: Check the flag called "make_tar", not "make_dir"; the
        latter, being a typo, is always false, resulting in a program
-       whose default behaviour is to painstakingly build a copy of the
+       whose default behavior is to painstakingly build a copy of the
        source tree, and then delete it.  Rah.
 
        * Makefile.in: Add dist target, and comment for it.