aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-11-28 23:10:30 +0000
committerKim F. Storm2002-11-28 23:10:30 +0000
commitcc563ece2d5f091cb58721ee85f8cff61f831f9b (patch)
treefddbc4f931d9db0a36ead65bbe418920ad2bd7b8
parentd09696f73f17c4ae0bf09e8c72ef7f427f07d31b (diff)
downloademacs-cc563ece2d5f091cb58721ee85f8cff61f831f9b.tar.gz
emacs-cc563ece2d5f091cb58721ee85f8cff61f831f9b.zip
mwheel.el change.
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7d05766f9bb..2d8ae305ab2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
635wheel button (typically mouse-2) during wheel scrolling is now avoided.
636This behaviour can be customized via the mouse-wheel-click-event and
637mouse-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
636your current locale settings. If it turns out that your terminal 641your current locale settings. If it turns out that your terminal