]> git.eshelyaron.com Git - emacs.git/commitdiff
Cleanup the bug-report email addresses and make sure the
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Apr 2008 14:10:34 +0000 (14:10 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Apr 2008 14:10:34 +0000 (14:10 +0000)
maintainer is still willing to handle bug reports.

lisp/ChangeLog
lisp/ediff.el
lisp/emulation/viper.el
lisp/obsolete/hilit19.el
lisp/progmodes/cmacexp.el
lisp/progmodes/ps-mode.el
lisp/progmodes/simula.el
lisp/progmodes/vera-mode.el
lisp/progmodes/verilog-mode.el
lisp/progmodes/vhdl-mode.el
lisp/textmodes/artist.el

index b07bc8f955f45fc240b827f213cace9d03cd2107..545ddb1ae5e111c5deb8c039881bad857a1968ea 100644 (file)
@@ -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.
index 175772f1256f5647359b77bbf010cb5971fbea6b..6abcb242c752c7f25b03ecada1afc47c2e9733fc 100644 (file)
@@ -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")
 
index b1046bf64056623996516746cbd6561af9e47788..9fa287478db83beacc0a82def804e97712a2d726 100644 (file)
@@ -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")
 
index fc9d22073f123b653851c82381720c8ef398b772..eaad0fb4d839cb494f5e11368f631b18e7c33770 100644 (file)
@@ -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
index 13d610d555c55ba9e1425dc94d8f919c22e97b83..5b34613e016a21b51d131c98e245ae644fc2f48d 100644 (file)
@@ -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
index 203b4575a8d64c96867d1dc32fa52f8e71a57254..7e9660f3e76c2ef61c6009de05cfa31fecb324de 100644 (file)
@@ -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
index 93b4c5ee3de3974cdb274ec63641bbe2c3ddeb87..3a45db0d2925012d80e86dfdc4baa77add8af835 100644 (file)
@@ -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."
 \f
 ;; 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 ()
index 17724a17cb312f0f9646e107f91387a1660d16f2..0b50ee103b5f9592d96648de7da74cc6ec7ff4a1 100644 (file)
@@ -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.")
 
index 1cf5ee53e49c120184790bf8b8014ab2f29bab85..da8baf04cefc96ceee5a01fc6651b00b99da2980 100644 (file)
 ;;     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!
index 942e39c2bc37736fe38d2be0c1e57c44960d3302..6bbff7cb40906a5f309d9cb5a1f289c826f3138b 100644 (file)
@@ -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.")
 
index 81c5a80c3e8e0ee85c78014d005b7891d2f01e2a..982ab5dcd4f3ce6d13859a9222b7484578934069 100644 (file)
 ;; 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
 ;; 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: