From bd924903e91949cf43df531da26b11c1bcd4122f Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 21 Mar 2009 15:39:10 +0000 Subject: [PATCH] (Todo): Add note on simplifying vc-register. --- lisp/ChangeLog | 4 ++++ lisp/vc.el | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 014ed32c26f..7833246d5e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-03-21 Dan Nicolaescu + + * vc.el (Todo): Add note on simplifying vc-register. + 2009-03-21 Eli Zaretskii * eshell/em-ls.el (eshell-ls-dir): Call diff --git a/lisp/vc.el b/lisp/vc.el index e785f3fb9ca..6d1242b7640 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -600,6 +600,11 @@ ;; the two branches. Or you locally add file FOO and then pull a ;; change that also adds a new file FOO, ... ;; +;; - The use of vc-start-logentry in vc-register should be removed. +;; It's a remnant from old times when vc-register had an opportunity +;; to provide a message linked to the file's addition, but nowadays +;; it's just extra baggage that makes the code less readable. +;; ;; - make it easier to write logs. Maybe C-x 4 a should add to the log ;; buffer, if one is present, instead of adding to the ChangeLog. ;;