diff options
| author | Michael Albinus | 2013-03-01 09:13:53 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-03-01 09:13:53 +0100 |
| commit | 36a8b68b3381b77971c0fd655a8e7f41ecc58426 (patch) | |
| tree | 523023047fbfbe9ce5f776a8e6d665fa27b0b111 /lisp/ChangeLog | |
| parent | 4a83d19e56d3d13f254b406fcd569ba9b5fe0cfd (diff) | |
| download | emacs-36a8b68b3381b77971c0fd655a8e7f41ecc58426.tar.gz emacs-36a8b68b3381b77971c0fd655a8e7f41ecc58426.zip | |
* net/tramp.el (tramp-obsolete-methods): New defconst.
(tramp-warned-obsolete-methods): New defvar.
(tramp-find-method): Check for obsolete methods. Map them to a
replacement method if appropriate.
* net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
Remove methods.
(top): Remove completion functions for "scp1", "scp2", "ssh1",
"ssh2" and "plink1".
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ce0e6b597a..2ffe23823ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-03-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-obsolete-methods): New defconst. | ||
| 4 | (tramp-warned-obsolete-methods): New defvar. | ||
| 5 | (tramp-find-method): Check for obsolete methods. Map them to a | ||
| 6 | replacement method if appropriate. | ||
| 7 | |||
| 8 | * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]: | ||
| 9 | Remove methods. | ||
| 10 | (top): Remove completion functions for "scp1", "scp2", "ssh1", | ||
| 11 | "ssh2" and "plink1". | ||
| 12 | |||
| 1 | 2013-02-28 Dale Sedivec <dale@codefu.org> | 13 | 2013-02-28 Dale Sedivec <dale@codefu.org> |
| 2 | 14 | ||
| 3 | * textmodes/sgml-mode.el (sgml-syntax-propertize-function): | 15 | * textmodes/sgml-mode.el (sgml-syntax-propertize-function): |