diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-03-18 Leo Liu <sdl.web@gmail.com> | 14 | 2013-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. |