aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/ChangeLog
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-02-05 21:15:05 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-02-05 21:15:05 +0800
commitc8a0ec46df365e257fbdcd7740db5363f4bbbbad (patch)
tree78352eb3761c4c0502985b7a98c760e1aa05e122 /plugins/itip-formatter/ChangeLog
parentc62d4443013d64bf55397f2618e44bd0bc8d3b73 (diff)
downloadgsoc2013-evolution-c8a0ec46df365e257fbdcd7740db5363f4bbbbad.tar
gsoc2013-evolution-c8a0ec46df365e257fbdcd7740db5363f4bbbbad.tar.gz
gsoc2013-evolution-c8a0ec46df365e257fbdcd7740db5363f4bbbbad.tar.bz2
gsoc2013-evolution-c8a0ec46df365e257fbdcd7740db5363f4bbbbad.tar.lz
gsoc2013-evolution-c8a0ec46df365e257fbdcd7740db5363f4bbbbad.tar.xz
gsoc2013-evolution-c8a0ec46df365e257fbdcd7740db5363f4bbbbad.tar.zst
gsoc2013-evolution-c8a0ec46df365e257fbdcd7740db5363f4bbbbad.zip
Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #468427, also fixes a lot of other crashes around itip-formatter.
svn path=/trunk/; revision=34960
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r--plugins/itip-formatter/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index 8b8ccec746..8da0024274 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,24 @@
+2008-02-05 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Rewrite of itip-formatter bits. It was written around carrying
+ EMFormatHTMLPobject. But that would be freed just after the formatter
+ thread ends. So all the time, it was working on dead pointer. Now I
+ have made EMFormatPURI and carried it around well. It might need a
+ good review though.
+
+ ** Fix for bug #468427
+ Fixes a lot of crashes around itip-formatter.
+
+ * itip-formatter.c: (find_to_address), (find_from_address),
+ (get_real_item), (adjust_item), (set_buttons_sensitive),
+ (cal_opened_cb), (start_calendar_server),
+ (start_calendar_server_by_uid), (source_selected_cb),
+ (find_cal_opened_cb), (find_server), (update_item),
+ (remove_delegate), (update_attendee_status), (send_item),
+ (set_itip_error), (extract_itip_data), (idle_open_cb),
+ (view_response_cb), (format_itip_object), (puri_free),
+ (format_itip), (itip_attachment_frame):
+
2008-01-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #475781