comparison lisp/ChangeLog @ 94180:114d8f4904d0

* minibuffer.el (completion-table-with-context): Add support for `pred'. (completion-table-with-terminator): Don't use complete-with-action since we have to distinguish all three cases anyway. (completion-table-with-predicate): New function. (dynamic-completion-table): Add obsolete alias. * minibuf.texi (Programmed Completion): Replace dynamic-completion-table with the new completion-table-dynamic.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 19 Apr 2008 03:23:15 +0000
parents d55e28c98546
children 959a3833d833
comparison
equal deleted inserted replaced
94179:d55e28c98546 94180:114d8f4904d0
1 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-table-with-context): Add support for `pred'.
4 (completion-table-with-terminator): Don't use complete-with-action
5 since we have to distinguish all three cases anyway.
6 (completion-table-with-predicate): New function.
7 (dynamic-completion-table): Add obsolete alias.
2 8
3 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window. 9 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4 10
5 2008-04-18 Sam Steingold <sds@gnu.org> 11 2008-04-18 Sam Steingold <sds@gnu.org>
6 12
11 17
12 * minibuffer.el (completion-table-with-terminator): Fix last fix. 18 * minibuffer.el (completion-table-with-terminator): Fix last fix.
13 19
14 2008-04-18 Andreas Schwab <schwab@suse.de> 20 2008-04-18 Andreas Schwab <schwab@suse.de>
15 21
16 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el): Depend on 22 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
17 $(lisp)/subdirs.el. 23 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
18 ($(CAL_DIR)/cal-loaddefs.el): Likewise. 24 Depend on $(lisp)/subdirs.el.
19 ($(CAL_DIR)/diary-loaddefs.el): Likewise.
20 ($(CAL_DIR)/hol-loaddefs.el): Likewise.
21 25
22 2008-04-18 Juanma Barranquero <lekktu@gmail.com> 26 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
23 27
24 * descr-text.el (describe-char-after): 28 * descr-text.el (describe-char-after):
25 Use `define-obsolete-function-alias'. 29 Use `define-obsolete-function-alias'.