Mercurial > emacs
diff lisp/ChangeLog @ 81739:3651af36c6b6
(vc-exec-after): Don't move point from the sentinel.
Forcefully read all the remaining text in the pipe upon process exit.
(vc-annotate-display-autoscale, vc-annotate-lines):
Don't stop at the first unrecognized line.
(vc-annotate-display-select): Run autoscale after the process is done
since it depends on the whole result.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 07 Jul 2007 20:37:19 +0000 |
parents | 0331b2ad0e55 |
children | 8c6a9f107a7e |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 07 11:18:58 2007 +0000 +++ b/lisp/ChangeLog Sat Jul 07 20:37:19 2007 +0000 @@ -1,3 +1,12 @@ +2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca> + + * vc.el (vc-exec-after): Don't move point from the sentinel. + Forcefully read all the remaining text in the pipe upon process exit. + (vc-annotate-display-autoscale, vc-annotate-lines): + Don't stop at the first unrecognized line. + (vc-annotate-display-select): Run autoscale after the process is done + since it depends on the whole result. + 2007-07-07 Eli Zaretskii <eliz@gnu.org> * term/w32-win.el (menu-bar-open): New function.