diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbd6e3c631c..0c541a7d817 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2012-12-06 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-replace-environment-variables): Hide | ||
| 4 | compiler warning. | ||
| 5 | (tramp-file-name-for-operation): Remove `executable-find', | ||
| 6 | `start-process', `call-process' and `call-process-region'. | ||
| 7 | |||
| 8 | * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc. | ||
| 9 | |||
| 10 | * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward | ||
| 11 | compatibility. | ||
| 12 | |||
| 13 | * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'. | ||
| 14 | |||
| 1 | 2012-12-06 Chong Yidong <cyd@gnu.org> | 15 | 2012-12-06 Chong Yidong <cyd@gnu.org> |
| 2 | 16 | ||
| 3 | * ffap.el (ffap-replace-file-component): Fix typo. | 17 | * ffap.el (ffap-replace-file-component): Fix typo. |