diff options
author | Dave Love <fx@gnu.org> | 2000-12-06 20:24:23 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-12-06 20:24:23 +0000 |
commit | e7cff5504bbbbd5bab5482101c648f1ea7624ef8 (patch) | |
tree | d454ed349e5262ff1b7013819b76e4d44ae7eceb /lisp | |
parent | fbee3231d084a7f0a94918678584600a4e41624d (diff) | |
download | emacs-e7cff5504bbbbd5bab5482101c648f1ea7624ef8.tar.gz |
Fix copyright years.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cvs-status.el | 14 | ||||
-rw-r--r-- | lisp/emacs-lisp/ewoc.el | 2 | ||||
-rw-r--r-- | lisp/log-edit.el | 4 | ||||
-rw-r--r-- | lisp/log-view.el | 11 | ||||
-rw-r--r-- | lisp/pcvs-defs.el | 4 | ||||
-rw-r--r-- | lisp/pcvs-info.el | 4 | ||||
-rw-r--r-- | lisp/pcvs-parse.el | 4 | ||||
-rw-r--r-- | lisp/pcvs-util.el | 6 | ||||
-rw-r--r-- | lisp/pcvs.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/ada-prj.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/cc-cmds.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-compat.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-defs.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-engine.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-menus.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-mode.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-styles.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-vars.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/ebrowse.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/idlwave.el | 4 | ||||
-rw-r--r-- | lisp/rsz-mini.el | 4 | ||||
-rw-r--r-- | lisp/whitespace.el | 2 |
23 files changed, 53 insertions, 36 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index c13d1cb18f5..1d7921edb04 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el @@ -1,11 +1,11 @@ ;;; cvs-status.el --- Major mode for browsing `cvs status' output -;; Copyright (C) 1999-2000 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs cvs status tree ;; Version: $Name: $ -;; Revision: $Id: cvs-status.el,v 1.7 2000/09/29 02:19:10 monnier Exp $ +;; Revision: $Id: cvs-status.el,v 1.8 2000/11/06 07:01:10 monnier Exp $ ;; This file is part of GNU Emacs. @@ -517,6 +517,16 @@ Optional prefix ARG chooses between two representations." ;;; Change Log: ;; $Log: cvs-status.el,v $ +;; Revision 1.8 2000/11/06 07:01:10 monnier +;; (cvs-tree-merge): Use cvs-butlast (avoid CL). +;; (cvs-status-get-tags): Fix regexp. +;; (cvs-status-trees, cvs-status-cvstrees): +;; Combine after change hooks and don't sit-for. +;; (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready. +;; (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*. +;; Use make-char rather than hard-coded cryptic data. +;; (cvs-status-cvstrees): Convert the buffer to multibyte if necessary. +;; ;; Revision 1.7 2000/09/29 02:19:10 monnier ;; (cvs-status-entry-leader-re): Minor fix. ;; diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index dc8c3b6d2c1..a83dc0415b2 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el @@ -1,6 +1,6 @@ ;;; ewoc.el -- Utility to maintain a view of a list of objects in a buffer -;; Copyright (C) 1991-2000 Free Software Foundation +;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation ;; Author: Per Cederqvist <ceder@lysator.liu.se> ;; Inge Wallin <inge@lysator.liu.se> diff --git a/lisp/log-edit.el b/lisp/log-edit.el index 824eaae3f0e..a5ca3b641ac 100644 --- a/lisp/log-edit.el +++ b/lisp/log-edit.el @@ -1,11 +1,11 @@ ;;; log-edit.el --- Major mode for editing CVS commit messages -;; Copyright (C) 1999-2000 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs cvs commit log ;; Version: $Name: $ -;; Revision: $Id: log-edit.el,v 1.10 2000/11/03 20:12:09 monnier Exp $ +;; Revision: $Id: log-edit.el,v 1.11 2000/11/06 07:01:36 monnier Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/log-view.el b/lisp/log-view.el index e2460ce0529..c94f5e96f2e 100644 --- a/lisp/log-view.el +++ b/lisp/log-view.el @@ -1,11 +1,11 @@ ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output -;; Copyright (C) 1999-2000 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: rcs sccs cvs log version-control ;; Version: $Name: $ -;; Revision: $Id: log-view.el,v 1.3 2000/05/10 22:22:21 monnier Exp $ +;; Revision: $Id: log-view.el,v 1.4 2000/05/21 02:12:34 monnier Exp $ ;; This file is part of GNU Emacs. @@ -172,6 +172,13 @@ ;;; Change Log: ;; $Log: log-view.el,v $ +;; Revision 1.4 2000/05/21 02:12:34 monnier +;; Fix file description. +;; (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not +;; available. +;; (log-view-font-lock-keywords): Only use cvs-filename-face if present. +;; (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present. +;; ;; Revision 1.3 2000/05/10 22:22:21 monnier ;; (log-view-goto-rev): New function for the new VC. ;; (log-view-minor-wrap): Use mark-active. diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 0ab2b6b72b9..a277415c787 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el @@ -1,11 +1,11 @@ ;;; pcvs-defs.el --- variable definitions for PCL-CVS -;; Copyright (C) 1991-2000 Free Software Foundation, Inc. +;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs ;; Version: $Name: $ -;; Revision: $Id: pcvs-defs.el,v 1.5 2000/06/13 19:06:07 fx Exp $ +;; Revision: $Id: pcvs-defs.el,v 1.6 2000/11/06 06:56:03 monnier Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el index a1e09a70e0d..3dc818e81c0 100644 --- a/lisp/pcvs-info.el +++ b/lisp/pcvs-info.el @@ -1,11 +1,11 @@ ;;; pcvs-info.el --- Internal representation of a fileinfo entry -;; Copyright (C) 1991-2000 Free Software Foundation, Inc. +;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs ;; Version: $Name: $ -;; Revision: $Id: pcvs-info.el,v 1.3 2000/06/12 04:37:50 monnier Exp $ +;; Revision: $Id: pcvs-info.el,v 1.4 2000/11/12 16:52:53 monnier Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el index 4cce7830f14..b019472e748 100644 --- a/lisp/pcvs-parse.el +++ b/lisp/pcvs-parse.el @@ -1,11 +1,11 @@ ;;; pcvs-parse.el --- The CVS output parser -;; Copyright (C) 1991-2000 Free Software Foundation, Inc. +;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs ;; Version: $Name: $ -;; Revision: $Id: pcvs-parse.el,v 1.2 2000/03/22 02:56:53 monnier Exp $ +;; Revision: $Id: pcvs-parse.el,v 1.3 2000/06/11 22:30:49 monnier Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el index 8310ea87c69..7d81738d7e8 100644 --- a/lisp/pcvs-util.el +++ b/lisp/pcvs-util.el @@ -1,11 +1,11 @@ -;;; pcvs-util.el --- Utitlity functions for pcl-cvs +;;; pcvs-util.el --- Utitlity functions for pcl-cvs -*- byte-compile-dynamic: t -*- -;; Copyright (C) 1998-2000 Free Software Foundation, Inc. +;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs ;; Version: $Name: $ -;; Revision: $Id: pcvs-util.el,v 1.4 2000/08/06 09:18:02 gerd Exp $ +;; Revision: $Id: pcvs-util.el,v 1.5 2000/11/06 06:54:16 monnier Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 2edc266e253..97785a63623 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el @@ -1,6 +1,6 @@ ;;; pcvs.el -- A Front-end to CVS. -;; Copyright (C) 1991-2000 Free Software Foundation, Inc. +;; Copyright (C) 1991, 92, 93, 94, 95, 95, 97, 98, 99, 2000 Free Software Foundation, Inc. ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com ;; (Per Cederqvist) ceder@lysator.liu.se @@ -14,7 +14,7 @@ ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu ;; Keywords: CVS, version control, release management ;; Version: $Name: $ -;; Revision: $Id: pcvs.el,v 1.17 2000/11/09 23:55:05 monnier Exp $ +;; Revision: $Id: pcvs.el,v 1.18 2000/11/21 20:47:49 monnier Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index 7dc38e74e2a..b5ff7833222 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el @@ -1,9 +1,9 @@ ;;; @(#) ada-prj.el --- Easy editing of project files for the ada-mode -;; Copyright (C) 1998-1999 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. ;; Author: Emmanuel Briot <briot@gnat.com> -;; Ada Core Technologies's version: $Revision: 1.44 $ +;; Ada Core Technologies's version: $Revision: 1.3 $ ;; Keywords: languages, ada, project file ;; This file is not part of GNU Emacs. diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index da5e309700d..cc5c3b9f9ce 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el @@ -1,6 +1,6 @@ ;;; cc-cmds.el --- user level commands for CC Mode -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/cc-compat.el b/lisp/progmodes/cc-compat.el index 44ab7acbcad..98ba4bea3f6 100644 --- a/lisp/progmodes/cc-compat.el +++ b/lisp/progmodes/cc-compat.el @@ -1,6 +1,6 @@ ;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 67e11e5d65a..d7213d03469 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -1,6 +1,6 @@ ;;; cc-defs.el --- compile time definitions for CC Mode -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index f857264e0ff..a2ed75e1520 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -1,6 +1,6 @@ ;;; cc-engine.el --- core syntax guessing engine for CC mode -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index 9bfe6ee3098..3cd67c67bdb 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el @@ -1,6 +1,6 @@ ;;; cc-menus.el --- imenu support for CC Mode -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 07a1f412441..a3750bf082b 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -1,6 +1,6 @@ ;;; cc-mode.el --- major mode for editing C, C++, Objective-C, and Java code -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index 3707d091d55..3ce24cfa3bd 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el @@ -1,6 +1,6 @@ ;;; cc-styles.el --- support for styles in CC Mode -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index a5cde4e96ba..e7f84f49110 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -1,6 +1,6 @@ ;;; cc-vars.el --- user customization variables for CC Mode -;; Copyright (C) 1985,1987,1992-2000 Free Software Foundation, Inc. +;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Authors: 2000- Martin Stjernholm ;; 1998-1999 Barry A. Warsaw and Martin Stjernholm diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index f6f137e4631..e767bfd831d 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -1,6 +1,6 @@ ;;; ebrowse.el --- Emacs C++ class browser & tags facility -;; Copyright (C) 1992-1999, 2000 Free Software Foundation Inc. +;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: FSF diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 07d703e6efa..40ca0df6297 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -1,12 +1,12 @@ ;;; idlw-shell.el --- Run IDL or WAVE as an inferior process of Emacs. -;; Copyright (c) 1994-1996 Chris Chase +;; Copyright (c) 1994, 1995, 1996 Chris Chase ;; Copyright (c) 1999 Carsten Dominik ;; Copyright (c) 1999, 2000 Free Software Foundation ;; Author: Chris Chase <chase@att.com> ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> ;; Version: 4.2 -;; Date: $Date: 2000/06/20 12:49:42 $ +;; Date: $Date: 2000/08/07 15:04:18 $ ;; Keywords: processes ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index ad1205c2237..9bb1c4d27ea 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -1,12 +1,12 @@ ;;; idlwave.el --- IDL and WAVE CL editing mode for GNU Emacs -;; Copyright (c) 1994-1997 Chris Chase +;; Copyright (c) 1994, 1995, 1997 Chris Chase ;; Copyright (c) 1999 Carsten Dominik ;; Copyright (c) 1999, 2000 Free Software Foundation ;; Author: Chris Chase <chase@att.com> ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> ;; Version: 4.2 -;; Date: $Date: 2000/06/15 17:58:23 $ +;; Date: $Date: 2000/06/20 12:49:47 $ ;; Keywords: languages ;; This file is part of the GNU Emacs. diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el index e6285723d09..73f83a3fb54 100644 --- a/lisp/rsz-mini.el +++ b/lisp/rsz-mini.el @@ -1,13 +1,13 @@ ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents -;; Copyright (C) 1990, 1993-1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1993, 1994, 1995, 1997 Free Software Foundation, Inc. ;; Author: Noah Friedman <friedman@splode.com> ;; Roland McGrath <roland@gnu.org> ;; Maintainer: Noah Friedman <friedman@splode.com> ;; Keywords: minibuffer, window, frame, display -;; $Id: rsz-mini.el,v 1.2 1999/09/13 13:00:24 gerd Exp $ +;; $Id: rsz-mini.el,v 1.27 1999/09/13 20:49:05 gerd Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/whitespace.el b/lisp/whitespace.el index ca2813985e1..014e87eba2c 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -1,6 +1,6 @@ ;;; whitespace.el --- Warn about and clean bogus whitespaces in the file. -;; Copyright (C) 1999-2000 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> ;; Keywords: convenience |