emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104897: * vc/vc.el (vc-modify-change


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104897: * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
Date: Sun, 03 Jul 2011 03:15:38 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104897
fixes bug(s): http://debbugs.gnu.org/6197
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-03 03:15:38 +0200
message:
  * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
  for consistency with the other vc buffers (bug#6197).
  (vc-checkin): Ditto.
modified:
  lisp/ChangeLog
  lisp/vc/vc-arch.el
  lisp/vc/vc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-03 00:59:01 +0000
+++ b/lisp/ChangeLog    2011-07-03 01:15:38 +0000
@@ -1,5 +1,11 @@
 2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
+       for consistency with the other vc buffers (bug#6197).
+       (vc-checkin): Ditto.
+
+       * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
+
        * longlines.el (longlines-mode): Document what ARG does (bug#6150).
 
 2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>

=== modified file 'lisp/vc/vc-arch.el'
--- a/lisp/vc/vc-arch.el        2011-01-26 08:36:39 +0000
+++ b/lisp/vc/vc-arch.el        2011-07-03 01:15:38 +0000
@@ -39,7 +39,7 @@
 
 ;; Bugs:
 
-;; - *VC-log*'s initial content lacks the `Summary:' lines.
+;; - *vc-log*'s initial content lacks the `Summary:' lines.
 ;; - All files under the tree are considered as "under Arch's control"
 ;;   without regards to =tagging-method and such.
 ;; - Files are always considered as `edited'.

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2011-06-26 19:34:17 +0000
+++ b/lisp/vc/vc.el     2011-07-03 01:15:38 +0000
@@ -620,7 +620,7 @@
 ;;   buffer, if one is present, instead of adding to the ChangeLog.
 ;;
 ;; - When vc-next-action calls vc-checkin it could pre-fill the
-;;   *VC-log* buffer with some obvious items: the list of files that
+;;   *vc-log* buffer with some obvious items: the list of files that
 ;;   were added, the list of files that were removed.  If the diff is
 ;;   available, maybe it could even call something like
 ;;   `diff-add-change-log-entries-other-window' to create a detailed
@@ -1414,7 +1414,7 @@
    (vc-start-logentry
     files comment initial-contents
     "Enter a change comment."
-    "*VC-log*"
+    "*vc-log*"
     (lambda ()
       (vc-call-backend backend 'log-edit-mode))
     (lexical-let ((rev rev))
@@ -1876,7 +1876,7 @@
     (vc-start-logentry
      files oldcomment t
      "Enter a replacement change comment."
-     "*VC-log*"
+     "*vc-log*"
      (lambda () (vc-call-backend backend 'log-edit-mode))
      (lexical-let ((rev rev))
        (lambda (files comment)


reply via email to

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