comparison lisp/ChangeLog @ 87932:f3fd12e0dddd

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 24 Jan 2008 08:54:00 +0000
parents f3349840ec44
children a0db223cb682
comparison
equal deleted inserted replaced
87931:9f4909ced989 87932:f3fd12e0dddd
1 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * vc.el (vc-process-filter): Do nothing if buffer not live.
4 (vc-diff-finish): Rename from vc-diff-sentinel.
5 No longer take REV1-NAME and REV2-NAME.
6 Instead, take BUFFER-NAME. Do nothing if buffer not live.
7 Don't do window resize if no window displays buffer.
8 (vc-diff-internal): Use vc-diff-finish.
9
1 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu> 10 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * vc.el: Add a TODO item about missing files. 12 * vc.el: Add a TODO item about missing files.
4 (vc-exec-after): Add a tooltip to the new mode-line item. 13 (vc-exec-after): Add a tooltip to the new mode-line item.
5
6 14
7 2008-01-24 Glenn Morris <rgm@gnu.org> 15 2008-01-24 Glenn Morris <rgm@gnu.org>
8 16
9 * t-mouse.el (gpm-mouse-start): Declare as a function. 17 * t-mouse.el (gpm-mouse-start): Declare as a function.
10 18