; Update etc/NEWS to mention 'flex' improvements

* etc/NEWS (Changes in Emacs 31.1): Mention 'flex' improvements.
This commit is contained in:
João Távora 2026-02-10 00:55:54 +00:00
parent dfbe73a133
commit b404acb298

View file

@ -311,6 +311,13 @@ It still can use 'read-key' when the variable
It still can use 'read-key' when the variable
'y-or-n-p-use-read-key' is non-nil.
*** The 'flex' style is more accurate
Completion and highlighting style use a new superior algorithm. Pattern
"scope" now ranks 'elisp-scope-*' functions well above 'dos-codepage'
and 'test-completion'. Pattern "botwin" finds
'menu-bar-bottom-window-divider' before 'ibuffer-other-window'. Pattern
"mark" will correctly highlight the relevant match in 'make-marker'.
** Mouse
*** New mode 'mouse-shift-adjust-mode' extends selection with 'S-<mouse-1>'.