comparison lisp/ChangeLog @ 101718:e5e2e4109ea1

(vc-dir-mode): Fix docstring.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 31 Jan 2009 18:38:56 +0000
parents 3f1db2aeea5a
children 02a61aa59953
comparison
equal deleted inserted replaced
101717:3f1db2aeea5a 101718:e5e2e4109ea1
11 11
12 * vc-dir.el (vc-dir-mouse-map): 12 * vc-dir.el (vc-dir-mouse-map):
13 (vc-default-dir-printer): 13 (vc-default-dir-printer):
14 (vc-dir-find-file-other-window): Undo previous change, it breaks 14 (vc-dir-find-file-other-window): Undo previous change, it breaks
15 the behavior of mouse-2. 15 the behavior of mouse-2.
16 (vc-dir-mode): Fix docstring.
16 17
17 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p 18 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
18 logic, it makes the makes the normal case too slow. 19 logic, it makes the makes the normal case too slow.
19 20
20 2009-01-31 Eli Zaretskii <eliz@gnu.org> 21 2009-01-31 Eli Zaretskii <eliz@gnu.org>