Mercurial > emacs
comparison lisp/ChangeLog @ 67625:915691b6504f
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 16 Dec 2005 19:10:49 +0000 |
parents | 765db9c82523 |
children | f571d4e1f9d5 |
comparison
equal
deleted
inserted
replaced
67624:e17240315b4a | 67625:915691b6504f |
---|---|
1 2005-12-16 Juri Linkov <juri@jurta.org> | |
2 | |
3 * simple.el (choose-completion): Use `buffer-substring-no-properties' | |
4 instead of `buffer-substring'. | |
5 (completion-common-substring): Doc fix. | |
6 (completion-setup-function): Use minibuffer-completion-contents | |
7 instead of minibuffer-contents. Don't set common-string-length | |
8 initially. Remove special handling of partial-completion-mode. | |
9 Move computation of completion-base-size into one cond. Call | |
10 completion-base-size-function in mainbuf. In computation of | |
11 completion-base-size for file name completion don't move point to | |
12 the end of the minibuffer. Move computation of common-string-length | |
13 into one cond. Start putting faces only when common-string-length>=0. | |
14 Add condition to put completions-common-part when common-string-length>0. | |
15 | |
16 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to | |
17 place point at the first different character in the minibuffer | |
18 even if this position is at the beginning of the minibuffer. | |
19 | |
20 * info.el (Info-read-node-name-1): In completion-base-size-function's | |
21 lambda return 1 if common-substring or minibuffer-completion-contents | |
22 starts with (, and 0 otherwise. | |
23 | |
24 * emacs-lisp/crm.el (crm-minibuffer-completion-help): | |
25 Use `crm-current-element' for second arg of `display-completion-list'. | |
26 | |
1 2005-12-16 Klaus Zeitler <kzeitler@lucent.com> | 27 2005-12-16 Klaus Zeitler <kzeitler@lucent.com> |
2 | 28 |
3 * files.el (set-auto-mode): Look for an interpreter specified on | 29 * files.el (set-auto-mode): Look for an interpreter specified on |
4 the first line also if search for mode specification succeeded, | 30 the first line also if search for mode specification succeeded, |
5 but the mode is not known. | 31 but the mode is not known. |