aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2008-01-29 21:13:00 +0000
committerMichael Albinus2008-01-29 21:13:00 +0000
commit8d1f2fd0ce2f4e5031dbb1aff1993c0e2ffe06a6 (patch)
tree0686b0623f453129deb1d82c3dca380ab47eb2f8
parent88b4a959ac74ff2518b44a4586b369eb01b9d2c5 (diff)
downloademacs-8d1f2fd0ce2f4e5031dbb1aff1993c0e2ffe06a6.tar.gz
emacs-8d1f2fd0ce2f4e5031dbb1aff1993c0e2ffe06a6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
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 @@
12008-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
12008-01-29 Alan Mackenzie <acm@muc.de> 122008-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"