diff options
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c67526e0656..6d7a7902831 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -379,6 +379,13 @@ * whitespace.el (whitespace-trailing-regexp): Fix docstring. +2008-04-28 Michael Albinus <michael.albinus@gmx.de> + + * net/tramp.el (tramp-mode): New defcustom. + (tramp-file-name-handler, tramp-completion-file-name-handler): Use + it. + (tramp-replace-environment-variables): Handle "$$". + 2008-04-28 Sam Steingold <sds@gnu.org> * vc-hg.el (vc-hg-rename-file): Fix argument order. |