From: Bill Wohler Date: Mon, 10 Apr 2006 23:47:18 +0000 (+0000) Subject: Add package-version keyword to `defcustom' and mention associated X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/f327867ab4bb56f54444054ff0a560820abc4206 Add package-version keyword to `defcustom' and mention associated variable `customize-package-emacs-version-alist'. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 95b24e50e2..7811dc4652 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2006-04-10 Bill Wohler + + * NEWS: Add package-version keyword to `defcustom' and mention + associated variable `customize-package-emacs-version-alist'. + 2006-04-07 Reiner Steib * NEWS: Add string-or-null-p. diff --git a/etc/NEWS b/etc/NEWS index 8361207ed6..ecde349f91 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3691,6 +3691,12 @@ variables, including buffer-local and frame-local variables. ** 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.