comparison src/ChangeLog @ 34355:79c691910a0b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 07 Dec 2000 22:09:00 +0000
parents e477bbc45459
children 4b5f1340bd03
comparison
equal deleted inserted replaced
34354:db2901e01b72 34355:79c691910a0b
6 2000-12-07 Stefan Monnier <monnier@cs.yale.edu> 6 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7 7
8 * alloc.c (gc_sweep): Add comment. 8 * alloc.c (gc_sweep): Add comment.
9 9
10 2000-12-07 Gerd Moellmann <gerd@gnu.org> 10 2000-12-07 Gerd Moellmann <gerd@gnu.org>
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.
11 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.
15 20