diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-01 11:51:32 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-01 11:51:32 +0800 |
commit | f4d5261c43a8db9e583144b4a61e8089d6449b2c (patch) | |
tree | f897710cff7611c065745d2e1e3d4637be36c822 /calendar/ChangeLog | |
parent | 7f5b358b62364a99ac33577c90885bd8e9702357 (diff) | |
download | gsoc2013-evolution-f4d5261c43a8db9e583144b4a61e8089d6449b2c.tar gsoc2013-evolution-f4d5261c43a8db9e583144b4a61e8089d6449b2c.tar.gz gsoc2013-evolution-f4d5261c43a8db9e583144b4a61e8089d6449b2c.tar.bz2 gsoc2013-evolution-f4d5261c43a8db9e583144b4a61e8089d6449b2c.tar.lz gsoc2013-evolution-f4d5261c43a8db9e583144b4a61e8089d6449b2c.tar.xz gsoc2013-evolution-f4d5261c43a8db9e583144b4a61e8089d6449b2c.tar.zst gsoc2013-evolution-f4d5261c43a8db9e583144b4a61e8089d6449b2c.zip |
free the my_address member (find_my_address): fall back on a CN match if
2002-03-31 JP Rosevear <jpr@ximian.com>
* gui/e-itip-control.c (clean_up): free the my_address member
(find_my_address): fall back on a CN match if possible
(change_status): handle changing the status of a non-existent
address by adding a new attendee
(update_attendee_status): if the attendee response is not from a
user on the list of attendees, ask the user if they want to add
the attendee any how (as an optional participant)
(ok_clicked_cb): if we are suppose to rsvp and the status was ok,
but the attendee address is not known, find it
svn path=/trunk/; revision=16303
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cdc72ace74..33ee88d2fc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2002-03-31 JP Rosevear <jpr@ximian.com> + + * gui/e-itip-control.c (clean_up): free the my_address member + (find_my_address): fall back on a CN match if possible + (change_status): handle changing the status of a non-existent + address by adding a new attendee + (update_attendee_status): if the attendee response is not from a + user on the list of attendees, ask the user if they want to add + the attendee any how (as an optional participant) + (ok_clicked_cb): if we are suppose to rsvp and the status was ok, + but the attendee address is not known, find it + 2002-03-29 Ettore Perazzoli <ettore@ximian.com> * gui/GNOME_Evolution_Calendar.oaf.in: Set a priority for the |