Mercurial > emacs
comparison lisp/ChangeLog @ 104127:bd19355318cc
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 02 Aug 2009 17:21:16 +0000 |
parents | 9fb3df55079f |
children | 0bef83c2fc08 |
comparison
equal
deleted
inserted
replaced
104126:5170ba97b7f8 | 104127:bd19355318cc |
---|---|
1 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change) | |
2 | |
3 * net/tramp.el (tramp-debug-message): Print also microseconds. | |
4 | |
5 2009-08-02 Michael Albinus <michael.albinus@gmx.de> | |
6 | |
7 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG | |
8 or END is non-nil. | |
9 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'. | |
10 (tramp-get-debug-buffer): Change `outline-regexp' according to new | |
11 format. | |
12 | |
13 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar. | |
14 (tramp-get-file-property): Use it. | |
15 | |
16 * autorevert.el (auto-revert-handler): Allow | |
17 `auto-revert-tail-mode' for remote files. | |
18 | |
1 2009-08-02 Jason Rumney <jasonr@gnu.org> | 19 2009-08-02 Jason Rumney <jasonr@gnu.org> |
2 | 20 |
3 * minibuffer.el (read-file-name): Treat confirm options to | 21 * minibuffer.el (read-file-name): Treat confirm options to |
4 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969) | 22 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969) |
5 | 23 |