comparison lisp/ChangeLog @ 109563:35f14a2258f3

* net/tramp.el (tramp-methods): Move hostname to the end in all ssh `tramp-login-args'. (tramp-verbose): Describe verbose level 9. (tramp-open-shell): Check for tty if `tramp-verbose' >= 9. (tramp-open-connection-setup-interactive-shell): Trace stty settings if `tramp-verbose' >= 9. (tramp-handle-start-file-process): Implement tty setting. (Bug#4604, Bug#6360) * net/tramp-cmds.el (tramp-bug): Recommend setting of `tramp-verbose' to 9.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 28 Jul 2010 12:02:18 +0200
parents 9a8064e866bb
children ff640a48b313
comparison
equal deleted inserted replaced
109562:9a8064e866bb 109563:35f14a2258f3
1 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-methods): Move hostname to the end in all
4 ssh `tramp-login-args'.
5 (tramp-verbose): Describe verbose level 9.
6 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
7 (tramp-open-connection-setup-interactive-shell): Trace stty
8 settings if `tramp-verbose' >= 9.
9 (tramp-handle-start-file-process): Implement tty setting.
10 (Bug#4604, Bug#6360)
11
12 * net/tramp-cmds.el (tramp-bug): Recommend setting of
13 `tramp-verbose' to 9.
14
1 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net> 15 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
2 16
3 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode) 17 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp): 18 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5 Remove references to package `lisp-re' (bug#4369). 19 Remove references to package `lisp-re' (bug#4369).