diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca92994f021..85c4691d4d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,11 @@ | |||
| 9 | 9 | ||
| 10 | 2000-12-07 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-12-07 Gerd Moellmann <gerd@gnu.org> |
| 11 | 11 | ||
| 12 | * sound.c (vox_configure): Change order of ioctls. Don't | ||
| 13 | set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE. | ||
| 14 | Ignore errors when changing volume. | ||
| 15 | (vox_close): Don't reset the device. | ||
| 16 | |||
| 12 | * process.c (read_process_output): Make sure the process marker's | 17 | * process.c (read_process_output): Make sure the process marker's |
| 13 | position is valid when the process buffer is changed in | 18 | position is valid when the process buffer is changed in |
| 14 | after-change functions. W3 does that. | 19 | after-change functions. W3 does that. |