Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
69921:055c0dc190ac | 69922:dc1f0ab7e276 |
---|---|
1 2006-04-10 Bill Wohler <wohler@newt.com> | 1 2006-04-10 Bill Wohler <wohler@newt.com> |
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. | |
2 | 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 |
6 2006-04-10 Eli Zaretskii <eliz@gnu.org> | 17 2006-04-10 Eli Zaretskii <eliz@gnu.org> |