aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2008-02-02 10:51:50 +0000
committerMichael Albinus2008-02-02 10:51:50 +0000
commiteef3f0c84cec23e22ee0fcb6f0561755a2636ced (patch)
tree917116219ecf5dd77a0c9fe598060f2f0aa2e128 /lisp/ChangeLog
parentf88276af2ff49b6bbd9f03d6fe5cff018832ec27 (diff)
downloademacs-eef3f0c84cec23e22ee0fcb6f0561755a2636ced.tar.gz
emacs-eef3f0c84cec23e22ee0fcb6f0561755a2636ced.zip
* net/trampver.el: Update release number.
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 727873f9130..20554f8442d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12008-02-02 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.57.
4
5 * net/tramp.el (tramp-handle-make-auto-save-file-name)
6 (tramp-completion-dissect-file-name, tramp-find-executable): Use
7 `mapc' instead of `mapcar'.
8 (tramp-open-connection-setup-interactive-shell): Send only single
9 prompt setting commands, in order to avoid double-prompt.
10
11 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
12 `mapcar'.
13
14 * net/trampver.el: Update release number.
15
12008-02-01 Chong Yidong <cyd@stupidchicken.com> 162008-02-01 Chong Yidong <cyd@stupidchicken.com>
2 17
3 * progmodes/etags.el (next-file): Improve revert message. 18 * progmodes/etags.el (next-file): Improve revert message.