aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2014-11-22 12:37:04 +0100
committerMichael Albinus2014-11-22 12:37:04 +0100
commitcd22fd754b71ff64bbabd05bb6df2df8fa5a8915 (patch)
treee250c0235b6901633126fd124a7e09ed619416ac /lisp/ChangeLog
parent4fe5b7c0bbb77286ce2866c9237796d0587ce2a3 (diff)
downloademacs-cd22fd754b71ff64bbabd05bb6df2df8fa5a8915.tar.gz
emacs-cd22fd754b71ff64bbabd05bb6df2df8fa5a8915.zip
Propagate remote process environment.
* net/tramp-sh.el (tramp-sh-handle-start-file-process) (tramp-sh-handle-process-file): Propagate `process-environment'. * vc/vc-hg.el (vc-hg-state): No special handling for remote files; Tramp propagates environment variables now.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 426543ce4f0..d3a9b64a478 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,10 +1,18 @@
12014-11-22 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-sh-handle-start-file-process)
4 (tramp-sh-handle-process-file): Propagate `process-environment'.
5
6 * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
7 Tramp propagates environment variables now.
8
12014-11-22 Eric S. Raymond <esr@snark> 92014-11-22 Eric S. Raymond <esr@snark>
2 10
3 * vc-filewise.el: New file to isolate code used only by the 11 * vc/vc-filewise.el: New file to isolate code used only by the
4 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not 12 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
5 live in vc.el and certainly not in vc-hooks.el. 13 live in vc.el and certainly not in vc-hooks.el.
6 14
7 * vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name. 15 * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name.
8 This is preaparatory to isolating all the 'master' functions 16 This is preaparatory to isolating all the 'master' functions
9 used only by the file-oriented back ends. With this done first, 17 used only by the file-oriented back ends. With this done first,
10 the substantive diffs will be easier to read. 18 the substantive diffs will be easier to read.