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 @@ | |||
| 379 | 379 | ||
| 380 | * whitespace.el (whitespace-trailing-regexp): Fix docstring. | 380 | * whitespace.el (whitespace-trailing-regexp): Fix docstring. |
| 381 | 381 | ||
| 382 | 2008-04-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 383 | |||
| 384 | * net/tramp.el (tramp-mode): New defcustom. | ||
| 385 | (tramp-file-name-handler, tramp-completion-file-name-handler): Use | ||
| 386 | it. | ||
| 387 | (tramp-replace-environment-variables): Handle "$$". | ||
| 388 | |||
| 382 | 2008-04-28 Sam Steingold <sds@gnu.org> | 389 | 2008-04-28 Sam Steingold <sds@gnu.org> |
| 383 | 390 | ||
| 384 | * vc-hg.el (vc-hg-rename-file): Fix argument order. | 391 | * vc-hg.el (vc-hg-rename-file): Fix argument order. |