aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJoão Távora2019-11-05 18:04:20 +0000
committerJoão Távora2019-11-05 18:04:20 +0000
commit2b0f589134d9427a96ab8cf0d8473715740984ef (patch)
tree0e624d53824f485d4245bd48db68988383ef7cb4 /etc/NEWS
parent162979590d04a7d2fe0d980958d3da4b2940e69a (diff)
downloademacs-scratch/fido-mode.tar.gz
emacs-scratch/fido-mode.zip
Document fido-modescratch/fido-mode
* doc/emacs/buffers.texi (Icomplete): Document Fido Mode. * etc/NEWS: Mention Fido Mode. * lisp/icomplete.el (icomplete-mode): Ensure fido-mode is off. (fido-mode): Ensure icomplete-mode is off. (icomplete-magic-ido-ret): Don't force completions if no completions.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 033cb489788..78ec85c4bb0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1181,6 +1181,15 @@ A new command 'xref-revert-buffer' is bound to 'g'.
1181--- 1181---
1182*** Imenu support has been added to 'xref--xref-buffer-mode'. 1182*** Imenu support has been added to 'xref--xref-buffer-mode'.
1183 1183
1184** Icomplete
1185
1186+++
1187*** A new minor mode based on Icomplete, Fido mode, is made available.
1188The point of this mode, named after "Fake Ido", is to recover much of
1189the functionality that still separated the popular ido-mode from
1190Icomplete, while still cooperating fully with all of Emacs's
1191completion facilities.
1192
1184** Ecomplete 1193** Ecomplete
1185 1194
1186*** The ecomplete sorting has changed to a decay-based algorithm. 1195*** The ecomplete sorting has changed to a decay-based algorithm.