diff options
| author | Gerd Moellmann | 2000-01-04 14:45:08 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-04 14:45:08 +0000 |
| commit | d1299cdeca76c0caa51fda0c9c30b804c3c7e998 (patch) | |
| tree | b0db743bbc3bf8147065f20e00db417e69417b36 /src/ChangeLog | |
| parent | fc91dc2d13870ab95bf81ec7b228227249e02a19 (diff) | |
| download | emacs-d1299cdeca76c0caa51fda0c9c30b804c3c7e998.tar.gz emacs-d1299cdeca76c0caa51fda0c9c30b804c3c7e998.zip | |
(struct sound): Renamed from struct sound_file.
(struct sound): Add members `data' and `header_size'.
(enum sound_attr): Add SOUND_DATA.
(current_sound, current_sound_device): Variables renamed from
sound_file and sound_device.
(parse_sound): Parse :data.
(parse_sound): Handle sound data in strings.
(find_sound_type): Function renamed from find_sound_file_type.
(wav_init, au_init): Fail if sound's header_size is smaller than
needed header size.
(wav_play, au_play): Play sounds from string data.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b52e46ef022..5465c6eda89 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2000-01-04 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * sound.c (struct sound): Renamed from struct sound_file. | ||
| 4 | (struct sound): Add members `data' and `header_size'. | ||
| 5 | (enum sound_attr): Add SOUND_DATA. | ||
| 6 | (current_sound, current_sound_device): Variables renamed from | ||
| 7 | sound_file and sound_device. | ||
| 8 | (parse_sound): Parse :data. | ||
| 9 | (parse_sound): Handle sound data in strings. | ||
| 10 | (find_sound_type): Function renamed from find_sound_file_type. | ||
| 11 | (wav_init, au_init): Fail if sound's header_size is smaller than | ||
| 12 | needed header size. | ||
| 13 | (wav_play, au_play): Play sounds from string data. | ||
| 14 | |||
| 3 | * puresize.h (BASE_PURE_SIZE): Increase to 600000. | 15 | * puresize.h (BASE_PURE_SIZE): Increase to 600000. |
| 4 | 16 | ||
| 5 | * lisp.h: Add prototype for allocate_string_data. | 17 | * lisp.h: Add prototype for allocate_string_data. |