diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-27 11:14:19 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-27 11:14:19 +0800 |
commit | 1c6b09fa7c5c10f8371cec67f25d3ed1e644d9ad (patch) | |
tree | e83d645ff30545d90a1ae927f379b6ffa1bba7ee /calendar/ChangeLog | |
parent | d4c9f14d9210bf6e55b092f2e296a185c271e2c5 (diff) | |
download | gsoc2013-evolution-1c6b09fa7c5c10f8371cec67f25d3ed1e644d9ad.tar.gz gsoc2013-evolution-1c6b09fa7c5c10f8371cec67f25d3ed1e644d9ad.tar.zst gsoc2013-evolution-1c6b09fa7c5c10f8371cec67f25d3ed1e644d9ad.zip |
when an entry has changed, iterate over the elements of the entry and add
2001-07-26 JP Rosevear <jpr@ximian.com>
* gui/dialogs/meeting-page.c (invite_entry_changed): when an entry
has changed, iterate over the elements of the entry and add them
to the list if need be
(get_select_name_dialog): add a Chair Persons section
svn path=/trunk/; revision=11443
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 c8f98c5939..5d5f3ddcfb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,18 @@ 2001-07-26 JP Rosevear <jpr@ximian.com> + * gui/dialogs/meeting-page.c (invite_entry_changed): when an entry + has changed, iterate over the elements of the entry and add them + to the list if need be + (get_select_name_dialog): add a Chair Persons section + + * gui/itip-utils.c (itip_send_comp): send the empty string as + subject if there is no summary + +2001-07-26 JP Rosevear <jpr@ximian.com> + + * gui/itip-utils.c (itip_send_comp): send the empty string as + subject if there is no summary + * gui/dialogs/meeting-page.c (cleanup_attendees): free a list of attendees (meeting_page_fill_widgets): clean up attendee lists and fix typo |