mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
ef35abb4ad
commit
d1a1c7e649
24 changed files with 97 additions and 14 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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,6 +1574,7 @@ 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
|
||||
|
|
@ -1582,10 +1584,10 @@ 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'."
|
||||
`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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -10,7 +16,6 @@
|
|||
2012-09-17 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* erc-page.el (erc-page-function):
|
||||
|
||||
* erc-stamp.el (erc-stamp): Doc fix.
|
||||
|
||||
2012-08-21 Josh Feinstein <jlf@foxtail.org>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
"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)))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
(defgroup profiler nil
|
||||
"Emacs profiler."
|
||||
:group 'lisp
|
||||
:version "24.3"
|
||||
:prefix "profiler-")
|
||||
|
||||
(defconst profiler-version "24.3")
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue