diff lisp/ChangeLog @ 4547:ab9e8f0fb295

Check absolute source file names against DOC with #'file-newer-than-file-p. 2008-12-30 Aidan Kehoe <kehoea@parhasard.net> * make-docfile.el: Use absolute source file names when checking if DOC is out of date, don't use relative paths that may not be related to the current directory.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 30 Dec 2008 16:09:59 +0000
parents 44129f301385
children ebc01476e352
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 30 14:22:29 2008 +0000
+++ b/lisp/ChangeLog	Tue Dec 30 16:09:59 2008 +0000
@@ -1,3 +1,10 @@
+2008-12-30  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* make-docfile.el: 
+	Use absolute source file names when checking if DOC is out of
+	date, don't use relative paths that may not be related to the
+	current directory.
+
 2008-12-30  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* frame.el (display-mouse-p):