aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-10-04 21:44:08 +0200
committerMichael Albinus2010-10-04 21:44:08 +0200
commit4a93e698f3524e7e8feee2715967ebb0ef673232 (patch)
treecffb3870cdc01494994c70471297d19a471a91fb /lisp/ChangeLog
parentd23832a2cc30f28e1d754fcd4a497c8ba7ca5b18 (diff)
downloademacs-4a93e698f3524e7e8feee2715967ebb0ef673232.tar.gz
emacs-4a93e698f3524e7e8feee2715967ebb0ef673232.zip
Continue reorganization of load dependencies. (Bug#7156)
* net/tramp.el (tramp-handle-file-local-copy-hook) (tramp-delete-temp-file-function): Move down. (tramp-exists-file-name-handler): Move up. (tramp-register-file-name-handlers): Simplify autoload. (tramp-handle-write-region-hook, tramp-handle-directory-file-name) (tramp-handle-directory-files, tramp-handle-dired-uncache) (tramp-handle-file-modes, tramp-handle-file-name-as-directory) (tramp-handle-file-name-completion) (tramp-handle-file-name-directory) (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p) (tramp-handle-file-remote-p, tramp-handle-file-symlink-p) (tramp-handle-find-backup-file-name) (tramp-handle-insert-file-contents, tramp-handle-load) (tramp-handle-substitute-in-file-name) (tramp-handle-unhandled-file-name-directory) (tramp-mode-string-to-int, tramp-local-host-p) (tramp-make-tramp-temp-file): Moved from tramp-sh.el. * net/tramp-gvfs.el (top): * net/tramp-smb.el (top): Do not require 'tramp-sh. * net/tramp-sh.el (all): Move several objects to tramp.el, see there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
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.