comparison lisp/ChangeLog @ 72310:e45c648eb3ad

(PC-do-completion): Strip out completion-ignored-extensions before checking whether there are multiple completions. Don't use `list' unnecessarily when building completion tables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 07 Aug 2006 18:06:28 +0000
parents 79d78c12ac65
children fd4771b15a42
comparison
equal deleted inserted replaced
72309:e5f74bc78986 72310:e45c648eb3ad
1 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * complete.el (PC-do-completion): Strip out completion-ignored-extensions
4 before checking whether there are multiple completions.
5 Don't use `list' unnecessarily when building completion tables.
6
1 2006-08-06 Richard Stallman <rms@gnu.org> 7 2006-08-06 Richard Stallman <rms@gnu.org>
2 8
3 * help.el (describe-mode): Make minor mode list more concise. 9 * help.el (describe-mode): Make minor mode list more concise.
4 10
5 2006-08-05 Chong Yidong <cyd@stupidchicken.com> 11 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
670 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form. 676 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
671 Remove special case for seconds < 0. Use (redisplay t) instead. 677 Remove special case for seconds < 0. Use (redisplay t) instead.
672 678
673 2006-07-10 Chong Yidong <cyd@stupidchicken.com> 679 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
674 680
675 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid 681 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
676 compilation error. 682 avoid compilation error.
677 683
678 * subr.el (sit-for): New function. 684 * subr.el (sit-for): New function.
679 685
680 * play/hanoi.el (hanoi-sit-for): Check sit-for return value. 686 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
681 687