emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110394: Add missing :version tags
Date: Sat, 06 Oct 2012 13:30:26 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110394
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-10-06 13:30:26 -0700
message:
  Add missing :version tags
  
  * 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.
modified:
  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
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-06 20:05:39 +0000
+++ b/lisp/ChangeLog    2012-10-06 20:30:26 +0000
@@ -1,5 +1,28 @@
 2012-10-06  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/avoid.el'
--- a/lisp/avoid.el     2012-07-10 11:51:54 +0000
+++ b/lisp/avoid.el     2012-10-06 20:30:26 +0000
@@ -128,6 +128,7 @@
 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)))

=== modified file 'lisp/calc/calc.el'
--- a/lisp/calc/calc.el 2012-09-20 13:44:45 +0000
+++ b/lisp/calc/calc.el 2012-10-06 20:30:26 +0000
@@ -423,6 +423,7 @@
   "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

=== modified file 'lisp/calendar/icalendar.el'
--- a/lisp/calendar/icalendar.el        2012-09-25 04:13:02 +0000
+++ b/lisp/calendar/icalendar.el        2012-10-06 20:30:26 +0000
@@ -186,6 +186,7 @@
 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

=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2012-10-06 14:18:35 +0000
+++ b/lisp/cedet/ChangeLog      2012-10-06 20:30:26 +0000
@@ -1,3 +1,12 @@
+2012-10-06  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * semantic/bovine/grammar.el:

=== modified file 'lisp/cedet/ede/linux.el'
--- a/lisp/cedet/ede/linux.el   2012-10-01 18:10:29 +0000
+++ b/lisp/cedet/ede/linux.el   2012-10-06 20:30:26 +0000
@@ -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."

=== modified file 'lisp/cedet/semantic/complete.el'
--- a/lisp/cedet/semantic/complete.el   2012-10-05 05:57:24 +0000
+++ b/lisp/cedet/semantic/complete.el   2012-10-06 20:30:26 +0000
@@ -1564,6 +1564,7 @@
 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 @@
   "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)

=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2012-10-04 13:11:49 +0000
+++ b/lisp/erc/ChangeLog        2012-10-06 20:30:26 +0000
@@ -1,3 +1,9 @@
+2012-10-06  Glenn Morris  <address@hidden>
+
+       * erc.el (erc-lurker):
+       * erc-desktop-notifications.el (erc-notifications):
+       Add missing group :version tags.
+
 2012-10-04  Julien Danjou  <address@hidden>
 
        * erc-desktop-notifications.el: Rename from erc-notifications to
@@ -9,8 +15,7 @@
 
 2012-09-17  Chong Yidong  <address@hidden>
 
-       * erc-page.el (erc-page-function): 
-
+       * erc-page.el (erc-page-function):
        * erc-stamp.el (erc-stamp): Doc fix.
 
 2012-08-21  Josh Feinstein <address@hidden>

=== modified file 'lisp/erc/erc-desktop-notifications.el'
--- a/lisp/erc/erc-desktop-notifications.el     2012-10-04 13:11:49 +0000
+++ b/lisp/erc/erc-desktop-notifications.el     2012-10-06 20:30:26 +0000
@@ -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

