From 143ba4162a04d8a623245c8965b7cce54326cd0b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Jan 2003 18:05:56 +0000 Subject: Fixed a #warning by converting the filename into a uri before passing it 2003-01-27 Jeffrey Stedfast * e-msg-composer-attachment.c (update_mime_type): Fixed a #warning by converting the filename into a uri before passing it into gnome_vfs_get_mime_type() since that function really needs a uri. 2003-01-22 Jeffrey Stedfast * e-msg-composer-hdrs.c (init): Get the list of accounts here and ref the account-list. (destroy): Unref the accounts list here. (create_from_optionmenu): Connect to the added/changed/removed account-list signals here. (account_added_cb): New callback function that adds the newly added account to the from-dropdown menu. (account_changed_cb): New callback that changes the label for the account that got changed in the dropdown menu. (account_removed_cb): Removes the account from the from dropdown menu. svn path=/trunk/; revision=19654 --- composer/ChangeLog | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 1ac609f819..a5ea71831a 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,8 +1,28 @@ +2003-01-27 Jeffrey Stedfast + + * e-msg-composer-attachment.c (update_mime_type): Fixed a #warning + by converting the filename into a uri before passing it into + gnome_vfs_get_mime_type() since that function really needs a uri. + +2003-01-22 Jeffrey Stedfast + + * e-msg-composer-hdrs.c (init): Get the list of accounts here and + ref the account-list. + (destroy): Unref the accounts list here. + (create_from_optionmenu): Connect to the added/changed/removed + account-list signals here. + (account_added_cb): New callback function that adds the newly + added account to the from-dropdown menu. + (account_changed_cb): New callback that changes the label for the + account that got changed in the dropdown menu. + (account_removed_cb): Removes the account from the from dropdown + menu. + 2003-01-24 Ettore Perazzoli * Makefile.am (iconsdir): Remove, this is now defined in configure.in. -x + 2003-01-23 Jeffrey Stedfast * e-msg-composer.c (e_msg_composer_load_config): Load the view -- cgit v1.2.3