diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52eb22cb318..dd05402e3ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2005-09-12 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el: Don't decide a file's directory | ||
| 4 | until the user actually tries to go there. | ||
| 5 | (compilation-next-error-function): | ||
| 6 | Pass compilation-find-file the directory from the file-struct. | ||
| 7 | (compilation-internal-error-properties): Separate local FILE-STRUCT | ||
| 8 | from FILE. Doc the args better. Rename arg FMT to FMTS. | ||
| 9 | (compilation-find-file): Arg DIR renamed to DIRECTORY. | ||
| 10 | Expand it, and if nil, use default-directory. | ||
| 11 | (compilation-get-file-structure): Don't mix specified directory | ||
| 12 | with default directory. Put specified directory into | ||
| 13 | file-struct. Don't make the file name absolute. | ||
| 14 | |||
| 15 | * progmodes/compile.el (compilation-error-regexp-alist): Doc fix. | ||
| 16 | (compile-command): Add autoload. | ||
| 17 | (compilation-disable-input): Add autoload. | ||
| 18 | |||
| 1 | 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org> | 19 | 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org> |
| 2 | 20 | ||
| 3 | * time-stamp.el: Mention variable `time-stamp-pattern' in doc | 21 | * time-stamp.el: Mention variable `time-stamp-pattern' in doc |