aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 8 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 9918dbe1790..72114363c2a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12009-12-09 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Point to the external counterparts of su and sudo.
4
12009-12-01 Stefan Monnier <monnier@iro.umontreal.ca> 52009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm: 7 * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm:
diff --git a/etc/NEWS b/etc/NEWS
index 92016661ae6..23b1b599e12 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -357,10 +357,12 @@ search in file buffers whose file names match the specified wildcard.
357+++ 357+++
358*** Autorevert Tail mode now works also for remote files. 358*** Autorevert Tail mode now works also for remote files.
359 359
360*** The new commands `eshell/su' and `eshell/sudo' support Tramp. 360+++
361*** The new built-in commands `su' and `sudo' support Tramp.
361That means, they change `default-directory' to the new users value, 362That means, they change `default-directory' to the new users value,
362and let commands run under that user permissions. It works even when 363and let commands run under that user permissions. It works even when
363`default-directory' is already remote. 364`default-directory' is already remote. Calling the external commands
365is possible by `*su' or `*sudo', repectively.
364 366
365*** When running in a new enough xterm (newer than version 242), emacs 367*** When running in a new enough xterm (newer than version 242), emacs
366asks xterm what the background color is and it sets up faces 368asks xterm what the background color is and it sets up faces