diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c23079e1839..5e848134cb2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-07-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el) | ||
| 4 | ($(lisp)/calendar/diary-loaddefs.el) | ||
| 5 | ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el) | ||
| 6 | ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes | ||
| 7 | failures in parallel bootstrap because subdirs.el is being | ||
| 8 | rewritten while the autoload files are built at the same time, | ||
| 9 | which needs to load subdirs.el. | ||
| 10 | |||
| 1 | 2012-07-26 Martin Rudalics <rudalics@gmx.at> | 11 | 2012-07-26 Martin Rudalics <rudalics@gmx.at> |
| 2 | 12 | ||
| 3 | * mouse.el (popup-menu): Fix doc-string and re-indent code. | 13 | * mouse.el (popup-menu): Fix doc-string and re-indent code. |