aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-03 18:31:00 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-03 18:31:00 +0800
commite24fd5f7d15b9a97812764d1598a267204fc4479 (patch)
tree171d12e7abae6f09cccd02598bbea449daab5a05 /mail/ChangeLog
parent03cdf54aaba80cf64c118b148c32d5f540365d93 (diff)
downloadgsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.gz
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.bz2
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.lz
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.xz
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.zst
gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.zip
removed.
2004-05-03 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (receive_update_done): removed. * em-mailer-prefs.h: * message-tag-followup.h: * mail-config-druid.h: * mail-tools.h: clean up & use forward decls. Fix users with busted includes. svn path=/trunk/; revision=25745
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 e80f4ddee4..eefe0837a7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,25 @@
+2004-05-03 Not Zed <NotZed@Ximian.com>
+
+ * mail-send-recv.c (receive_update_done): removed.
+
+ * em-mailer-prefs.h:
+ * message-tag-followup.h:
+ * mail-config-druid.h:
+ * mail-tools.h: clean up & use forward decls. Fix users with
+ busted includes.
+
+ * em-composer-utils.c (em_utils_compose_new_message)
+ (em_utils_compose_new_message_with_mailto)
+ (em_utils_post_to_folder, em_utils_post_to_url)
+ (em_utils_edit_message, em_utils_edit_messages)
+ (em_utils_forward_attached, em_utils_forward_inline)
+ (em_utils_forward_quoted, em_utils_forward_message)
+ (em_utils_forward_messages, em_utils_redirect_message)
+ (em_utils_redirect_message_by_uid) :
+ (em_utils_reply_to_message, em_utils_reply_to_message_by_uid)
+ (em_utils_post_reply_to_message_by_uid): Moved these here from
+ em-utils.c.
+
2004-04-30 Priit Laes <amd@tt.ee>
* mail-config.glade: fix typo. #53466.