# HG changeset patch # User Dan Nicolaescu # Date 1237649950 0 # Node ID 23b4a00cba9004ee0ddd7828bb93351ca8ac4807 # Parent eed7a048bd371668a3b379501821046c106594ed (Todo): Add note on simplifying vc-register. diff -r eed7a048bd37 -r 23b4a00cba90 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 21 14:03:06 2009 +0000 +++ b/lisp/ChangeLog Sat Mar 21 15:39:10 2009 +0000 @@ -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 -r eed7a048bd37 -r 23b4a00cba90 lisp/vc.el --- a/lisp/vc.el Sat Mar 21 14:03:06 2009 +0000 +++ b/lisp/vc.el Sat Mar 21 15:39:10 2009 +0000 @@ -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. ;;