aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 59d12a7f41b..8a205081fa5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,16 @@
12006-04-10 Bill Wohler <wohler@newt.com> 12006-04-10 Bill Wohler <wohler@newt.com>
2 2
3 * custom.el (defcustom, custom-handle-keyword): Add
4 :package-version keyword.
5 (custom-add-package-version): New function. Sets value of new
6 property 'custom-package-version from :package-version keyword.
7
8 * cus-edit.el (customize-package-emacs-version-alist): New
9 variable.
10 (customize-changed-options): Add check for custom-package-version.
11 (customize-package-emacs-version): New function to look up Emacs
12 version corresponding to the given package version.
13
3 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in 14 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4 defun name, in similar fashion to find-variable-regexp. 15 defun name, in similar fashion to find-variable-regexp.
5 16