# HG changeset patch # User Michael Albinus # Date 1227684184 0 # Node ID a63ecb8ced51122503e9e9fbdc3793758b151f67 # Parent c8596d1e670fd554a32975f486ca78178a92345a *** empty log message *** diff -r c8596d1e670f -r a63ecb8ced51 lisp/ChangeLog --- a/lisp/ChangeLog Wed Nov 26 07:08:36 2008 +0000 +++ b/lisp/ChangeLog Wed Nov 26 07:23:04 2008 +0000 @@ -1,3 +1,19 @@ +2008-11-26 Michael Albinus + + * net/dbus.el (dbus-string-to-byte-array) + (dbus-byte-array-to-string, dbus-escape-as-identifier) + (dbus-unescape-from-identifier): New defuns. + (dbus-handle-event): The result of a message call is a list of + arguments, which must be expanded when passing to + `dbus-method-return-internal'. + + * net/tramp.el (tramp-handle-write-region): Improve the check for + calling direct copy. + (tramp-find-inline-encoding): Don't raise an error but a warning, + when no inline encoding is found. + (tramp-get-remote-coding): Check for a symbol. The negative check + for a string fails, when there is an empty string. + 2008-11-26 Glenn Morris * vc-git.el (vc-git-diff-switches): New option.