aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-01-21 10:49:43 +0100
committerMichael Albinus2013-01-21 10:49:43 +0100
commita36e2d260d235ab0a6b2f0c6f393b65b41eb8a93 (patch)
tree4f5c78e9cb825a6a7398c2f4f13ab0ace9188ee4 /lisp/ChangeLog
parent88c7dfa37000245fa2fdb6cf6fc6b425dd7c7ee3 (diff)
downloademacs-a36e2d260d235ab0a6b2f0c6f393b65b41eb8a93.tar.gz
emacs-a36e2d260d235ab0a6b2f0c6f393b65b41eb8a93.zip
Improve XEmacs compatibility.
* net/tramp.el (tramp-replace-environment-variables): Make it a defun. * net/tramp-adb.el (top): Require `time-date'. (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'. (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file): Use `tramp-file-name-handler'. (tramp-adb-maybe-open-connection): Use `tramp-compat-set-process-query-on-exit-flag'. * net/tramp-sh.el (tramp-sh-handle-file-acl): Use `tramp-compat-funcall'. * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and `tramp-compat-funcall'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3700121e5fe..0337982f044 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12013-01-21 Michael Albinus <michael.albinus@gmx.de>
2
3 Improve XEmacs compatibility.
4
5 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
6
7 * net/tramp-adb.el (top): Require `time-date'.
8 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
9 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file): Use
10 `tramp-file-name-handler'.
11 (tramp-adb-maybe-open-connection): Use
12 `tramp-compat-set-process-query-on-exit-flag'.
13
14 * net/tramp-sh.el (tramp-sh-handle-file-acl): Use
15 `tramp-compat-funcall'.
16
17 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
18 `tramp-compat-funcall'.
19
12013-01-21 Jürgen Hötzel <juergen@archlinux.org> 202013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2 21
3 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete 22 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete