Mercurial > emacs
diff lisp/ChangeLog @ 69922:dc1f0ab7e276
* custom.el (defcustom, custom-handle-keyword): Add :package-version
keyword.
(custom-add-package-version): New function. Sets value of new property
'custom-package-version from :package-version keyword.
* cus-edit.el (customize-package-emacs-version-alist): New variable.
(customize-changed-options): Add check for custom-package-version.
(customize-package-emacs-version): New function to look up Emacs
version corresponding to the given package version.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 10 Apr 2006 23:43:34 +0000 |
parents | 055c0dc190ac |
children | 9319f873855b |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 10 22:33:51 2006 +0000 +++ b/lisp/ChangeLog Mon Apr 10 23:43:34 2006 +0000 @@ -1,5 +1,16 @@ 2006-04-10 Bill Wohler <wohler@newt.com> + * custom.el (defcustom, custom-handle-keyword): Add + :package-version keyword. + (custom-add-package-version): New function. Sets value of new + property 'custom-package-version from :package-version keyword. + + * cus-edit.el (customize-package-emacs-version-alist): New + variable. + (customize-changed-options): Add check for custom-package-version. + (customize-package-emacs-version): New function to look up Emacs + version corresponding to the given package version. + * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in defun name, in similar fashion to find-variable-regexp.