diff lisp/ChangeLog @ 84586:3048d1b37570

(vc-process-sentinel): New function. (vc-exec-after): Use it instead of using ugly hackish analysis and construction of Elisp code. (vc-sentinel-movepoint): New dynamically scoped var. (vc-print-log, vc-annotate): Set it to move the user's point.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 15 Sep 2007 22:25:55 +0000
parents 1c7fc1a1f0b9
children c394c5c0055a
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 15 21:27:19 2007 +0000
+++ b/lisp/ChangeLog	Sat Sep 15 22:25:55 2007 +0000
@@ -1,5 +1,11 @@
 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* vc.el (vc-process-sentinel): New function.
+	(vc-exec-after): Use it instead of using ugly hackish analysis and
+	construction of Elisp code.
+	(vc-sentinel-movepoint): New dynamically scoped var.
+	(vc-print-log, vc-annotate): Set it to move the user's point.
+
 	* vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
 	inhibit-modification-hooks.