diff options
| author | Stefan Monnier | 2014-07-08 14:47:47 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-07-08 14:47:47 -0400 |
| commit | dee89b6708a2f369ea1ba4ff0366f6506ccaeaef (patch) | |
| tree | 96d00587032f61fca4e09dd47e921d47c4ffa4e5 /lisp/ChangeLog | |
| parent | ef0cc37f8552b30fd48cd4437f8307182533d3db (diff) | |
| download | emacs-dee89b6708a2f369ea1ba4ff0366f6506ccaeaef.tar.gz emacs-dee89b6708a2f369ea1ba4ff0366f6506ccaeaef.zip | |
* lisp/xt-mouse.el (xterm-mouse-translate-1): Intern drag event.
Remove also pointless window&mark manipulation.
Fixes: debbugs:17894
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 29e55de249d..b2982c56754 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894). | ||
| 4 | Remove also pointless window&mark manipulation. | ||
| 5 | |||
| 3 | * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case. | 6 | * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case. |
| 4 | (perl-indent-line): Use syntax-ppss to detect we're in a doc-section. | 7 | (perl-indent-line): Use syntax-ppss to detect we're in a doc-section. |
| 5 | (perl-continuation-line-p): Don't skip over anything else than labels. | 8 | (perl-continuation-line-p): Don't skip over anything else than labels. |