comparison lisp/cvs-status.el @ 34304:dd613770eb0f

Fix copyright years.
author Dave Love <fx@gnu.org>
date Wed, 06 Dec 2000 20:24:23 +0000
parents c08a986392cd
children 45a589a4c480
comparison
equal deleted inserted replaced
34303:19d808b1f586 34304:dd613770eb0f
1 ;;; cvs-status.el --- Major mode for browsing `cvs status' output 1 ;;; cvs-status.el --- Major mode for browsing `cvs status' 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: pcl-cvs cvs status tree 6 ;; Keywords: pcl-cvs cvs status tree
7 ;; Version: $Name: $ 7 ;; Version: $Name: $
8 ;; Revision: $Id: cvs-status.el,v 1.7 2000/09/29 02:19:10 monnier Exp $ 8 ;; Revision: $Id: cvs-status.el,v 1.8 2000/11/06 07:01:10 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
515 515
516 (provide 'cvs-status) 516 (provide 'cvs-status)
517 517
518 ;;; Change Log: 518 ;;; Change Log:
519 ;; $Log: cvs-status.el,v $ 519 ;; $Log: cvs-status.el,v $
520 ;; Revision 1.8 2000/11/06 07:01:10 monnier
521 ;; (cvs-tree-merge): Use cvs-butlast (avoid CL).
522 ;; (cvs-status-get-tags): Fix regexp.
523 ;; (cvs-status-trees, cvs-status-cvstrees):
524 ;; Combine after change hooks and don't sit-for.
525 ;; (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready.
526 ;; (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*.
527 ;; Use make-char rather than hard-coded cryptic data.
528 ;; (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
529 ;;
520 ;; Revision 1.7 2000/09/29 02:19:10 monnier 530 ;; Revision 1.7 2000/09/29 02:19:10 monnier
521 ;; (cvs-status-entry-leader-re): Minor fix. 531 ;; (cvs-status-entry-leader-re): Minor fix.
522 ;; 532 ;;
523 ;; Revision 1.6 2000/08/16 20:46:32 monnier 533 ;; Revision 1.6 2000/08/16 20:46:32 monnier
524 ;; *** empty log message *** 534 ;; *** empty log message ***