comparison etc/NEWS @ 26432:23b09a47da5c

added entry about mwheel.el
author William M. Perry <wmperry@aventail.com>
date Sat, 13 Nov 1999 19:18:53 +0000
parents 5678b244c3ac
children fe1632dc5fb3
comparison
equal deleted inserted replaced
26431:e53a941311a2 26432:23b09a47da5c
10 10
11 ** `movemail' defaults to supporting POP. You can turn this off using 11 ** `movemail' defaults to supporting POP. You can turn this off using
12 the --without-pop configure option, should that be necessary. 12 the --without-pop configure option, should that be necessary.
13 13
14 * Changes in Emacs 21.1 14 * Changes in Emacs 21.1
15
16 ** Emacs can now support 'wheeled' mice (such as the MS IntelliMouse)
17 under XFree86. To enable this, simply put (mwheel-install) in your
18 .emacs file.
19
20 The variables `mwheel-follow-mouse' and `mwheel-scroll-amount'
21 determine where and by how much buffers are scrolled.
15 22
16 ** Listing buffers with M-x list-buffers (C-x C-b) now shows 23 ** Listing buffers with M-x list-buffers (C-x C-b) now shows
17 abbreviated file names. Abbreviations can be customized by changing 24 abbreviated file names. Abbreviations can be customized by changing
18 `directory-abbrev-alist'. 25 `directory-abbrev-alist'.
19 26