diff options
| author | Glenn Morris | 2012-10-06 13:30:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-06 13:30:26 -0700 |
| commit | d1a1c7e649e0ad44f1426abce72a5ff45a07e8fc (patch) | |
| tree | b018d361b60a3bf0583e9dcc1d85d359e151e27a /lisp/erc | |
| parent | ef35abb4ad34ef7038ee99742c8646fc6f9914ed (diff) | |
| download | emacs-d1a1c7e649e0ad44f1426abce72a5ff45a07e8fc.tar.gz emacs-d1a1c7e649e0ad44f1426abce72a5ff45a07e8fc.zip | |
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.
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/erc/erc-desktop-notifications.el | 1 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 3558a8a90b5..9be0d3241ad 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * erc.el (erc-lurker): | ||
| 4 | * erc-desktop-notifications.el (erc-notifications): | ||
| 5 | Add missing group :version tags. | ||
| 6 | |||
| 1 | 2012-10-04 Julien Danjou <julien@danjou.info> | 7 | 2012-10-04 Julien Danjou <julien@danjou.info> |
| 2 | 8 | ||
| 3 | * erc-desktop-notifications.el: Rename from erc-notifications to | 9 | * erc-desktop-notifications.el: Rename from erc-notifications to |
| @@ -9,8 +15,7 @@ | |||
| 9 | 15 | ||
| 10 | 2012-09-17 Chong Yidong <cyd@gnu.org> | 16 | 2012-09-17 Chong Yidong <cyd@gnu.org> |
| 11 | 17 | ||
| 12 | * erc-page.el (erc-page-function): | 18 | * erc-page.el (erc-page-function): |
| 13 | |||
| 14 | * erc-stamp.el (erc-stamp): Doc fix. | 19 | * erc-stamp.el (erc-stamp): Doc fix. |
| 15 | 20 | ||
| 16 | 2012-08-21 Josh Feinstein <jlf@foxtail.org> | 21 | 2012-08-21 Josh Feinstein <jlf@foxtail.org> |
diff --git a/lisp/erc/erc-desktop-notifications.el b/lisp/erc/erc-desktop-notifications.el index 57b93f43219..2cc3c80a8ea 100644 --- a/lisp/erc/erc-desktop-notifications.el +++ b/lisp/erc/erc-desktop-notifications.el | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | 35 | ||
| 36 | (defgroup erc-notifications nil | 36 | (defgroup erc-notifications nil |
| 37 | "Send notifications on PRIVMSG or mentions." | 37 | "Send notifications on PRIVMSG or mentions." |
| 38 | :version "24.3" | ||
| 38 | :group 'erc) | 39 | :group 'erc) |
| 39 | 40 | ||
| 40 | (defvar erc-notifications-last-notification nil | 41 | (defvar erc-notifications-last-notification nil |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 687e60da28a..bbd9dad4310 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -102,6 +102,7 @@ | |||
| 102 | 102 | ||
| 103 | (defgroup erc-lurker nil | 103 | (defgroup erc-lurker nil |
| 104 | "Hide specified message types sent by lurkers" | 104 | "Hide specified message types sent by lurkers" |
| 105 | :version "24.3" | ||
| 105 | :group 'erc-ignore) | 106 | :group 'erc-ignore) |
| 106 | 107 | ||
| 107 | (defgroup erc-query nil | 108 | (defgroup erc-query nil |