diff options
author | JP Rosevear <jpr@ximian.com> | 2002-01-14 09:07:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-01-14 09:07:09 +0800 |
commit | 7ace2ffaad1c6be679d29d5240512ceff35ea4a1 (patch) | |
tree | 5c51940c13a89996b841c6ce9fe34cd0eef5440c /calendar/ChangeLog | |
parent | bd9e38442ac5c94330d05c46109641c2ca239989 (diff) | |
download | gsoc2013-evolution-7ace2ffaad1c6be679d29d5240512ceff35ea4a1.tar.gz gsoc2013-evolution-7ace2ffaad1c6be679d29d5240512ceff35ea4a1.tar.zst gsoc2013-evolution-7ace2ffaad1c6be679d29d5240512ceff35ea4a1.zip |
add protos
2002-01-13 JP Rosevear <jpr@ximian.com>
* gui/alarm-notify/save.h: add protos
* gui/alarm-notify/save.c (save_blessed_program): records a
program as blessed
(is_blessed_program): checks to see if a program is blessed
* gui/alarm-notify/alarm-queue.c (procedure_notification_dialog):
popup a dialog notifying the user that is a program and let them
not see the dialog about this program again
(procedure_notification): use above
svn path=/trunk/; revision=15313
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3ed9734e9e..a7e8e9c633 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2002-01-13 JP Rosevear <jpr@ximian.com> + + * gui/alarm-notify/save.h: add protos + + * gui/alarm-notify/save.c (save_blessed_program): records a + program as blessed + (is_blessed_program): checks to see if a program is blessed + + * gui/alarm-notify/alarm-queue.c (procedure_notification_dialog): + popup a dialog notifying the user that is a program and let them + not see the dialog about this program again + (procedure_notification): use above + 2002-01-11 Damon Chaplin <damon@ximian.com> * gui/e-timezone-entry.c: |