aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-03-18 14:04:13 +0100
committerMichael Albinus2013-03-18 14:04:13 +0100
commit64ab82d1da79084384d27d366b4cfc41f7cae5b6 (patch)
tree6bc9b95f784543b4683863e32e8c0a0e47210d81 /lisp/ChangeLog
parent0cb77136f890bc9db5c3f928ae39a8e8111fc4d4 (diff)
downloademacs-64ab82d1da79084384d27d366b4cfc41f7cae5b6.tar.gz
emacs-64ab82d1da79084384d27d366b4cfc41f7cae5b6.zip
* net/tramp-compat.el (tramp-compat-user-error): New defun.
* net/tramp-adb.el (tramp-adb-handle-shell-command): * net/tramp-gvfs.el (top): * net/tramp.el (tramp-find-method, tramp-dissect-file-name) (tramp-handle-shell-command): Use it. (tramp-dissect-file-name): Raise an error when hostname is a method name, and neither method nor user is specified. * net/trampver.el: Update release number.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7bd027a81d4..bd1cbbcf5bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12013-03-18 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-compat.el (tramp-compat-user-error): New defun.
4
5 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6 * net/tramp-gvfs.el (top):
7 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8 (tramp-handle-shell-command): Use it.
9 (tramp-dissect-file-name): Raise an error when hostname is a
10 method name, and neither method nor user is specified.
11
12 * net/trampver.el: Update release number.
13
12013-03-18 Leo Liu <sdl.web@gmail.com> 142013-03-18 Leo Liu <sdl.web@gmail.com>
2 15
3 Make sure eldoc can be turned off properly. 16 Make sure eldoc can be turned off properly.