Mercurial > emacs
comparison lisp/ChangeLog @ 100623:5a144164af93
(completion-all-completions-with-base-size): Remove.
(completion-all-completions): Don't set it.
(completion-table-with-context, completion--file-name-table):
Don't add base-size in last cdr.
(completion-hilit-commonality): Add argument `base-size'.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions, completion-basic-all-completions):
Provide it.
(completion-pcm--all-completions): Don't need to remove the base-size
in last-cdr any more.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 21 Dec 2008 05:20:06 +0000 |
parents | d97232b983fb |
children | 096796d792df |
comparison
equal
deleted
inserted
replaced
100622:c236484e9c94 | 100623:5a144164af93 |
---|---|
1 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * minibuffer.el (completion-all-completions-with-base-size): Remove. | |
4 (completion-all-completions): Don't set it. | |
5 (completion-table-with-context, completion--file-name-table): | |
6 Don't add base-size in last cdr. | |
7 (completion-hilit-commonality): Add argument `base-size'. | |
8 (display-completion-list, completion-emacs21-all-completions) | |
9 (completion-emacs22-all-completions, completion-basic-all-completions): | |
10 Provide it. | |
11 (completion-pcm--all-completions): Don't need to remove the base-size | |
12 in last-cdr any more. | |
13 | |
1 2008-12-20 Agustin Martin <agustin.martin@hispalinux.es> | 14 2008-12-20 Agustin Martin <agustin.martin@hispalinux.es> |
2 | 15 |
3 * textmodes/ispell.el (ispell-check-minver): New function. | 16 * textmodes/ispell.el (ispell-check-minver): New function. |
4 (ispell-check-version): Rewrite spellchecker and version checking. | 17 (ispell-check-version): Rewrite spellchecker and version checking. |
5 Use (ispell-check-minver). Handle hunspell versions. | 18 Use (ispell-check-minver). Handle hunspell versions. |
9 * ido.el (ido-read-internal): Handle `confirm' and | 22 * ido.el (ido-read-internal): Handle `confirm' and |
10 `confirm-after-completion' values for the require-match argument. | 23 `confirm-after-completion' values for the require-match argument. |
11 | 24 |
12 2008-12-20 Jason Rumney <jasonr@gnu.org> | 25 2008-12-20 Jason Rumney <jasonr@gnu.org> |
13 | 26 |
14 * international/mule.el (auto-coding-regexp-alist): Use | 27 * international/mule.el (auto-coding-regexp-alist): |
15 utf-8-with-signature for files starting with UTF-8 BOM. | 28 Use utf-8-with-signature for files starting with UTF-8 BOM. |
16 | 29 |
17 2008-12-20 Ami Fischman <ami@fischman.org> | 30 2008-12-20 Ami Fischman <ami@fischman.org> |
18 | 31 |
19 * bindings.el (mode-line-eol-desc): Use assoc to query | 32 * bindings.el (mode-line-eol-desc): Use assoc to query |
20 mode-line-eol-desc-cache. | 33 mode-line-eol-desc-cache. |