=== modified file 'lisp/erc/erc.el'
--- a/lisp/erc/erc.el   2012-10-06 01:04:53 +0000
+++ b/lisp/erc/erc.el   2012-10-06 20:30:26 +0000
@@ -102,6 +102,7 @@
 
 (defgroup erc-lurker nil
   "Hide specified message types sent by lurkers"
+  :version "24.3"
   :group 'erc-ignore)
 
 (defgroup erc-query nil

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2012-09-25 23:39:44 +0000
+++ b/lisp/gnus/ChangeLog       2012-10-06 20:30:26 +0000
@@ -1,3 +1,12 @@
+2012-10-06  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again

=== modified file 'lisp/gnus/gnus-msg.el'
--- a/lisp/gnus/gnus-msg.el     2012-08-22 10:37:55 +0000
+++ b/lisp/gnus/gnus-msg.el     2012-10-06 20:30:26 +0000
@@ -319,6 +319,7 @@
 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 @@
 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)

=== modified file 'lisp/gnus/gnus-notifications.el'
--- a/lisp/gnus/gnus-notifications.el   2012-09-11 10:08:59 +0000
+++ b/lisp/gnus/gnus-notifications.el   2012-10-06 20:30:26 +0000
@@ -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

=== modified file 'lisp/gnus/gnus-sync.el'
--- a/lisp/gnus/gnus-sync.el    2012-09-01 01:04:26 +0000
+++ b/lisp/gnus/gnus-sync.el    2012-10-06 20:30:26 +0000
@@ -134,11 +134,13 @@
 (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)))

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2012-09-12 16:36:25 +0000
+++ b/lisp/net/tramp.el 2012-10-06 20:30:26 +0000
@@ -403,6 +403,7 @@
 (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

=== modified file 'lisp/proced.el'
--- a/lisp/proced.el    2012-10-05 05:57:24 +0000
+++ b/lisp/proced.el    2012-10-06 20:30:26 +0000
@@ -68,6 +68,7 @@
 (defcustom proced-renice-command "renice"
   "Name of renice command."
   :group 'proced
+  :version "24.3"
   :type '(string :tag "command"))
 
 (defcustom proced-signal-list

=== modified file 'lisp/profiler.el'
--- a/lisp/profiler.el  2012-10-05 05:57:24 +0000
+++ b/lisp/profiler.el  2012-10-06 20:30:26 +0000
@@ -29,6 +29,7 @@
 (defgroup profiler nil
   "Emacs profiler."
   :group 'lisp
+  :version "24.3"
   :prefix "profiler-")
 
 (defconst profiler-version "24.3")

=== modified file 'lisp/progmodes/bug-reference.el'
--- a/lisp/progmodes/bug-reference.el   2012-08-22 06:47:00 +0000
+++ b/lisp/progmodes/bug-reference.el   2012-10-06 20:30:26 +0000
@@ -74,6 +74,7 @@
 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 ()

=== modified file 'lisp/progmodes/flymake.el'
--- a/lisp/progmodes/flymake.el 2012-09-05 07:05:56 +0000
+++ b/lisp/progmodes/flymake.el 2012-10-06 20:30:26 +0000
@@ -768,6 +768,7 @@
 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 @@
 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 @@
 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)))

=== modified file 'lisp/progmodes/sh-script.el'
--- a/lisp/progmodes/sh-script.el       2012-09-25 04:13:02 +0000
+++ b/lisp/progmodes/sh-script.el       2012-10-06 20:30:26 +0000
@@ -1767,6 +1767,7 @@
 
 (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 ()

=== modified file 'lisp/progmodes/verilog-mode.el'
--- a/lisp/progmodes/verilog-mode.el    2012-10-05 05:57:24 +0000
+++ b/lisp/progmodes/verilog-mode.el    2012-10-06 20:30:26 +0000
@@ -1159,6 +1159,7 @@
   "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 @@
 (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

=== modified file 'lisp/progmodes/vhdl-mode.el'
--- a/lisp/progmodes/vhdl-mode.el       2012-09-29 18:15:57 +0000
+++ b/lisp/progmodes/vhdl-mode.el       2012-10-06 20:30:26 +0000
@@ -483,6 +483,7 @@
   :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 @@
 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 @@
 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

=== modified file 'lisp/textmodes/reftex-vars.el'
--- a/lisp/textmodes/reftex-vars.el     2012-09-30 20:30:13 +0000
+++ b/lisp/textmodes/reftex-vars.el     2012-10-06 20:30:26 +0000
@@ -968,6 +968,7 @@
 `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 @@
 (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 @@
 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 @@
 (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

=== modified file 'lisp/textmodes/rst.el'
--- a/lisp/textmodes/rst.el     2012-09-23 14:50:02 +0000
+++ b/lisp/textmodes/rst.el     2012-10-06 20:30:26 +0000
@@ -1545,6 +1545,7 @@
   :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 @@
 (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)
 


reply via email to

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