aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2007-03-06 12:15:33 +0000
committerJan Djärv2007-03-06 12:15:33 +0000
commita28de2572ea46ee103b73095be06538272903872 (patch)
tree38557b52c6b0f495bb5ce8f2f331bf0f0606ae3d /src/ChangeLog
parent0868f2129382fd2535c41255c12305a7c0ab5151 (diff)
downloademacs-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/ChangeLog7
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 @@
12007-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
12007-03-06 Kenichi Handa <handa@m17n.org> 82007-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.