aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-03-22 20:59:49 -0400
committerStefan Monnier2010-03-22 20:59:49 -0400
commit002787475ff69f44a4fbd26bfe8b8dad3ea435ed (patch)
tree10c4e85f881ac1178f784f5347bb4f9bd67c50f6 /etc
parentdf7734b220de9c61575677adbc1f431ef6703d84 (diff)
downloademacs-002787475ff69f44a4fbd26bfe8b8dad3ea435ed.tar.gz
emacs-002787475ff69f44a4fbd26bfe8b8dad3ea435ed.zip
Add a new completion style `substring'.
* minibuffer.el (completion-basic--pattern): New function. (completion-basic-try-completion, completion-basic-all-completions): Use it. (completion-substring--all-completions) (completion-substring-try-completion) (completion-substring-all-completions): New functions. (completion-styles-alist): New style `substring'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 317f5cedf24..ce3ba7cf153 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -94,6 +94,8 @@ Secret Service API requires D-Bus for communication.
94 94
95* Lisp changes in Emacs 24.1 95* Lisp changes in Emacs 24.1
96 96
97** New completion style `substring'.
98
97** Image API 99** Image API
98 100
99*** When the image type is one of listed in `image-animated-types' 101*** When the image type is one of listed in `image-animated-types'