From: Eli Zaretskii Date: Fri, 10 May 2024 12:59:24 +0000 (+0300) Subject: ; * etc/NEWS: Announce user-level change in dictionary.el. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1561 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=78761d699eed9e05bc4007927e63246c77c70ceb;p=emacs.git ; * etc/NEWS: Announce user-level change in dictionary.el. --- diff --git a/etc/NEWS b/etc/NEWS index d2bedd64b2c..bd68cd6d751 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1471,6 +1471,13 @@ name as a string. The new function 'dictionary-completing-read-dictionary' can be used to prompt with completion based on dictionaries that the server supports. +--- +*** The default value of 'dictionary-tooltip-dictionary' has changed. +The new default value is t, which means use the same dictionary as the +value of 'dictionary-default-dictionary'. The previous default value +was nil, which effectively disabled 'dictionary-tooltip-mode', even if +the mode was turned on. + ** Pp *** New 'pp-default-function' user option replaces 'pp-use-max-width'.