aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 67ff0d92079..b5d7984c04f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,12 @@
12010-08-06 Jürgen Hötzel <juergen@archlinux.org> 12010-08-06 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-start-file-process ): Set connection
4 property "vec".
5 (tramp-process-sentinel): Use it for flushing the cache. We
6 cannot do it via the process buffer, the buffer could be deleted
7 already when running the sentinel.
8
92010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2 10
3 * comint.el (comint-mode): Make directory tracking functions 11 * comint.el (comint-mode): Make directory tracking functions
4 functional on remote files. (Bug#6764) 12 functional on remote files. (Bug#6764)