diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50c6e57bccd..d7a4f85f4ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2009-10-06 Glenn Morris <rgm@gnu.org> | 1 | 2009-10-06 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/autoload.el (autoload-excludes): New variable. | ||
| 4 | (autoload-generate-file-autoloads): Skip files in autoload-excludes. | ||
| 5 | (batch-update-autoloads): Process a string value of autoload-excludes, | ||
| 6 | set during the build process. | ||
| 7 | * Makefile.in (autoloads): Skip preloaded files. (Bug#4446) | ||
| 8 | |||
| 3 | * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call | 9 | * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call |
| 4 | inside with-parsed... macro so that `v' is defined. | 10 | inside with-parsed... macro so that `v' is defined. |
| 5 | 11 | ||