diff options
| author | Stefan Monnier | 2014-05-05 19:54:06 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-05-05 19:54:06 -0400 |
| commit | bf67c3f7ef0260eaf31ec301f8ba3c87809bd076 (patch) | |
| tree | 52161bf8ace7adbd2f12bc1bba22bb0cd049a48d /lisp/ChangeLog | |
| parent | c22f24f6ef76b6bc62bbaafb0b1423bff3d867d4 (diff) | |
| download | emacs-bf67c3f7ef0260eaf31ec301f8ba3c87809bd076.tar.gz emacs-bf67c3f7ef0260eaf31ec301f8ba3c87809bd076.zip | |
* lisp/minibuffer.el (completion--try-word-completion): Revert fix for
Bug#15980.
Fixes: debbugs:17375
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 043a0c240b1..6aabf022b7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * minibuffer.el (completion--try-word-completion): Revert fix for | ||
| 4 | Bug#15980 (bug#17375). | ||
| 5 | |||
| 3 | * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378) | 6 | * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378) |
| 4 | Always store button numbers in the same way in xterm-mouse-last; | 7 | Always store button numbers in the same way in xterm-mouse-last; |
| 5 | Don't burp is xterm-mouse-last is not set as expected. | 8 | Don't burp is xterm-mouse-last is not set as expected. |