Mercurial > emacs
changeset 26432:23b09a47da5c
added entry about mwheel.el
author | William M. Perry <wmperry@aventail.com> |
---|---|
date | Sat, 13 Nov 1999 19:18:53 +0000 |
parents | e53a941311a2 |
children | 3e37953dc2d5 |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'.