[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-27 updated (9b6872b -> 195bde9)
From: |
João Távora |
Subject: |
emacs-27 updated (9b6872b -> 195bde9) |
Date: |
Tue, 31 Dec 2019 08:32:03 -0500 (EST) |
capitaomorte pushed a change to branch emacs-27.
from 9b6872b ; * test/lisp/calc/calc-tests.el: Fix warnings
new 5352947 Another adjustment to flex completion style's sorting
function
new fe0ed17 Slightly simplify lisp/icomplete.el with new
icomplete--category helper
new e3276f3 Make fido-mode behave more like ido-mode when finding
directories
new b1c3ed9 Move flex style's minibuffer-default-aware sorting to
lisp/icomplete.el
new 9b1053b Correctly cache sorted completions in
icomplete--sorted-completions
new f2a349b Don't force completion recalculation in icomplete-fido-ret
new 195bde9 Don't always resort in recently introduced
icomplete--sorted-completions
Summary of changes:
lisp/icomplete.el | 82 ++++++++++++++++++++++++++++++++++--------------------
lisp/minibuffer.el | 23 ++++-----------
2 files changed, 57 insertions(+), 48 deletions(-)
- emacs-27 updated (9b6872b -> 195bde9),
João Távora <=
- emacs-27 5352947 1/7: Another adjustment to flex completion style's sorting function, João Távora, 2019/12/31
- emacs-27 e3276f3 3/7: Make fido-mode behave more like ido-mode when finding directories, João Távora, 2019/12/31
- emacs-27 b1c3ed9 4/7: Move flex style's minibuffer-default-aware sorting to lisp/icomplete.el, João Távora, 2019/12/31
- emacs-27 9b1053b 5/7: Correctly cache sorted completions in icomplete--sorted-completions, João Távora, 2019/12/31
- emacs-27 fe0ed17 2/7: Slightly simplify lisp/icomplete.el with new icomplete--category helper, João Távora, 2019/12/31
- emacs-27 f2a349b 6/7: Don't force completion recalculation in icomplete-fido-ret, João Távora, 2019/12/31
- emacs-27 195bde9 7/7: Don't always resort in recently introduced icomplete--sorted-completions, João Távora, 2019/12/31