diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1630f37ba4d..b1472f76bfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2009-12-07 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaƫl | ||
| 4 | Berbain <raphael.berbain@gmail.com>. | ||
| 5 | |||
| 6 | * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$' | ||
| 7 | characters. | ||
| 8 | (tramp-initial-end-of-output): New defconst. | ||
| 9 | (tramp-methods, tramp-find-shell) | ||
| 10 | (tramp-open-connection-setup-interactive-shell) | ||
| 11 | (tramp-maybe-open-connection): Use it. | ||
| 12 | (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle | ||
| 13 | existence of `#' and `$'. | ||
| 14 | |||
| 15 | * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use | ||
| 16 | `tramp-initial-end-of-output'. | ||
| 17 | |||
| 1 | 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu> | 18 | 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 19 | ||
| 3 | Get the background mode from the terminal for xterm, and set | 20 | Get the background mode from the terminal for xterm, and set |