]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 14:07:00 +0000 (16:07 +0200)
(cherry picked from commit 78761d699eed9e05bc4007927e63246c77c70ceb)

etc/NEWS

index c9514910ee73770aec5a46b89d461821cecb80d7..df335f80e8df8bf80a90061cc3b5264fd12230d4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1569,6 +1569,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'.