aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 73ba0353d9d..747a1d6c650 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12015-03-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-adb.el:
4 * net/tramp-gvfs.el:
5 * net/tramp-sh.el:
6 * net/tramp-smb.el: Set tramp-autoload cookie for all defcustoms.
7
8 * net/tramp.el (tramp-ssh-controlmaster-options)
9 (tramp-use-ssh-controlmaster-options): Move them to tramp-sh.el.
10 (tramp-default-method): Do not check for
11 `tramp-ssh-controlmaster-options'.
12
13 * net/tramp-sh.el (tramp-use-ssh-controlmaster-options):
14 New defcustom, moved from tramp.el.
15 (tramp-ssh-controlmaster-options): New defvar, moved from tramp.el
16 but with a nil initial value.
17 (tramp-ssh-controlmaster-options): New defun.
18 (tramp-do-copy-or-rename-file-out-of-band)
19 (tramp-maybe-open-connection): Use it. (Bug#20015)
20
12015-03-15 Tassilo Horn <tsdh@gnu.org> 212015-03-15 Tassilo Horn <tsdh@gnu.org>
2 22
3 * emacs-lisp/lisp-mode.el (lisp--el-macro-regexp): New defconst. 23 * emacs-lisp/lisp-mode.el (lisp--el-macro-regexp): New defconst.