diff options
| author | Stephen Berman | 2013-07-30 16:42:15 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-07-30 16:42:15 -0400 |
| commit | 158bc55c6e715be476acacbef2aa8ca9b50c94c6 (patch) | |
| tree | 986f060c205d15818af98c45797dd16d4ba2943c /lisp/ChangeLog | |
| parent | ac38e731d9113628bd6823372d11b895f67a5e33 (diff) | |
| download | emacs-158bc55c6e715be476acacbef2aa8ca9b50c94c6.tar.gz emacs-158bc55c6e715be476acacbef2aa8ca9b50c94c6.zip | |
* lisp/minibuffer.el (completion--twq-all): Try and preserve each
completion's case choice.
Fixes: debbugs:14907
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62a11e229a1..fde62f1fc4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-30 Stephen Berman <stephen.berman@gmx.net> | ||
| 2 | |||
| 3 | * minibuffer.el (completion--twq-all): Try and preserve each | ||
| 4 | completion's case choice (bug#14907). | ||
| 5 | |||
| 1 | 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * net/network-stream.el (open-network-stream): Mention the new | 8 | * net/network-stream.el (open-network-stream): Mention the new |