diff lisp/ChangeLog @ 71791:6d32f7f6fd3a NewVC-fileset-BASE

* vc.el (vc-exec-after): Don't delete process manually. (vc-print-log): Run log-view-mode in process sentinel inside inhibit-read-only. Don't shrink window due to timing issues.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 11 Jul 2006 18:39:32 +0000
parents 8a30c071b5fb
children 205070e11ae3
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 11 16:39:50 2006 +0000
+++ b/lisp/ChangeLog	Tue Jul 11 18:39:32 2006 +0000
@@ -1,5 +1,9 @@
 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
 
+	* vc.el (vc-exec-after): Don't delete process manually.
+	(vc-print-log): Run log-view-mode in process sentinel inside
+	inhibit-read-only.  Don't shrink window due to timing issues.
+
 	* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
 	using with-output-to-temp-buffer, which clobbers local vars.