Mercurial > emacs
changeset 34125:be313b2af8df
Mention msdos-set-mouse-buttons.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Dec 2000 16:24:55 +0000 |
parents | f76878ae08c1 |
children | be413876d7ee |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Dec 02 16:07:38 2000 +0000 +++ b/etc/NEWS Sat Dec 02 16:24:55 2000 +0000 @@ -42,6 +42,13 @@ * Changes in Emacs 21.1 +++ +** The new command `msdos-set-mouse-buttons' forces Emacs to behave +as if the mouse had a specified number of buttons. This comes handy +with mice that don't report their number of buttons correctly. One +example is the wheeled mice, which report 3 buttons, but clicks on the +middle button are not passed to the MS-DOS version of Emacs. + ++++ ** The default for user-option `next-line-add-newlines' has been changed to nil, i.e. C-n will no longer add newlines at the end of a buffer by default.