diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 1de6c1e8578..830854c8e63 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,6 +1,18 @@ | |||
| 1 | 2013-05-09 Glenn Morris <rgm@gnu.org> | 1 | 2013-05-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cus-test.el: No need to provide bbdb, bbdb-com any more. | 3 | * cus-test.el: No need to provide bbdb, bbdb-com any more. |
| 4 | (cus-test-libs-noloads): Add dunnet in the defvar. | ||
| 5 | (dunnet): Don't always load it. | ||
| 6 | (viper-mode): Only set if interactive. | ||
| 7 | (cus-test-load-custom-loads): Load dunnet if necessary. | ||
| 8 | (cus-test-load-1): New macro, with common code from cus-test-load-libs | ||
| 9 | and cus-test-libs. | ||
| 10 | (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro. | ||
| 11 | Update for cus-test-get-autoload-deps changed result. | ||
| 12 | (cus-test-get-autoload-deps): Simplify. Return file names as they | ||
| 13 | appear in loaddefs.el (directory parts are needed now that not all | ||
| 14 | lisp subdirs are in load-path). | ||
| 15 | (cus-test-deps): Explicitly skip dunnet. | ||
| 4 | 16 | ||
| 5 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 6 | 18 | ||