* vc/log-view.el: Header fix.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 2 Jun 2013 10:56:54 +0000 (18:56 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 2 Jun 2013 10:56:54 +0000 (18:56 +0800)
lisp/ChangeLog
lisp/vc/log-view.el

index f05378a..70e4212 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * vc/log-view.el: Header fix.
+
 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
 
        * eshell/esh-ext.el (eshell-external-command): Pass args to
index b633b7b..7475a4d 100644 (file)
@@ -1,9 +1,9 @@
-;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output -*- lexical-binding: t -*-
+;;; log-view.el --- Major mode for browsing revision log histories -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: rcs, sccs, cvs, log, vc, tools
+;; Keywords: tools, vc
 
 ;; This file is part of GNU Emacs.
 
 
 ;; Major mode to browse revision log histories.
 ;; Currently supports the format output by:
-;;  RCS, SCCS, CVS, Subversion, and DaRCS.
+;; SCCS, RCS, CVS, Subversion, DaRCS, and Mercurial.
 
 ;; Examples of log output:
 
+;;;; SCCS:
+
 ;;;; RCS/CVS:
 
 ;; ----------------------------
@@ -43,8 +45,6 @@
 ;; Change release version from 21.4 to 22.1 throughout.
 ;; Change development version from 21.3.50 to 22.0.50.
 
-;;;; SCCS:
-
 ;;;; Subversion:
 
 ;; ------------------------------------------------------------------------