From: Michael Albinus Date: Fri, 27 Mar 2020 10:05:00 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/master' into feature/tramp-thread-safe X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4972d96f9b7fd97b23e1b9bf6bbdcb956e73765;p=emacs.git Merge remote-tracking branch 'origin/master' into feature/tramp-thread-safe --- a4972d96f9b7fd97b23e1b9bf6bbdcb956e73765 diff --cc etc/NEWS index 5fd24395bac,49b7fcd8c21..fd1ed3ec9db --- a/etc/NEWS +++ b/etc/NEWS @@@ -130,11 -145,20 +155,23 @@@ To revert to the previous behaviour unconditionally aborts the current edebug instrumentation with the supplied error message. + +++ + ** ElDoc + + *** New hook 'eldoc-documentation-functions' to be used for registering + doc string functions. This makes the results of all doc string + functions accessible to the user through the existing single function hook + 'eldoc-documentation-function'. + + *** 'eldoc-documentation-function' is now a user option. + Modes should use the new hook instead of this user option to register + their backends. + ** Tramp +--- +*** Tramp is now thread-safe. + +++ *** New connection method "media", which allows accessing media devices like cell phones, tablets or cameras.