aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-08-24 11:05:26 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-08-24 11:05:26 +0800
commit8c8922a3083671463819815e2d882871566b4dcf (patch)
treeafea0325a3c0f40011dd9b5f23d49a7f4c952142 /mail/ChangeLog
parent8536e7f1c0d7935d4e5cfa629f6fd24c14f0b670 (diff)
downloadgsoc2013-evolution-8c8922a3083671463819815e2d882871566b4dcf.tar
gsoc2013-evolution-8c8922a3083671463819815e2d882871566b4dcf.tar.gz
gsoc2013-evolution-8c8922a3083671463819815e2d882871566b4dcf.tar.bz2
gsoc2013-evolution-8c8922a3083671463819815e2d882871566b4dcf.tar.lz
gsoc2013-evolution-8c8922a3083671463819815e2d882871566b4dcf.tar.xz
gsoc2013-evolution-8c8922a3083671463819815e2d882871566b4dcf.tar.zst
gsoc2013-evolution-8c8922a3083671463819815e2d882871566b4dcf.zip
cast warning away.
2005-08-23 Not Zed <NotZed@Ximian.com> * mail-tools.c (mail_tool_uri_to_folder): cast warning away. * mail-folder-cache.c: include missing header for e_filename_make_safe. * em-junk-hook.h: Fix some header includes, fix the include guard to use the right name. (EMJunk): Ugh, this is an object, properly derive from it! How did this work? * em-junk-hook.c (em_junk_check_junk): fix bool conversion. * em-format-html-display.c (efhd_bar_popup_position): another wraning, why this crap isn't in the attachment bar like i said it should be, i'll never know. (efhd_xpkcs7mime_viewcert_foad): only define if used. * em-account-editor.c (emae_defaults_page): attempt to fix parentheses (emae_security_page): fix conditional compilation warnings. svn path=/trunk/; revision=30214
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9bb0d090dc..02f4033244 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,25 @@
+2005-08-23 Not Zed <NotZed@Ximian.com>
+
+ * mail-tools.c (mail_tool_uri_to_folder): cast warning away.
+
+ * mail-folder-cache.c: include missing header for
+ e_filename_make_safe.
+
+ * em-junk-hook.h: Fix some header includes, fix the include guard
+ to use the right name.
+ (EMJunk): Ugh, this is an object, properly derive from it! How
+ did this work?
+
+ * em-junk-hook.c (em_junk_check_junk): fix bool conversion.
+
+ * em-format-html-display.c (efhd_bar_popup_position): another
+ wraning, why this crap isn't in the attachment bar like i said it
+ should be, i'll never know.
+ (efhd_xpkcs7mime_viewcert_foad): only define if used.
+
+ * em-account-editor.c (emae_defaults_page): attempt to fix parentheses
+ (emae_security_page): fix conditional compilation warnings.
+
2005-08-19 Not Zed <NotZed@Ximian.com>
** See #312668.