# HG changeset patch # User William M. Perry # Date 942520733 0 # Node ID 23b09a47da5c7d58ce0cfe7305ea7ffb7749a817 # Parent e53a941311a2978548b690e38ce06c68e9730172 added entry about mwheel.el diff -r e53a941311a2 -r 23b09a47da5c etc/NEWS --- a/etc/NEWS Sat Nov 13 15:26:59 1999 +0000 +++ b/etc/NEWS Sat Nov 13 19:18:53 1999 +0000 @@ -13,6 +13,13 @@ * Changes in Emacs 21.1 +** Emacs can now support 'wheeled' mice (such as the MS IntelliMouse) +under XFree86. To enable this, simply put (mwheel-install) in your +.emacs file. + +The variables `mwheel-follow-mouse' and `mwheel-scroll-amount' +determine where and by how much buffers are scrolled. + ** Listing buffers with M-x list-buffers (C-x C-b) now shows abbreviated file names. Abbreviations can be customized by changing `directory-abbrev-alist'.