comparison lisp/ChangeLog @ 102576:ca736f834e8c

(vc-checkin): Add an extra argument for the VC backend, pass it down to vc-start-logentry. (vc-next-action, vc-transfer-file): Pass the VC backend to vc-checkin.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 15 Mar 2009 08:54:00 +0000
parents 7787d540233a
children a4d2ede95fbd
comparison
equal deleted inserted replaced
102575:19d1ace1f9eb 102576:ca736f834e8c
1 2009-03-15 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-checkin): Add an extra argument for the VC backend,
4 pass it down to vc-start-logentry.
5 (vc-next-action, vc-transfer-file): Pass the VC backend to
6 vc-checkin.
7
1 2009-03-15 Chong Yidong <cyd@stupidchicken.com> 8 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * files.el (get-free-disk-space): Ensure that default-directory is 10 * files.el (get-free-disk-space): Ensure that default-directory is
4 usable before calling call-process. Suggested by Kevin 11 usable before calling call-process. Suggested by Kevin
5 Ryde (Bug#2631). 12 Ryde (Bug#2631).