aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-08-22 08:12:24 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-22 08:12:24 +0800
commit5d8ff7ab732d82019e85d4c3821e68a9e9306021 (patch)
tree6646ac9efd4c33de49cad380c810583661e9c3fd /calendar/ChangeLog
parent72def62a052119c68144744cea9e3f05a52484d8 (diff)
downloadgsoc2013-evolution-5d8ff7ab732d82019e85d4c3821e68a9e9306021.tar
gsoc2013-evolution-5d8ff7ab732d82019e85d4c3821e68a9e9306021.tar.gz
gsoc2013-evolution-5d8ff7ab732d82019e85d4c3821e68a9e9306021.tar.bz2
gsoc2013-evolution-5d8ff7ab732d82019e85d4c3821e68a9e9306021.tar.lz
gsoc2013-evolution-5d8ff7ab732d82019e85d4c3821e68a9e9306021.tar.xz
gsoc2013-evolution-5d8ff7ab732d82019e85d4c3821e68a9e9306021.tar.zst
gsoc2013-evolution-5d8ff7ab732d82019e85d4c3821e68a9e9306021.zip
Updated function. (calendar_model_free_value): Updated function.
2000-08-21 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-model.c (calendar_model_duplicate_value): Updated function. (calendar_model_free_value): Updated function. (calendar_model_initialize_value): Updated function. (calendar_model_value_is_empty): Updated function. (remove_object): Updated function. (obj_updated_cb): Updated function. (calendar_model_get_cal_client): Added inline docs. (calendar_model_delete_task): Updated. (calendar_model_mark_task_complete): Updated. (calendar_model_get_cal_object): Updated. svn path=/trunk/; revision=4910
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index fed48a1b24..8df21920f3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,19 @@
2000-08-21 Federico Mena Quintero <federico@helixcode.com>
+ * gui/calendar-model.c (calendar_model_duplicate_value): Updated
+ function.
+ (calendar_model_free_value): Updated function.
+ (calendar_model_initialize_value): Updated function.
+ (calendar_model_value_is_empty): Updated function.
+ (remove_object): Updated function.
+ (obj_updated_cb): Updated function.
+ (calendar_model_get_cal_client): Added inline docs.
+ (calendar_model_delete_task): Updated.
+ (calendar_model_mark_task_complete): Updated.
+ (calendar_model_get_cal_object): Updated.
+
+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.
@@ -11,6 +25,9 @@
(set_url): New function.
(calendar_model_set_value_at): Updated function.
(calendar_model_is_cell_editable): Updated function.
+ (calendar_model_append_row): Updated. Added an ugly hack to
+ accomodate ETable's lack of a real API for adding new items.
+ Also, don't try to set columns that are not editable.
2000-08-21 JP Rosevear <jpr@helixcode.com>