changeset 44401:4396c5082046

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Fri, 05 Apr 2002 05:50:57 +0000
parents dfe85fad7802
children 968fd5ccea65
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 05 05:50:11 2002 +0000
+++ b/lisp/ChangeLog	Fri Apr 05 05:50:57 2002 +0000
@@ -1,3 +1,7 @@
+2002-04-05  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
+
+	* simple.el (play-sound): New function (uses play-sound-internal).
+
 2002-04-04  Richard M. Stallman  <rms@gnu.org>
 
 	* calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
--- a/src/ChangeLog	Fri Apr 05 05:50:11 2002 +0000
+++ b/src/ChangeLog	Fri Apr 05 05:50:57 2002 +0000
@@ -1,3 +1,8 @@
+2002-04-05  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
+
+	* sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
+	Doc fix to reflect it.
+
 2002-04-04  Richard M. Stallman  <rms@gnu.org>
 
 	* xdisp.c (display_mode_element): New arg RISKY.