emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107248: Add missing :version tags to


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107248: Add missing :version tags to new defgroups and defcustoms
Date: Sat, 11 Feb 2012 14:13:29 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107248
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-11 14:13:29 -0800
message:
  Add missing :version tags to new defgroups and defcustoms
  
  * 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.
modified:
  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
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-11 21:35:50 +0000
+++ b/lisp/ChangeLog    2012-02-11 22:13:29 +0000
@@ -1,5 +1,79 @@
 2012-02-11  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/allout-widgets.el'
--- a/lisp/allout-widgets.el    2012-01-05 09:46:05 +0000
+++ b/lisp/allout-widgets.el    2012-02-11 22:13:29 +0000
@@ -131,6 +131,7 @@
 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 @@
 ;;;_  = 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 @@
 ;;;_   = 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 @@
 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 @@
 
 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 @@
 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 @@
 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 @@
 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)

=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2012-01-19 07:21:25 +0000
+++ b/lisp/allout.el    2012-02-11 22:13:29 +0000
@@ -240,6 +240,7 @@
 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 @@
     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 @@
 ;;;_  = 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 @@
   "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)
 

=== modified file 'lisp/arc-mode.el'
--- a/lisp/arc-mode.el  2012-01-19 07:21:25 +0000
+++ b/lisp/arc-mode.el  2012-02-11 22:13:29 +0000
@@ -322,6 +322,7 @@
   "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 @@
   '("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 @@
   "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

=== modified file 'lisp/battery.el'
--- a/lisp/battery.el   2012-01-19 07:21:25 +0000
+++ b/lisp/battery.el   2012-02-11 22:13:29 +0000
@@ -110,6 +110,7 @@
 
 (defcustom battery-mode-line-limit 100
   "Percentage of full battery load below which display battery status"
+  :version "24.1"
   :type 'integer
   :group 'battery)
 

=== modified file 'lisp/calc/calc.el'
--- a/lisp/calc/calc.el 2012-01-19 07:21:25 +0000
+++ b/lisp/calc/calc.el 2012-02-11 22:13:29 +0000
@@ -431,24 +431,28 @@
 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)
 

=== modified file 'lisp/cus-theme.el'
--- a/lisp/cus-theme.el 2012-01-19 07:21:25 +0000
+++ b/lisp/cus-theme.el 2012-02-11 22:13:29 +0000
@@ -521,6 +521,7 @@
 
 (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)
 

=== modified file 'lisp/dired-x.el'
--- a/lisp/dired-x.el   2012-01-26 02:32:56 +0000
+++ b/lisp/dired-x.el   2012-02-11 22:13:29 +0000
@@ -172,6 +172,7 @@
 (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)
 

