# HG changeset patch # User Juanma Barranquero # Date 1229359555 0 # Node ID 5de002dfa264dbd627b1809da4b567be698a1bfa # Parent f2d8842e9574c6ce0294131ee5527c44c287c9d4 * face-remap.el (text-scale-mode-step, buffer-face-mode-face): * icomplete.el (icomplete-prospects-height): * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags. diff -r f2d8842e9574 -r 5de002dfa264 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 15 15:44:13 2008 +0000 +++ b/lisp/ChangeLog Mon Dec 15 16:45:55 2008 +0000 @@ -1,3 +1,9 @@ +2008-12-15 Juanma Barranquero + + * face-remap.el (text-scale-mode-step, buffer-face-mode-face): + * icomplete.el (icomplete-prospects-height): + * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags. + 2008-12-15 Juanma Barranquero * international/mule.el (find-auto-coding): Fix typo in docstring. diff -r f2d8842e9574 -r 5de002dfa264 lisp/face-remap.el --- a/lisp/face-remap.el Mon Dec 15 15:44:13 2008 +0000 +++ b/lisp/face-remap.el Mon Dec 15 16:45:55 2008 +0000 @@ -188,7 +188,8 @@ "Scale factor used by `text-scale-mode'. Each positive or negative step scales the default face height by this amount." :group 'display - :type 'number) + :type 'number + :version "23.1") ;; current remapping cookie for text-scale-mode (defvar text-scale-mode-remapping nil) @@ -310,7 +311,8 @@ It may contain any value suitable for a `face' text property, including a face name, a list of face names, a face-attribute plist, etc." - :group 'display) + :group 'display + :version "23.1") ;; current remapping cookie for buffer-face-mode (defvar buffer-face-mode-remapping nil) diff -r f2d8842e9574 -r 5de002dfa264 lisp/icomplete.el --- a/lisp/icomplete.el Mon Dec 15 15:44:13 2008 +0000 +++ b/lisp/icomplete.el Mon Dec 15 16:45:55 2008 +0000 @@ -78,7 +78,8 @@ (+ 1 (/ (+ icomplete-prospects-length 20) (window-width))) "Maximum number of lines to use in the minibuffer." :type 'integer - :group 'icomplete) + :group 'icomplete + :version "23.1") (defcustom icomplete-compute-delay .3 "Completions-computation stall, used only with large-number completions. diff -r f2d8842e9574 -r 5de002dfa264 lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Mon Dec 15 15:44:13 2008 +0000 +++ b/lisp/textmodes/bibtex.el Mon Dec 15 16:45:55 2008 +0000 @@ -948,7 +948,8 @@ Used by `bibtex-search-crossref' and for font-locking." :group 'bibtex :type '(repeat (cons (regexp :tag "Regexp") - (integer :tag "Number")))) + (integer :tag "Number"))) + :version "23.1") (defcustom bibtex-expand-strings nil "If non-nil, expand strings when extracting the content of a BibTeX field."