diff options
| author | Kim F. Storm | 2002-11-28 23:10:30 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-11-28 23:10:30 +0000 |
| commit | cc563ece2d5f091cb58721ee85f8cff61f831f9b (patch) | |
| tree | fddbc4f931d9db0a36ead65bbe418920ad2bd7b8 | |
| parent | d09696f73f17c4ae0bf09e8c72ef7f427f07d31b (diff) | |
| download | emacs-cc563ece2d5f091cb58721ee85f8cff61f831f9b.tar.gz emacs-cc563ece2d5f091cb58721ee85f8cff61f831f9b.zip | |
mwheel.el change.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -631,6 +631,11 @@ directory listing into a buffer. | |||
| 631 | ** mouse-wheels can now scroll a specific fraction of the window | 631 | ** mouse-wheels can now scroll a specific fraction of the window |
| 632 | (rather than a fixed number of lines) and the scrolling is `progressive'. | 632 | (rather than a fixed number of lines) and the scrolling is `progressive'. |
| 633 | 633 | ||
| 634 | ** Unexpected yanking of text due to accidental clicking on the mouse | ||
| 635 | wheel button (typically mouse-2) during wheel scrolling is now avoided. | ||
| 636 | This behaviour can be customized via the mouse-wheel-click-event and | ||
| 637 | mouse-wheel-inhibit-click-time variables. | ||
| 638 | |||
| 634 | +++ | 639 | +++ |
| 635 | ** The keyboard-coding-system is now automatically set based on | 640 | ** The keyboard-coding-system is now automatically set based on |
| 636 | your current locale settings. If it turns out that your terminal | 641 | your current locale settings. If it turns out that your terminal |