comparison lisp/ChangeLog @ 95968:f0936583f93c

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 15 Jun 2008 16:59:25 +0000
parents 054335cbee3d
children 99d2106d02d6
comparison
equal deleted inserted replaced
95967:13aa0133c5af 95968:f0936583f93c
27 27
28 * net/tramp.el (tramp-handle-start-file-process): Clear 28 * net/tramp.el (tramp-handle-start-file-process): Clear
29 modification time of the connection buffer. 29 modification time of the connection buffer.
30 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of 30 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of
31 error. 31 error.
32 (tramp-open-connection-setup-interactive-shell): Flush cache, and
33 restart `tramp-maybe-open-connection' when the remote system has
34 been changed. Throw 'uname-changed event.
35 (tramp-maybe-open-connection): Catch it.
32 36
33 * net/tramp-cmds.el (tramp-cleanup-all-connections): Reset 37 * net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
34 `tramp-locked'. 38 `tramp-locked'.
35 39
36 2008-06-15 Ulf Jasper <ulf@web.de> 40 2008-06-15 Ulf Jasper <ulf@web.de>