comparison lisp/ChangeLog @ 105697:136cf2d23c90

* minibuffer.el (completion-table-with-terminator): Properly implement boundaries, in case `terminator' appears in the suffix. (completion--embedded-envvar-table): Don't return boundaries if there's no valid completion. Simplify. (completion-file-name-table): New completion table extracted from completion--file-name-table. (completion--file-name-table): Use it. (read-file-name-predicate): Declare obsolete. (read-file-name): Use the pred arg i.s.o read-file-name-predicate. * vc-bzr.el (vc-bzr-revision-completion-table): Use the new completion-file-name-table, and use the `pred' argument. * files.el (locate-file-completion-table): Use the `pred' arg rather than read-file-name-predicate. (abbreviate-file-name): Use \` rather than ^ for BOS.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 21 Oct 2009 20:03:57 +0000
parents e226a1347b93
children 2104d36ad213
comparison
equal deleted inserted replaced
105696:56d1856a3ea9 105697:136cf2d23c90
1 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-table-with-terminator): Properly implement
4 boundaries, in case `terminator' appears in the suffix.
5 (completion--embedded-envvar-table): Don't return boundaries if
6 there's no valid completion. Simplify.
7 (completion-file-name-table): New completion table extracted from
8 completion--file-name-table.
9 (completion--file-name-table): Use it.
10 (read-file-name-predicate): Declare obsolete.
11 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
13 completion-file-name-table, and use the `pred' argument.
14 * files.el (locate-file-completion-table): Use the `pred' arg rather
15 than read-file-name-predicate.
16 (abbreviate-file-name): Use \` rather than ^ for BOS.
17
1 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu> 18 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2 19
3 * vc.el (vc-deduce-fileset): Undo previous change, do not tell 20 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4 vc-responsible-backend to register, it causes problems. 21 vc-responsible-backend to register, it causes problems.
5 22