Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
71790:8a30c071b5fb | 71791:6d32f7f6fd3a |
---|---|
1 2006-07-11 Chong Yidong <cyd@stupidchicken.com> | 1 2006-07-11 Chong Yidong <cyd@stupidchicken.com> |
2 | |
3 * vc.el (vc-exec-after): Don't delete process manually. | |
4 (vc-print-log): Run log-view-mode in process sentinel inside | |
5 inhibit-read-only. Don't shrink window due to timing issues. | |
2 | 6 |
3 * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid | 7 * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid |
4 using with-output-to-temp-buffer, which clobbers local vars. | 8 using with-output-to-temp-buffer, which clobbers local vars. |
5 | 9 |
6 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | 10 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> |