aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ded64a543a0..e351b73fbd6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12013-11-04 Michael Albinus <michael.albinus@gmx.de>
2
3 Fix problems found while writing a test suite.
4
5 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
8 to nil when running original file name handler. Otherwise,
9 there are problems with constructs like "$$FOO".
10
11 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
12 for `localname'.
13
12013-11-04 Bozhidar Batsov <bozhidar@batsov.com> 142013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
2 15
3 * helpers.el: New library for misc helper functions. 16 * helpers.el: New library for misc helper functions.