aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2008-11-26 07:23:04 +0000
committerMichael Albinus2008-11-26 07:23:04 +0000
commit2152f12541ebb89a274a5c34d57707e2908027b0 (patch)
treeeb7843e246c3bff51fec053e12ea607f217f1b47
parentace706d14bbae135bbc625a8e1140313631837b1 (diff)
downloademacs-2152f12541ebb89a274a5c34d57707e2908027b0.tar.gz
emacs-2152f12541ebb89a274a5c34d57707e2908027b0.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fba20bb915a..3e91fc98918 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12008-11-26 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el (dbus-string-to-byte-array)
4 (dbus-byte-array-to-string, dbus-escape-as-identifier)
5 (dbus-unescape-from-identifier): New defuns.
6 (dbus-handle-event): The result of a message call is a list of
7 arguments, which must be expanded when passing to
8 `dbus-method-return-internal'.
9
10 * net/tramp.el (tramp-handle-write-region): Improve the check for
11 calling direct copy.
12 (tramp-find-inline-encoding): Don't raise an error but a warning,
13 when no inline encoding is found.
14 (tramp-get-remote-coding): Check for a symbol. The negative check
15 for a string fails, when there is an empty string.
16
12008-11-26 Glenn Morris <rgm@gnu.org> 172008-11-26 Glenn Morris <rgm@gnu.org>
2 18
3 * vc-git.el (vc-git-diff-switches): New option. 19 * vc-git.el (vc-git-diff-switches): New option.