diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 6e46a1490f1..065574fc9a5 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2009-11-27 Michael Albinus <michael.albinus@gmx.de> + + * NEWS: New functions eshell/su and eshell/sudo. + 2009-11-26 Kevin Ryde <user42@zip.com.au> * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki". @@ -302,7 +302,12 @@ and `comint-history-isearch-backward-regexp' start Isearch in the input history regardless of the value of `comint-history-isearch'. +++ -*** Autorevert Tail mode now works now for remote files. +*** Autorevert Tail mode now works also for remote files. + +*** The new commands `eshell/su' and `eshell/sudo' support Tramp. +That means, they change `default-directory' to the new users value, +and let commands run under that user permissions. It works even when +`default-directory' is already remote. * New Modes and Packages in Emacs 23.2 |