]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-26
authorGlenn Morris <rgm@gnu.org>
Fri, 13 Jul 2018 16:28:15 +0000 (09:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 13 Jul 2018 16:28:15 +0000 (09:28 -0700)
17ebb6e (origin/emacs-26) Use consistent function names in thread-tes...
1c86229 Fix format error in Faccept_process_output
b38b91a Lessen stack consumption in recursive read1
3eb4603 Match w32 paths in grep sans --null hits (Bug#32051)
5cc7c4b Fix previous make-network-process change
d6a1b69 Another documentation improvement in flyspell.el
9b49a8e Improve documentation of Flyspell
3744fda Provide feature 'threads
ef9025f Save the server alias on reconnect (Bug#29657)
db3874b Refer to "proper lists" instead of "true lists"
35e0305 Avoid turning on the global-minor-mode recursively
51bf4e4 Fix Bug#32085

1  2 
doc/emacs/fixit.texi
doc/lispref/lists.texi
doc/lispref/sequences.texi
doc/misc/tramp.texi
lisp/emacs-lisp/easy-mmode.el
lisp/net/rcirc.el
lisp/progmodes/grep.el
lisp/textmodes/flyspell.el
src/lread.c
src/process.c
src/thread.c

Simple merge
Simple merge
Simple merge
index d8f4b41e2f22bb83b1e65e76252a084b9d04e176,0cc0b49bc4f06466891391eab7ec83b5dcd50ad6..f2d7786940f6a02296590167d588887181adf7e3
@@@ -1094,9 -1091,13 +1094,13 @@@ syntax requires a leading volume (share
  based on standard protocols, such as HTTP@.  @option{davs} does the same
  but with SSL encryption.  Both methods support the port numbers.
  
+ Paths being part of the WebDAV volume to be mounted by GVFS, as it is
+ common for OwnCloud or NextCloud file names, are not supported by
+ these methods.
  @item @option{gdrive}
 -@cindex method gdrive
 -@cindex gdrive method
 +@cindex method @option{gdrive}
 +@cindex @option{gdrive} method
  @cindex google drive
  
  Via the @option{gdrive} method it is possible to access your Google
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc src/lread.c
Simple merge
diff --cc src/process.c
Simple merge
diff --cc src/thread.c
Simple merge