]> code.delx.au - gnu-emacs/commitdiff
Add package-version keyword to `defcustom' and mention associated
authorBill Wohler <wohler@newt.com>
Mon, 10 Apr 2006 23:47:18 +0000 (23:47 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 10 Apr 2006 23:47:18 +0000 (23:47 +0000)
variable `customize-package-emacs-version-alist'.

etc/ChangeLog
etc/NEWS

index 95b24e50e2d821a855fcfa995a3ca00a887a5ffd..7811dc46526446b7ccd763c8678851882900d9eb 100644 (file)
@@ -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.
index 8361207ed6f4627270664a523149eecb22431b88..ecde349f915d410affb66dc5d39bfbfee31fb215 100644 (file)
--- 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.