]> git.eshelyaron.com Git - emacs.git/commitdiff
* face-remap.el (text-scale-mode-step, buffer-face-mode-face):
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Dec 2008 16:45:55 +0000 (16:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Dec 2008 16:45:55 +0000 (16:45 +0000)
* icomplete.el (icomplete-prospects-height):
* textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.

lisp/ChangeLog
lisp/face-remap.el
lisp/icomplete.el
lisp/textmodes/bibtex.el

index 63a5e921326e50f75931bb813b142a6d41465122..722ff6b63bf5a2f2f3a155001a771d7445a8765e 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <lekktu@gmail.com>
 
        * international/mule.el (find-auto-coding): Fix typo in docstring.
index f87a86c70a0b113fe9de59e8ae842443dc081bc1..2e5da9ba16d450b5076f04a1c3e41ff1528f6e40 100644 (file)
@@ -188,7 +188,8 @@ not inherit from the global definition of FACE."
   "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 @@ a top-level keymap, `text-scale-increase' or
 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)
index 7f395019825a38df662555c46d51c1a7c9f4d6b6..8afb95fb65ddcf3c3b2c684fd5b6c406c0bab7bb 100644 (file)
@@ -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.
index e5e3f4d76932fee35dda3308bc5d5a4e564c1426..f3932f4f9b4042df122726e76b0fd69bd6ac5384 100644 (file)
@@ -948,7 +948,8 @@ Case is significant.
 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."