diff options
| author | Andreas Schwab | 2002-03-08 19:31:38 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-03-08 19:31:38 +0000 |
| commit | 6b997f08252da383ee044f7b99d8cc17eec6749b (patch) | |
| tree | 5a55fb84195699546227f65878b57aeb73a3a529 | |
| parent | c7ad4937cf111001eb6fa3b9fcd40c1e7bf873e5 (diff) | |
| download | emacs-6b997f08252da383ee044f7b99d8cc17eec6749b.tar.gz emacs-6b997f08252da383ee044f7b99d8cc17eec6749b.zip | |
Change Maintainer to FSF.
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 4 | ||||
| -rw-r--r-- | lisp/textmodes/texinfo.el | 4 | ||||
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 2 |
4 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c65cf9fcd81..cd1700f91cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-03-08 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * textmodes/texinfo.el: Change Maintainer to FSF, as requested by | ||
| 4 | Karl Berry <karl@freefriends.org>. | ||
| 5 | * textmodes/texinfmt.el: Likewise. | ||
| 6 | * textmodes/texnfo-upd.el: Likewise. | ||
| 7 | |||
| 1 | 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org> | 8 | 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 9 | ||
| 3 | * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face) | 10 | * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face) |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 1de77246b28..88af6ebb806 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; texinfmt.el --- format Texinfo files into Info files | 1 | ;;; texinfmt.el --- format Texinfo files into Info files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, |
| 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001 | 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: maint, tex, docs | 8 | ;; Keywords: maint, tex, docs |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 6d963afe5b1..a7c06764c48 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; texinfo.el --- major mode for editing Texinfo files | 1 | ;;; texinfo.el --- major mode for editing Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, '88, '89, '90, '91, '01, | 3 | ;; Copyright (C) 1985, '88, '89, '90, '91, '01, |
| 4 | ;; '92, '93, '96, '97, 2000 Free Software Foundation, Inc. | 4 | ;; '92, '93, '96, '97, 2000, 2002 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Date: [See date below for texinfo-version] | 7 | ;; Date: [See date below for texinfo-version] |
| 8 | ;; Maintainer: bug-texinfo@gnu.org | 8 | ;; Maintainer: FSF |
| 9 | ;; Keywords: maint, tex, docs | 9 | ;; Keywords: maint, tex, docs |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 43a6f0d0ac0..a9fa34931a8 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert J. Chassell | 5 | ;; Author: Robert J. Chassell |
| 6 | ;; Maintainer: bug-texinfo@gnu.org | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: maint, tex, docs | 7 | ;; Keywords: maint, tex, docs |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |