comparison etc/NEWS @ 34125:be313b2af8df

Mention msdos-set-mouse-buttons.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Dec 2000 16:24:55 +0000
parents d23d6a3e8128
children c073ad4159fd
comparison
equal deleted inserted replaced
34124:f76878ae08c1 34125:be313b2af8df
38 all of the new display features described below. The port currently 38 all of the new display features described below. The port currently
39 lacks unexec, asynchronous processes, and networking support. 39 lacks unexec, asynchronous processes, and networking support.
40 40
41 41
42 * Changes in Emacs 21.1 42 * Changes in Emacs 21.1
43
44 +++
45 ** The new command `msdos-set-mouse-buttons' forces Emacs to behave
46 as if the mouse had a specified number of buttons. This comes handy
47 with mice that don't report their number of buttons correctly. One
48 example is the wheeled mice, which report 3 buttons, but clicks on the
49 middle button are not passed to the MS-DOS version of Emacs.
43 50
44 +++ 51 +++
45 ** The default for user-option `next-line-add-newlines' has been 52 ** The default for user-option `next-line-add-newlines' has been
46 changed to nil, i.e. C-n will no longer add newlines at the end of a 53 changed to nil, i.e. C-n will no longer add newlines at the end of a
47 buffer by default. 54 buffer by default.