diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd90d5fcea3..75d3fa93cf8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-04-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * simple.el (play-sound): New function (uses play-sound-internal). | ||
| 4 | |||
| 1 | 2002-04-04 Richard M. Stallman <rms@gnu.org> | 5 | 2002-04-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix. | 7 | * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix. |
diff --git a/src/ChangeLog b/src/ChangeLog index b0012f9fd23..c0da7e669e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-04-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * sound.c (Fplay_sound_internal): Renamed from Fplay_sound. | ||
| 4 | Doc fix to reflect it. | ||
| 5 | |||
| 1 | 2002-04-04 Richard M. Stallman <rms@gnu.org> | 6 | 2002-04-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (display_mode_element): New arg RISKY. | 8 | * xdisp.c (display_mode_element): New arg RISKY. |