Mercurial > emacs
comparison lisp/ChangeLog @ 46998:9d6aef07c793
Version 2.0.14 released.
(tramp-shell-prompt-pattern): New variable.
(tramp-actions-before-shell, tramp-multi-actions)
(tramp-find-shell, tramp-open-connection-multi)
(tramp-open-connection-setup-interactive-shell): Use it.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
in the docstring.
(tramp-bug): Report `tramp-shell-prompt-pattern'.
(tramp-process-one-multi-action, tramp-process-one-action): Make
message clearer so people don't confuse it with Emacs asking them
a question if the regexp happens to end with "?".
(tramp-verbose): Change default value from 10 to 9. Also change
some logging levels so that 10 is reserved for stuff which is
needed for debugging only, but 9 catches everything that people
might like to see in order to see that Tramp is actually working.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Thu, 22 Aug 2002 15:16:08 +0000 |
parents | 778c80e04667 |
children | 4b3797b05a85 |
comparison
equal
deleted
inserted
replaced
46997:1a1bdbf63c63 | 46998:9d6aef07c793 |
---|---|
1 2002-08-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
2 | |
3 * net/tramp.el: Version 2.0.14 released. | |
4 (tramp-shell-prompt-pattern): New variable. | |
5 (tramp-actions-before-shell, tramp-multi-actions) | |
6 (tramp-find-shell, tramp-open-connection-multi) | |
7 (tramp-open-connection-setup-interactive-shell): Use it. | |
8 (tramp-open-connection-telnet, tramp-open-connection-rsh) | |
9 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern' | |
10 in the docstring. | |
11 (tramp-bug): Report `tramp-shell-prompt-pattern'. | |
12 (tramp-process-one-multi-action, tramp-process-one-action): Make | |
13 message clearer so people don't confuse it with Emacs asking them | |
14 a question if the regexp happens to end with "?". | |
15 (tramp-verbose): Change default value from 10 to 9. Also change | |
16 some logging levels so that 10 is reserved for stuff which is | |
17 needed for debugging only, but 9 catches everything that people | |
18 might like to see in order to see that Tramp is actually working. | |
19 | |
1 2002-08-22 Kim F. Storm <storm@cua.dk> | 20 2002-08-22 Kim F. Storm <storm@cua.dk> |
2 | 21 |
3 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries): | 22 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries): |
4 Corrected spelling mistakes (for Joseph Arceneaux). | 23 Corrected spelling mistakes (for Joseph Arceneaux). |
5 | 24 |