Mercurial > emacs
comparison src/ChangeLog @ 44470:7f801508c4d0
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 09 Apr 2002 19:28:59 +0000 |
parents | b0c9dc55963f |
children | 5bcb255d9dc5 |
comparison
equal
deleted
inserted
replaced
44469:f9a82a50692e | 44470:7f801508c4d0 |
---|---|
1 2002-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 | |
1 2002-04-08 Stefan Monnier <monnier@cs.yale.edu> | 16 2002-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. |
4 | 19 |
5 2002-04-08 Juanma Barranquero <lektu@terra.es> | 20 2002-04-08 Juanma Barranquero <lektu@terra.es> |