diff options
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. |