aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index ccc8d454cc..d78ed9ec60 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,14 @@
+2002-03-18 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filter-source.c (filter_source_get_sources): Free account_name
+ so we don't leak. Also after getting the source uri, use camel-url
+ to hide unwanted stuff.
+ (xml_decode): Use xmlFree on the buffer returned from
+ xmlNodeGetContent rather than g_free, as I think they are
+ incompatable. Also use camel-url here to hide any params in the
+ decoded url (to make things compatable with what older versions
+ may have saved).
+
2002-03-06 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Added beep and play-sound actions.