diff options
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. |