comparison lisp/ChangeLog @ 104604:c321af690274

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 25 Aug 2009 10:26:16 +0000
parents 2786934ea419
children 850f9373a88a
comparison
equal deleted inserted replaced
104603:d52f81521f32 104604:c321af690274
1 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2
3 * simple.el (process-file-side-effects): New defvar.
4
5 * dired-aux.el (dired-show-file-type):
6 * vc.el (vc-diff-internal):
7 * vc-arch.el (vc-arch-diff):
8 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10 * vc-git.el (vc-git-registered, vc-git-working-revision)
11 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12 (vc-git--empty-db-p):
13 * vc-hooks.el (vc-user-login-name):
14 * vc-svn.el (vc-svn-registered, vc-svn-state)
15 (vc-svn-dir-extra-headers, vc-svn-find-revision):
16 * progmodes/grep.el (grep-probe): Let-bind
17 `process-file-side-effects' with nil.
18
19 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20
21 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
22 daemon. Replace ping by checking for running service for bluez
23 and zeroconf. (Bug#4239)
24
1 2009-08-25 Kevin Ryde <user42@zip.com.au> 25 2009-08-25 Kevin Ryde <user42@zip.com.au>
2 26
3 * net/dig.el (dig): Add autoload cookie. 27 * net/dig.el (dig): Add autoload cookie.
4 28
5 2009-08-25 Glenn Morris <rgm@gnu.org> 29 2009-08-25 Glenn Morris <rgm@gnu.org>