aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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.