diff options
| author | Richard M. Stallman | 2005-09-12 05:01:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-12 05:01:06 +0000 |
| commit | 7957baeaafcefb61f337aa6f2d05c8fa4e62ab2c (patch) | |
| tree | 2e926d6a934109754cad9ea5780f31ac2a471a01 /lisp/ChangeLog | |
| parent | 7318a7a31ee749cc2c5913a50aade124fcaaabbf (diff) | |
| download | emacs-7957baeaafcefb61f337aa6f2d05c8fa4e62ab2c.tar.gz emacs-7957baeaafcefb61f337aa6f2d05c8fa4e62ab2c.zip | |
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.
(compilation-error-regexp-alist): Doc fix.
(compile-command): Add autoload.
(compilation-disable-input): Add autoload.
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 |