aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-10-17 09:43:40 -0400
committerStefan Monnier2011-10-17 09:43:40 -0400
commit8b79f3e0ed805d86dcb0e74572e61da2cd2d8ffc (patch)
treec41715088099ab1db86e0f45c2dd6d933395125e /lisp/ChangeLog
parent4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a (diff)
downloademacs-8b79f3e0ed805d86dcb0e74572e61da2cd2d8ffc.tar.gz
emacs-8b79f3e0ed805d86dcb0e74572e61da2cd2d8ffc.zip
* lisp/comint.el (comint--table-subvert): Quote the all-completions output.
Fixes: debbugs:9160
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c29a93950d..1ebca8675ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * comint.el (comint--table-subvert): Quote the all-completions output
4 (bug#9160).
5
12011-10-17 Martin Rudalics <rudalics@gmx.at> 62011-10-17 Martin Rudalics <rudalics@gmx.at>
2 7
3 * ido.el (ido-default-buffer-method): Remove redundant :type 8 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4 entry.
5 9
6 * menu-bar.el (menu-bar-file-menu): Add entry for making new 10 * menu-bar.el (menu-bar-file-menu): Add entry for making new
7 window on right of selected. (Bug#9350) Reword other window 11 window on right of selected. (Bug#9350) Reword other window
@@ -14,8 +18,8 @@
14 18
152011-10-15 Chong Yidong <cyd@stupidchicken.com> 192011-10-15 Chong Yidong <cyd@stupidchicken.com>
16 20
17 * net/network-stream.el (network-stream-open-starttls): Improve 21 * net/network-stream.el (network-stream-open-starttls):
18 detection of failure due to lack of TLS support. 22 Improve detection of failure due to lack of TLS support.
19 23
20 * mail/sendmail.el (sendmail-query-once): Tweak prompt message, 24 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
21 putting the input text in front and in bold. 25 putting the input text in front and in bold.