aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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