aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/libevolution-mail.def4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f5362f01c..78c19f5f75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2008-06-13 Tor Lillqvist <tml@novell.com>
- * win32/libevolution-mail.def: Add new functions used by
- libevolution-composer.la.
+ * win32/libevolution-mail.def: Add more functions used by
+ libevolution-composer.la and libevolution-calendar.la.
2008-06-11 Johnny Jacob <jjohnny@novell.com>
diff --git a/win32/libevolution-mail.def b/win32/libevolution-mail.def
index bed0bee002..edcd38bdb3 100644
--- a/win32/libevolution-mail.def
+++ b/win32/libevolution-mail.def
@@ -1,4 +1,5 @@
EXPORTS
+ e_composer_header_table_set_account_name
e_composer_header_table_set_destinations_bcc
e_composer_header_table_set_destinations_to
e_composer_header_table_set_subject
@@ -6,6 +7,9 @@ EXPORTS
e_msg_composer_attach
e_msg_composer_get_header_table
e_msg_composer_new
+ e_msg_composer_send
+ e_msg_composer_set_body
+ e_msg_composer_set_body_text
em_composer_utils_setup_callbacks
em_folder_selection_button_get_selection
em_folder_selection_button_new
-3/+5 * Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-0/+1 * Cleanup plistantoine2014-11-221-35/+0 * Update to 7.2.641.nobutaka2014-08-032-4/+4 * Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1 * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-171-1/+1 * Support LIBS like LDFLAGS.tijl2014-06-111-1/+1 * - Stage supportmiwi2014-02-112-7/+3 * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Finish converting sysutils from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-8/+6 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 * Update to 7.1.614.nobutaka2012-03-202-4/+4 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2