diff options
| author | Jason Rumney | 2002-11-21 22:46:15 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-11-21 22:46:15 +0000 |
| commit | f85bf1bf0b46d45082ab069a0851fcca76db19d0 (patch) | |
| tree | 98d3b30c7551a6018fa7e2734d55cbfbc899f361 | |
| parent | c5c7f9cc61d9a7c08b5c1ce03835f3d8c9bea2aa (diff) | |
| download | emacs-f85bf1bf0b46d45082ab069a0851fcca76db19d0.tar.gz emacs-f85bf1bf0b46d45082ab069a0851fcca76db19d0.zip | |
Added note about sound support on MS Windows
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -895,11 +895,18 @@ the cursor, for example screen magnifiers and text to speech programs. | |||
| 895 | See the Emacs 21.1 NEWS entry for tooltips for details. | 895 | See the Emacs 21.1 NEWS entry for tooltips for details. |
| 896 | 896 | ||
| 897 | --- | 897 | --- |
| 898 | ** Some images are now supported on Windows. | 898 | ** Some images are now supported on MS Windows. |
| 899 | PBM and XBM images are supported, other formats which require external | 899 | PBM and XBM images are supported, other formats which require external |
| 900 | libraries may be supported in future. | 900 | libraries may be supported in future. |
| 901 | 901 | ||
| 902 | --- | 902 | --- |
| 903 | ** Sound is now supported on MS Windows. | ||
| 904 | WAV format is supported on all versions of Windows, other formats such | ||
| 905 | as AU, AIFF and MP3 may be supported in the m ore recent versions of | ||
| 906 | Windows, or when other software provides hooks into the system level | ||
| 907 | sound support for those formats. | ||
| 908 | |||
| 909 | --- | ||
| 903 | ** Pointing devices with more than 3 buttons are now supported on MS Windows. | 910 | ** Pointing devices with more than 3 buttons are now supported on MS Windows. |
| 904 | The new variable `w32-pass-extra-mouse-buttons-to-system' controls | 911 | The new variable `w32-pass-extra-mouse-buttons-to-system' controls |
| 905 | whether Emacs should handle the extra buttons itself (the default), or | 912 | whether Emacs should handle the extra buttons itself (the default), or |