# HG changeset patch # User Richard M. Stallman # Date 1126501266 0 # Node ID 5ddd2e78ee8850fccd094e2ba133fbabd45b6c85 # Parent c1b85b32abab40451f07a2b6bc8c5cf13f3af3a3 *** empty log message *** diff -r c1b85b32abab -r 5ddd2e78ee88 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 12 04:59:49 2005 +0000 +++ b/lisp/ChangeLog Mon Sep 12 05:01:06 2005 +0000 @@ -1,3 +1,21 @@ +2005-09-12 Richard M. Stallman + + * progmodes/compile.el: Don't decide a file's directory + until the user actually tries to go there. + (compilation-next-error-function): + Pass compilation-find-file the directory from the file-struct. + (compilation-internal-error-properties): Separate local FILE-STRUCT + from FILE. Doc the args better. Rename arg FMT to FMTS. + (compilation-find-file): Arg DIR renamed to DIRECTORY. + Expand it, and if nil, use default-directory. + (compilation-get-file-structure): Don't mix specified directory + with default directory. Put specified directory into + file-struct. Don't make the file name absolute. + + * progmodes/compile.el (compilation-error-regexp-alist): Doc fix. + (compile-command): Add autoload. + (compilation-disable-input): Add autoload. + 2005-09-11 Stephen Gildea * time-stamp.el: Mention variable `time-stamp-pattern' in doc