Add missing :version tags
authorGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2012 20:30:26 +0000 (13:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2012 20:30:26 +0000 (13:30 -0700)
* profiler.el (profiler): Add missing group :version tag.
* avoid.el (mouse-avoidance-banish-position):
* proced.el (proced-renice-command):
* calc/calc.el (calc-ensure-consistent-units):
* calendar/icalendar.el (icalendar-import-format-uid):
* net/tramp.el (tramp-save-ad-hoc-proxies):
* progmodes/bug-reference.el (bug-reference-bug-regexp):
* progmodes/flymake.el (flymake-error-bitmap)
(flymake-warning-bitmap, flymake-fringe-indicator-position):
* progmodes/sh-script.el (sh-indent-after-continuation):
* progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
(verilog-before-save-font-hook, verilog-after-save-font-hook):
* progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
(vhdl-array-index-record-field-in-sensitivity-list)
(vhdl-indent-comment-like-next-code-line):
* textmodes/reftex-vars.el (reftex-ref-style-alist)
(reftex-ref-macro-prompt, reftex-ref-style-default-list)
(reftex-cite-key-separator, reftex-create-bibtex-header)
(reftex-create-bibtex-footer):
* textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
(rst-indent-literal-normal, rst-indent-literal-minimized)
(rst-indent-comment): Add missing custom :version tags.

* cedet/semantic/complete.el (semantic-displayor-tooltip-mode)
(semantic-displayor-tooltip-initial-max-tags)
(semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
* cedet/ede/linux.el (project-linux): Add missing group :version tag.

* cedet/semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.

* erc/erc.el (erc-lurker):
* erc/erc-desktop-notifications.el (erc-notifications):
Add missing group :version tags.

* gnus/gnus-notifications.el (gnus-notifications):
Add missing group :version tag.
* gnus/gnus-msg.el (gnus-gcc-pre-body-encode-hook)
(gnus-gcc-post-body-encode-hook):
* gnus/gnus-sync.el (gnus-sync-lesync-name)
(gnus-sync-lesync-install-topics): Add missing custom :version tags.

24 files changed:
lisp/ChangeLog
lisp/avoid.el
lisp/calc/calc.el
lisp/calendar/icalendar.el
lisp/cedet/ChangeLog
lisp/cedet/ede/linux.el
lisp/cedet/semantic/complete.el
lisp/erc/ChangeLog
lisp/erc/erc-desktop-notifications.el
lisp/erc/erc.el
lisp/gnus/ChangeLog
lisp/gnus/gnus-msg.el
lisp/gnus/gnus-notifications.el
lisp/gnus/gnus-sync.el
lisp/net/tramp.el
lisp/proced.el
lisp/profiler.el
lisp/progmodes/bug-reference.el
lisp/progmodes/flymake.el
lisp/progmodes/sh-script.el
lisp/progmodes/verilog-mode.el
lisp/progmodes/vhdl-mode.el
lisp/textmodes/reftex-vars.el
lisp/textmodes/rst.el

index 65754ab..861038b 100644 (file)
@@ -1,5 +1,28 @@
 2012-10-06  Glenn Morris  <rgm@gnu.org>
 
+       * profiler.el (profiler): Add missing group :version tag.
+       * avoid.el (mouse-avoidance-banish-position):
+       * proced.el (proced-renice-command):
+       * calc/calc.el (calc-ensure-consistent-units):
+       * calendar/icalendar.el (icalendar-import-format-uid):
+       * net/tramp.el (tramp-save-ad-hoc-proxies):
+       * progmodes/bug-reference.el (bug-reference-bug-regexp):
+       * progmodes/flymake.el (flymake-error-bitmap)
+       (flymake-warning-bitmap, flymake-fringe-indicator-position):
+       * progmodes/sh-script.el (sh-indent-after-continuation):
+       * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
+       (verilog-before-save-font-hook, verilog-after-save-font-hook):
+       * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
+       (vhdl-array-index-record-field-in-sensitivity-list)
+       (vhdl-indent-comment-like-next-code-line):
+       * textmodes/reftex-vars.el (reftex-ref-style-alist)
+       (reftex-ref-macro-prompt, reftex-ref-style-default-list)
+       (reftex-cite-key-separator, reftex-create-bibtex-header)
+       (reftex-create-bibtex-footer):
+       * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
+       (rst-indent-literal-normal, rst-indent-literal-minimized)
+       (rst-indent-comment): Add missing custom :version tags.
+
        * calendar/timeclock.el (timeclock-modeline-display):
        Add missing obsolete alias for renamed user option.
 
index 2fa6ef3..7f4b78b 100644 (file)
@@ -128,6 +128,7 @@ SIDE-POS: Distance from right or left edge of frame or window.
 TOP-OR-BOTTOM: banish the mouse to top or bottom of frame or window.
 TOP-OR-BOTTOM-POS: Distance from top or bottom edge of frame or window."
   :group   'avoid
+  :version "24.3"
   :type    '(alist :key-type symbol :value-type symbol)
   :options '(frame-or-window side (side-pos integer)
              top-or-bottom (top-or-bottom-pos integer)))
