diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-13 04:58:19 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-13 04:58:19 +0800 |
commit | 75a2435a44a45e9739aa1697dae66125ceef2bb0 (patch) | |
tree | 31fbf1720eb100fec5638e8747b7cadefc0753ec /calendar/ChangeLog | |
parent | 727d1979462a4eac0503e2d0707ddeb3d22f4d28 (diff) | |
download | gsoc2013-evolution-75a2435a44a45e9739aa1697dae66125ceef2bb0.tar gsoc2013-evolution-75a2435a44a45e9739aa1697dae66125ceef2bb0.tar.gz gsoc2013-evolution-75a2435a44a45e9739aa1697dae66125ceef2bb0.tar.bz2 gsoc2013-evolution-75a2435a44a45e9739aa1697dae66125ceef2bb0.tar.lz gsoc2013-evolution-75a2435a44a45e9739aa1697dae66125ceef2bb0.tar.xz gsoc2013-evolution-75a2435a44a45e9739aa1697dae66125ceef2bb0.tar.zst gsoc2013-evolution-75a2435a44a45e9739aa1697dae66125ceef2bb0.zip |
Use g_int_* for now (cal_backend_file_create): ditto
2000-09-12 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend-file.c (cal_backend_file_load): Use g_int_*
for now
(cal_backend_file_create): ditto
svn path=/trunk/; revision=5385
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e2fd1e037d..c825ccc5d7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2000-09-12 JP Rosevear <jpr@helixcode.com> + + * pcs/cal-backend-file.c (cal_backend_file_load): Use g_int_* + for now + (cal_backend_file_create): ditto + + * conduits/todo/todo-conduit.c (local_record_from_compobject): Make + this actually fill in the todo record. + (find_record_in_repository): Add debug stuff + (iterate_specific): Use the already exisiting utility function + + * pcs/cal-backend-file.c (cal_backend_file_update_pilot_id): correct + the status and id types. g_strdup the uid since this is not a + constified return + (cal_backend_file_get_uid_by_pilot_id): correct the id type + 2000-09-12 Ettore Perazzoli <ettore@helixcode.com> * gui/Makefile.am: Remove `ui.xml' stuff. |