emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/log-view.el [EMACS_21_1_RC]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el [EMACS_21_1_RC]
Date: Fri, 04 Jul 2003 17:06:22 -0400

Index: emacs/lisp/log-view.el
diff -c emacs/lisp/log-view.el:1.6.14.1 emacs/lisp/log-view.el:1.6.14.2
*** emacs/lisp/log-view.el:1.6.14.1     Sun Jan 19 02:03:18 2003
--- emacs/lisp/log-view.el      Fri Jul  4 17:06:22 2003
***************
*** 1,10 ****
  ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output
  
! ;; Copyright (C) 1999, 2000  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: rcs sccs cvs log version-control
! ;; Revision: $Id: log-view.el,v 1.6.14.1 2003/01/19 07:03:18 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 1,10 ----
  ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output
  
! ;; Copyright (C) 1999, 2000, 2003  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: rcs sccs cvs log version-control
! ;; Revision: $Id: log-view.el,v 1.6.14.2 2003/07/04 21:06:22 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 80,86 ****
          "\\|SCCS/s\\.\\(.+\\):"
          "\\)\n"))
  ;; In RCS, a locked revision will look like "revision N.M\tlocked by: FOO".
! (defconst log-view-message-re "^\\(revision \\([.0-9]+\\)\\(?:\t.*\\)?\\|rev 
\\([0-9]+\\):  .*\\|D \\([.0-9]+\\) .*\\)$")
  
  (defconst log-view-font-lock-keywords
    `((,log-view-file-re
--- 80,86 ----
          "\\|SCCS/s\\.\\(.+\\):"
          "\\)\n"))
  ;; In RCS, a locked revision will look like "revision N.M\tlocked by: FOO".
! (defconst log-view-message-re "^\\(revision \\([.0-9]+\\)\\(?:\t.*\\)?\\|D 
\\([.0-9]+\\) .*\\)$")
  
  (defconst log-view-font-lock-keywords
    `((,log-view-file-re
***************
*** 172,177 ****
--- 172,181 ----
  
  ;;; Change Log:
  ;; $Log: log-view.el,v $
+ ;; Revision 1.6.14.2  2003/07/04 21:06:22  monnier
+ ;; (log-view-message-re): Remove Subversion support, mistakenly added
+ ;; without updating the rest of the code.
+ ;;
  ;; Revision 1.6.14.1  2003/01/19 07:03:18  spiegel
  ;; (log-view-message-re): The rev might be locked.
  ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]