diff options
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -42,6 +42,13 @@ lacks unexec, asynchronous processes, and networking support. | |||
| 42 | * Changes in Emacs 21.1 | 42 | * Changes in Emacs 21.1 |
| 43 | 43 | ||
| 44 | +++ | 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. | ||
| 50 | |||
| 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. |