aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b224457b233..5a1863254d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1183,15 +1183,17 @@ Either use `completion-all-completions', which returns highlighted
1183strings (including for partial or substring completion), or call 1183strings (including for partial or substring completion), or call
1184`completion-hilit-commonality' to add the highlight. 1184`completion-hilit-commonality' to add the highlight.
1185 1185
1186+++
1186*** New function `completion-table-with-cache' is a wrapper for 1187*** New function `completion-table-with-cache' is a wrapper for
1187`completion-table-dynamic' that caches the result of the last lookup. 1188`completion-table-dynamic' that caches the result of the last lookup.
1188 1189
1190+++
1189*** New function `completion-table-merge' to combine several 1191*** New function `completion-table-merge' to combine several
1190completion tables by merging their completions. 1192completion tables by merging their completions.
1191 1193
1192** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode' 1194** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode'
1193let you enable symbol prettification (replacing a string like "lambda" with 1195display specified symbols as composed characters. E.g., in Emacs Lisp mode,
1194the Greek lambda character). 1196this replaces the string "lambda" with the Greek lambda character.
1195 1197
1196** Terminal changes 1198** Terminal changes
1197 1199