comparison lisp/ChangeLog @ 108863:608a41397301

* net/tramp-gvfs.el (top): Require url-util. (tramp-gvfs-mount-point): Removed. (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command): New defuns. (with-tramp-dbus-call-method): Format trace message. (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file): Implement backup call, when operation on local files fails. Use progress reporter. Flush properties of changed files. (tramp-gvfs-handle-make-directory): Make more traces. (tramp-gvfs-url-file-name): Hexify file name in url. (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares) into account for the resulting file name. (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when the answer is "no". See `tramp-gvfs-maybe-open-connection'. (tramp-gvfs-handler-mounted-unmounted) (tramp-gvfs-connection-mounted-p): Test also for new mountspec attribute "default_location". Set "prefix" property. (tramp-gvfs-mount-spec): Return both prefix and mountspec. (tramp-gvfs-maybe-open-connection): Test, whether mountpoint exists. Raise an error, if not (due to a corresponding answer "no" in interactive questions, for example).
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 02 Jun 2010 11:53:00 +0200
parents da77a7326f79
children f241d9fe71fe
comparison
equal deleted inserted replaced
108862:da77a7326f79 108863:608a41397301
1 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> 1 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-gvfs.el (top): Require url-util.
4 (tramp-gvfs-mount-point): Removed.
5 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command): New
6 defuns.
7 (with-tramp-dbus-call-method): Format trace message.
8 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9 Implement backup call, when operation on local files fails. Use
10 progress reporter. Flush properties of changed files.
11 (tramp-gvfs-handle-make-directory): Make more traces.
12 (tramp-gvfs-url-file-name): Hexify file name in url.
13 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
14 into account for the resulting file name.
15 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
16 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
17 (tramp-gvfs-handler-mounted-unmounted)
18 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
19 attribute "default_location". Set "prefix" property.
20 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
21 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
22 exists. Raise an error, if not (due to a corresponding answer
23 "no" in interactive questions, for example).
24
25 22010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2 26
3 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax. 27 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4 28
5 2010-06-01 Juanma Barranquero <lekktu@gmail.com> 29 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
6 30