aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-05-30 22:15:34 -0700
committerPaul Eggert2011-05-30 22:15:34 -0700
commit333d54dade1e7005d5a97612907158fe5ec3d310 (patch)
treea5b18c9c6a68d71fddae98aba0d81079068a8c46 /etc
parent90856fe0b82ba19d1c3d73a4ba48007380201e66 (diff)
parent620c53a664e41788f6d4f8e3f687e1a0d448b857 (diff)
downloademacs-333d54dade1e7005d5a97612907158fe5ec3d310.tar.gz
emacs-333d54dade1e7005d5a97612907158fe5ec3d310.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dc1f25ddd3b..509b304d369 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -91,6 +91,10 @@ and pops down the *Completions* buffer accordingly.
91 91
92*** New completion style `substring'. 92*** New completion style `substring'.
93 93
94*** Completion style can be set per-category `completion-category-overrides'.
95
96*** Completion of buffers now uses substring completion by default.
97
94*** `completing-read' can be customized using the new variable 98*** `completing-read' can be customized using the new variable
95`completing-read-function'. 99`completing-read-function'.
96 100
@@ -861,6 +865,14 @@ valid for completion-extra-properties.
861 865
862*** completion-annotate-function is obsolete. 866*** completion-annotate-function is obsolete.
863 867
868*** New `metadata' method for completion tables. The metadata thus returned
869can specify various details of the data returned by `all-completions':
870- `category' is the kind of objects returned (e.g., `buffer', `file', ...),
871 used to select a style in completion-category-overrides.
872- `annotation-function' to add annotations in *Completions*.
873- `display-sort-function' to specify how to sort entries in *Completions*.
874- `cycle-sort-function' to specify how to sort entries when cycling.
875
864** `glyphless-char-display' can now distinguish between graphical and 876** `glyphless-char-display' can now distinguish between graphical and
865text terminal display, via a char-table entry that is a cons cell. 877text terminal display, via a char-table entry that is a cons cell.
866 878