diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-07-04 08:58:22 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-07-04 08:58:22 +0800 |
commit | 4ae033dd397990b79a6d1ff40554e286306e7e66 (patch) | |
tree | e5204f4b9dd951b9841b6656c393f0d01c0e0b0f /calendar/ChangeLog | |
parent | 7ad9e599926815d42e88dc2a9a9037fc860d143c (diff) | |
download | gsoc2013-evolution-4ae033dd397990b79a6d1ff40554e286306e7e66.tar.gz gsoc2013-evolution-4ae033dd397990b79a6d1ff40554e286306e7e66.tar.zst gsoc2013-evolution-4ae033dd397990b79a6d1ff40554e286306e7e66.zip |
Use CalComponentText instead of CalComponentPropSummary. Removed the
2000-07-03 Federico Mena Quintero <federico@helixcode.com>
* cal-util/cal-component.c (cal_component_get_summary): Use
CalComponentText instead of CalComponentPropSummary. Removed the
latter typedef.
(cal_component_set_summary): Likewise.
(scan_property): Handle the CLASSIFICATION property.
(cal_component_get_classification): Ditto.
(cal_component_set_classification): Ditto.
svn path=/trunk/; revision=3880
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 199b355241..243e579602 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2000-07-03 Federico Mena Quintero <federico@helixcode.com> + * cal-util/cal-component.c (cal_component_get_summary): Use + CalComponentText instead of CalComponentPropSummary. Removed the + latter typedef. + (cal_component_set_summary): Likewise. + (scan_property): Handle the CLASSIFICATION property. + (cal_component_get_classification): Ditto. + (cal_component_set_classification): Ditto. + * cal-util/cal-component.c (cal_component_free_text_list): Renamed from cal_component_free_description_list(). We can share this function since both comments and descriptions have the same form. |