diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2006-06-26 23:43:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2006-06-26 23:43:50 +0800 |
commit | ed653efeb01a1f3b6cbaae1e8528bbe59314a4ac (patch) | |
tree | b4146196748ea33d24b78ee405e7c73ed08cdc1b /composer/ChangeLog | |
parent | 455771eb6baa39b024fbc2d25384f20666e5f485 (diff) | |
download | gsoc2013-evolution-ed653efeb01a1f3b6cbaae1e8528bbe59314a4ac.tar.gz gsoc2013-evolution-ed653efeb01a1f3b6cbaae1e8528bbe59314a4ac.tar.zst gsoc2013-evolution-ed653efeb01a1f3b6cbaae1e8528bbe59314a4ac.zip |
fixed
svn path=/trunk/; revision=32195
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 548593186a..bee24a5ee2 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,13 +1,14 @@ 2006-06-12 Parthasarathi Susarla <sparthasarathi@novell.com> - + Fixes bug #177416 on bnc - * e-msg-composer.c: (attachment_guess_mime_type): - initialise type to "" and not NULL. - + + * e-msg-composer.c (attachment_guess_mime_type): initialise type + to "" and not NULL. + 2006-05-26 Jeffrey Stedfast <fejj@novell.com> * e-msg-composer.c (drop_action): If 'str' is empty, continue - immediately rather than trying to parse it a URL. + immediately rather than trying to parse it as a URL. 2006-05-25 Jeffrey Stedfast <fejj@novell.com> @@ -23,12 +24,12 @@ 2006-05-25 Srinivasa Ragavan <sragavan@novell.com> - Added support to attach from remote shares - * e-msg-composer-select-file.c (get_selector), - (select_attach_response): + (select_attach_response): Added support to attach from remote + shares - * e-msg-composer.c (add_to_bar, drop_action): + * e-msg-composer.c (add_to_bar, drop_action): Added support to + attach from remote shares 2006-03-09 Sam Yang <sam.yang@sun.com> |