diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
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 @@ | |||
| 1 | 2009-12-09 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Point to the external counterparts of su and sudo. | ||
| 4 | |||
| 1 | 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2009-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: |
| @@ -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. | ||
| 361 | That means, they change `default-directory' to the new users value, | 362 | That means, they change `default-directory' to the new users value, |
| 362 | and let commands run under that user permissions. It works even when | 363 | and 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 |
| 365 | is 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 |
| 366 | asks xterm what the background color is and it sets up faces | 368 | asks xterm what the background color is and it sets up faces |