Fix maintainer address.
authorKarl Heuer <kwzh@gnu.org>
Mon, 16 Aug 1999 04:04:27 +0000 (04:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 16 Aug 1999 04:04:27 +0000 (04:04 +0000)
27 files changed:
lisp/avoid.el
lisp/comint.el
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/regexp-opt.el
lisp/enriched.el
lisp/facemenu.el
lisp/fast-lock.el
lisp/find-dired.el
lisp/gnus/gnus-msg.el
lisp/gnus/gnus-vm.el
lisp/lazy-lock.el
lisp/mail/mh-e.el
lisp/mail/rnews.el
lisp/mail/rnewspost.el
lisp/map-ynp.el
lisp/msb.el
lisp/paren.el
lisp/progmodes/etags.el
lisp/progmodes/pascal.el
lisp/shadowfile.el
lisp/shell.el
lisp/tempo.el
lisp/textmodes/page-ext.el
lisp/textmodes/texinfmt.el
lisp/textmodes/texinfo.el
lisp/textmodes/texnfo-upd.el
lisp/type-break.el

index c931356..b8c3470 100644 (file)
@@ -2,7 +2,7 @@
 
 ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
-;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
+;; Author: Boris Goldowsky <boris@gnu.org>
 ;; Keywords: mouse
 
 ;; This file is part of GNU Emacs.
index 5292c09..fda580f 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
 
 ;; Author: Olin Shivers <shivers@cs.cmu.edu> then
-;;     Simon Marshall <simon@gnu.ai.mit.edu>
+;;     Simon Marshall <simon@gnu.org>
 ;; Maintainer: FSF
 ;; Keywords: processes
 
@@ -29,7 +29,7 @@
 ;; Please send me bug reports, bug fixes, and extensions, so that I can
 ;; merge them into the master source.
 ;;     - Olin Shivers (shivers@cs.cmu.edu)
-;;     - Simon Marshall (simon@gnu.ai.mit.edu)
+;;     - Simon Marshall (simon@gnu.org)
 
 ;; This file defines a general command-interpreter-in-a-buffer package
 ;; (comint mode). The idea is that you can build specific process-in-a-buffer
index 09dbba1..2c1ceae 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
 
-;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
+;; Author: Roland McGrath <roland@gnu.org>
 ;; Keywords: maint
 
 ;; This file is part of GNU Emacs.
index 6627c20..a6ed073 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
-;; Author: Simon Marshall <simon@gnu.ai.mit.edu>
+;; Author: Simon Marshall <simon@gnu.org>
 ;; Keywords: strings, regexps
 
 ;; This file is part of GNU Emacs.
index 187bacc..50f919e 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc.
 
-;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
+;; Author: Boris Goldowsky <boris@gnu.org>
 ;; Keywords: wp, faces
 
 ;; This file is part of GNU Emacs.
index 7e7f24c..5ab3ccb 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc.
 
-;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
+;; Author: Boris Goldowsky <boris@gnu.org>
 ;; Keywords: faces
 
 ;; This file is part of GNU Emacs.
index fca1188..6158889 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
-;; Author: Simon Marshall <simon@gnu.ai.mit.edu>
+;; Author: Simon Marshall <simon@gnu.org>
 ;; Keywords: faces files
 ;; Version: 3.14
 
 ;  "Submit via mail a bug report on fast-lock.el."
 ;  (interactive)
 ;  (let ((reporter-prompt-for-summary-p t))
-;    (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "fast-lock 3.14"
+;    (reporter-submit-bug-report "simon@gnu.org" "fast-lock 3.14"
 ;     '(fast-lock-cache-directories fast-lock-minimum-size
 ;       fast-lock-save-others fast-lock-save-events fast-lock-save-faces
 ;       fast-lock-verbose)
index 2bd9451..824cdbf 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc.
 
-;; Author: Roland McGrath <roland@gnu.ai.mit.edu>,
+;; Author: Roland McGrath <roland@gnu.org>,
 ;;        Sebastian Kremer <sk@thp.uni-koeln.de>
 ;; Maintainer: FSF
 ;; Keywords: unix
index 23653e5..992eac5 100644 (file)
@@ -558,7 +558,7 @@ If SILENT, don't prompt the user."
                 (concat " - \"" xemacs-codename "\""))))
     (t emacs-version))))
 
