aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21c50dbc54d..5f0a0866962 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,31 @@
12010-10-04 Michael Albinus <michael.albinus@gmx.de>
2
3 Continue reorganization of load dependencies. (Bug#7156)
4
5 * net/tramp.el (tramp-handle-file-local-copy-hook)
6 (tramp-delete-temp-file-function): Move down.
7 (tramp-exists-file-name-handler): Move up.
8 (tramp-register-file-name-handlers): Simplify autoload.
9 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
10 (tramp-handle-directory-files, tramp-handle-dired-uncache)
11 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
12 (tramp-handle-file-name-completion)
13 (tramp-handle-file-name-directory)
14 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
15 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
16 (tramp-handle-find-backup-file-name)
17 (tramp-handle-insert-file-contents, tramp-handle-load)
18 (tramp-handle-substitute-in-file-name)
19 (tramp-handle-unhandled-file-name-directory)
20 (tramp-mode-string-to-int, tramp-local-host-p)
21 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
22
23 * net/tramp-gvfs.el (top):
24 * net/tramp-smb.el (top): Do not require 'tramp-sh.
25
26 * net/tramp-sh.el (all): Move several objects to tramp.el, see
27 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
28
12010-10-04 Glenn Morris <rgm@gnu.org> 292010-10-04 Glenn Morris <rgm@gnu.org>
2 30
3 * calendar/appt.el (appt-add): Ensure reminders are enabled. 31 * calendar/appt.el (appt-add): Ensure reminders are enabled.