diff options
| author | Michael Albinus | 2010-05-04 10:44:47 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-05-04 10:44:47 +0200 |
| commit | c04b03f8d5bd6eb66d07bce08202faa16c083dc5 (patch) | |
| tree | b85a65344dc5523383ade52a9c0d7546c3817b91 /lisp/ChangeLog | |
| parent | 58eb6cf0f77547d29f4fddca922eb6f98c0ffb28 (diff) | |
| download | emacs-c04b03f8d5bd6eb66d07bce08202faa16c083dc5.tar.gz emacs-c04b03f8d5bd6eb66d07bce08202faa16c083dc5.zip | |
* net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
in order to see error messages for failed logins.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cc1bddaca2..11648ed1abd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-05-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args' | ||
| 4 | in order to see error messages for failed logins. | ||
| 5 | |||
| 1 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * diff.el (diff-sentinel): | 8 | * diff.el (diff-sentinel): |
| @@ -98,7 +103,7 @@ | |||
| 98 | (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p. | 103 | (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p. |
| 99 | (ede-dired-add-to-target): Use dolist. | 104 | (ede-dired-add-to-target): Use dolist. |
| 100 | 105 | ||
| 101 | 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com> | 106 | 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com> |
| 102 | Michael Albinus <michael.albinus@gmx.de> | 107 | Michael Albinus <michael.albinus@gmx.de> |
| 103 | 108 | ||
| 104 | Implement compression for inline methods. | 109 | Implement compression for inline methods. |
| @@ -109,7 +114,7 @@ | |||
| 109 | (tramp-find-inline-compress, tramp-get-inline-compress) | 114 | (tramp-find-inline-compress, tramp-get-inline-compress) |
| 110 | (tramp-get-inline-coding): New defuns. | 115 | (tramp-get-inline-coding): New defuns. |
| 111 | (tramp-get-remote-coding, tramp-get-local-coding): Remove, | 116 | (tramp-get-remote-coding, tramp-get-local-coding): Remove, |
| 112 | replace by `tramp-get-inline-coding'. | 117 | replaced by `tramp-get-inline-coding'. |
| 113 | (tramp-handle-file-local-copy, tramp-handle-write-region) | 118 | (tramp-handle-file-local-copy, tramp-handle-write-region) |
| 114 | (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'. | 119 | (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'. |
| 115 | 120 | ||