Mercurial > emacs
changeset 34355:79c691910a0b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Dec 2000 22:09:00 +0000 |
parents | db2901e01b72 |
children | 206c6778d78f |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Dec 07 22:08:26 2000 +0000 +++ b/src/ChangeLog Thu Dec 07 22:09:00 2000 +0000 @@ -9,6 +9,11 @@ 2000-12-07 Gerd Moellmann <gerd@gnu.org> + * sound.c (vox_configure): Change order of ioctls. Don't + set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE. + Ignore errors when changing volume. + (vox_close): Don't reset the device. + * process.c (read_process_output): Make sure the process marker's position is valid when the process buffer is changed in after-change functions. W3 does that.