aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-23 02:42:04 +0800
committerDan Winship <danw@src.gnome.org>2001-01-23 02:42:04 +0800
commitdb881ae0e321f66915a9dfb9aa5b3394c05a6c71 (patch)
tree0fec2cc5295f65a3a06d5f9708cffc2a8cfabe9c /mail/ChangeLog
parent9524accc49a6c16da07bb36851569503ded5fe2d (diff)
downloadgsoc2013-evolution-db881ae0e321f66915a9dfb9aa5b3394c05a6c71.tar
gsoc2013-evolution-db881ae0e321f66915a9dfb9aa5b3394c05a6c71.tar.gz
gsoc2013-evolution-db881ae0e321f66915a9dfb9aa5b3394c05a6c71.tar.bz2
gsoc2013-evolution-db881ae0e321f66915a9dfb9aa5b3394c05a6c71.tar.lz
gsoc2013-evolution-db881ae0e321f66915a9dfb9aa5b3394c05a6c71.tar.xz
gsoc2013-evolution-db881ae0e321f66915a9dfb9aa5b3394c05a6c71.tar.zst
gsoc2013-evolution-db881ae0e321f66915a9dfb9aa5b3394c05a6c71.zip
s/filter-driver.h/camel-filter-driver.h/ and update first arg of
* mail-tools.h: s/filter-driver.h/camel-filter-driver.h/ and update first arg of mail_too_filter_get_folder_func * mail-tools.c (mail_tool_filter_get_folder_func): Update first arg to CamelFilterDriver * * mail-send-recv.c (receive_status): * mail-ops.c (send_queue_send): s/FILTER/CAMEL_FILTER/ * mail-callbacks.c: Remove filter-driver.h include * mail-accounts.c: Put the news functions inside #ifdef ENABLE_NNTP to prevent warnings about unused statis functions. * subscribe-dialog.c (subscribe_folders, unsubscribe_folders, subscribe_refresh_list): Update prototype to match BONOBO_UI_VERB. (populate_store_list): add a de-constifying cast svn path=/trunk/; revision=7711
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 52df26a9ce..070ddc4b49 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,23 @@
+2001-01-22 Dan Winship <danw@ximian.com>
+
+ * mail-tools.h: s/filter-driver.h/camel-filter-driver.h/ and
+ update first arg of mail_too_filter_get_folder_func
+
+ * mail-tools.c (mail_tool_filter_get_folder_func): Update first
+ arg to CamelFilterDriver *
+
+ * mail-send-recv.c (receive_status):
+ * mail-ops.c (send_queue_send): s/FILTER/CAMEL_FILTER/
+
+ * mail-callbacks.c: Remove filter-driver.h include
+
+ * mail-accounts.c: Put the news functions inside #ifdef
+ ENABLE_NNTP to prevent warnings about unused statis functions.
+
+ * subscribe-dialog.c (subscribe_folders, unsubscribe_folders,
+ subscribe_refresh_list): Update prototype to match BONOBO_UI_VERB.
+ (populate_store_list): add a de-constifying cast
+
2001-01-22 Not Zed <NotZed@Ximian.com>
* .cvsignore: Added temp profiling files.