Mercurial > emacs
changeset 69924:b65913621fc8
Add package-version keyword to `defcustom' and mention associated
variable `customize-package-emacs-version-alist'.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 10 Apr 2006 23:47:18 +0000 |
parents | 9e0c65fe8bd1 |
children | 9319f873855b |
files | etc/ChangeLog etc/NEWS |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Mon Apr 10 23:44:54 2006 +0000 +++ b/etc/ChangeLog Mon Apr 10 23:47:18 2006 +0000 @@ -1,3 +1,8 @@ +2006-04-10 Bill Wohler <wohler@newt.com> + + * NEWS: Add package-version keyword to `defcustom' and mention + associated variable `customize-package-emacs-version-alist'. + 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> * NEWS: Add string-or-null-p.
--- a/etc/NEWS Mon Apr 10 23:44:54 2006 +0000 +++ b/etc/NEWS Mon Apr 10 23:47:18 2006 +0000 @@ -3692,6 +3692,12 @@ ** defcustom changes: +++ +*** The package-version keyword has been added to provide +`customize-changed-options' functionality to packages in the future. +Developers who make use of this keyword must also update the new +variable `customize-package-emacs-version-alist'. + ++++ *** The new customization type `float' requires a floating point number. ** String changes: