aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2009-10-21 20:03:57 +0000
committerStefan Monnier2009-10-21 20:03:57 +0000
commit528c56e2d1f1ca98b5195ab9a45c44a46a3ff32a (patch)
tree3cdb8887f415421fc14dc908b49f47326b463d38 /etc
parent3132a7ea15ddf8c479a9596fb1736f5c62d5e8d9 (diff)
downloademacs-528c56e2d1f1ca98b5195ab9a45c44a46a3ff32a.tar.gz
emacs-528c56e2d1f1ca98b5195ab9a45c44a46a3ff32a.zip
* 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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4d8778b10b0..ff31476fb57 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -256,6 +256,11 @@ Command*'.
256 256
257* Lisp changes in Emacs 23.2 257* Lisp changes in Emacs 23.2
258 258
259** read-file-name-predicate is obsolete. It was used to pass the predicate
260to read-file-name-internal because read-file-name-internal abused its `pred'
261argument to pass the current directory, but this hack is not needed
262any more.
263
259** completion-base-size is obsoleted by completion-base-position. 264** completion-base-size is obsoleted by completion-base-position.
260This change causes a few backward incompatibilities, mostly with 265This change causes a few backward incompatibilities, mostly with
261choose-completion-string-functions where the `mini-p' argument has 266choose-completion-string-functions where the `mini-p' argument has