diff options
| author | Michael Albinus | 2013-09-10 09:45:33 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-09-10 09:45:33 +0200 |
| commit | 6480194ca1080908a32fb2eb700f3dcf938972d5 (patch) | |
| tree | 532710ee8dd0e57c83635c5a6b71b153bb12d1da /lisp/ChangeLog | |
| parent | 9a2c9b476440268e8d6fbacfec52865a76a8b395 (diff) | |
| download | emacs-6480194ca1080908a32fb2eb700f3dcf938972d5.tar.gz emacs-6480194ca1080908a32fb2eb700f3dcf938972d5.zip | |
* net/tramp.el (tramp-cleanup): Remove. Functionality added to
`tramp-cleanup-connection'.
* net/tramp-cmds.el (tramp-cleanup-connection): Add optional
parameters KEEP-DEBUG and KEEP-PASSWORD.
* net/tramp.el (tramp-file-name-handler):
* net/tramp-adb.el (tramp-adb-maybe-open-connection):
* net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
(tramp-maybe-open-connection):
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Use
`tramp-cleanup-connection'.
* net/tramp-sh.el (tramp-maybe-open-connection): Catch
'uname-changed inside the progress reporter.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c3f6e8860d9..fc73e563883 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2013-09-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-cleanup): Remove. Functionality added to | ||
| 4 | `tramp-cleanup-connection'. | ||
| 5 | |||
| 6 | * net/tramp-cmds.el (tramp-cleanup-connection): Add optional | ||
| 7 | parameters KEEP-DEBUG and KEEP-PASSWORD. | ||
| 8 | |||
| 9 | * net/tramp.el (tramp-file-name-handler): | ||
| 10 | * net/tramp-adb.el (tramp-adb-maybe-open-connection): | ||
| 11 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell) | ||
| 12 | (tramp-maybe-open-connection): | ||
| 13 | * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use | ||
| 14 | `tramp-cleanup-connection'. | ||
| 15 | |||
| 16 | * net/tramp-sh.el (tramp-maybe-open-connection): Catch | ||
| 17 | 'uname-changed inside the progress reporter. | ||
| 18 | |||
| 1 | 2013-09-10 Glenn Morris <rgm@gnu.org> | 19 | 2013-09-10 Glenn Morris <rgm@gnu.org> |
| 2 | 20 | ||
| 3 | * simple.el (read-minibuffer): Unbreak it. (Bug#15318) | 21 | * simple.el (read-minibuffer): Unbreak it. (Bug#15318) |