=== modified file 'lisp/doc-view.el'
--- a/lisp/doc-view.el  2012-01-19 07:21:25 +0000
+++ b/lisp/doc-view.el  2012-02-11 22:13:29 +0000
@@ -172,6 +172,7 @@
 (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 @@
   "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)
 

=== modified file 'lisp/emacs-lisp/cl-indent.el'
--- a/lisp/emacs-lisp/cl-indent.el      2012-01-19 07:21:25 +0000
+++ b/lisp/emacs-lisp/cl-indent.el      2012-02-11 22:13:29 +0000
@@ -104,6 +104,7 @@
 \(defun foo (arg1 arg2 &rest rest
                       &key key1 key2)
   #|...|#)"
+  :version "24.1"
   :type 'boolean
   :group 'lisp-indent)
 
@@ -111,6 +112,7 @@
   "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 @@
 \(defun foo (arg1 arg2 &key key1 key2
                             key3 key4)
   #|...|#)"
+  :version "24.1"
   :type 'boolean
   :group 'lisp-indent)
 

=== modified file 'lisp/eshell/em-ls.el'
--- a/lisp/eshell/em-ls.el      2012-01-19 07:21:25 +0000
+++ b/lisp/eshell/em-ls.el      2012-02-11 22:13:29 +0000
@@ -61,6 +61,7 @@
   "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)
 

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2012-02-10 18:16:19 +0000
+++ b/lisp/gnus/ChangeLog       2012-02-11 22:13:29 +0000
@@ -1,3 +1,25 @@
+2012-02-11  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * message.el (message-default-send-mail-function): Made into own

=== modified file 'lisp/gnus/auth-source.el'
--- a/lisp/gnus/auth-source.el  2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/auth-source.el  2012-02-11 22:13:29 +0000
@@ -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)

=== modified file 'lisp/gnus/gnus-async.el'
--- a/lisp/gnus/gnus-async.el   2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/gnus-async.el   2012-02-11 22:13:29 +0000
@@ -74,6 +74,7 @@
   "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)
 

=== modified file 'lisp/gnus/gnus-int.el'
--- a/lisp/gnus/gnus-int.el     2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/gnus-int.el     2012-02-11 22:13:29 +0000
@@ -43,11 +43,13 @@
 
 (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)
 

=== modified file 'lisp/gnus/gnus-picon.el'
--- a/lisp/gnus/gnus-picon.el   2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/gnus-picon.el   2012-02-11 22:13:29 +0000
@@ -87,6 +87,7 @@
 (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)
 

=== modified file 'lisp/gnus/gnus-registry.el'
--- a/lisp/gnus/gnus-registry.el        2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/gnus-registry.el        2012-02-11 22:13:29 +0000
@@ -142,6 +142,7 @@
 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 @@
 
 (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")))

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2012-02-09 01:08:34 +0000
+++ b/lisp/gnus/gnus-sum.el     2012-02-11 22:13:29 +0000
@@ -122,6 +122,7 @@
   "*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)
 

=== modified file 'lisp/gnus/gravatar.el'
--- a/lisp/gnus/gravatar.el     2012-01-05 09:46:05 +0000
+++ b/lisp/gnus/gravatar.el     2012-02-11 22:13:29 +0000
@@ -29,6 +29,7 @@
 
 (defgroup gravatar nil
   "Gravatar."
+  :version "24.1"
   :group 'comm)
 
 (defcustom gravatar-automatic-caching t

=== modified file 'lisp/gnus/gssapi.el'
--- a/lisp/gnus/gssapi.el       2012-01-05 09:46:05 +0000
+++ b/lisp/gnus/gssapi.el       2012-02-11 22:13:29 +0000
@@ -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))
 

=== modified file 'lisp/gnus/message.el'
--- a/lisp/gnus/message.el      2012-02-10 18:16:19 +0000
+++ b/lisp/gnus/message.el      2012-02-11 22:13:29 +0000
@@ -1095,6 +1095,7 @@
 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))

=== modified file 'lisp/gnus/nnir.el'
--- a/lisp/gnus/nnir.el 2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/nnir.el 2012-02-11 22:13:29 +0000
@@ -310,6 +310,7 @@
 (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 @@
 %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 @@
 
 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 @@
   "*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 @@
 
 (defcustom nnir-notmuch-program "notmuch"
   "*Name of notmuch search executable."
+  :version "24.1"
   :type '(string)
   :group 'nnir)
 
@@ -513,6 +518,7 @@
     (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 @@
 
 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 @@
   '((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)

=== modified file 'lisp/gnus/shr.el'
--- a/lisp/gnus/shr.el  2012-02-08 01:44:25 +0000
+++ b/lisp/gnus/shr.el  2012-02-11 22:13:29 +0000
@@ -35,6 +35,7 @@
 
 (defgroup shr nil
   "Simple HTML Renderer"
+  :version "24.1"
   :group 'mail)
 
 (defcustom shr-max-image-proportion 0.9

=== modified file 'lisp/gnus/sieve-manage.el'
--- a/lisp/gnus/sieve-manage.el 2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/sieve-manage.el 2012-02-11 22:13:29 +0000
@@ -157,6 +157,7 @@
 (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)
 

=== modified file 'lisp/international/characters.el'
--- a/lisp/international/characters.el  2012-01-19 07:21:25 +0000
+++ b/lisp/international/characters.el  2012-02-11 22:13:29 +0000
@@ -1372,7 +1372,7 @@
   `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

=== modified file 'lisp/mail/feedmail.el'
--- a/lisp/mail/feedmail.el     2011-11-23 07:03:56 +0000
+++ b/lisp/mail/feedmail.el     2012-02-11 22:13:29 +0000
@@ -428,6 +428,7 @@
 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
   )

=== modified file 'lisp/man.el'
--- a/lisp/man.el       2012-01-19 07:21:25 +0000
+++ b/lisp/man.el       2012-02-11 22:13:29 +0000
@@ -224,6 +224,7 @@
 (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"

=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2012-02-08 02:12:24 +0000
+++ b/lisp/minibuffer.el        2012-02-11 22:13:29 +0000
@@ -510,6 +510,7 @@
 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 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 @@
 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)

=== modified file 'lisp/net/gnutls.el'
--- a/lisp/net/gnutls.el        2012-01-05 09:46:05 +0000
+++ b/lisp/net/gnutls.el        2012-02-11 22:13:29 +0000
@@ -39,6 +39,7 @@
 
 (defgroup gnutls nil
   "Emacs interface to the GnuTLS library."
+  :version "24.1"
   :prefix "gnutls-"
   :group 'net-utils)
 

=== modified file 'lisp/net/netrc.el'
--- a/lisp/net/netrc.el 2012-01-19 07:21:25 +0000
+++ b/lisp/net/netrc.el 2012-02-11 22:13:29 +0000
@@ -39,6 +39,7 @@
 
 (defcustom netrc-file "~/.authinfo"
   "File where user credentials are stored."
+  :version "24.1"
   :type 'file
   :group 'netrc)
 

=== modified file 'lisp/net/soap-client.el'
--- a/lisp/net/soap-client.el   2012-01-05 09:46:05 +0000
+++ b/lisp/net/soap-client.el   2012-02-11 22:13:29 +0000
@@ -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

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2012-01-22 12:55:36 +0000
+++ b/lisp/net/tramp.el 2012-02-11 22:13:29 +0000
@@ -181,6 +181,7 @@
   (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 @@
 (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)
 

=== modified file 'lisp/progmodes/cc-vars.el'
--- a/lisp/progmodes/cc-vars.el 2012-01-19 07:21:25 +0000
+++ b/lisp/progmodes/cc-vars.el 2012-02-11 22:13:29 +0000
@@ -349,6 +349,7 @@
  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))

=== modified file 'lisp/progmodes/prolog.el'
--- a/lisp/progmodes/prolog.el  2012-02-11 21:19:22 +0000
+++ b/lisp/progmodes/prolog.el  2012-02-11 22:13:29 +0000
@@ -341,6 +341,7 @@
 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 @@
   ;; 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 @@
 
 (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 @@
 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 @@
                  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 @@
      ;; 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 @@
      ("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 @@
      ("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 @@
       "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 @@
      ("^#[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 @@
 
 (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 @@
 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 @@
 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 @@
   "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 @@
   "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 @@
   "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 @@
   "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 @@
   '((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 @@
     (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 @@
 
 (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 @@
 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 @@
   (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)
 

=== modified file 'lisp/progmodes/sql.el'
--- a/lisp/progmodes/sql.el     2012-02-11 21:35:50 +0000
+++ b/lisp/progmodes/sql.el     2012-02-11 22:13:29 +0000
@@ -810,6 +810,7 @@
 
 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 @@
 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 @@
 (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 @@
     SET DEFINE OFF
 
 In older versions of SQL*Plus, this was the SET SCAN OFF command."
+  :version "24.1"
   :type 'boolean
   :group 'SQL)
 

=== modified file 'lisp/progmodes/verilog-mode.el'
--- a/lisp/progmodes/verilog-mode.el    2012-01-19 07:21:25 +0000
+++ b/lisp/progmodes/verilog-mode.el    2012-02-11 22:13:29 +0000
@@ -689,6 +689,7 @@
 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 @@
 (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 @@
 
 (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 @@
 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 @@
 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 @@
   "*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)

=== modified file 'lisp/ses.el'
--- a/lisp/ses.el       2012-01-19 07:21:25 +0000
+++ b/lisp/ses.el       2012-02-11 22:13:29 +0000
@@ -923,6 +923,7 @@
 
 (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)
 

=== modified file 'lisp/term/xterm.el'
--- a/lisp/term/xterm.el        2012-01-19 07:21:25 +0000
+++ b/lisp/term/xterm.el        2012-02-11 22:13:29 +0000
@@ -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)

=== modified file 'lisp/tool-bar.el'
--- a/lisp/tool-bar.el  2012-01-19 07:21:25 +0000
+++ b/lisp/tool-bar.el  2012-02-11 22:13:29 +0000
@@ -287,6 +287,7 @@
 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)

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2012-01-29 21:52:14 +0000
+++ b/lisp/window.el    2012-02-11 22:13:29 +0000
@@ -385,6 +385,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]