index 25f591a..f1643b1 100644 (file)
@@ -423,6 +423,7 @@ in normal mode."
   "If non-nil, make sure new units are consistent with current units
 when converting units."
   :group 'calc
+  :version "24.3"
   :type 'boolean)
 
 (defcustom calc-undo-length
index 39b83d4..27e7261 100644 (file)
@@ -186,6 +186,7 @@ the URL."
 This applies only if the UID is not empty! `%s' is replaced by
 the UID."
   :type 'string
+  :version "24.3"
   :group 'icalendar)
 
 (defcustom icalendar-import-format-status
index 9e20b4f..ff5b603 100644 (file)
@@ -1,3 +1,12 @@
+2012-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
+
+       * semantic/complete.el (semantic-displayor-tooltip-mode)
+       (semantic-displayor-tooltip-initial-max-tags)
+       (semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
+       * ede/linux.el (project-linux): Add missing group :version tag.
+
 2012-10-06  Chong Yidong  <cyd@gnu.org>
 
        * semantic/bovine/grammar.el:
index 7cd066f..5c70803 100644 (file)
@@ -44,7 +44,7 @@
   "File and tag browser frame."
   :group 'tools
   :group 'ede
-  )
+  :version "24.3")
 
 (defcustom project-linux-compile-target-command (concat ede-make-command " -k -C %s SUBDIRS=%s")
   "*Default command used to compile a target."
index 61760dd..9c2da9f 100644 (file)
@@ -1564,6 +1564,7 @@ Verbose: Always show all completions available.
 The absolute maximum number of completions for all mode is
 determined through `semantic-displayor-tooltip-max-tags'."
   :group 'semantic
+  :version "24.3"
   :type '(choice (const :tag "Standard" standard)
                 (const :tag "Quiet" quiet)
                 (const :tag "Verbose" verbose)))
@@ -1573,24 +1574,25 @@ determined through `semantic-displayor-tooltip-max-tags'."
   "Maximum number of tags to be displayed initially.
 See doc-string of `semantic-displayor-tooltip-mode' for details."
   :group 'semantic
