aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2013-10-28 19:50:24 -0700
committerDaniel Colascione2013-10-28 19:50:24 -0700
commitb9bef71fd33a3789b2a67a19745f6bbf8f4aff6e (patch)
treea8966b2c4805a5e9700fed674f9a45ce51a36365 /lisp/ChangeLog
parentb7e0ef72d0ac61b5d3ef06a3f565695c75ec2540 (diff)
downloademacs-b9bef71fd33a3789b2a67a19745f6bbf8f4aff6e.tar.gz
emacs-b9bef71fd33a3789b2a67a19745f6bbf8f4aff6e.zip
Tweak Tramp method definition syntax to allow overriding check for localhost-only methods
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 34ac8ffd5e5..f2d0d598c38 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-10-29 Daniel Colascione <dancol@dancol.org>
2
3 * net/tramp.el (tramp-methods): Document new functionality.
4 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5 tramp-hostname-checker if method provides one instead of scanning
6 argument list for "%h" to decide hostname acceptability.
7
12013-10-28 Michael Albinus <michael.albinus@gmx.de> 82013-10-28 Michael Albinus <michael.albinus@gmx.de>
2 9
3 * net/tramp-sh.el (tramp-sh-handle-copy-directory): 10 * net/tramp-sh.el (tramp-sh-handle-copy-directory):