1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

Cleanup the bug-report email addresses and make sure the

maintainer is still willing to handle bug reports.
This commit is contained in:
Stefan Monnier 2008-04-16 14:10:34 +00:00
parent add553ac7e
commit 241760a33e
11 changed files with 63 additions and 6 deletions

View 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.

View 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")

View 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")

View 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

View 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

View 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

View 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."
;; 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 ()

View 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.")

View File

@ -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!

View 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.")

View File

@ -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: