comparison lisp/log-view.el @ 34304:dd613770eb0f

Fix copyright years.
author Dave Love <fx@gnu.org>
date Wed, 06 Dec 2000 20:24:23 +0000
parents 49e8918cab44
children 45a589a4c480
comparison
equal deleted inserted replaced
34303:19d808b1f586 34304:dd613770eb0f
1 ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output 1 ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output
2 2
3 ;; Copyright (C) 1999-2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@cs.yale.edu> 5 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
6 ;; Keywords: rcs sccs cvs log version-control 6 ;; Keywords: rcs sccs cvs log version-control
7 ;; Version: $Name: $ 7 ;; Version: $Name: $
8 ;; Revision: $Id: log-view.el,v 1.3 2000/05/10 22:22:21 monnier Exp $ 8 ;; Revision: $Id: log-view.el,v 1.4 2000/05/21 02:12:34 monnier Exp $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
170 170
171 (provide 'log-view) 171 (provide 'log-view)
172 172
173 ;;; Change Log: 173 ;;; Change Log:
174 ;; $Log: log-view.el,v $ 174 ;; $Log: log-view.el,v $
175 ;; Revision 1.4 2000/05/21 02:12:34 monnier
176 ;; Fix file description.
177 ;; (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
178 ;; available.
179 ;; (log-view-font-lock-keywords): Only use cvs-filename-face if present.
180 ;; (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
181 ;;
175 ;; Revision 1.3 2000/05/10 22:22:21 monnier 182 ;; Revision 1.3 2000/05/10 22:22:21 monnier
176 ;; (log-view-goto-rev): New function for the new VC. 183 ;; (log-view-goto-rev): New function for the new VC.
177 ;; (log-view-minor-wrap): Use mark-active. 184 ;; (log-view-minor-wrap): Use mark-active.
178 ;; 185 ;;
179 ;; Revision 1.2 2000/03/22 01:10:09 monnier 186 ;; Revision 1.2 2000/03/22 01:10:09 monnier