# HG changeset patch # User Michael Albinus # Date 1201121103 0 # Node ID 6e0d865e2f0cb6e34f819ea32d2e9df527a1c27d # Parent c49bc2860fd0f0f1765912cb9c01be1109c73c44 *** empty log message *** diff -r c49bc2860fd0 -r 6e0d865e2f0c lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 23 20:43:53 2008 +0000 +++ b/lisp/ChangeLog Wed Jan 23 20:45:03 2008 +0000 @@ -1,4 +1,16 @@ -2008-01-23 Dan Nicolaescu +2008-01-23 Michael Albinus + + * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C". + (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the + regexp. + (tramp-find-shell, tramp-open-connection-setup-interactive-shell): + Don't send `tramp-rsh-end-of-line' additionally, when setting the + prompt. + (tramp-wait-for-output): Distinguish different prompt formats. + (tramp-get-test-nt-command): Don't check for "\n" in the prompt. + (tramp-local-host-p): Check whether temp directory is writable. + +22008-01-23 Dan Nicolaescu * vc.el: Add TODO items.