aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5e71e4c047f..5d1a64c2d7e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12002-04-09 Stefan Monnier <monnier@cs.yale.edu>
2
3 * minibuf.c (read_minibuf): Use empty_string.
4 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
5 Short-circuit the search as soon as it "failed".
6 (Fall_completions): Allow lambda forms and lists of strings for alist.
7 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
8 when require_match is nil.
9 (Ftest_completion): Rename from `test_completion' and export to elisp.
10 Call the predicate also when alist is a list.
11 Obey Vcompletion_regexp_list.
12 (do_completion, Fminibuffer_complete_and_exit): Use it.
13 (Fassoc_string): Rename from `assoc_for_completion'.
14 Allow list of strings as well and export to elisp.
15
12002-04-08 Stefan Monnier <monnier@cs.yale.edu> 162002-04-08 Stefan Monnier <monnier@cs.yale.edu>
2 17
3 * puresize.h (BASE_PURESIZE): Increase to 900KB. 18 * puresize.h (BASE_PURESIZE): Increase to 900KB.