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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el
Date: Fri, 18 Feb 2005 16:56:39 -0500

Index: emacs/lisp/log-view.el
diff -c emacs/lisp/log-view.el:1.18 emacs/lisp/log-view.el:1.19
*** emacs/lisp/log-view.el:1.18 Tue Apr 27 06:42:48 2004
--- emacs/lisp/log-view.el      Fri Feb 18 21:56:38 2005
***************
*** 1,6 ****
  ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output
  
! ;; Copyright (C) 1999, 2000, 2001  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: rcs sccs cvs log version-control
--- 1,6 ----
  ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output
  
! ;; Copyright (C) 1999, 2000, 2001, 2005  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: rcs sccs cvs log version-control
***************
*** 85,91 ****
          "\\|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
--- 85,91 ----
          "\\|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.*\\)?\\|r\\([0-9]+\\) | .* | .*\\|D \\([.0-9]+\\) .*\\)$")
  
  (defconst log-view-font-lock-keywords
    `((,log-view-file-re
***************
*** 206,210 ****
  
  (provide 'log-view)
  
! ;;; arch-tag: 0d64220b-ce7e-4f62-9c2a-6b04c2f81f4f
  ;;; log-view.el ends here
--- 206,210 ----
  
  (provide 'log-view)
  
! ;; arch-tag: 0d64220b-ce7e-4f62-9c2a-6b04c2f81f4f
  ;;; log-view.el ends here




reply via email to

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