diff options
| author | Stefan Monnier | 2007-06-26 19:53:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-06-26 19:53:12 +0000 |
| commit | 438d6bb6065ba62ecb4ee9c9c2adefca9ade3272 (patch) | |
| tree | 03b17f150691d75225ce4d6a0683bc8b4e78f308 /lisp/ChangeLog | |
| parent | 1fad2b12bad86310146e4e579501407ab55819f5 (diff) | |
| download | emacs-438d6bb6065ba62ecb4ee9c9c2adefca9ade3272.tar.gz emacs-438d6bb6065ba62ecb4ee9c9c2adefca9ade3272.zip | |
(autoload-generated-file): Interpret names relative to current dir
for file-local settings.
(autoload-generate-file-autoloads): Add `outfile' arg.
(update-directory-autoloads): Use it to directly call
autoload-generate-file-autoloads instead of going through
update-file-autoloads so we avoid redundant searches and so we can know
the set of buffers changed so we can save them all.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 958b962c522..52e077e5a90 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/autoload.el (autoload-generated-file): Interpret names | ||
| 4 | relative to current dir for file-local settings. | ||
| 5 | (autoload-generate-file-autoloads): Add `outfile' arg. | ||
| 6 | (update-directory-autoloads): Use it to directly call | ||
| 7 | autoload-generate-file-autoloads instead of going through | ||
| 8 | update-file-autoloads so we avoid redundant searches and so we can know | ||
| 9 | the set of buffers changed so we can save them all. | ||
| 10 | |||
| 3 | * emacs-lisp/autoload.el (autoload-find-destination): Return nil | 11 | * emacs-lisp/autoload.el (autoload-find-destination): Return nil |
| 4 | rather than throwing `up-to-date'. | 12 | rather than throwing `up-to-date'. |
| 5 | (autoload-generate-file-autoloads): Adjust correspondingly. | 13 | (autoload-generate-file-autoloads): Adjust correspondingly. |