diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-24 11:08:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-24 11:08:37 +0800 |
commit | 12beb061d31660310586b81c8223e2b0ce05008d (patch) | |
tree | c610befaf8609845a83b213c34086562bdd2f6e9 /composer/ChangeLog | |
parent | 2e1a44dad5030f227cbf6f25c23e3c0a167d34c2 (diff) | |
download | gsoc2013-evolution-12beb061d31660310586b81c8223e2b0ce05008d.tar.gz gsoc2013-evolution-12beb061d31660310586b81c8223e2b0ce05008d.tar.zst gsoc2013-evolution-12beb061d31660310586b81c8223e2b0ce05008d.zip |
only define skip_content: if it is used. (menu_file_add_attachment_cb):
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c (build_message): only define skip_content: if
it is used.
(menu_file_add_attachment_cb): fixed the warning. Boy, what on
earth is this thing doing!
(add_to_bar): fix signature to match code.
(emcab_add): more warning fixes for bizarre functions.
(emcab_popup_position): more casting crap
* e-msg-composer-hdrs.c (addressbook_dialog_response): Remove
unused.
(account_can_send): make this static, and define before first use.
: include missing e-name-selector-entry header.
(create_headers): fix casts/style
(e_msg_composer_hdrs_set_to, e_msg_composer_hdrs_set_cc)
(e_msg_composer_hdrs_set_bcc, e_msg_composer_hdrs_get_to)
(e_msg_composer_hdrs_get_cc, e_msg_composer_hdrs_get_bcc): remove
unused str. lazy addressbook hackers!
svn path=/trunk/; revision=30218
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 31dceae278..e37640c29e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,23 @@ +2005-08-23 Not Zed <NotZed@Ximian.com> + + * e-msg-composer.c (build_message): only define skip_content: if + it is used. + (menu_file_add_attachment_cb): fixed the warning. Boy, what on + earth is this thing doing! + (add_to_bar): fix signature to match code. + (emcab_add): more warning fixes for bizarre functions. + (emcab_popup_position): more casting crap + + * e-msg-composer-hdrs.c (addressbook_dialog_response): Remove + unused. + (account_can_send): make this static, and define before first use. + : include missing e-name-selector-entry header. + (create_headers): fix casts/style + (e_msg_composer_hdrs_set_to, e_msg_composer_hdrs_set_cc) + (e_msg_composer_hdrs_set_bcc, e_msg_composer_hdrs_get_to) + (e_msg_composer_hdrs_get_cc, e_msg_composer_hdrs_get_bcc): remove + unused str. lazy addressbook hackers! + 2005-07-27 Mengjie Yu <meng-jie.yu@sun.com> * e-msg-composer-select-file.h: |