diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-14 17:48:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-14 17:48:36 +0800 |
commit | 3cf228772512334661adb91a1a709b6a2962651f (patch) | |
tree | e57909f205923166b53c838112b31c504736f1e1 /mail/ChangeLog | |
parent | e042b373fb825a11814f9b7b4db50309951f8bc6 (diff) | |
download | gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar.gz gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar.bz2 gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar.lz gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar.xz gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar.zst gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.zip |
remove debug comment.
2004-04-14 Not Zed <NotZed@Ximian.com>
* mail-component.c (impl_createControls): remove debug comment.
** See #56641.
* em-format-html-display.c (efhd_format_secure): fix a small
memleak.
(efhd_bonobo_unknown, efhd_format_attachment): close the <object>
tag properly, and <br> it as well to make sure its separated.
* em-sync-stream.c: add some runtime and compile time stream
logging stuff.
svn path=/trunk/; revision=25457
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 044234d450..b210c34123 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 2004-04-14 Not Zed <NotZed@Ximian.com> + * mail-component.c (impl_createControls): remove debug comment. + + ** See #56641. + + * em-format-html-display.c (efhd_format_secure): fix a small + memleak. + (efhd_bonobo_unknown, efhd_format_attachment): close the <object> + tag properly, and <br> it as well to make sure its separated. + + * em-sync-stream.c: add some runtime and compile time stream + logging stuff. + ** See bug #56149. * em-folder-view.c (emfv_edit_cut): similar to below, use focus to |