# HG changeset patch # User Gerd Moellmann # Date 976226940 0 # Node ID 79c691910a0bc0749d5eaf035573f708a60d60e4 # Parent db2901e01b72ba861d6d682151a08c7ed18955b1 *** empty log message *** diff -r db2901e01b72 -r 79c691910a0b src/ChangeLog --- 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 + * 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.