comparison 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
comparison
equal deleted inserted replaced
81738:0331b2ad0e55 81739:3651af36c6b6
1 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el (vc-exec-after): Don't move point from the sentinel.
4 Forcefully read all the remaining text in the pipe upon process exit.
5 (vc-annotate-display-autoscale, vc-annotate-lines):
6 Don't stop at the first unrecognized line.
7 (vc-annotate-display-select): Run autoscale after the process is done
8 since it depends on the whole result.
9
1 2007-07-07 Eli Zaretskii <eliz@gnu.org> 10 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2 11
3 * term/w32-win.el (menu-bar-open): New function. 12 * term/w32-win.el (menu-bar-open): New function.
4 Bind <f10> to it. 13 Bind <f10> to it.
5 14