comparison lisp/ChangeLog @ 94211:81b6ecd7be01

(completion-try-completion): Change magic symbol property name. Rename from minibuffer-try-completion. (completion-all-completions): Rename from minibuffer-all-completions. Remove hide-spaces argument. (completion--do-completion): Rename from minibuffer--do-completion. (minibuffer-complete-and-exit): Call just try-completion rather than completion-try-completion to fix up the case. (completion--try-word-completion): Try to add space or hyphen before making `string' a prefix of `completion'. (completion--insert-strings): Rename from minibuffer--insert-strings.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Apr 2008 19:02:54 +0000
parents 7cc87e1801a6
children 28b476a64d4c
comparison
equal deleted inserted replaced
94210:7cc87e1801a6 94211:81b6ecd7be01
1 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-try-completion): Change magic symbol
4 property name. Rename from minibuffer-try-completion.
5 (completion-all-completions): Rename from minibuffer-all-completions.
6 Remove hide-spaces argument.
7 (completion--do-completion): Rename from minibuffer--do-completion.
8 (minibuffer-complete-and-exit): Call just try-completion rather than
9 completion-try-completion to fix up the case.
10 (completion--try-word-completion): Try to add space or hyphen before
11 making `string' a prefix of `completion'.
12 (completion--insert-strings): Rename from minibuffer--insert-strings.
13
1 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change) 14 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2 15
3 * net/tls.el (tls-program): Add -ign_eof argument to call the 16 * net/tls.el (tls-program): Add -ign_eof argument to call the
4 openssl commands. 17 openssl commands.
5 (tls-checktrust): Ditto. 18 (tls-checktrust): Ditto.