]> git.eshelyaron.com Git - emacs.git/commitdiff
(Todo): Add note on simplifying vc-register.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 21 Mar 2009 15:39:10 +0000 (15:39 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 21 Mar 2009 15:39:10 +0000 (15:39 +0000)
lisp/ChangeLog
lisp/vc.el

index 014ed32c26fb79f5488f38c5f331bca5c341969d..7833246d5e880bdda3a2f8796b6182804606f121 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (Todo): Add note on simplifying vc-register.
+
 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
 
        * eshell/em-ls.el (eshell-ls-dir): Call
index e785f3fb9cad24174dc176437234e03940daaea9..6d1242b7640b4f28fa7f5cfce215a6a53625e81a 100644 (file)
 ;;   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.
 ;;