diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6476ca1df5..27e66a84f86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-08-05 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-handle-dired-uncache): Flush directory | ||
| 4 | cache, not only file cache. | ||
| 5 | (tramp-process-sentinel): New defun. | ||
| 6 | (tramp-handle-start-file-process): Use it, in order to invalidate | ||
| 7 | file caches. | ||
| 8 | |||
| 1 | 2010-08-03 Leo <sdl.web@gmail.com> | 9 | 2010-08-03 Leo <sdl.web@gmail.com> |
| 2 | 10 | ||
| 3 | * server.el (server-start): Simplify loop. | 11 | * server.el (server-start): Simplify loop. |