]> code.delx.au - gnu-emacs/commitdiff
Add missing :version tags to new defgroups and defcustoms
authorGlenn Morris <rgm@gnu.org>
Sat, 11 Feb 2012 22:13:29 +0000 (14:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Feb 2012 22:13:29 +0000 (14:13 -0800)
* window.el (window-sides-slots):
* tool-bar.el (tool-bar-position):
* term/xterm.el (xterm-extra-capabilities):
* ses.el (ses-self-reference-early-detection):
* progmodes/verilog-mode.el (verilog-auto-declare-nettype)
(verilog-auto-wire-type)
(verilog-auto-delete-trailing-whitespace)
(verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
(verilog-auto-tieoff-declaration):
* progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
(sql-oracle-statement-starters, sql-oracle-scan-on):
* progmodes/prolog.el (prolog-align-comments-flag)
(prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
(prolog-left-indent-regexp, prolog-paren-indent-p)
(prolog-paren-indent, prolog-parse-mode, prolog-keywords)
(prolog-types, prolog-mode-specificators)
(prolog-determinism-specificators, prolog-directives)
(prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
(prolog-electric-dot-flag)
(prolog-electric-dot-full-predicate-template)
(prolog-electric-underscore-flag, prolog-electric-tab-flag)
(prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
(prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
(prolog-program-switches, prolog-prompt-regexp)
(prolog-debug-on-string, prolog-debug-off-string)
(prolog-trace-on-string, prolog-trace-off-string)
(prolog-zip-on-string, prolog-zip-off-string)
(prolog-use-standard-consult-compile-method-flag)
(prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
(prolog-imenu-max-lines, prolog-info-predicate-index)
(prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
(prolog-char-quote-workaround):
* progmodes/cc-vars.el (c-defun-tactic):
* net/tramp.el (tramp-encoding-command-interactive)
(tramp-local-end-of-line):
* net/soap-client.el (soap-client):
* net/netrc.el (netrc-file):
* net/gnutls.el (gnutls):
* minibuffer.el (completion-category-overrides)
(completion-cycle-threshold)
(completion-pcm-complete-word-inserts-delimiters):
* man.el (Man-name-local-regexp):
* mail/feedmail.el (feedmail-display-full-frame):
* international/characters.el (glyphless-char-display-control):
* eshell/em-ls.el (eshell-ls-date-format):
* emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
(lisp-lambda-list-keyword-parameter-indentation)
(lisp-lambda-list-keyword-parameter-alignment):
* doc-view.el (doc-view-image-width, doc-view-unoconv-program):
* dired-x.el (dired-omit-verbose):
* cus-theme.el (custom-theme-allow-multiple-selections):
* calc/calc.el (calc-highlight-selections-with-faces)
(calc-lu-field-reference, calc-lu-power-reference)
(calc-note-threshold):
* battery.el (battery-mode-line-limit):
* arc-mode.el (archive-7z-extract, archive-7z-expunge)
(archive-7z-update):
* allout.el (allout-prefixed-keybindings)
(allout-unprefixed-keybindings)
(allout-inhibit-auto-fill-on-headline)
(allout-flattened-numbering-abbreviation):
* allout-widgets.el (allout-widgets-auto-activation)
(allout-widgets-icons-dark-subdir)
(allout-widgets-icons-light-subdir, allout-widgets-icon-types)
(allout-widgets-theme-dark-background)
(allout-widgets-theme-light-background)
(allout-widgets-item-image-properties-emacs)
(allout-widgets-item-image-properties-xemacs)
(allout-widgets-run-unit-tests-on-load)
(allout-widgets-time-decoration-activity)
(allout-widgets-hook-error-post-time)
(allout-widgets-track-decoration):
* gnus/sieve-manage.el (sieve-manage-default-stream):
* gnus/shr.el (shr):
* gnus/nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
(nnir-retrieve-headers-override-function)
(nnir-imap-default-search-key, nnir-notmuch-program)
(nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
(nnir-method-default-engines):
* gnus/message.el (message-cite-reply-position):
* gnus/gssapi.el (gssapi-program):
* gnus/gravatar.el (gravatar):
* gnus/gnus-sum.el (gnus-refer-thread-use-nnir):
* gnus/gnus-registry.el (gnus-registry-unfollowed-addresses)
(gnus-registry-max-pruned-entries):
* gnus/gnus-picon.el (gnus-picon-inhibit-top-level-domains):
* gnus/gnus-int.el (gnus-after-set-mark-hook)
(gnus-before-update-mark-hook):
* gnus/gnus-async.el (gnus-async-post-fetch-function):
* gnus/auth-source.el (auth-source-cache-expiry):
Add missing :version tags to new defcustoms and defgroups.

40 files changed:
lisp/ChangeLog
lisp/allout-widgets.el
lisp/allout.el
lisp/arc-mode.el
lisp/battery.el
lisp/calc/calc.el
lisp/cus-theme.el
lisp/dired-x.el
lisp/doc-view.el
lisp/emacs-lisp/cl-indent.el
lisp/eshell/em-ls.el
lisp/gnus/ChangeLog
lisp/gnus/auth-source.el
lisp/gnus/gnus-async.el
lisp/gnus/gnus-int.el
lisp/gnus/gnus-picon.el
lisp/gnus/gnus-registry.el
lisp/gnus/gnus-sum.el
lisp/gnus/gravatar.el
lisp/gnus/gssapi.el
lisp/gnus/message.el
lisp/gnus/nnir.el
lisp/gnus/shr.el
lisp/gnus/sieve-manage.el
lisp/international/characters.el
lisp/mail/feedmail.el
lisp/man.el
lisp/minibuffer.el
lisp/net/gnutls.el
lisp/net/netrc.el
lisp/net/soap-client.el
lisp/net/tramp.el
lisp/progmodes/cc-vars.el
lisp/progmodes/prolog.el
lisp/progmodes/sql.el
lisp/progmodes/verilog-mode.el
lisp/ses.el
lisp/term/xterm.el
lisp/tool-bar.el
lisp/window.el

index cb7d88e545d40ecad919e13b117d1a49a1d556e5..d62cfb1a11609f6c600c20699c881b39b2a9d453 100644 (file)
@@ -1,5 +1,79 @@
 2012-02-11  Glenn Morris  <rgm@gnu.org>
 
+       * window.el (window-sides-slots):
+       * tool-bar.el (tool-bar-position):
+       * term/xterm.el (xterm-extra-capabilities):
+       * ses.el (ses-self-reference-early-detection):
+       * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
+       (verilog-auto-wire-type)
+       (verilog-auto-delete-trailing-whitespace)
+       (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
+       (verilog-auto-tieoff-declaration):
+       * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
+       (sql-oracle-statement-starters, sql-oracle-scan-on):
+       * progmodes/prolog.el (prolog-align-comments-flag)
+       (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
+       (prolog-left-indent-regexp, prolog-paren-indent-p)
+       (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
+       (prolog-types, prolog-mode-specificators)
+       (prolog-determinism-specificators, prolog-directives)
+       (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
+       (prolog-electric-dot-flag)
+       (prolog-electric-dot-full-predicate-template)
+       (prolog-electric-underscore-flag, prolog-electric-tab-flag)
+       (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
+       (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
+       (prolog-program-switches, prolog-prompt-regexp)
+       (prolog-debug-on-string, prolog-debug-off-string)
+       (prolog-trace-on-string, prolog-trace-off-string)
+       (prolog-zip-on-string, prolog-zip-off-string)
+       (prolog-use-standard-consult-compile-method-flag)
+       (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
+       (prolog-imenu-max-lines, prolog-info-predicate-index)
+       (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
+       (prolog-char-quote-workaround):
+       * progmodes/cc-vars.el (c-defun-tactic):
+       * net/tramp.el (tramp-encoding-command-interactive)
+       (tramp-local-end-of-line):
+       * net/soap-client.el (soap-client):
+       * net/netrc.el (netrc-file):
+       * net/gnutls.el (gnutls):
+       * minibuffer.el (completion-category-overrides)
+       (completion-cycle-threshold)
+       (completion-pcm-complete-word-inserts-delimiters):
+       * man.el (Man-name-local-regexp):
+       * mail/feedmail.el (feedmail-display-full-frame):
+       * international/characters.el (glyphless-char-display-control):
+       * eshell/em-ls.el (eshell-ls-date-format):
+       * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
+       (lisp-lambda-list-keyword-parameter-indentation)
+       (lisp-lambda-list-keyword-parameter-alignment):
+       * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
+       * dired-x.el (dired-omit-verbose):
+       * cus-theme.el (custom-theme-allow-multiple-selections):
+       * calc/calc.el (calc-highlight-selections-with-faces)
+       (calc-lu-field-reference, calc-lu-power-reference)
+       (calc-note-threshold):
+       * battery.el (battery-mode-line-limit):
+       * arc-mode.el (archive-7z-extract, archive-7z-expunge)
+       (archive-7z-update):
+       * allout.el (allout-prefixed-keybindings)
+       (allout-unprefixed-keybindings)
+       (allout-inhibit-auto-fill-on-headline)
+       (allout-flattened-numbering-abbreviation):
+       * allout-widgets.el (allout-widgets-auto-activation)
+       (allout-widgets-icons-dark-subdir)
+       (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
+       (allout-widgets-theme-dark-background)
+       (allout-widgets-theme-light-background)
+       (allout-widgets-item-image-properties-emacs)
+       (allout-widgets-item-image-properties-xemacs)
+       (allout-widgets-run-unit-tests-on-load)
+       (allout-widgets-time-decoration-activity)
+       (allout-widgets-hook-error-post-time)
+       (allout-widgets-track-decoration):
+       Add missing :version tags to new defcustoms and defgroups.
+
        * progmodes/sql.el (sql-ansi-statement-starters)
        (sql-oracle-statement-starters): Add custom type.
 
index 0e4a4c6e5a7a8ed2f6c138474dc733128cda02ec..6a37c8aa8e3c11be5a6e9d1f8f4cfc6c331ed7ea 100644 (file)
@@ -131,6 +131,7 @@ explicitly invoke `allout-widgets-mode' in allout buffers where
 you want allout widgets operation.
 
 See `allout-widgets-mode' for allout widgets mode features."
+  :version "24.1"
   :type 'boolean
   :group 'allout-widgets
   :set 'allout-widgets-setup
@@ -155,16 +156,19 @@ See `allout-widgets-mode' for allout widgets mode features."
 ;;;_  = allout-widgets-icons-dark-subdir
 (defcustom allout-widgets-icons-dark-subdir "icons/allout-widgets/dark-bg/"
   "Directory on `image-load-path' holding allout icons for dark backgrounds."
+  :version "24.1"
   :type 'string
   :group 'allout-widgets)
 ;;;_  = allout-widgets-icons-light-subdir
 (defcustom allout-widgets-icons-light-subdir "icons/allout-widgets/light-bg/"
   "Directory on `image-load-path' holding allout icons for light backgrounds."
+  :version "24.1"
   :type 'string
   :group 'allout-widgets)
 ;;;_  = allout-widgets-icon-types
 (defcustom allout-widgets-icon-types '(xpm png)
   "File extensions for the icon graphic format types, in order of preference."
+  :version "24.1"
   :type '(repeat symbol)
   :group 'allout-widgets)
 
@@ -172,23 +176,27 @@ See `allout-widgets-mode' for allout widgets mode features."
 ;;;_   = allout-widgets-theme-dark-background
 (defcustom allout-widgets-theme-dark-background "allout-dark-bg"
   "Identify the outline's icon theme to use with a dark background."
+  :version "24.1"
   :type '(string)
   :group 'allout-widgets)
 ;;;_   = allout-widgets-theme-light-background
 (defcustom allout-widgets-theme-light-background "allout-light-bg"
   "Identify the outline's icon theme to use with a light background."
+  :version "24.1"
   :type '(string)
   :group 'allout-widgets)
 ;;;_   = allout-widgets-item-image-properties-emacs
 (defcustom allout-widgets-item-image-properties-emacs
   '(:ascent center :mask (heuristic t))
   "*Default properties item widget images in mainline Emacs."
+  :version "24.1"
   :type 'plist
   :group 'allout-widgets)
 ;;;_   = allout-widgets-item-image-properties-xemacs
 (defcustom allout-widgets-item-image-properties-xemacs
   nil
   "*Default properties item widget images in XEmacs."
+  :version "24.1"
   :type 'plist
   :group 'allout-widgets)
 ;;;_  . Developer
@@ -204,6 +212,7 @@ doing byte-compilation with a repeat count, so the file is loaded after
 compilation.)
 
 See `allout-widgets-run-unit-tests' to see what's run."
+  :version "24.1"
   :type 'boolean
   :group 'allout-widgets-developer)
 ;;;_   = allout-widgets-time-decoration-activity
@@ -215,6 +224,7 @@ The details are retained as the value of
 
 Generally, allout widgets code developers are the only ones who'll want to
 set this."
+  :version "24.1"
   :type 'boolean
   :group 'allout-widgets-developer)
 ;;;_   = allout-widgets-hook-error-post-time 0
@@ -224,6 +234,7 @@ set this."
 0 is minimal, or nil to not post to the message area.
 
 This is for debugging purposes."
+  :version "24.1"
   :type 'integer
   :group 'allout-widgets-developer)
 ;;;_   = allout-widgets-maintain-tally nil
@@ -235,6 +246,7 @@ This is for debugging purposes.
 The tally shows the total number of item widgets in the current
 buffer, and tracking increases as new widgets are added and
 decreases as obsolete widgets are garbage collected."
+  :version "24.1"
   :type 'boolean
   :group 'allout-widgets-developer)
 (defvar allout-widgets-tally nil
@@ -268,6 +280,7 @@ The number varies according to the evanescence of objects on a
 This is for debugging purposes, and generally set at need in a
 buffer rather than as a prevailing configuration \(but it's handy
 to publicize it by making it a customization variable\)."
+  :version "24.1"
   :type 'boolean
   :group 'allout-widgets-developer)
 (make-variable-buffer-local 'allout-widgets-track-decoration)
index d673c7dba0b30239012a0eb8a1ea0665a7390e03..3eed3c7d23e3fe0149427f295555859760dfce61 100644 (file)
@@ -240,6 +240,7 @@ See the existing keys for examples.
 Functions can be bound to multiple keys, but binding keys to
 multiple functions will not work - the last binding for a key
 prevails."
+  :version "24.1"
   :type 'allout-keybindings-binding
   :group 'allout-keybindings
   :set 'allout-compose-and-institute-keymap
@@ -263,6 +264,7 @@ Use vector format for the keys:
     parentheses, with the literal key, as above, preceded by the name(s)
     of the modifiers, eg: [(control ?a)]
 See the existing keys for examples."
+  :version "24.1"
   :type 'allout-keybindings-binding
   :group 'allout-keybindings
   :set 'allout-compose-and-institute-keymap
@@ -402,6 +404,7 @@ else allout's special hanging-indent maintaining auto-fill function,
 ;;;_  = allout-inhibit-auto-fill-on-headline
 (defcustom allout-inhibit-auto-fill-on-headline nil
   "If non-nil, auto-fill will be inhibited while on topic's header line."
+  :version "24.1"
   :type 'boolean
   :group 'allout)
 (make-variable-buffer-local 'allout-inhibit-auto-fill-on-headline)
@@ -764,6 +767,7 @@ Set this var to the bullet you want to use for file cross-references."
   "If non-nil, `allout-flatten-exposed-to-buffer' abbreviates topic
 numbers to minimal amount with some context.  Otherwise, entire
 numbers are always used."
+  :version "24.1"
   :type 'boolean
   :group 'allout)
 
index 83862555c804f88e491d98a6c9016e9adaf600df..8b17208983f37985745c676443dc428d018b3a60 100644 (file)
@@ -322,6 +322,7 @@ Archive and member name will be added."
   "Program and its options to run in order to extract a 7z file member.
 Extraction should happen to standard output.  Archive and member name will
 be added."
+  :version "24.1"
   :type '(list (string :tag "Program")
               (repeat :tag "Options"
                       :inline t
@@ -332,6 +333,7 @@ be added."
   '("7z" "d")
   "Program and its options to run in order to delete 7z file members.
 Archive and member names will be added."
+  :version "24.1"
   :type '(list (string :tag "Program")
               (repeat :tag "Options"
                       :inline t
@@ -343,6 +345,7 @@ Archive and member names will be added."
   "Program and its options to run in order to update a 7z file member.
 Options should ensure that specified directory will be put into the 7z
 file.  Archive and member name will be added."
+  :version "24.1"
   :type '(list (string :tag "Program")
               (repeat :tag "Options"
                       :inline t
index a3be2fe4b880faa9cd126cd8792196ef2dea0c70..586be9e8938ca9529c34b689fba220073813bfed 100644 (file)
@@ -110,6 +110,7 @@ string are substituted as defined by the current value of the variable
 
 (defcustom battery-mode-line-limit 100
   "Percentage of full battery load below which display battery status"
+  :version "24.1"
   :type 'integer
   :group 'battery)
 
index 5789e23ac74d5d6d634f8f9134c81f3b620e95af..41cdb491cfa956eb8c9a79dc1de4a7d8cde9ff35 100644 (file)
@@ -431,24 +431,28 @@ If `calc-show-selections' is non-nil, then selected sub-formulas are shown
 by displaying the rest of the formula in `calc-nonselected-face'.
 If `calc-show-selections' is nil, then selected sub-formulas are shown
 by displaying the sub-formula in `calc-selected-face'."
+  :version "24.1"
   :group 'calc
   :type 'boolean)
 
 (defcustom calc-lu-field-reference
   "20 uPa"
   "The default reference level for logarithmic units (field)."
+  :version "24.1"
   :group 'calc
   :type '(string))
 
 (defcustom calc-lu-power-reference
   "mW"
   "The default reference level for logarithmic units (power)."
+  :version "24.1"
   :group 'calc
   :type '(string))
 
 (defcustom calc-note-threshold "1"
   "The number of cents that a frequency should be near a note
 to be identified as that note."
+  :version "24.1"
   :type 'string
   :group 'calc)
 
index 6bddb02add6a9499bba5c956c181d1b05fba3f59..79799049378c7480420eb3fec0dc9410e6d7cbb0 100644 (file)
@@ -521,6 +521,7 @@ It includes all faces in list FACES."
 
 (defcustom custom-theme-allow-multiple-selections nil
   "Whether to allow multi-selections in the *Custom Themes* buffer."
+  :version "24.1"
   :type 'boolean
   :group 'custom-buffer)
 
index 9b54954695b72c8d7c0a13600eda7dfe6cd3ece7..067d15764f8dedffcf70cd34da36be416cf3723d 100644 (file)
@@ -172,6 +172,7 @@ files and lock files."
 (defcustom dired-omit-verbose t
   "When non-nil, show messages when omitting files.
 When nil, don't show messages."
+  :version "24.1"
   :type 'boolean
   :group 'dired-x)
 
index f31487e62bdaf25d68e08a1e664a8318f2b41986..53e7811bad1e3c05505188b32bb2f1678a83506f 100644 (file)
@@ -172,6 +172,7 @@ Higher values result in larger images."
 (defcustom doc-view-image-width 850
   "Default image width.
 Has only an effect if imagemagick support is compiled into emacs."
+  :version "24.1"
   :type 'number
   :group 'doc-view)
 
@@ -201,6 +202,7 @@ If this and `doc-view-dvipdfm-program' are set,
   "Program to convert any file type readable by OpenOffice.org to PDF.
 
 Needed for viewing OpenOffice.org (and MS Office) files."
+  :version "24.1"
   :type 'file
   :group 'doc-view)
 
index 0a690af572c530026d4f094c6a8eea63f3a20656..01bdfbf4bf2d872605deb70445c49c64ca20f88d 100644 (file)
@@ -104,6 +104,7 @@ If non-nil, alignment is done with the first keyword
 \(defun foo (arg1 arg2 &rest rest
                       &key key1 key2)
   #|...|#)"
+  :version "24.1"
   :type 'boolean
   :group 'lisp-indent)
 
@@ -111,6 +112,7 @@ If non-nil, alignment is done with the first keyword
   "Indentation of lambda list keyword parameters.
 See `lisp-lambda-list-keyword-parameter-alignment'
 for more information."
+  :version "24.1"
   :type 'integer
   :group 'lisp-indent)
 
@@ -130,6 +132,7 @@ If non-nil, alignment is done with the first parameter
 \(defun foo (arg1 arg2 &key key1 key2
                             key3 key4)
   #|...|#)"
+  :version "24.1"
   :type 'boolean
   :group 'lisp-indent)
 
index af60cdc12603c7956b8d49fa4a5900e13032380b..144b4dda8e2ba4e64c6be329248fbcfa9cb0bf84 100644 (file)
@@ -61,6 +61,7 @@ properties to colorize its output based on the setting of
   "How to display time information in `eshell-ls-file'.
 This is passed to `format-time-string' as a format string.
 To display the date using the current locale, use \"%b \%e\"."
+  :version "24.1"
   :type 'string
   :group 'eshell-ls)
 
index 38b9139b7dd0c012ea2939e1365330ad24a9bb15..e5d49365042f7ef2dd5fbfc15b2d29de190ee192 100644 (file)
@@ -1,3 +1,25 @@
+2012-02-11  Glenn Morris  <rgm@gnu.org>
+
+       * sieve-manage.el (sieve-manage-default-stream):
+       * shr.el (shr):
+       * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
+       (nnir-retrieve-headers-override-function)
+       (nnir-imap-default-search-key, nnir-notmuch-program)
+       (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
+       (nnir-method-default-engines):
+       * message.el (message-cite-reply-position):
+       * gssapi.el (gssapi-program):
+       * gravatar.el (gravatar):
+       * gnus-sum.el (gnus-refer-thread-use-nnir):
+       * gnus-registry.el (gnus-registry-unfollowed-addresses)
+       (gnus-registry-max-pruned-entries):
+       * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
+       * gnus-int.el (gnus-after-set-mark-hook)
+       (gnus-before-update-mark-hook):
+       * gnus-async.el (gnus-async-post-fetch-function):
+       * auth-source.el (auth-source-cache-expiry):
+       Add missing :version tags to new defcustoms and defgroups.
+
 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * message.el (message-default-send-mail-function): Made into own
index 5e946372d04c45b2b256d2fe0a3e5e6ec08e827a..80a3b91b60aaf862bc06a4fe609135145904d547 100644 (file)
@@ -84,6 +84,7 @@
   "How many seconds passwords are cached, or nil to disable
 expiring.  Overrides `password-cache-expiry' through a
 let-binding."
+  :version "24.1"
   :group 'auth-source
   :type '(choice (const :tag "Never" nil)
                  (const :tag "All Day" 86400)
index 378b0e063cbb33edda34a476c1c4e0c77c9276b8..603952dd17b3d1f15dadc7d3233fbe0297a1af3b 100644 (file)
@@ -74,6 +74,7 @@ It should return non-nil if the article is to be prefetched."
   "Function called after an article has been prefetched.
 The function will be called narrowed to the region of the article
 that was fetched."
+  :version "24.1"
   :group 'gnus-asynchronous
   :type 'function)
 
index 20add470abe1741220af1a2aa58324b16b236c57..8dc691ffe42fe71813efa3c54d22df74fafe63c5 100644 (file)
 
 (defcustom gnus-after-set-mark-hook nil
   "Hook called just after marks are set in a group."
+  :version "24.1"
   :group 'gnus-start
   :type 'hook)
 
 (defcustom gnus-before-update-mark-hook nil
   "Hook called just before marks are updated in a group."
+  :version "24.1"
   :group 'gnus-start
   :type 'hook)
 
index 69b65dfcb03deb13f829e2da01e34c12db4158d6..2f347efe57924bfba9af6b5ccad15288848c9e35 100644 (file)
@@ -87,6 +87,7 @@ added right to the textual representation."
 (defcustom gnus-picon-inhibit-top-level-domains t
   "If non-nil, don't piconify top-level domains.
 These are often not very interesting."
+  :version "24.1"
   :type 'boolean
   :group 'gnus-picon)
 
index 9df6dc4ab6fc9dff2d5de22249eb5f02e7141b90..f1618b376ef57da84407cd82c31fabf9616496b6 100644 (file)
@@ -142,6 +142,7 @@ display.")
 The addresses are matched, they don't have to be fully qualified.
 In the messages, these addresses can be the sender or the
 recipients."
+  :version "24.1"
   :group 'gnus-registry
   :type '(repeat regexp))
 
@@ -243,6 +244,7 @@ the Bit Bucket."
 
 (defcustom gnus-registry-max-pruned-entries nil
   "Maximum number of pruned entries in the registry, nil for unlimited."
+  :version "24.1"
   :group 'gnus-registry
   :type '(radio (const :format "Unlimited " nil)
                 (integer :format "Maximum number: %v")))
index 63482eea1c472502ef1d9198d7a38dfdeaf41c5f..4316efacea6d7d4e4dcc71732435e74b567524b0 100644 (file)
@@ -122,6 +122,7 @@ If t, fetch all the available old headers."
   "*Use nnir to search an entire server when referring threads. A
 nil value will only search for thread-related articles in the
 current group."
+  :version "24.1"
   :group 'gnus-thread
   :type 'boolean)
 
index 75e748037436d008ab6a96a25a5e64695edbb62c..a10ea21b96b86e7da950c01c494d4243a08832b7 100644 (file)
@@ -29,6 +29,7 @@
 
 (defgroup gravatar nil
   "Gravatar."
+  :version "24.1"
   :group 'comm)
 
 (defcustom gravatar-automatic-caching t
index 4bc939247236d21da0a25057ea72cf0b65bd501b..ab8831dc49ef7717ea1e989b7506c1626c6d2f9e 100644 (file)
@@ -37,6 +37,7 @@
 and %l with the user name.  The program should accept commands on
 stdin and return responses to stdout.  Each entry in the list is
 tried until a successful connection is made."
+  :version "24.1"
   :group 'network
   :type '(repeat string))
 
index 2d8bb36f94a5b9518a78a074445882398f48d4c8..4ce9279114b47a26610cffd79964e1ecede5c0ad 100644 (file)
@@ -1095,6 +1095,7 @@ probably want to set this variable only for specific groups,
 e.g. using `gnus-posting-styles':
 
   (eval (set (make-local-variable 'message-cite-reply-position) 'above))"
+  :version "24.1"
   :type '(choice (const :tag "Reply inline" 'traditional)
                 (const :tag "Reply above" 'above)
                 (const :tag "Reply below" 'below))
index 1d4f1c25a098d579a6c0571593f6f3a633274879..d1ca0213ed968c5280824f97cb66971f4f1ea5da 100644 (file)
@@ -310,6 +310,7 @@ is `(valuefunc member)'."
 (defcustom nnir-ignored-newsgroups ""
   "*A regexp to match newsgroups in the active file that should
   be skipped when searching."
+  :version "24.1"
   :type '(regexp)
   :group 'nnir)
 
@@ -324,6 +325,7 @@ with three items unique to nnir summary buffers:
 %g    Article original short group name (string)
 
 If nil this will use `gnus-summary-line-format'."
+  :version "24.1"
   :type '(string)
   :group 'nnir)
 
@@ -335,6 +337,7 @@ retrieved header format.
 
 If this variable is nil, or if the provided function returns nil for a search
 result, `gnus-retrieve-headers' will be called instead."
+  :version "24.1"
   :type '(function)
   :group 'nnir)
 
@@ -342,6 +345,7 @@ result, `gnus-retrieve-headers' will be called instead."
   "*The default IMAP search key for an nnir search. Must be one of
   the keys in `nnir-imap-search-arguments'. To use raw imap queries
   by default set this to \"Imap\"."
+  :version "24.1"
   :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
                           nnir-imap-search-arguments))
   :group 'nnir)
@@ -503,6 +507,7 @@ arrive at the correct group name, \"mail.misc\"."
 
 (defcustom nnir-notmuch-program "notmuch"
   "*Name of notmuch search executable."
+  :version "24.1"
   :type '(string)
   :group 'nnir)
 
@@ -513,6 +518,7 @@ Note that this should be a list.  Ie, do NOT use the following:
     (setq nnir-notmuch-additional-switches \"-i -w\") ; wrong
 Instead, use this:
     (setq nnir-notmuch-additional-switches '(\"-i\" \"-w\"))"
+  :version "24.1"
   :type '(repeat (string))
   :group 'nnir)
 
@@ -523,6 +529,7 @@ regular expression.
 
 This variable is very similar to `nnir-namazu-remove-prefix', except
 that it is for notmuch, not Namazu."
+  :version "24.1"
   :type '(regexp)
   :group 'nnir)
 
@@ -573,6 +580,7 @@ Add an entry here when adding a new search engine.")
   '((nnimap . imap)
     (nntp . gmane))
   "*Alist of default search engines keyed by server method."
+  :version "24.1"
   :type `(repeat (cons (choice (const nnimap) (const nttp) (const nnspool)
                               (const nneething) (const nndir) (const nnmbox)
                               (const nnml) (const nnmh) (const nndraft)
index 386c9c62b67ed626436e0ff112543625cb95edda..a8bbc77a4b1b633ad1ddb60e9f1d3076b25a1904 100644 (file)
@@ -35,6 +35,7 @@
 
 (defgroup shr nil
   "Simple HTML Renderer"
+  :version "24.1"
   :group 'mail)
 
 (defcustom shr-max-image-proportion 0.9
index 4712cab6bffe7916d53ff09320c9e008186f9a02..74bcbcc78999db72c21a4213befdf23a107354bb 100644 (file)
@@ -157,6 +157,7 @@ for doing the actual authentication."
 (defcustom sieve-manage-default-stream 'network
   "Default stream type to use for `sieve-manage'.
 Must be a name of a stream in `sieve-manage-stream-alist'."
+  :version "24.1"
   :type 'symbol
   :group 'sieve-manage)
 
index d7b55d560936a004a260739b0307b20f7064c7fb..4b8ed3e21e29099cc1ac54a6772365949a05102a 100644 (file)
@@ -1372,7 +1372,7 @@ METHOD must be one of these symbols:
   `acronym':    display an acronym of the character in a box.  The
                 acronym is taken from `char-acronym-table', which see.
   `hex-code':   display the hexadecimal character code in a box."
-
+  :version "24.1"
   :type '(alist :key-type (symbol :tag "Character Group")
                :value-type (symbol :tag "Display Method"))
   :options '((c0-control
index 7e3d983a76c7315e006d09f5e671bb0f0bb8c3a6..e45bbfe2ca097b173f862ab070d2be05ccd008aa 100644 (file)
@@ -428,6 +428,7 @@ any other non-nil value, take the action in both cases.  Even if
 you're not confirming the sending of immediate or queued messages,
 it can still be interesting to see a lot about them as they are
 shuttled robotically onward."
+  :version "24.1"
   :group 'feedmail-misc
   :type 'boolean
   )
index fb3153527497a03306817d99087ae331c45d6b61..7698cc255b7082fc81c27f599c3cf46fc36ec083 100644 (file)
@@ -224,6 +224,7 @@ the associated section number."
 (defcustom Man-name-local-regexp (concat "^" (regexp-opt '("NOM" "NAME")) "$")
   "Regexp that matches the text that precedes the command's name.
 Used in `bookmark-set' to get the default bookmark name."
+  :version "24.1"
   :type 'string :group 'bookmark)
 
 (defvar manual-program "man"
index cb2f2d76384f4a7f9dd6ef4fd0b88baf3e5e9076..913bfeba0ca27d2f5de1eedf5580cdb1ed601186 100644 (file)
@@ -510,6 +510,7 @@ Each override has the shape (CATEGORY . ALIST) where ALIST is
 an association list that can specify properties such as:
 - `styles': the list of `completion-styles' to use for that category.
 - `cycle': the `completion-cycle-threshold' to use for that category."
+  :version "24.1"
   :type `(alist :key-type (choice :tag "Category"
                                  (const buffer)
                                   (const file)
@@ -612,6 +613,7 @@ If nil, cycling is never used.
 If t, cycling is always used.
 If an integer, cycling is used as soon as there are fewer completion
 candidates than this number."
+  :version "24.1"
   :type completion--cycling-threshold-type)
 
 (defun completion--cycle-threshold (metadata)
@@ -2310,6 +2312,7 @@ Those chars are treated as delimiters iff this variable is non-nil.
 I.e. if non-nil, M-x SPC will just insert a \"-\" in the minibuffer, whereas
 if nil, it will list all possible commands in *Completions* because none of
 the commands start with a \"-\" or a SPC."
+  :version "24.1"
   :type 'boolean)
 
 (defun completion-pcm--pattern-trivial-p (pattern)
index 17fef277736a2b7779390f325a77dbaa88a47ddf..f53afa909930403bc484924b4b10c3f8a36b4d1d 100644 (file)
@@ -39,6 +39,7 @@
 
 (defgroup gnutls nil
   "Emacs interface to the GnuTLS library."
+  :version "24.1"
   :prefix "gnutls-"
   :group 'net-utils)
 
index 070b32a63d0af73bcbcf1a61fbccf39c9667c46f..16d9203ba04216de573809b593402410092574ac 100644 (file)
@@ -39,6 +39,7 @@
 
 (defcustom netrc-file "~/.authinfo"
   "File where user credentials are stored."
+  :version "24.1"
   :type 'file
   :group 'netrc)
 
index dfa2b76899a3cd84e922748393935aecd7ba5340..e17b283c55f86d16b7631300b93f48fa2ae95468 100644 (file)
@@ -55,6 +55,7 @@
 
 (defgroup soap-client nil
   "Access SOAP web services from Emacs."
+  :version "24.1"
   :group 'tools)
 
 ;;;; Support for parsing XML documents with namespaces
index f13315bc66273544436ccef25ab29920951685f3..851b11629f4ac13a5aceca2c2d2db3d145d245a7 100644 (file)
@@ -181,6 +181,7 @@ See the variable `tramp-encoding-shell' for more information."
   (unless (string-match "cmd\\.exe" tramp-encoding-shell) "-i")
   "*Use this switch together with `tramp-encoding-shell' for interactive shells.
 See the variable `tramp-encoding-shell' for more information."
+  :version "24.1"
   :group 'tramp
   :type '(choice (const nil) string))
 
@@ -463,6 +464,7 @@ the remote shell.")
 (defcustom tramp-local-end-of-line
   (if (memq system-type '(windows-nt)) "\r\n" "\n")
   "*String used for end of line in local processes."
+  :version "24.1"
   :group 'tramp
   :type 'string)
 
index 8efe3f27002ae90d51c066383f709c56878b524b..5201e4a26ed6ef25fae90981269a4b771465bf16 100644 (file)
@@ -349,6 +349,7 @@ Its value is one of:
  go-outward  -- Nested functions are also recognized.  Should a function
                 command hit the beginning/end of a nested scope, it will
                 carry on at the less nested level."
+  :version "24.1"
   :type '(radio
          (const :tag "Functions are at the top-level" t)
          (const :tag "Functions are also recognized inside declaration scopes" go-outward))
index 0eb4c8c07dd8045a8f54edeac4af9e6b7dd3dd26..bb72984a00bbd38886330260f53c2601d861f3af 100644 (file)
@@ -341,6 +341,7 @@ mercury - Mercury
 sicstus - SICStus Prolog
 swi     - SWI Prolog
 gnu     - GNU Prolog"
+  :version "24.1"
   :group 'prolog
   :type '(choice (const :tag "SICStus" :value sicstus)
                  (const :tag "SWI Prolog" :value swi)
@@ -363,6 +364,7 @@ gnu     - GNU Prolog"
   ;; FIXME: This should be auto-detected instead of user-provided.
   "Alist of Prolog system versions.
 The version numbers are of the format (Major . Minor)."
+  :version "24.1"
   :type '(repeat (list (symbol :tag "System")
                        (cons :tag "Version numbers" (integer :tag "Major")
                              (integer :tag "Minor"))))
@@ -377,24 +379,28 @@ The version numbers are of the format (Major . Minor)."
 
 (defcustom prolog-align-comments-flag t
   "Non-nil means automatically align comments when indenting."
+  :version "24.1"
   :group 'prolog-indentation
   :type 'boolean)
 
 (defcustom prolog-indent-mline-comments-flag t
   "Non-nil means indent contents of /* */ comments.
 Otherwise leave such lines as they are."
+  :version "24.1"
   :group 'prolog-indentation
   :type 'boolean)
 
 (defcustom prolog-object-end-to-0-flag t
   "Non-nil means indent closing '}' in SICStus object definitions to level 0.
 Otherwise indent to `prolog-indent-width'."
+  :version "24.1"
   :group 'prolog-indentation
   :type 'boolean)
 
 (defcustom prolog-left-indent-regexp "\\(;\\|\\*?->\\)"
   "Regexp for character sequences after which next line is indented.
 Next line after such a regexp is indented to the opening parenthesis level."
+  :version "24.1"
   :group 'prolog-indentation
   :type 'regexp)
 
@@ -404,12 +410,14 @@ The second and subsequent line in a parenthesis expression other than
 a compound term can either be indented `prolog-paren-indent' to the
 right (if this variable is non-nil) or in the same way as for compound
 terms (if this variable is nil, default)."
+  :version "24.1"
   :group 'prolog-indentation
   :type 'boolean)
 
 (defcustom prolog-paren-indent 4
   "The indentation increase for parenthesis expressions.
 Only used in ( If -> Then ; Else) and ( Disj1 ; Disj2 ) style expressions."
+  :version "24.1"
   :group 'prolog-indentation
   :type 'integer)
 
@@ -421,6 +429,7 @@ Legal values:
                  problems detecting multiline /* */ comments.
 'beg-of-clause - starts parsing at the beginning of the current clause.
                  Slow, but copes better with /* */ comments."
+  :version "24.1"
   :group 'prolog-indentation
   :type '(choice (const :value beg-of-line)
                  (const :value beg-of-clause)))
@@ -451,6 +460,7 @@ Legal values:
      ;; FIXME: Shouldn't we just use the union of all the above here?
      ("dynamic" "module")))
   "Alist of Prolog keywords which is used for font locking of directives."
+  :version "24.1"
   :group 'prolog-font-lock
   :type 'sexp)
 
@@ -459,6 +469,7 @@ Legal values:
      ("char" "float" "int" "io__state" "string" "univ"))
     (t nil))
   "Alist of Prolog types used by font locking."
+  :version "24.1"
   :group 'prolog-font-lock
   :type 'sexp)
 
@@ -467,6 +478,7 @@ Legal values:
      ("bound" "di" "free" "ground" "in" "mdi" "mui" "muo" "out" "ui" "uo"))
     (t nil))
   "Alist of Prolog mode specificators used by font locking."
+  :version "24.1"
   :group 'prolog-font-lock
   :type 'sexp)
 
@@ -476,6 +488,7 @@ Legal values:
       "semidet"))
     (t nil))
   "Alist of Prolog determinism specificators used by font locking."
+  :version "24.1"
   :group 'prolog-font-lock
   :type 'sexp)
 
@@ -484,6 +497,7 @@ Legal values:
      ("^#[0-9]+"))
     (t nil))
   "Alist of Prolog source code directives used by font locking."
+  :version "24.1"
   :group 'prolog-font-lock
   :type 'sexp)
 
@@ -492,11 +506,13 @@ Legal values:
 
 (defcustom prolog-electric-newline-flag (not (fboundp 'electric-indent-mode))
   "Non-nil means automatically indent the next line when the user types RET."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
 (defcustom prolog-hungry-delete-key-flag nil
   "Non-nil means delete key consumes all preceding spaces."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
@@ -509,6 +525,7 @@ If dot is pressed at the beginning of an empty line, it inserts the head
 of a new clause for the current predicate.  It does not apply in strings
 and comments.
 It does not apply in strings and comments."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
@@ -517,6 +534,7 @@ It does not apply in strings and comments."
 for recursive calls or new clause heads.  Non-nil means to also
 insert enough commas to cover the predicate's arity and `)',
 and dot and newline for recursive calls."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
@@ -524,6 +542,7 @@ and dot and newline for recursive calls."
   "Non-nil means make underscore key electric.
 Electric underscore replaces the current variable with underscore.
 If underscore is pressed not on a variable then it behaves as usual."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
@@ -531,12 +550,14 @@ If underscore is pressed not on a variable then it behaves as usual."
   "Non-nil means make TAB key electric.
 Electric TAB inserts spaces after parentheses, ->, and ;
 in ( If -> Then ; Else) and ( Disj1 ; Disj2 ) style expressions."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
 (defcustom prolog-electric-if-then-else-flag nil
   "Non-nil makes `(', `>' and `;' electric
 to automatically indent if-then-else constructs."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
@@ -544,6 +565,7 @@ to automatically indent if-then-else constructs."
   "Makes `:' electric (inserts `:-' on a new line).
 If non-nil, pressing `:' at the end of a line that starts in
 the first column (i.e., clause heads) inserts ` :-' and newline."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
@@ -551,11 +573,13 @@ the first column (i.e., clause heads) inserts ` :-' and newline."
   "Makes `-' electric (inserts a `-->' on a new line).
 If non-nil, pressing `-' at the end of a line that starts in
 the first column (i.e., DCG heads) inserts ` -->' and newline."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
 (defcustom prolog-old-sicstus-keys-flag nil
   "Non-nil means old SICStus Prolog mode keybindings are used."
+  :version "24.1"
   :group 'prolog-keyboard
   :type 'boolean)
 
@@ -583,6 +607,7 @@ the first column (i.e., DCG heads) inserts ` -->' and newline."
   '((sicstus ("-i"))
     (t nil))
   "Alist of switches given to inferior Prolog run with `run-prolog'."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'sexp)
 (defun prolog-program-switches ()
@@ -649,6 +674,7 @@ nil means send actual operating system end of file."
     (gnu "^| \\?-")
     (t "^|? *\\?-"))
   "Alist of prompts of the prolog system command line."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'sexp)
 (defun prolog-prompt-regexp ()
@@ -663,31 +689,37 @@ nil means send actual operating system end of file."
 
 (defcustom prolog-debug-on-string "debug.\n"
   "Predicate for enabling debug mode."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'string)
 
 (defcustom prolog-debug-off-string "nodebug.\n"
   "Predicate for disabling debug mode."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'string)
 
 (defcustom prolog-trace-on-string "trace.\n"
   "Predicate for enabling tracing."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'string)
 
 (defcustom prolog-trace-off-string "notrace.\n"
   "Predicate for disabling tracing."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'string)
 
 (defcustom prolog-zip-on-string "zip.\n"
   "Predicate for enabling zip mode for SICStus."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'string)
 
 (defcustom prolog-zip-off-string "nozip.\n"
   "Predicate for disabling zip mode for SICStus."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'string)
 
@@ -701,6 +733,7 @@ jumping to the source code responsible for the error.
 Warning: the new method is so far only experimental and
 does contain bugs.  The recommended setting for the novice user
 is non-nil for this variable."
+  :version "24.1"
   :group 'prolog-inferior
   :type 'boolean)
 
@@ -711,39 +744,46 @@ is non-nil for this variable."
   (not (fboundp 'syntax-propertize-rules))
   "Non-nil means use the internal prolog tokenizer for indentation etc.
 Otherwise use `parse-partial-sexp' which is faster but sometimes incorrect."
+  :version "24.1"
   :group 'prolog-other
   :type 'boolean)
 
 (defcustom prolog-imenu-flag t
   "Non-nil means add a clause index menu for all prolog files."
+  :version "24.1"
   :group 'prolog-other
   :type 'boolean)
 
 (defcustom prolog-imenu-max-lines 3000
   "The maximum number of lines of the file for imenu to be enabled.
 Relevant only when `prolog-imenu-flag' is non-nil."
+  :version "24.1"
   :group 'prolog-other
   :type 'integer)
 
 (defcustom prolog-info-predicate-index
   "(sicstus)Predicate Index"
   "The info node for the SICStus predicate index."
+  :version "24.1"
   :group 'prolog-other
   :type 'string)
 
 (defcustom prolog-underscore-wordchar-flag nil
   "Non-nil means underscore (_) is a word-constituent character."
+  :version "24.1"
   :group 'prolog-other
   :type 'boolean)
 
 (defcustom prolog-use-sicstus-sd nil
   "If non-nil, use the source level debugger of SICStus 3#7 and later."
+  :version "24.1"
   :group 'prolog-other
   :type 'boolean)
 
 (defcustom prolog-char-quote-workaround nil
   "If non-nil, declare 0 as a quote character to handle 0'<char>.
 This is really kludgy, and unneeded (i.e. obsolete) in Emacs>=24."
+  :version "24.1"
   :group 'prolog-other
   :type 'boolean)
 
index 3c5ee36eb98a4c5c088aeed75e6556b1a68586f0..f5bfe526aae386423b66ce9babe0b2f5d1ea94ac 100644 (file)
@@ -810,6 +810,7 @@ is changed."
 
 This hook is invoked in a buffer once it is ready to accept input
 for the first time."
+  :version "24.1"
   :type 'hook
   :group 'SQL)
 
@@ -825,6 +826,7 @@ for the first time."
 All products share this list; products should define a regexp to
 identify additional keywords in a variable defined by
 the :statement feature."
+  :version "24.1"
   :type 'string
   :group 'SQL)
 
@@ -856,6 +858,7 @@ You will find the file in your Orant\\bin directory."
 (defcustom sql-oracle-statement-starters
   (regexp-opt '("declare" "begin" "with"))
   "Additional statement starting keywords in Oracle."
+  :version "24.1"
   :type 'string
   :group 'SQL)
 
@@ -872,6 +875,7 @@ You need to issue the following command in SQL*Plus to be safe:
     SET DEFINE OFF
 
 In older versions of SQL*Plus, this was the SET SCAN OFF command."
+  :version "24.1"
   :type 'boolean
   :group 'SQL)
 
index f3bac41fb32217b2a7dc9bc0539400342d433301..73e3cd9980f036d929545111a5103297eaf027c0 100644 (file)
@@ -689,6 +689,7 @@ file referenced.  If false, this is not supported."
 Set this to \"wire\" if the Verilog code uses \"`default_nettype
 none\".  Note using `default_nettype none isn't recommended practice; this
 mode is experimental."
+  :version "24.1"
   :group 'verilog-mode-actions
   :type 'boolean)
 (put 'verilog-auto-declare-nettype 'safe-local-variable `stringp)
@@ -696,6 +697,7 @@ mode is experimental."
 (defcustom verilog-auto-wire-type nil
   "*Non-nil specifies the data type to use with `verilog-auto-wire' etc.
 Set this to \"logic\" for SystemVerilog code, or use `verilog-auto-logic'."
+  :version "24.1"
   :group 'verilog-mode-actions
   :type 'boolean)
 (put 'verilog-auto-wire-type 'safe-local-variable `stringp)
@@ -709,6 +711,7 @@ The name of the function or case will be set between the braces."
 
 (defcustom verilog-auto-delete-trailing-whitespace nil
   "*True means to `delete-trailing-whitespace' in `verilog-auto'."
+  :version "24.1"
   :group 'verilog-mode-actions
   :type 'boolean)
 (put 'verilog-auto-delete-trailing-whitespace 'safe-local-variable 'verilog-booleanp)
@@ -986,6 +989,7 @@ If nil, all blocking assigned signals are ignored when any
 non-blocking assignment is in the AUTORESET block.  This allows
 blocking assignments to be used for temporary values and not have
 those temporaries reset.  See example in `verilog-auto-reset'."
+  :version "24.1"
   :type 'boolean
   :group 'verilog-mode-auto)
 (put 'verilog-auto-reset-blocking-in-non 'safe-local-variable 'verilog-booleanp)
@@ -1073,6 +1077,7 @@ declared together to remain together.  Sorted order reduces
 changes when declarations are moved around in a file.
 
 See also `verilog-auto-arg-sort'."
+  :version "24.1"
   :group 'verilog-mode-auto
   :type 'boolean)
 (put 'verilog-auto-inst-sort 'safe-local-variable 'verilog-booleanp)
@@ -1135,6 +1140,7 @@ See the \\[verilog-faq] for examples on using this."
   "*Data type used for the declaration for AUTOTIEOFF.  If \"wire\" then
 create a wire, if \"assign\" create an assignment, else the data type for
 variable creation."
+  :version "24.1"
   :group 'verilog-mode-auto
   :type 'string)
 (put 'verilog-auto-tieoff-declaration 'safe-local-variable 'stringp)
index 43ce9da033ee0875a36d90252555875804c0fe05..0638fc344c7534cc336df459f497cb0174c3bcf7 100644 (file)
@@ -923,6 +923,7 @@ the old and FORCE is nil."
 
 (defcustom ses-self-reference-early-detection nil
   "True if cycle detection is early for cells that refer to themselves."
+  :version "24.1"
   :type 'boolean
   :group 'ses)
 
index 89825771233612f4e63e16e6a211718e6ac13646..eea6d767512cc716c265f8b7789b91005ad63c21 100644 (file)
@@ -33,6 +33,7 @@
   "Set to a list if the XTerm supports modifyOtherKeys or
 reporting the background color.  Set to 'check to check for those
 features.  Set to nil to skip the checks."
+  :version "24.1"
   :group 'xterm
   :type '(choice (const :tag "No" nil)
                  (const :tag "Check" check)
index 0e47338bf9fbc9eb5ffd140e83505a242be346e0..f04cad4463a7ae103ed3a91efa4866ef4cd183f0 100644 (file)
@@ -287,6 +287,7 @@ holds a keymap."
 Possible values are `top' (tool bar on top), `bottom' (tool bar at bottom),
 `left' (tool bar on left) and `right' (tool bar on right).
 Customize `tool-bar-mode' if you want to show or hide the tool bar."
+      :version "24.1"
       :type '(choice (const top)
                     (const bottom)
                     (const left)
index c9bddba942c6435693ad935cfdb0ac3ca0a84db8..298310418e8e89fbe943e5e472b0f4023d6d2b64 100644 (file)
@@ -385,6 +385,7 @@ bottom side of each frame.  If an element is a number, this means
 to display at most that many side windows on the corresponding
 side.  If an element is nil, this means there's no bound on the
 number of slots on that side."
+  :version "24.1"
   :risky t
   :type
   '(list