comparison lisp/ChangeLog @ 93382:8e46096e0cb3

* vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert. (vc-status-refresh): Create a temporary buffer and call the `dir-status' backend function from that buffer. * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer. (vc-bzr-after-dir-status): Don't kill the buffer. * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer. (vc-cvs-after-dir-status): Don't kill the buffer. * vc-git.el (vc-git-dir-status): Don't create a buffer. (vc-git-after-dir-status-stage2): Don't kill the buffer. * vc-hg.el (vc-hg-dir-status): Don't create a buffer. (vc-hg-after-dir-status): Don't kill the buffer. * vc-svn.el (vc-svn-dir-status): Don't create a buffer. (vc-svn-after-dir-status): Don't kill the buffer.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 29 Mar 2008 05:34:52 +0000
parents e6a15031fc81
children 957e9cfa8cd5
comparison
equal deleted inserted replaced
93381:e6a15031fc81 93382:8e46096e0cb3
1 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu> 1 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding 3 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4 the current backend. 4 the current backend.
5
6 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
7 (vc-status-refresh): Create a temporary buffer and call the
8 `dir-status' backend function from that buffer.
9
10 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11 (vc-bzr-after-dir-status): Don't kill the buffer.
12
13 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14 (vc-cvs-after-dir-status): Don't kill the buffer.
15
16 * vc-git.el (vc-git-dir-status): Don't create a buffer.
17 (vc-git-after-dir-status-stage2): Don't kill the buffer.
18
19 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
20 (vc-hg-after-dir-status): Don't kill the buffer.
21
22 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
23 (vc-svn-after-dir-status): Don't kill the buffer.
5 24
6 2008-03-29 Glenn Morris <rgm@gnu.org> 25 2008-03-29 Glenn Morris <rgm@gnu.org>
7 26
8 * calendar/calendar.el (diary-file, american-date-diary-pattern) 27 * calendar/calendar.el (diary-file, american-date-diary-pattern)
9 (european-date-diary-pattern,european-calendar-display-form) 28 (european-date-diary-pattern,european-calendar-display-form)