diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-11-22 Eric S. Raymond <esr@snark> | 9 | 2014-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. |