aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 72ffb0d0de5..58139d07651 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,33 @@
12009-09-02 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-file-attributes-with-ls)
4 (tramp-do-file-attributes-with-perl)
5 (tramp-do-file-attributes-with-stat): Rename from
6 `tramp-handle-file-attributes-with-*'.
7 (tramp-handle-file-attributes): Use them.
8 (tramp-do-directory-files-and-attributes-with-perl)
9 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10 `tramp-handle-directory-files-and-attributes-with-*'.
11 (tramp-handle-directory-files-and-attributes): Use them.
12 (tramp-method-out-of-band-p): Additional parameter SIZE.
13 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14 (tramp-handle-write-region): Use it.
15 (tramp-handle-insert-directory): Use "?\ " for compatibility
16 reasons.
17 (tramp-handle-vc-registered): Check, whether the first run did
18 return files to be tested.
19 (tramp-advice-make-auto-save-file-name): Do not call directly
20 `tramp-handle-make-auto-save-file-name', because this would bypass
21 the locking mechanism.
22
23 * net/tramp-compat.el (top): Autoload used functions from
24 tramp.el.
25 (file-remote-p, process-file, start-file-process, set-file-times)
26 (tramp-compat-file-attributes): Compatibility functions shall not
27 call directly `tramp-handle-*', because this would bypass the
28 locking mechanism.
29 (tramp-compat-number-sequence): New defun.
30
12009-09-02 Glenn Morris <rgm@gnu.org> 312009-09-02 Glenn Morris <rgm@gnu.org>
2 32
3 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete 33 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete