aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-04 17:14:55 +0000
committerGerd Moellmann2000-01-04 17:14:55 +0000
commitf9ee84a38c62a6ee1eb14836624d498b4fbce0f1 (patch)
tree10700ef42761641290b858af8d62cb1b72382b7c /src/ChangeLog
parent6fb40bebbc25fca9493984408f8d3262ac7ff712 (diff)
downloademacs-f9ee84a38c62a6ee1eb14836624d498b4fbce0f1.tar.gz
emacs-f9ee84a38c62a6ee1eb14836624d498b4fbce0f1.zip
(EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
macros statement form.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5465c6eda89..532436c95bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-01-04 Gerd Moellmann <gerd@gnu.org> 12000-01-04 Gerd Moellmann <gerd@gnu.org>
2 2
3 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
4 macros statement form.
5
3 * sound.c (struct sound): Renamed from struct sound_file. 6 * sound.c (struct sound): Renamed from struct sound_file.
4 (struct sound): Add members `data' and `header_size'. 7 (struct sound): Add members `data' and `header_size'.
5 (enum sound_attr): Add SOUND_DATA. 8 (enum sound_attr): Add SOUND_DATA.