aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-04-22 22:22:06 -0400
committerStefan Monnier2014-04-22 22:22:06 -0400
commit0e8a93314941fbf1e8790cbe1f7d1e2069281b35 (patch)
tree7b0cdd683cacad9c2664d5a070409d639f32b10e /lisp/ChangeLog
parentc08684513a37f787a540033a6e543326c9631d37 (diff)
downloademacs-0e8a93314941fbf1e8790cbe1f7d1e2069281b35.tar.gz
emacs-0e8a93314941fbf1e8790cbe1f7d1e2069281b35.zip
* lisp/simple.el (completion-list-mode-map): Use choose-completion for the
mouse binding as well. (completion-list-mode, completion-setup-function): Adjust docstring and echo area message accordingly. * lisp/progmodes/idlwave.el (idlwave-choose-completion): Adjust to new calling convention of choose-completion. * lisp/comint.el (comint-dynamic-list-completions): * lisp/term.el (term-dynamic-list-completions): Accept choose-completion. Fixes: debbugs:17302
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f3c94c1818d..04cb6e73e1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
12014-04-23 Stefan Monnier <monnier@iro.umontreal.ca> 12014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * simple.el (completion-list-mode-map): Use choose-completion for the
4 mouse binding as well (bug#17302).
5 (completion-list-mode, completion-setup-function): Adjust docstring and
6 echo area message accordingly.
7 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
8 calling convention of choose-completion.
9 * comint.el (comint-dynamic-list-completions):
10 * term.el (term-dynamic-list-completions): Accept choose-completion.
11
3 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after 12 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
4 &, |, +, - and * can't be a division (bug#17317). 13 &, |, +, - and * can't be a division (bug#17317).
5 14