diff --git a/etc/NEWS b/etc/NEWS index 9e5ac796697..798709640c1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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-'.