Mercurial > emacs
comparison lisp/ChangeLog @ 46992:6529728ddf05
Version 2.0.13 released.
(tramp-handle-write-region): Don't check to see if remote end is
awake after sending data to remote host: we want to send "EOF" not
"echo are you awake"...
(tramp-maybe-open-connection): Swap args for tramp-time-diff.
(tramp-yn-prompt-regexp): New variable.
(tramp-action-yn): New function, using it.
(tramp-feature-write-region-fix): New internal variable. Not yet
used. Should be used in `tramp-handle-write-region'.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Wed, 21 Aug 2002 15:04:29 +0000 |
parents | ea387a07a37b |
children | f34b67579abd |
comparison
equal
deleted
inserted
replaced
46991:d6d4b34f5ef8 | 46992:6529728ddf05 |
---|---|
1 2002-08-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
2 | |
3 * tramp.el: Version 2.0.13 released. | |
4 (tramp-handle-write-region): Don't check to see if remote end is | |
5 awake after sending data to remote host: we want to send "EOF" not | |
6 "echo are you awake"... | |
7 (tramp-maybe-open-connection): Swap args for tramp-time-diff. | |
8 (tramp-yn-prompt-regexp): New variable. | |
9 (tramp-action-yn): New function, using it. | |
10 (tramp-feature-write-region-fix): New internal variable. Not yet | |
11 used. Should be used in `tramp-handle-write-region'. | |
12 | |
1 2002-08-21 Kim F. Storm <storm@cua.dk> | 13 2002-08-21 Kim F. Storm <storm@cua.dk> |
2 | 14 |
3 * bindings.el (mode-line-format): Moved global-mode-string last. | 15 * bindings.el (mode-line-format): Moved global-mode-string last. |
4 (mode-line-position): Moved %p first. Added padding to %l/%c to | 16 (mode-line-position): Moved %p first. Added padding to %l/%c to |
5 eliminate jumpyness in modeline. Use (%l,%c) format if both | 17 eliminate jumpyness in modeline. Use (%l,%c) format if both |