+2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
+ * textmodes/bibtex-style.el (bibtex-style-indent-basic):
+ * progmodes/verilog-mode.el (verilog-mode):
+ * net/socks.el (socks):
+ * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
+
2008-03-01 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-read): Set `desktop-dirname' to nil before
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defgroup socks nil
"SOCKS Support"
+ :version "22.2"
:prefix "socks-"
:group 'processes)
(defgroup verilog-mode nil
"Facilitates easy editing of Verilog source text."
+ :version "22.2"
:group 'languages)
; (defgroup verilog-mode-fonts nil
(defcustom bibtex-style-indent-basic 2
"Basic amount of indentation to use in BibTeX Style mode."
- :type 'integer)
+ :version "22.2"
+ :type 'integer
+ :group 'bibtex)
(defun bibtex-style-calculate-indentation (&optional virt)
(or
(defcustom css-electric-keys '(?\} ?\;) ;; '()
"Self inserting keys which should trigger re-indentation."
+ :version "22.2"
:type '(repeat character)
:options '((?\} ?\;)))
(defcustom css-indent-offset 4
"Basic size of one indentation step."
+ :version "22.2"
:type 'integer)
(defun css-indent-calculate ()
'(("\\`[^:/#]*[:/#]" . "")) ;Drop the host part.
"Rewrite rules to shorten Mtn's revision names on the mode-line."
:type '(repeat (cons regexp string))
+ :version "22.2"
:group 'vc)
(defun vc-mtn-mode-line-string (file)