diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-08-22 04:28:35 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-08-22 04:28:35 +0800 |
commit | d1c902092fe7e6a93b7da2bf3750b83a6663b046 (patch) | |
tree | 69e698610f935b496e8a01581b8d13c45095fec1 /calendar/ChangeLog | |
parent | b1161811db7b81206fe5991472130ae8237e321d (diff) | |
download | gsoc2013-evolution-d1c902092fe7e6a93b7da2bf3750b83a6663b046.tar.gz gsoc2013-evolution-d1c902092fe7e6a93b7da2bf3750b83a6663b046.tar.zst gsoc2013-evolution-d1c902092fe7e6a93b7da2bf3750b83a6663b046.zip |
New function. (parse_time): Moved over from the old set_time_t(). This
2000-08-21 Federico Mena Quintero <federico@helixcode.com>
* gui/calendar-model.c (set_categories): New function.
(parse_time): Moved over from the old set_time_t(). This just
parses the time and leaves the warning dialog for the caller.
(set_datetime): New function.
(set_geo): Updated old function.
(set_percent): Updated old function.
(set_priority): Updated old function.
(set_summary): New function.
(set_url): New function.
(calendar_model_set_value_at): Updated function.
(calendar_model_is_cell_editable): Updated function.
svn path=/trunk/; revision=4907
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b96f3fbc3e..fed48a1b24 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2000-08-21 Federico Mena Quintero <federico@helixcode.com> + + * gui/calendar-model.c (set_categories): New function. + (parse_time): Moved over from the old set_time_t(). This just + parses the time and leaves the warning dialog for the caller. + (set_datetime): New function. + (set_geo): Updated old function. + (set_percent): Updated old function. + (set_priority): Updated old function. + (set_summary): New function. + (set_url): New function. + (calendar_model_set_value_at): Updated function. + (calendar_model_is_cell_editable): Updated function. + 2000-08-21 JP Rosevear <jpr@helixcode.com> * gui/e-week-view.c (e_week_view_reload_events): |