diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a564eabfbd4..e01bc0abcaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2009-10-15 Glenn Morris <rgm@gnu.org> | 1 | 2009-10-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program | ||
| 4 | from the second command-line argument. | ||
| 5 | * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el) | ||
| 6 | ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el) | ||
| 7 | ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to | ||
| 8 | w32-batch-update-autoloads. | ||
| 9 | * emacs-lisp/autoload.el (autoload-make-program): New variable. | ||
| 10 | (batch-update-autoloads): Handle autoload-excludes on windows-nt. | ||
| 11 | |||
| 3 | * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of | 12 | * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of |
| 4 | the headers cannot be located. Simplify, subtracting superflous | 13 | the headers cannot be located. Simplify, subtracting superflous |
| 5 | save-excursions. | 14 | save-excursions. |