diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 196acd4ffd9..5ae948ad192 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,44 @@ | |||
| 1 | 2013-05-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/. | ||
| 4 | (cus-test-libs): Fix let-binding of default-directory. | ||
| 5 | (cus-test-noloads): Load all libs for the comparison. | ||
| 6 | |||
| 7 | 2013-05-11 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * cus-test.el (cus-test-libs-noloads): Add a few more files. | ||
| 10 | (cus-test-load-libs, cus-test-opts): | ||
| 11 | Add option to load more/all Lisp files. | ||
| 12 | (cus-test-get-lisp-files): Ignore .*.el files. | ||
| 13 | |||
| 14 | 2013-05-10 Glenn Morris <rgm@gnu.org> | ||
| 15 | |||
| 16 | * cus-test.el (cus-test-libs-noloads): Add some files. | ||
| 17 | (cus-test-get-lisp-files): New function. | ||
| 18 | (cus-test-libs): Add option to load more/all Lisp files. | ||
| 19 | |||
| 20 | 2013-05-09 Glenn Morris <rgm@gnu.org> | ||
| 21 | |||
| 22 | * cus-test.el: No need to provide bbdb, bbdb-com any more. | ||
| 23 | (cus-test-libs-noloads): Add dunnet in the defvar. | ||
| 24 | (dunnet): Don't always load it. | ||
| 25 | (viper-mode): Only set if interactive. | ||
| 26 | (cus-test-load-custom-loads): Load dunnet if necessary. | ||
| 27 | (cus-test-load-1): New macro, with common code from cus-test-load-libs | ||
| 28 | and cus-test-libs. | ||
| 29 | (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro. | ||
| 30 | Update for cus-test-get-autoload-deps changed result. | ||
| 31 | (cus-test-get-autoload-deps): Simplify. Return file names as they | ||
| 32 | appear in loaddefs.el (directory parts are needed now that not all | ||
| 33 | lisp subdirs are in load-path). | ||
| 34 | (cus-test-deps): Explicitly skip dunnet. | ||
| 35 | |||
| 36 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 37 | |||
| 38 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | ||
| 39 | * merge-gnulib (GNULIB_MODULES): Add qacl. | ||
| 40 | (GNULIB_TOOL_FLAGS): Do not avoid errno. | ||
| 41 | |||
| 1 | 2013-04-01 Paul Eggert <eggert@cs.ucla.edu> | 42 | 2013-04-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 43 | ||
| 3 | Use UTF-8 for most files with non-ASCII characters (Bug#13936). | 44 | Use UTF-8 for most files with non-ASCII characters (Bug#13936). |