diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c089bb61f5e..6e12882ba61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-01-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-methods): Use "-H" option for "sudo". Suggested | ||
| 4 | by Trent W. Buck <trentbuck@gmail.com>. Make ("%h") a single | ||
| 5 | element in "plinkx". | ||
| 6 | (tramp-handle-shell-command): Reuse "*Async Shell Command*" or | ||
| 7 | "*Shell Command Output*" buffers. Check, whether there is already | ||
| 8 | an asynchronous process running. Display always the buffer of the | ||
| 9 | asynchronous process. | ||
| 10 | (tramp-compute-multi-hops): Adapt error message. | ||
| 11 | |||
| 1 | 2008-01-29 Alan Mackenzie <acm@muc.de> | 12 | 2008-01-29 Alan Mackenzie <acm@muc.de> |
| 2 | 13 | ||
| 3 | * progmodes/cc-langs.el (c-specifier-key): Exclude "template" | 14 | * progmodes/cc-langs.el (c-specifier-key): Exclude "template" |