diff options
| author | Glenn Morris | 2013-02-23 13:54:00 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-23 13:54:00 -0800 |
| commit | e8ba2352060cd99e35409f9dd6a53e38267b070a (patch) | |
| tree | 73e7ffcfb5420fcc6cc8312704479ec3c130ea4c | |
| parent | 3296c4430fd307a2efe869b66fcbf4240a91cb32 (diff) | |
| download | emacs-e8ba2352060cd99e35409f9dd6a53e38267b070a.tar.gz emacs-e8ba2352060cd99e35409f9dd6a53e38267b070a.zip | |
Add bug-gnu-emacs to some specialized bug report addresses
* emulation/viper-cmd.el (viper-submit-report):
* progmodes/ps-mode.el (ps-mode-maintainer-address):
* progmodes/vera-mode.el (vera-mode-help-address):
* textmodes/artist.el (artist-maintainer-address):
* textmodes/reftex.el (reftex-report-bug):
* vc/ediff-util.el (ediff-submit-report):
Add bug-gnu-emacs to bug report address.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 12 | ||||
| -rw-r--r-- | lisp/progmodes/ps-mode.el | 3 | ||||
| -rw-r--r-- | lisp/progmodes/vera-mode.el | 3 | ||||
| -rw-r--r-- | lisp/textmodes/artist.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex.el | 2 | ||||
| -rw-r--r-- | lisp/vc/ediff-util.el | 2 |
7 files changed, 21 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78df4eada32..02bfc7b7539 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2013-02-23 Glenn Morris <rgm@gnu.org> | 1 | 2013-02-23 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emulation/viper-cmd.el (viper-submit-report): | ||
| 4 | * progmodes/ps-mode.el (ps-mode-maintainer-address): | ||
| 5 | * progmodes/vera-mode.el (vera-mode-help-address): | ||
| 6 | * textmodes/artist.el (artist-maintainer-address): | ||
| 7 | * textmodes/reftex.el (reftex-report-bug): | ||
| 8 | * vc/ediff-util.el (ediff-submit-report): | ||
| 9 | Add bug-gnu-emacs to bug report address. | ||
| 10 | |||
| 3 | * progmodes/simula.el (simula-mode-menu, simula-mode-map): | 11 | * progmodes/simula.el (simula-mode-menu, simula-mode-map): |
| 4 | Remove bug report entries. | 12 | Remove bug report entries. |
| 5 | (simula-mode-help-address, simula-submit-bug-report): Make obsolete. | 13 | (simula-mode-help-address, simula-submit-bug-report): Make obsolete. |
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 6945e870604..3813c304de1 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -5085,12 +5085,12 @@ Mail anyway (y or n)? ") | |||
| 5085 | (require 'reporter) | 5085 | (require 'reporter) |
| 5086 | (set-window-configuration window-config) | 5086 | (set-window-configuration window-config) |
| 5087 | 5087 | ||
| 5088 | (reporter-submit-bug-report "kifer@cs.stonybrook.edu" | 5088 | (reporter-submit-bug-report |
| 5089 | (viper-version) | 5089 | "kifer@cs.stonybrook.edu, bug-gnu-emacs@gnu.org" |
| 5090 | varlist | 5090 | (viper-version) |
| 5091 | nil 'delete-other-windows | 5091 | varlist |
| 5092 | salutation) | 5092 | nil 'delete-other-windows |
| 5093 | )) | 5093 | salutation))) |
| 5094 | 5094 | ||
| 5095 | 5095 | ||
| 5096 | 5096 | ||
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 184de99302e..dcb3e667f7c 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el | |||
| @@ -36,7 +36,8 @@ | |||
| 36 | ;;; Code: | 36 | ;;; Code: |
| 37 | 37 | ||
| 38 | (defconst ps-mode-version "1.1h, 16 Jun 2005") | 38 | (defconst ps-mode-version "1.1h, 16 Jun 2005") |
| 39 | (defconst ps-mode-maintainer-address "Peter Kleiweg <p.c.j.kleiweg@rug.nl>") | 39 | (defconst ps-mode-maintainer-address |
| 40 | "Peter Kleiweg <p.c.j.kleiweg@rug.nl>, bug-gnu-emacs@gnu.org") | ||
| 40 | 41 | ||
| 41 | (require 'comint) | 42 | (require 'comint) |
| 42 | (require 'easymenu) | 43 | (require 'easymenu) |
diff --git a/lisp/progmodes/vera-mode.el b/lisp/progmodes/vera-mode.el index 0c456d3b944..7b59faca261 100644 --- a/lisp/progmodes/vera-mode.el +++ b/lisp/progmodes/vera-mode.el | |||
| @@ -1423,7 +1423,8 @@ If `vera-intelligent-tab' is nil, always indent line." | |||
| 1423 | ;;; Bug reports | 1423 | ;;; Bug reports |
| 1424 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1424 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 1425 | 1425 | ||
| 1426 | (defconst vera-mode-help-address "Reto Zimmermann <reto@gnu.org>" | 1426 | (defconst vera-mode-help-address |
| 1427 | "Reto Zimmermann <reto@gnu.org>, bug-gnu-emacs@gnu.org" | ||
| 1427 | "Address for Vera Mode bug reports.") | 1428 | "Address for Vera Mode bug reports.") |
| 1428 | 1429 | ||
| 1429 | ;; get reporter-submit-bug-report when byte-compiling | 1430 | ;; get reporter-submit-bug-report when byte-compiling |
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index c2978b0ea40..2bd7283676e 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -198,7 +198,7 @@ | |||
| 198 | ;; Variables | 198 | ;; Variables |
| 199 | 199 | ||
| 200 | (defconst artist-version "1.2.6") | 200 | (defconst artist-version "1.2.6") |
| 201 | (defconst artist-maintainer-address "tab@lysator.liu.se") | 201 | (defconst artist-maintainer-address "tab@lysator.liu.se, bug-gnu-emacs@gnu.org") |
| 202 | 202 | ||
| 203 | (defvar x-pointer-crosshair) | 203 | (defvar x-pointer-crosshair) |
| 204 | 204 | ||
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index a41409fc897..d5bb0170cd9 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -2464,7 +2464,7 @@ information about your RefTeX version and configuration." | |||
| 2464 | (require 'reporter) | 2464 | (require 'reporter) |
| 2465 | (let ((reporter-prompt-for-summary-p "Bug report subject: ")) | 2465 | (let ((reporter-prompt-for-summary-p "Bug report subject: ")) |
| 2466 | (reporter-submit-bug-report | 2466 | (reporter-submit-bug-report |
| 2467 | "bug-auctex@gnu.org" | 2467 | "bug-auctex@gnu.org, bug-gnu-emacs@gnu.org" |
| 2468 | reftex-version | 2468 | reftex-version |
| 2469 | (list 'window-system | 2469 | (list 'window-system |
| 2470 | 'reftex-plug-into-AUCTeX) | 2470 | 'reftex-plug-into-AUCTeX) |
diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index fd53aabd33c..81146c0c931 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el | |||
| @@ -4024,7 +4024,7 @@ Mail anyway? (y or n) ") | |||
| 4024 | (set-buffer ctl-buf)) | 4024 | (set-buffer ctl-buf)) |
| 4025 | (setq buffer-name (buffer-name)) | 4025 | (setq buffer-name (buffer-name)) |
| 4026 | (require 'reporter) | 4026 | (require 'reporter) |
| 4027 | (reporter-submit-bug-report "kifer@cs.stonybrook.edu" | 4027 | (reporter-submit-bug-report "kifer@cs.stonybrook.edu, bug-gnu-emacs@gnu.org" |
| 4028 | (ediff-version) | 4028 | (ediff-version) |
| 4029 | varlist | 4029 | varlist |
| 4030 | nil | 4030 | nil |