; * etc/NEWS: Announce user-level change in dictionary.el.
authorEli Zaretskii <eliz@gnu.org>
Fri, 10 May 2024 12:59:24 +0000 (15:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 May 2024 12:59:24 +0000 (15:59 +0300)
etc/NEWS

index d2bedd64b2c198fa6c4edb7c1c3ad4365cfcfe6e..bd68cd6d751faef74a43fbb24f9e7735c9c6718c 100644 (file)
--- 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'.