-;; Written by "Mr. Per Persson" <pp@gnu.ai.mit.edu>.
+;; Written by "Mr. Per Persson" <pp@gnu.org>.
 (defun gnus-inews-insert-mime-headers ()
   "Insert MIME headers.
 Assumes ISO-Latin-1 is used iff 8-bit characters are present."
index bbefaac..2420c0b 100644 (file)
@@ -1,7 +1,7 @@
 ;;; gnus-vm.el --- vm interface for Gnus
 ;; Copyright (C) 1994,95,96,97,98 Free Software Foundation, Inc.
 
-;; Author: Per Persson <pp@gnu.ai.mit.edu>
+;; Author: Per Persson <pp@gnu.org>
 ;; Keywords: news, mail
 
 ;; This file is part of GNU Emacs.
index 6cd27ca..7d28d71 100644 (file)
@@ -332,7 +332,7 @@ The value returned is the value of the last form in BODY."
 ;  "Submit via mail a bug report on lazy-lock.el."
 ;  (interactive)
 ;  (let ((reporter-prompt-for-summary-p t))
-;    (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "lazy-lock 2.11"
+;    (reporter-submit-bug-report "simon@gnu.org" "lazy-lock 2.11"
 ;     '(lazy-lock-minimum-size lazy-lock-defer-on-the-fly
 ;       lazy-lock-defer-on-scrolling lazy-lock-defer-contextually
 ;       lazy-lock-defer-time lazy-lock-stealth-time
index cfd323c..ef227bd 100644 (file)
@@ -39,7 +39,7 @@
 ;; mh-e is an Emacs interface to the MH mail system.
 ;; There is a mailing list for discussion of mh-e and
 ;; announcements of new versions.  Send a "subscribe" message to
-;; mh-e-request@gnu.ai.mit.edu to be added.  Do not report bugs here; mail
+;; mh-e-request@gnu.org to be added.  Do not report bugs here; mail
 ;; them directly to the maintainer (see top of mh-e.el source).
 ;; Include the output of M-x mh-version in any bug report.
 
@@ -60,7 +60,7 @@
 ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
 ;; Rewritten for GNU Emacs, James Larus 1985.  larus@ginger.berkeley.edu
 ;; Modified by Stephen Gildea 1988.  gildea@lcs.mit.edu
-(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.19 1998/04/15 06:31:29 kwzh Exp rms $")
+(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.20 1998/05/03 07:34:07 rms Exp kwzh $")
 
 ;;; Code:
 
index 991e3e7..5cd36fc 100644 (file)
 ;;     tower@gnu.org Jul 18 1986
 ;; bound rmail-output to C-o; and changed header-field commands binding to
 ;; agree with the new C-c C-f usage in sendmail
-;;     tower@prep Sep  3 1986
+;;     tower@gnu.org Sep  3 1986
 ;; added news-rotate-buffer-body
-;;     tower@prep Oct 17 1986
+;;     tower@gnu.org Oct 17 1986
 ;; made messages more user friendly, cleaned up news-inews
 ;; move posting and mail code to new file rnewpost.el
-;;     tower@prep Oct 29 1986
+;;     tower@gnu.org Oct 29 1986
 ;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly
-;;     tower@prep Nov 21 1986
-;; added tower@prep 22 Apr 87
+;;     tower@gnu.org Nov 21 1986
+;; added tower@gnu.org 22 Apr 87
 
 ;;; Code:
 
@@ -922,7 +922,7 @@ FName to link to message: ")
    newname))
 
 ;;; caesar-region written by phr@gnu.org  Nov 86
-;;; modified by tower@prep Nov 86
+;;; modified by tower@gnu.org Nov 86
 (defun caesar-region (&optional n)
   "Caesar rotation of region by N, default 13, for decrypting netnews."
   (interactive (if current-prefix-arg  ; Was there a prefix arg?
index 538fbac..cf19b04 100644 (file)
 ;; - couldn't see handling the special meaning of the Keyword: poster
 ;; - not worth the code space to support the old A news Title: (which
 ;;   Subject: replaced) and Article-I.D.: (which Message-ID: replaced)
-;;     tower@prep Nov 86
+;;     tower@gnu.org Nov 86
 ;; changed C-c C-r key-binding due to rename of news-caesar-buffer-body
-;;     tower@prep 21 Nov 86
-;; added (require 'rnews)      tower@prep 22 Apr 87
+;;     tower@gnu.org 21 Nov 86
+;; added (require 'rnews)      tower@gnu.org 22 Apr 87
 ;; restricted call of news-show-all-headers in news-post-news & news-reply
-;;     tower@prep 28 Apr 87
-;; commented out Posting-Front-End to save USENET bytes tower@prep Jul 31 87
-;; commented out -n and -t args in news-inews     tower@prep 15 Oct 87
+;;     tower@gnu.org 28 Apr 87
+;; commented out Posting-Front-End to save USENET bytes tower@gnu.org Jul 31 87
+;; commented out -n and -t args in news-inews     tower@gnu.org 15 Oct 87
 
 ;Now in paths.el.
 ;(defvar news-inews-program "inews"
index d773cb7..3180be4 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
 
-;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
+;; Author: Roland McGrath <roland@gnu.org>
 ;; Maintainer: FSF
 ;; Keywords: lisp, extensions
 
index 77fce64..cb1706f 100644 (file)
@@ -72,7 +72,7 @@
 ;;  Alon Albert <alon@milcse.rtsg.mot.com>
 ;;  Kevin Broadey, <KevinB@bartley.demon.co.uk>
 ;;  Ake Stenhof <ake@cadpoint.se>
-;;  Richard Stallman <rms@gnu.ai.mit.edu>
+;;  Richard Stallman <rms@gnu.org>
 ;;  Steve Fisk <fisk@medved.bowdoin.edu>
 
 ;; This version turned into a global minor mode and subsequently
index 50af83b..ec50fa9 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc.
 
-;; Author: rms@gnu.ai.mit.edu
+;; Author: rms@gnu.org
 ;; Maintainer: FSF
 ;; Keywords: languages, faces
 
index 8f2d200..2b954c5 100644 (file)
@@ -2,7 +2,7 @@
 ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998
 ;;     Free Software Foundation, Inc.
 
-;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
+;; Author: Roland McGrath <roland@gnu.org>
 ;; Keywords: tools
 
 ;; This file is part of GNU Emacs.
index d27a845..cce43a5 100644 (file)
@@ -56,7 +56,7 @@
 ;; package.  This may not be true however, since I never use this mode
 ;; myself and therefore would never notice them anyway.   If you do
 ;; find any bugs, you may submit them to: espensk@stud.cs.uit.no
-;; as well as to bug-gnu-emacs@prep.ai.mit.edu.
+;; as well as to bug-gnu-emacs@gnu.org.
 \f
 ;;; Code:
 
index 19dcec6..2c61de1 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 
-;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
+;; Author: Boris Goldowsky <boris@gnu.org>
 ;; Keywords: comm
 
 ;; This file is part of GNU Emacs.
@@ -71,7 +71,7 @@
 ;;  - It will not make directories for you, it just fails to copy files
 ;;  that belong in non-existent directories.
 ;;
-;;  Please report any bugs to me (boris@gnu.ai.mit.edu).  Also let me know
+;;  Please report any bugs to me (boris@gnu.org).  Also let me know
 ;;  if you have suggestions or would like to be informed of updates.
 
 ;;; Code:
index a2887f8..13d1d9a 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1988, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
 
 ;; Author: Olin Shivers <shivers@cs.cmu.edu> then
-;;     Simon Marshall <simon@gnu.ai.mit.edu>
+;;     Simon Marshall <simon@gnu.org>
 ;; Maintainer: FSF
 ;; Keywords: processes
 
@@ -29,7 +29,7 @@
 ;; Please send me bug reports, bug fixes, and extensions, so that I can
 ;; merge them into the master source.
 ;;     - Olin Shivers (shivers@cs.cmu.edu)
-;;     - Simon Marshall (simon@gnu.ai.mit.edu)
+;;     - Simon Marshall (simon@gnu.org)
 
 ;; This file defines a a shell-in-a-buffer package (shell mode) built
 ;; on top of comint mode.  This is actually cmushell with things
index 5434a5f..0b86784 100644 (file)
 ;; tempo.el. Thanks.
 
 ;; Nelson Minar <nelson@santafe.edu>
-;; Richard Stallman <rms@gnu.ai.mit.edu>
+;; Richard Stallman <rms@gnu.org>
 ;; Lars Lindberg <Lars.Lindberg@sypro.cap.se>
 ;; Glen Whitney <Glen.Whitney@math.lsa.umich.edu>
 
index 0acd44b..1cbb1f4 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation
 
-;; Maintainer: Robert J. Chassell <bob@gnu.ai.mit.edu>
+;; Maintainer: Robert J. Chassell <bob@gnu.org>
 
 ;; This file is part of GNU Emacs.
 
 ;;     59 Temple Place - Suite 330
 ;;     Boston, MA 02111-1307  USA.
 ;;     (617) 542-5942
-;;     gnu@prep.ai.mit.edu
+;;     gnu@gnu.org
 ;; 
 ;;     \f
 ;;     House Subcommittee on Intellectual Property,
index 674f043..c83327c 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 
 ;;               1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
-;; Maintainer: Robert J. Chassell <bug-texinfo@prep.ai.mit.edu>
+;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org>
 ;; Keywords: maint, tex, docs
 
 ;; This file is part of GNU Emacs.
index f42663c..165a575 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; Author: Robert J. Chassell
 ;; Date:   [Set date below for texinfo-version]
-;; Maintainer: bug-texinfo@prep.ai.mit.edu
+;; Maintainer: bug-texinfo@gnu.org
 ;; Keywords: maint, tex, docs
 
 ;; This file is part of GNU Emacs.
@@ -287,7 +287,7 @@ chapter."
   '(;; All but the first 2 had an OVERRIDE of t.
     ;; It didn't seem to be any better, and it's slower--simon.
     ("^\\(@c\\|@comment\\)\\>.*" . font-lock-comment-face) ;comments
-    ;; Robert J. Chassell <bob@gnu.ai.mit.edu> says remove this line.
+    ;; Robert J. Chassell <bob@gnu.org> says remove this line.
     ;;("\\$\\([^$]*\\)\\$" 1 font-lock-string-face t)
     ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands
     ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items
index 3ebf3fe..81cadf1 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
 
 ;; Author: Robert J. Chassell
-;; Maintainer: bug-texinfo@prep.ai.mit.edu
+;; Maintainer: bug-texinfo@gnu.org
 ;; Keywords: maint, tex, docs
 
 ;; This file is part of GNU Emacs.
index fcf0592..cc52cfb 100644 (file)
@@ -8,7 +8,7 @@
 ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs
 ;; Created: 1994-07-13
 
-;; $Id: type-break.el,v 1.21 1999/03/30 21:37:10 kwzh Exp fx $
+;; $Id: type-break.el,v 1.22 1999/04/27 19:00:42 fx Exp kwzh $
 
 ;; This file is part of GNU Emacs.
 
@@ -60,9 +60,9 @@
 
 ;; This package was inspired by Roland McGrath's hanoi-break.el.
 ;; Several people contributed feedback and ideas, including
-;;      Roland McGrath <roland@gnu.ai.mit.edu>
+;;      Roland McGrath <roland@gnu.org>
 ;;      Kleanthes Koniaris <kgk@martigny.ai.mit.edu>
-;;      Mark Ashton <mpashton@gnu.ai.mit.edu>
+;;      Mark Ashton <mpashton@gnu.org>
 ;;      Matt Wilding <wilding@cli.com>
 ;;      Robert S. Boyer <boyer@cs.utexas.edu>