mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Update etc/NEWS to mention 'flex' improvements
* etc/NEWS (Changes in Emacs 31.1): Mention 'flex' improvements.
This commit is contained in:
parent
dfbe73a133
commit
b404acb298
1 changed files with 7 additions and 0 deletions
7
etc/NEWS
7
etc/NEWS
|
|
@ -311,6 +311,13 @@ It still can use 'read-key' when the variable
|
||||||
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.
|
'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
|
** Mouse
|
||||||
|
|
||||||
*** New mode 'mouse-shift-adjust-mode' extends selection with 'S-<mouse-1>'.
|
*** New mode 'mouse-shift-adjust-mode' extends selection with 'S-<mouse-1>'.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue