]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Nov 2008 07:23:04 +0000 (07:23 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Nov 2008 07:23:04 +0000 (07:23 +0000)
lisp/ChangeLog

index fba20bb915aa3f255e5587289d59549c6b335acf..3e91fc989182dfadb602ff584872825a3b0c166a 100644 (file)
@@ -1,3 +1,19 @@
+2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * 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  <rgm@gnu.org>
 
        * vc-git.el (vc-git-diff-switches): New option.