diff options
author | Milan Crha <mcrha@redhat.com> | 2008-01-10 20:04:00 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-01-10 20:04:00 +0800 |
commit | 3b1751690acdcfc8abc5ceb0c374724ccf50df36 (patch) | |
tree | da7475d19285abf2c0cd946d2b31146769167e6f /mail/ChangeLog | |
parent | e562721c90b84a425ffcf230e802da0a3e751599 (diff) | |
download | gsoc2013-evolution-3b1751690acdcfc8abc5ceb0c374724ccf50df36.tar.gz gsoc2013-evolution-3b1751690acdcfc8abc5ceb0c374724ccf50df36.tar.zst gsoc2013-evolution-3b1751690acdcfc8abc5ceb0c374724ccf50df36.zip |
** Fix for bug #507067
2008-01-10 Milan Crha <mcrha@redhat.com>
** 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3f50c66c3f..5f853b17c4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 2008-01-10 Milan Crha <mcrha@redhat.com> + ** 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 <mcrha@redhat.com> + ** Fix for bug #211353 * filtertypes.xml: |