From 3b1751690acdcfc8abc5ceb0c374724ccf50df36 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 10 Jan 2008 12:04:00 +0000 Subject: ** Fix for bug #507067 2008-01-10 Milan Crha ** Fix for bug #507067 * em-format-html-display.c: (efhd_get_uri_puri): Leak fix and enhanced behavior to return more than one URI separated by new line character ('\n'), if possible. * em-folder-view.c: (emfv_uri_popup_free): Free item itself too, because since now we use new allocated items, not the static one. * em-folder-view.c: (emfv_free_em_popup), (emfv_append_menu), (emfv_format_popup_event): Merge menus for more URIs and for part too. svn path=/trunk/; revision=34790 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3f50c66c3f..5f853b17c4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2008-01-10 Milan Crha + + ** Fix for bug #507067 + + * em-format-html-display.c: (efhd_get_uri_puri): + Leak fix and enhanced behavior to return more than one URI separated + by new line character ('\n'), if possible. + * em-folder-view.c: (emfv_uri_popup_free): Free item itself too, + because since now we use new allocated items, not the static one. + * em-folder-view.c: (emfv_free_em_popup), (emfv_append_menu), + (emfv_format_popup_event): Merge menus for more URIs and for part too. + 2008-01-10 Milan Crha ** Fix for bug #211353 -- cgit