diff options
-rw-r--r-- | filter/ChangeLog | 4 | ||||
-rw-r--r-- | filter/filtertypes.xml | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 789fac2f7b..ccc8d454cc 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Jeffrey Stedfast <fejj@ximian.com> + + * filtertypes.xml: Added beep and play-sound actions. + 2002-02-26 Not Zed <NotZed@Ximian.com> * filter-filter.c (option_activate): Copy values across to new diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index 1c2aa47bc5..b638288609 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -617,6 +617,15 @@ </option> </input> </part> + <part name="beep"> + <title>Beep</title> + <code>(beep)</code> + </part> + <part name="play-sound"> + <title>Play Sound</title> + <code>(play-sound ${sound})</code> + <input type="string" name="sound"/> + </part> <part name="shell-exec"> <title>Execute Shell Command</title> <code>(shell-exec ${command})</code> |