diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index acfe79e8b38..62c718c8a61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,16 @@ | |||
| 1 | 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-01-23 Michael Albinus <michael.albinus@gmx.de> |
| 2 | |||
| 3 | * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C". | ||
| 4 | (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the | ||
| 5 | regexp. | ||
| 6 | (tramp-find-shell, tramp-open-connection-setup-interactive-shell): | ||
| 7 | Don't send `tramp-rsh-end-of-line' additionally, when setting the | ||
| 8 | prompt. | ||
| 9 | (tramp-wait-for-output): Distinguish different prompt formats. | ||
| 10 | (tramp-get-test-nt-command): Don't check for "\n" in the prompt. | ||
| 11 | (tramp-local-host-p): Check whether temp directory is writable. | ||
| 12 | |||
| 13 | 22008-01-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | 14 | ||
| 3 | * vc.el: Add TODO items. | 15 | * vc.el: Add TODO items. |
| 4 | 16 | ||