comparison lisp/ChangeLog @ 87939:8b1791fcbc5b

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 24 Jan 2008 13:09:13 +0000
parents 603fbab24035
children d77b6e5ee8af
comparison
equal deleted inserted replaced
87938:bcbe422dacdd 87939:8b1791fcbc5b
15 (vc-diff-finish): Rename from vc-diff-sentinel. 15 (vc-diff-finish): Rename from vc-diff-sentinel.
16 No longer take REV1-NAME and REV2-NAME. 16 No longer take REV1-NAME and REV2-NAME.
17 Instead, take BUFFER-NAME. Do nothing if buffer not live. 17 Instead, take BUFFER-NAME. Do nothing if buffer not live.
18 Don't do window resize if no window displays buffer. 18 Don't do window resize if no window displays buffer.
19 (vc-diff-internal): Use vc-diff-finish. 19 (vc-diff-internal): Use vc-diff-finish.
20
21 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
22 In both cases, convert single call to one wrapped in dolist.
20 23
21 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu> 24 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
22 25
23 * vc.el: Add a TODO item about missing files. 26 * vc.el: Add a TODO item about missing files.
24 (vc-exec-after): Add a tooltip to the new mode-line item. 27 (vc-exec-after): Add a tooltip to the new mode-line item.