comparison lisp/ChangeLog @ 80007:4414161713bf

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 02 Feb 2008 10:51:50 +0000
parents 547191f00736
children d7fb0c0b137e 5f89bbfccdc3
comparison
equal deleted inserted replaced
80006:f742658c08d0 80007:4414161713bf
1 2008-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
1 2008-02-01 Chong Yidong <cyd@stupidchicken.com> 16 2008-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.
4 19
5 2008-02-01 Juanma Barranquero <lekktu@gmail.com> 20 2008-02-01 Juanma Barranquero <lekktu@gmail.com>