diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 14:10:34 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 14:10:34 +0000 |
commit | 241760a33e94a622475e9974075ce0ba7fe5f4e5 (patch) | |
tree | 961857ac1dd20b09eb3eb0a42182f77d6c36bf29 | |
parent | add553ac7edaf2d6ced692fbc953d56518a00cb5 (diff) | |
download | emacs-241760a33e94a622475e9974075ce0ba7fe5f4e5.tar.gz |
Cleanup the bug-report email addresses and make sure the
maintainer is still willing to handle bug reports.
-rw-r--r-- | lisp/ChangeLog | 14 | ||||
-rw-r--r-- | lisp/ediff.el | 5 | ||||
-rw-r--r-- | lisp/emulation/viper.el | 5 | ||||
-rw-r--r-- | lisp/obsolete/hilit19.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/cmacexp.el | 7 | ||||
-rw-r--r-- | lisp/progmodes/ps-mode.el | 7 | ||||
-rw-r--r-- | lisp/progmodes/simula.el | 6 | ||||
-rw-r--r-- | lisp/progmodes/vera-mode.el | 5 | ||||
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 5 | ||||
-rw-r--r-- | lisp/progmodes/vhdl-mode.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/artist.el | 6 |
11 files changed, 63 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b07bc8f955f..545ddb1ae5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2008-04-16 Yoni Rabkin <yoni@rabkins.net> (tiny change) + + * textmodes/artist.el: + * progmodes/vhdl-mode.el: + * progmodes/verilog-mode.el: + * progmodes/vera-mode.el: + * progmodes/simula.el: + * progmodes/ps-mode.el: + * progmodes/cmacexp.el: + * obsolete/hilit19.el: + * emulation/viper.el: + * ediff.el: Cleanup the bug-report email addresses and make sure the + maintainer is still willing to handle bug reports. + 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu> * vc.el (vc-dir-kill-query): Fix thinko. diff --git a/lisp/ediff.el b/lisp/ediff.el index 175772f1256..6abcb242c75 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -7,6 +7,11 @@ ;; Created: February 2, 1994 ;; Keywords: comparing, merging, patching, tools, unix +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 20/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + (defconst ediff-version "2.81.2" "The current version of Ediff") (defconst ediff-date "April 06, 2008" "Date of last update") diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index b1046bf6405..9fa287478db 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -9,6 +9,11 @@ ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Keywords: emulations +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 20/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + (defconst viper-version "3.14 of April 06, 2008" "The current version of Viper") diff --git a/lisp/obsolete/hilit19.el b/lisp/obsolete/hilit19.el index fc9d22073f1..eaad0fb4d83 100644 --- a/lisp/obsolete/hilit19.el +++ b/lisp/obsolete/hilit19.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -;; Author: Jonathan Stigelman <stig@hackvan.com> +;; Author: Jonathan Stigelman <stig@hackvan.com> (broken email address. checked April 2008) ;; Maintainer: FSF ;; (actually no longer maintained) ;; Keywords: faces @@ -411,7 +411,7 @@ your init file.") (require 'reporter) (and (y-or-n-p "Do you really want to submit a report on hilit19? ") (reporter-submit-bug-report - "Jonathan Stigelman <hilit@hackvan.com>" + "bug-gnu-emacs@gnu.org" "hilit19.el (Release 2.19)" (and (y-or-n-p "Do you need to include a dump hilit variables? ") (append diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 13d610d555c..5b34613e016 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -7,6 +7,13 @@ ;; Adapted-By: ESR ;; Keywords: c +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file, and the maintainer agreed that when a bug is filed in the +;; Emacs bug reporting system against this file, a copy of the bug +;; report be sent to the maintainer's email address. However, the +;; maintainer prefers not to be the only person maintaining this file +;; in future. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 203b4575a8d..7e9660f3e76 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el @@ -9,6 +9,13 @@ ;; Version: 1.1h, 16 Jun 2005 ;; Keywords: PostScript, languages +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 18/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address, but +;; only if: "... those e-mails have a link to the bug report system, +;; where I can cancel these e-mails if I want to.". + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 93b4c5ee3de..3a45db0d292 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -3,8 +3,8 @@ ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. -;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> -;; Maintainer: simula-mode@ifi.uio.no +;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> (invalid email address, checked April 2008) +;; Maintainer: simula-mode@ifi.uio.no (invalid email address, checked April 2008) ;; Adapted-By: ESR ;; Keywords: languages @@ -1630,7 +1630,7 @@ If not nil and not t, move to limit of search and return nil." ;; defuns for submitting bug reports -(defconst simula-mode-help-address "simula-mode@ifi.uio.no" +(defconst simula-mode-help-address "bug-gnu-emacs@gnu.org" "Address accepting submission of `simula-mode' bug reports.") (defun simula-submit-bug-report () diff --git a/lisp/progmodes/vera-mode.el b/lisp/progmodes/vera-mode.el index 17724a17cb3..0b50ee103b5 100644 --- a/lisp/progmodes/vera-mode.el +++ b/lisp/progmodes/vera-mode.el @@ -9,6 +9,11 @@ ;; Keywords: languages vera ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 18/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + (defconst vera-version "2.18" "Vera Mode version number.") diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 1cf5ee53e49..da8baf04cef 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -11,6 +11,11 @@ ;; http://www.veripool.com ;; Keywords: languages +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 19/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + ;; This code supports Emacs 21.1 and later ;; And XEmacs 21.1 and later ;; Please do not make changes that break Emacs 21. Thanks! diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 942e39c2bc3..6bbff7cb409 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -9,6 +9,11 @@ ;; Keywords: languages vhdl ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 18/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + (defconst vhdl-version "3.33.6" "VHDL Mode version number.") diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 81c5a80c3e8..982ab5dcd4f 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el @@ -10,6 +10,11 @@ ;; Release-date: 6-Aug-2004 ;; Location: http://www.lysator.liu.se/~tab/artist/ +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 19/3/2008, and the maintainer agreed that when a bug is filed in +;; the Emacs bug reporting system against this file, a copy of the bug +;; report be sent to the maintainer's email address. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -105,7 +110,6 @@ ;; If you add a new drawing mode, send it to me, and I would gladly ;; include in the next release! - ;;; Installation: ;; To use artist, put this in your .emacs: |