emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog vc.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc.el
Date: Sat, 21 Mar 2009 15:39:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/03/21 15:39:13

Modified files:
        lisp           : ChangeLog vc.el 

Log message:
        (Todo): Add note on simplifying vc-register.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15510&r2=1.15511
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc.el?cvsroot=emacs&r1=1.714&r2=1.715

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15510
retrieving revision 1.15511
diff -u -b -r1.15510 -r1.15511
--- ChangeLog   21 Mar 2009 14:03:06 -0000      1.15510
+++ ChangeLog   21 Mar 2009 15:39:10 -0000      1.15511
@@ -1,3 +1,7 @@
+2009-03-21  Dan Nicolaescu  <address@hidden>
+
+       * vc.el (Todo): Add note on simplifying vc-register.
+
 2009-03-21  Eli Zaretskii  <address@hidden>
 
        * eshell/em-ls.el (eshell-ls-dir): Call

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -b -r1.714 -r1.715
--- vc.el       15 Mar 2009 08:58:05 -0000      1.714
+++ vc.el       21 Mar 2009 15:39:12 -0000      1.715
@@ -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.
 ;;




reply via email to

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