aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorCecilio Pardo2024-12-15 01:13:16 +0100
committerEli Zaretskii2024-12-21 12:35:09 +0200
commitfd529bbd076d14087d70c50d94bc9ef231cf1997 (patch)
tree446f92ac0062c3ba335d6286703cda9904722bcd /etc/PROBLEMS
parentb6852b67b0d462c7ba0012e5ac3b79a245f4b7e5 (diff)
downloademacs-fd529bbd076d14087d70c50d94bc9ef231cf1997.tar.gz
emacs-fd529bbd076d14087d70c50d94bc9ef231cf1997.zip
Add support for the ':data' keyword for play-sound in MS-Windows.
* src/sound.c (parse_sound) [WINDOWSNT]: Check that either :file or :data is present. (do_play_sound): Added parameter to select file or data, and code to play from data. (Fplay_sound_internal): Fixed volume format, and send file or data to 'do_play_sound'. (Bug#74863) * etc/NEWS: Add entry for this change. * etc/PROBLEMS: Remove entry about missing support for :data.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 8de12a78613..c1745e8d18f 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3278,11 +3278,6 @@ Files larger than 4GB cause overflow in the size (represented as a
3278well, since the Windows port uses a Lisp emulation of 'ls', which relies 3278well, since the Windows port uses a Lisp emulation of 'ls', which relies
3279on 'file-attributes'. 3279on 'file-attributes'.
3280 3280
3281** Playing sound doesn't support the :data method
3282
3283Sound playing is not supported with the ':data DATA' key-value pair.
3284You _must_ use the ':file FILE' method.
3285
3286** Typing Alt-Shift has strange effects on MS-Windows. 3281** Typing Alt-Shift has strange effects on MS-Windows.
3287 3282
3288This combination of keys is a command to change keyboard layout. If 3283This combination of keys is a command to change keyboard layout. If