diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2272fac3bf9..5eb68cd9390 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2000-07-05 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | Sound support for NetBSD through "Linux emulation" support: | ||
| 4 | * config.in (HAVE_SOUNDCARD_H): Undef. | ||
| 5 | (HAVE_SOUND): Define if HAVE_SOUNDCARD_H. | ||
| 6 | * Makefile.in (LIBSOUND): New variable. | ||
| 7 | (LIBES): Include it. | ||
| 8 | * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and | ||
| 9 | <soundcard.h>. | ||
| 10 | (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined | ||
| 11 | elsewhere. | ||
| 12 | (vox_open): Use DEFAULT_SOUND_DEVICE. | ||
| 13 | * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio. | ||
| 14 | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | 15 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 16 | ||
| 3 | * print.c (print_error_message): If Vsignaling_function is set, | 17 | * print.c (print_error_message): If Vsignaling_function is set, |