aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf3775b3852..b232ea61ee8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12011-03-12 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-progress-reporter-update): Use
4 `tramp-compat-funcall'.
5 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6 (tramp-handle-insert-file-contents): Make `file-remote-p' call
7 compatible.
8 (tramp-open-connection-setup-interactive-shell): Use
9 `tramp-compat-process-put'.
10
11 * net/tramp-compat.el (tramp-compat-process-get)
12 (tramp-compat-process-put): New defuns.
13
14 * net/trampver.el: Update release number.
15
12011-03-12 Stefan Monnier <monnier@iro.umontreal.ca> 162011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization 18 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization