]> git.eshelyaron.com Git - emacs.git/commitdiff
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 c9313563650f4aa131c061271364194ddc9b0c5b..b8c3470d508b9220c1b28dd93e3ca81f5f1fb96b 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 5292c09bf661702fb35f919df372d970b7c767a1..fda580feb993b8ff0032036daeb751dc957205c9 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 09dbba18c86cad3b8b76f9fcffdcac4c2be94b4c..2c1ceae86c2b3ce805cb7179af0ca98c9373b635 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 6627c20a7bf165a7b64535882084157febd38131..a6ed0734f1dcebc699a16d09778b9cc8b0f3fbb7 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 187bacc826e0457bec628ee7aa2554a5c4a24b00..50f919e12cc08cd0b373cb70a7351943a6ad3b13 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 7e7f24cd8ec42457b4a0ae031aacda1d7f51ac20..5ab3ccb76150e24dfe5cae20f62da4a47500542f 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 fca1188789fbc5ee4fb53053f365f703bbdbca18..6158889b3cd03e1222dfb56940dd3bfcedbb3c46 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 2bd9451f5d59c16d84fc5473a43bfafc9464ccd0..824cdbf013a9486585e1fcf2ff4eac3bbcd656b9 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 23653e54e14359cfd72e77ee1e238c420c88ac3e..992eac52c4a714c76aacd8da38df7c022f0eb65b 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 bbefaaca5f99ecbbe12eab373e92d7c0d0a11337..2420c0b3596c66b6ff4170c7b886c93d4a53f1fb 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 6cd27cafb3ba43c9e952fa7a9ca5ae3f0b7da026..7d28d7177e28922a8000480061455615074c27dc 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 cfd323cd5ed8eea53aa4fded01e31082c18dc418..ef227bd66bb7ab2efc158a00ec824dcbacf93153 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 991e3e7a5d25279de2be36099f29520dca1421b2..5cd36fc9af2010b386821163f1fb6bcf357ccfae 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 538fbac4e941c499de4c2d91d0f9721b82437873..cf19b049799f5e3e1ee660067b14313bccf33c49 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 d773cb79ab77e3a7aa1d7831fc35347a963d4e7a..3180be4d68b826acd8849c6f8d6e55aa31bcedbc 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 77fce64f94b5de6dc53aa6a08af27254f8bb140f..cb1706fdf719934cce73e5da25a6f8e5b94fd2aa 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 50af83bf3b257d657de97e62358f69503f91647e..ec50fa9c154b404d0a5a3cbda8af6fe42d2ad8ae 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 8f2d2006733a9b52175a4afe4402ae0c319b3a6b..2b954c53d98730e1bd126c59a2ece410b20b4a58 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 d27a84543d6c5be454fcaa1394fe4b62b2657cfb..cce43a5dcabf2867f708013629b6e271c2d194ff 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 19dcec62d12cfb417ee27d1ab0809e75980c0f73..2c61de1f03b6b9f145a93b8822d5ec0a85d4717e 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 a2887f82792f7faf7c406857607353de1b5d6956..13d1d9adb6f4b437f3c1b001a5e90a51e746db40 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 5434a5f331735349552bbcc9a9ba9c479cc8c37b..0b86784807da2ee445586bf12fce2e1da45ebe3a 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 0acd44b6a6a43362124e93d1ee07af686d798b4c..1cbb1f425063e6cb2e2de2215a895a220fb564ad 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 674f0433366d277d02aae37130b4cdfb23c6920c..c83327cb4e81bbb8f511ba90c68b89c1491a437e 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 f42663c9faf037fec823f7584b51b6a7af3fff28..165a575ac43465eb2a1fc00a098b92dccaaa19d4 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 3ebf3fea4f73b90d1b793f97c4c442e8b07f5f3b..81cadf107f2eba8220fe4452941aaf97bfdcb1cf 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 fcf0592c80e89488f30968853d6503dc0e7645df..cc52cfbb99b76f276d4ae5d36a3496eef5d99b0c 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>