diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-21 00:16:59 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-21 00:16:59 +0800 |
commit | 30392b4e49833a64ae612f3b55c6e220cbe24bd2 (patch) | |
tree | 9a277a39fa8f5433da7c43eee81a0cdcccd1f02d /calendar/ChangeLog | |
parent | 4862de22573032d0b6f3356aa9af9167681530af (diff) | |
download | gsoc2013-evolution-30392b4e49833a64ae612f3b55c6e220cbe24bd2.tar.gz gsoc2013-evolution-30392b4e49833a64ae612f3b55c6e220cbe24bd2.tar.zst gsoc2013-evolution-30392b4e49833a64ae612f3b55c6e220cbe24bd2.zip |
Properly assign the CalObjChange type. (cal_backend_log_sax_parse): Delete
2000-09-20 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend.c (cal_backend_log_sax_start_element): Properly
assign the CalObjChange type.
(cal_backend_log_sax_parse): Delete
(cal_backend_get_log_entries): Use xmlSAXUserParseFile
svn path=/trunk/; revision=5523
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f20670f57c..2374ce7a5b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2000-09-20 JP Rosevear <jpr@helixcode.com> + + * pcs/cal-backend.c (cal_backend_log_sax_start_element): Properly + assign the CalObjChange type. + (cal_backend_log_sax_parse): Delete + (cal_backend_get_log_entries): Use xmlSAXUserParseFile + 2000-09-19 JP Rosevear <jpr@helixcode.com> * pcs/cal-backend.c (cal_backend_set_uri): New utility function |