aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi20
-rw-r--r--doc/misc/trampver.texi2
2 files changed, 19 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 894ccbe9c9c..dc3ef23c455 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -957,6 +957,22 @@ syntax requires a leading volume (share) name, for example:
957based on standard protocols, such as HTTP@. @option{davs} does the same 957based on standard protocols, such as HTTP@. @option{davs} does the same
958but with SSL encryption. Both methods support the port numbers. 958but with SSL encryption. Both methods support the port numbers.
959 959
960@item @option{gdrive}
961@cindex method gdrive
962@cindex gdrive method
963@cindex Google Drive
964
965Via the @option{gdrive} method it is possible to access your Google
966Drive online storage. User and host name of the remote file name are
967your email address of the Google Drive credentials, like
968@file{@trampfn{gdrive,john.doe@@gmail.com,/}}. These credentials must
969be populated in your @command{Online Accounts} application outside Emacs.
970
971Since Google Drive uses cryptic blob file names internally,
972@value{tramp} works with the @code{display-name} of the files. This
973could produce unexpected behaviour in case two files in the same
974directory have the same @code{display-name}, such a situation must be avoided.
975
960@item @option{obex} 976@item @option{obex}
961@cindex method obex 977@cindex method obex
962@cindex obex method 978@cindex obex method
@@ -986,8 +1002,8 @@ requires the SYNCE-GVFS plugin.
986@vindex tramp-gvfs-methods 1002@vindex tramp-gvfs-methods
987This custom option is a list of external methods for GVFS@. By 1003This custom option is a list of external methods for GVFS@. By
988default, this list includes @option{afp}, @option{dav}, @option{davs}, 1004default, this list includes @option{afp}, @option{dav}, @option{davs},
989@option{obex}, @option{sftp} and @option{synce}. Other methods to 1005@option{gdrive}, @option{obex}, @option{sftp} and @option{synce}.
990include are: @option{ftp} and @option{smb}. 1006Other methods to include are: @option{ftp} and @option{smb}.
991@end defopt 1007@end defopt
992 1008
993 1009
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 6f67f35902a..3101dc0de82 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -8,7 +8,7 @@
8@c In the Tramp GIT, the version number is auto-frobbed from 8@c In the Tramp GIT, the version number is auto-frobbed from
9@c configure.ac, so you should edit that file and run 9@c configure.ac, so you should edit that file and run
10@c "autoconf && ./configure" to change the version number. 10@c "autoconf && ./configure" to change the version number.
11@set trampver 2.3.0 11@set trampver 2.3.1-pre
12 12
13@c Other flags from configuration 13@c Other flags from configuration
14@set instprefix /usr/local 14@set instprefix /usr/local