comparison lisp/ChangeLog @ 94240:9f1f284d17b3

(vc-next-action): Do not consider directories when checking for state compatibility. (vc-transfer-file): Use when not if. (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions. (vc-dir-mark-file): Use them. (vc-deduce-fileset): Also return the backend. (vc-diff-internal): Take as argument the value returned by vc-deduce-fileset instead of just the fileset. (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff) (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback) (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 22 Apr 2008 09:00:14 +0000
parents 4c40dfdeec2f
children db4c1b0641f4
comparison
equal deleted inserted replaced
94239:4c40dfdeec2f 94240:9f1f284d17b3
1 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-next-action): Do not consider directories when
4 checking for state compatibility.
5 (vc-transfer-file): Use when not if.
6 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
7 (vc-dir-mark-file): Use them.
8 (vc-deduce-fileset): Also return the backend.
9 (vc-diff-internal): Take as argument the value returned by
10 vc-deduce-fileset instead of just the fileset.
11 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
14
1 2008-04-22 Tassilo Horn <tassilo@member.fsf.org> 15 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
2 16
3 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use 17 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4 set-window-vscroll but image-scroll-down. Fixes a bug where a 18 set-window-vscroll but image-scroll-down. Fixes a bug where a
5 command following SPC scrolled up again. 19 command following SPC scrolled up again.