diff options
| author | Dan Nicolaescu | 2008-03-01 19:16:02 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-01 19:16:02 +0000 |
| commit | 8e7883692a55a3fcf2b19f9b86b11947a490f6c8 (patch) | |
| tree | 7a43149a8676829d7b2ed1bdb3eb9cc6647bdb71 /lisp | |
| parent | 04ba431364ac0a6b53fc709efe234086a22f71fe (diff) | |
| download | emacs-8e7883692a55a3fcf2b19f9b86b11947a490f6c8.tar.gz emacs-8e7883692a55a3fcf2b19f9b86b11947a490f6c8.zip | |
* 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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/net/socks.el | 1 | ||||
| -rw-r--r-- | lisp/progmodes/verilog-mode.el | 1 | ||||
| -rw-r--r-- | lisp/textmodes/bibtex-style.el | 4 | ||||
| -rw-r--r-- | lisp/textmodes/css-mode.el | 2 | ||||
| -rw-r--r-- | lisp/vc-mtn.el | 1 |
6 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c05f010dcc..1071d15b88f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * textmodes/css-mode.el (css-indent-offset, css-electric-keys): | ||
| 4 | * textmodes/bibtex-style.el (bibtex-style-indent-basic): | ||
| 5 | * progmodes/verilog-mode.el (verilog-mode): | ||
| 6 | * net/socks.el (socks): | ||
| 7 | * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version. | ||
| 8 | |||
| 1 | 2008-03-01 Juanma Barranquero <lekktu@gmail.com> | 9 | 2008-03-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * desktop.el (desktop-read): Set `desktop-dirname' to nil before | 11 | * desktop.el (desktop-read): Set `desktop-dirname' to nil before |
diff --git a/lisp/net/socks.el b/lisp/net/socks.el index f4fba58b663..cad9391a5c8 100644 --- a/lisp/net/socks.el +++ b/lisp/net/socks.el | |||
| @@ -100,6 +100,7 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"." | |||
| 100 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 100 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 101 | (defgroup socks nil | 101 | (defgroup socks nil |
| 102 | "SOCKS Support" | 102 | "SOCKS Support" |
| 103 | :version "22.2" | ||
| 103 | :prefix "socks-" | 104 | :prefix "socks-" |
| 104 | :group 'processes) | 105 | :group 'processes) |
| 105 | 106 | ||
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index fd9b3d30d59..616cb9e9ee7 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el | |||
| @@ -276,6 +276,7 @@ STRING should be given if the last search was by `string-match' on STRING." | |||
| 276 | 276 | ||
| 277 | (defgroup verilog-mode nil | 277 | (defgroup verilog-mode nil |
| 278 | "Facilitates easy editing of Verilog source text." | 278 | "Facilitates easy editing of Verilog source text." |
| 279 | :version "22.2" | ||
| 279 | :group 'languages) | 280 | :group 'languages) |
| 280 | 281 | ||
| 281 | ; (defgroup verilog-mode-fonts nil | 282 | ; (defgroup verilog-mode-fonts nil |
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el index c91b9a7449e..0c5317c7d4e 100644 --- a/lisp/textmodes/bibtex-style.el +++ b/lisp/textmodes/bibtex-style.el | |||
| @@ -95,7 +95,9 @@ | |||
| 95 | 95 | ||
| 96 | (defcustom bibtex-style-indent-basic 2 | 96 | (defcustom bibtex-style-indent-basic 2 |
| 97 | "Basic amount of indentation to use in BibTeX Style mode." | 97 | "Basic amount of indentation to use in BibTeX Style mode." |
| 98 | :type 'integer) | 98 | :version "22.2" |
| 99 | :type 'integer | ||
| 100 | :group 'bibtex) | ||
| 99 | 101 | ||
| 100 | (defun bibtex-style-calculate-indentation (&optional virt) | 102 | (defun bibtex-style-calculate-indentation (&optional virt) |
| 101 | (or | 103 | (or |
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 05ddc62d2ca..dd04f9db5af 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -173,6 +173,7 @@ | |||
| 173 | 173 | ||
| 174 | (defcustom css-electric-keys '(?\} ?\;) ;; '() | 174 | (defcustom css-electric-keys '(?\} ?\;) ;; '() |
| 175 | "Self inserting keys which should trigger re-indentation." | 175 | "Self inserting keys which should trigger re-indentation." |
| 176 | :version "22.2" | ||
| 176 | :type '(repeat character) | 177 | :type '(repeat character) |
| 177 | :options '((?\} ?\;))) | 178 | :options '((?\} ?\;))) |
| 178 | 179 | ||
| @@ -394,6 +395,7 @@ | |||
| 394 | 395 | ||
| 395 | (defcustom css-indent-offset 4 | 396 | (defcustom css-indent-offset 4 |
| 396 | "Basic size of one indentation step." | 397 | "Basic size of one indentation step." |
| 398 | :version "22.2" | ||
| 397 | :type 'integer) | 399 | :type 'integer) |
| 398 | 400 | ||
| 399 | (defun css-indent-calculate () | 401 | (defun css-indent-calculate () |
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index a372ddbabaa..e293af4e836 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el | |||
| @@ -110,6 +110,7 @@ | |||
| 110 | '(("\\`[^:/#]*[:/#]" . "")) ;Drop the host part. | 110 | '(("\\`[^:/#]*[:/#]" . "")) ;Drop the host part. |
| 111 | "Rewrite rules to shorten Mtn's revision names on the mode-line." | 111 | "Rewrite rules to shorten Mtn's revision names on the mode-line." |
| 112 | :type '(repeat (cons regexp string)) | 112 | :type '(repeat (cons regexp string)) |
| 113 | :version "22.2" | ||
| 113 | :group 'vc) | 114 | :group 'vc) |
| 114 | 115 | ||
| 115 | (defun vc-mtn-mode-line-string (file) | 116 | (defun vc-mtn-mode-line-string (file) |