aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-11-21 22:46:15 +0000
committerJason Rumney2002-11-21 22:46:15 +0000
commitf85bf1bf0b46d45082ab069a0851fcca76db19d0 (patch)
tree98d3b30c7551a6018fa7e2734d55cbfbc899f361
parentc5c7f9cc61d9a7c08b5c1ce03835f3d8c9bea2aa (diff)
downloademacs-f85bf1bf0b46d45082ab069a0851fcca76db19d0.tar.gz
emacs-f85bf1bf0b46d45082ab069a0851fcca76db19d0.zip
Added note about sound support on MS Windows
-rw-r--r--etc/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cae3ca2fdf4..7d05766f9bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -895,11 +895,18 @@ the cursor, for example screen magnifiers and text to speech programs.
895See the Emacs 21.1 NEWS entry for tooltips for details. 895See 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.
899PBM and XBM images are supported, other formats which require external 899PBM and XBM images are supported, other formats which require external
900libraries may be supported in future. 900libraries may be supported in future.
901 901
902--- 902---
903** Sound is now supported on MS Windows.
904WAV format is supported on all versions of Windows, other formats such
905as AU, AIFF and MP3 may be supported in the m ore recent versions of
906Windows, or when other software provides hooks into the system level
907sound 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.
904The new variable `w32-pass-extra-mouse-buttons-to-system' controls 911The new variable `w32-pass-extra-mouse-buttons-to-system' controls
905whether Emacs should handle the extra buttons itself (the default), or 912whether Emacs should handle the extra buttons itself (the default), or