diff options
| author | Jan Djärv | 2007-03-06 12:15:33 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-03-06 12:15:33 +0000 |
| commit | a28de2572ea46ee103b73095be06538272903872 (patch) | |
| tree | 38557b52c6b0f495bb5ce8f2f331bf0f0606ae3d /src/ChangeLog | |
| parent | 0868f2129382fd2535c41255c12305a7c0ab5151 (diff) | |
| download | emacs-a28de2572ea46ee103b73095be06538272903872.tar.gz emacs-a28de2572ea46ee103b73095be06538272903872.zip | |
* sound.c (wav_play): Check header->data_length to see how much we
shall read.
(alsa_period_size): Convert ALSA period size in frames to bytes.
(alsa_write): Return if frames is zero.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d55e2a29b78..5451b1189e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * sound.c (wav_play): Check header->data_length to see how much we | ||
| 4 | shall read. | ||
| 5 | (alsa_period_size): Convert ALSA period size in frames to bytes. | ||
| 6 | (alsa_write): Return if frames is zero. | ||
| 7 | |||
| 1 | 2007-03-06 Kenichi Handa <handa@m17n.org> | 8 | 2007-03-06 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * xselect.c (Vselection_coding_system): Documentation improved. | 10 | * xselect.c (Vselection_coding_system): Documentation improved. |