+  :version "24.3"
   :type 'integer)
 
 (defcustom semantic-displayor-tooltip-max-tags 25
- "The maximum number of tags to be displayed.
 "The maximum number of tags to be displayed.
 Maximum number of completions where we have activated the
 extended completion list through typing TAB or SPACE multiple
 times.  This limit needs to fit on your screen!
 
 Note: If available, customizing this variable increases
-'x-max-tooltip-size' to force over-sized tooltips when necessary.
-This will not happen if you directly set this variable via
-`setq'."
- :group 'semantic
- :type 'integer
- :set '(lambda (sym var)
-        (set-default sym var)
-        (when (boundp 'x-max-tooltip-size)
-          (setcdr x-max-tooltip-size (max (1+ var) (cdr x-max-tooltip-size))))))
+`x-max-tooltip-size' to force over-sized tooltips when necessary.
+This will not happen if you directly set this variable via `setq'."
+  :group 'semantic
+  :version "24.3"
 :type 'integer
 :set '(lambda (sym var)
+         (set-default sym var)
+         (when (boundp 'x-max-tooltip-size)
+           (setcdr x-max-tooltip-size (max (1+ var) (cdr x-max-tooltip-size))))))
 
 
 (defclass semantic-displayor-tooltip (semantic-displayor-traditional)
index 3558a8a..9be0d32 100644 (file)
@@ -1,3 +1,9 @@
+2012-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * erc.el (erc-lurker):
+       * erc-desktop-notifications.el (erc-notifications):
+       Add missing group :version tags.
+
 2012-10-04  Julien Danjou  <julien@danjou.info>
 
        * erc-desktop-notifications.el: Rename from erc-notifications to
@@ -9,8 +15,7 @@
 
 2012-09-17  Chong Yidong  <cyd@gnu.org>
 
-       * erc-page.el (erc-page-function): 
-
+       * erc-page.el (erc-page-function):
        * erc-stamp.el (erc-stamp): Doc fix.
 
 2012-08-21  Josh Feinstein <jlf@foxtail.org>
index 57b93f4..2cc3c80 100644 (file)
@@ -35,6 +35,7 @@
 
 (defgroup erc-notifications nil
   "Send notifications on PRIVMSG or mentions."
+  :version "24.3"
   :group 'erc)
 
 (defvar erc-notifications-last-notification nil
index 687e60d..bbd9dad 100644 (file)
 
 (defgroup erc-lurker nil
   "Hide specified message types sent by lurkers"
+  :version "24.3"
   :group 'erc-ignore)
 
 (defgroup erc-query nil
index 983d09e..f79353e 100644 (file)
@@ -1,3 +1,12 @@
+2012-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-notifications.el (gnus-notifications):
+       Add missing group :version tag.
+       * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
+       (gnus-gcc-post-body-encode-hook):
+       * gnus-sync.el (gnus-sync-lesync-name)
+       (gnus-sync-lesync-install-topics): Add missing custom :version tags.
+
 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
index c2f79e7..77bb628 100644 (file)
@@ -319,6 +319,7 @@ The current buffer (when the hook is run) contains the message
 including the message header.  Changes made to the message will
 only affect the Gcc copy, but not the original message."
   :group 'gnus-message
+  :version "24.3"
   :type 'hook)
 
 (defcustom gnus-gcc-post-body-encode-hook nil
@@ -327,6 +328,7 @@ The current buffer (when the hook is run) contains the message
 including the message header.  Changes made to the message will
 only affect the Gcc copy, but not the original message."
   :group 'gnus-message
+  :version "24.3"
   :type 'hook)
 
 (autoload 'gnus-message-citation-mode "gnus-cite" nil t)
index 5104a56..3848dee 100644 (file)
@@ -42,6 +42,7 @@
 
 (defgroup gnus-notifications nil
   "Send notifications on new message in Gnus."
+  :version "24.3"
   :group 'gnus)
 
 (defcustom gnus-notifications-use-google-contacts t
index ca8662f..b5f8379 100644 (file)
@@ -134,11 +134,13 @@ and `gnus-topic-alist'.  Also see `gnus-variable-list'."
 (defcustom gnus-sync-lesync-name (system-name)
   "The LeSync name for this machine."
   :group 'gnus-sync
+  :version "24.3"
   :type 'string)
 
-(defcustom  gnus-sync-lesync-install-topics 'ask
+(defcustom gnus-sync-lesync-install-topics 'ask
   "Should LeSync install the recorded topics?"
   :group 'gnus-sync
+  :version "24.3"
   :type '(choice (const :tag "Never Install" nil)
                  (const :tag "Always Install" t)
                  (const :tag "Ask Me Once" ask)))
index 019ab1e..b1532eb 100644 (file)
@@ -403,6 +403,7 @@ interpreted as a regular expression which always matches."
 (defcustom tramp-save-ad-hoc-proxies nil
   "Whether to save ad-hoc proxies persistently."
   :group 'tramp
+  :version "24.3"
   :type 'boolean)
 
 (defcustom tramp-restricted-shell-hosts-alist
index ec41ce6..e3ff9fb 100644 (file)
@@ -68,6 +68,7 @@ the external command (usually \"kill\")."
 (defcustom proced-renice-command "renice"
   "Name of renice command."
   :group 'proced
+  :version "24.3"
   :type '(string :tag "command"))
 
 (defcustom proced-signal-list
index 5e60595..e9261eb 100644 (file)
@@ -29,6 +29,7 @@
 (defgroup profiler nil
   "Emacs profiler."
   :group 'lisp
+  :version "24.3"
   :prefix "profiler-")
 
 (defconst profiler-version "24.3")
index 97fcb68..3561105 100644 (file)
@@ -74,6 +74,7 @@ so that it is considered safe, see `enable-local-variables'.")
 The second subexpression should match the bug reference (usually a number)."
   :type 'string
   :safe 'stringp
+  :version "24.3"                      ; previously defconst
   :group 'bug-reference)
 
 (defun bug-reference-set-overlay-properties ()
index 10d5fdf..26d4a39 100644 (file)
@@ -768,6 +768,7 @@ line number outside the file being compiled."
 The value may also be a list of two elements where the second
 element specifies the face for the bitmap."
   :group 'flymake
+  :version "24.3"
   :type 'symbol)
 
 (defcustom flymake-warning-bitmap 'question-mark
@@ -775,6 +776,7 @@ element specifies the face for the bitmap."
 The value may also be a list of two elements where the second
 element specifies the face for the bitmap."
   :group 'flymake
+  :version "24.3"
   :type 'symbol)
 
 (defcustom flymake-fringe-indicator-position 'left-fringe
@@ -782,6 +784,7 @@ element specifies the face for the bitmap."
 The value can be nil, left-fringe or right-fringe.
 Fringe indicators are disabled if nil."
   :group 'flymake
+  :version "24.3"
   :type '(choice (const left-fringe)
                 (const right-fringe)
                 (const :tag "No fringe indicators" nil)))
index e94919e..16acf25 100644 (file)
@@ -1767,6 +1767,7 @@ Does not preserve point."
 
 (defcustom sh-indent-after-continuation t
   "If non-nil, try to make sure text is indented after a line continuation."
+  :version "24.3"
   :type 'boolean)
 
 (defun sh-smie--continuation-start-indent ()
index 8c4167b..6ffe88f 100644 (file)
@@ -1159,6 +1159,7 @@ See the \\[verilog-faq] for examples on using this."
   "Non-nil means report warning if an AUTO_TEMPLATE line is not used.
 This feature is not supported before Emacs 21.1 or XEmacs 21.4."
   :group 'verilog-mode-auto
+  :version "24.3"
   :type 'boolean)
 (put 'verilog-auto-template-warn-unused 'safe-local-variable 'verilog-booleanp)
 
@@ -1230,11 +1231,13 @@ For example, \"_t$\" matches typedefs named with _t, as in the C language."
 (defcustom verilog-before-save-font-hook nil
   "Hook run before `verilog-save-font-mods' removes highlighting."
   :group 'verilog-mode-auto
+  :version "24.3"
   :type 'hook)
 
 (defcustom verilog-after-save-font-hook nil
   "Hook run after `verilog-save-font-mods' restores highlighting."
   :group 'verilog-mode-auto
+  :version "24.3"
   :type 'hook)
 
 (defvar verilog-imenu-generic-expression
index 52757b9..6ad7d3b 100644 (file)
@@ -483,6 +483,7 @@ with other user Makefiles."
   :type '(list (string :tag "Compile entire design")
               (string :tag "Clean entire design  ")
               (string :tag "Create design library"))
+  :version "24.3"
   :group 'vhdl-compile)
 
 (defcustom vhdl-makefile-generation-hook nil
@@ -772,6 +773,7 @@ index, the record field or array index is included with the record name in
 the sensitivity list (e.g. \"in1(0)\", \"in2.f0\").
 Otherwise, only the record name is included (e.g. \"in1\", \"in2\")."
   :type 'boolean
+  :version "24.3"
   :group 'vhdl-style)
 
 (defgroup vhdl-naming nil
@@ -1849,6 +1851,7 @@ Otherwise, comment lines are indented like the preceding code line.
 Indenting comment lines like the following code line gives nicer indentation
 when comments precede the code that they refer to."
   :type 'boolean
+  :version "24.3"
   :group 'vhdl-misc)
 
 (defcustom vhdl-word-completion-case-sensitive nil
index df3d729..264d6e2 100644 (file)
@@ -968,6 +968,7 @@ the macro type is being prompted for.  (See also
 `reftex-ref-macro-prompt'.)  The keys, represented as characters,
 have to be unique."
   :group 'reftex-referencing-labels
+  :version "24.3"
   :type '(alist :key-type (string :tag "Style name")
                :value-type (group (choice :tag "Package"
                                           (const :tag "Any package" t)
@@ -979,6 +980,7 @@ have to be unique."
 (defcustom reftex-ref-macro-prompt t
   "If non-nil, `reftex-reference' prompts for the reference macro."
   :group 'reftex-referencing-labels
+  :version "24.3"
   :type 'boolean)
 
 (defcustom reftex-vref-is-default nil
@@ -1014,6 +1016,7 @@ can be cycled in the buffer for selecting a label.  The entries
 in the list have to match the respective reference style names
 used in the variable `reftex-ref-style-alist'."
   :group 'reftex-referencing-labels
+  :version "24.3"
   :type `(set ,@(mapcar (lambda (x) (list 'const (car x)))
                        reftex-ref-style-alist)))
 
@@ -1257,16 +1260,19 @@ should return the string to insert into the buffer."
 (defcustom reftex-cite-key-separator ","
   "String to be used for separating several keys in a \\cite macro."
   :group 'reftex-citation-support
+  :version "24.3"
   :type 'string)
 
 (defcustom reftex-create-bibtex-header nil
   "Header to insert in BibTeX files generated by RefTeX."
   :group 'reftex-citation-support
+  :version "24.3"
   :type 'string)
 
 (defcustom reftex-create-bibtex-footer nil
   "Footer to insert in BibTeX files generated by RefTeX."
   :group 'reftex-citation-support
+  :version "24.3"
   :type 'string)
 
 ;; Index Support Configuration
index 869da63..202c36c 100644 (file)
@@ -1545,6 +1545,7 @@ b. a negative numerical argument, which generally inverts the
   :type '(choice
          (const :tag "Same level as previous one" nil)
          (const :tag "One level down relative to the previous one" t))
+  :version "24.3"
   :package-version '(rst . "1.1.0"))
 (rst-testcover-defcustom)
 
@@ -2845,24 +2846,28 @@ here."
 (defcustom rst-indent-field 3
   "Indentation for first line after a field or 0 to always indent for content."
   :group 'rst-indent
+  :version "24.3"
   :type '(integer))
 (rst-testcover-defcustom)
 
 (defcustom rst-indent-literal-normal 3
   "Default indentation for literal block after a markup on an own line."
   :group 'rst-indent
+  :version "24.3"
   :type '(integer))
 (rst-testcover-defcustom)
 
 (defcustom rst-indent-literal-minimized 2
   "Default indentation for literal block after a minimized markup."
   :group 'rst-indent
+  :version "24.3"
   :type '(integer))
 (rst-testcover-defcustom)
 
 (defcustom rst-indent-comment 3
   "Default indentation for first line of a comment."
   :group 'rst-indent
+  :version "24.3"
   :type '(integer))
 (rst-testcover-defcustom)