diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-09-27 03:35:41 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-09-27 03:35:41 +0800 |
commit | 96ccc526ae2d2eeb91964a537ff7897dda7bb2b5 (patch) | |
tree | 07155f49b3e2a1f4b8e9c8c9ac621963d125c74e /composer/ChangeLog | |
parent | 3bf97142fa10290a91deeae010aa08a95b0661d3 (diff) | |
download | gsoc2013-evolution-96ccc526ae2d2eeb91964a537ff7897dda7bb2b5.tar.gz gsoc2013-evolution-96ccc526ae2d2eeb91964a537ff7897dda7bb2b5.tar.zst gsoc2013-evolution-96ccc526ae2d2eeb91964a537ff7897dda7bb2b5.zip |
Fixes glitch in mailto: url parsing that caused it to fail when recipient
2001-09-26 Jon Trowbridge <trow@ximian.com>
* e-msg-composer.c (e_msg_composer_new_from_url): Fixes glitch in
mailto: url parsing that caused it to fail when recipient names
contained commas. (Bug #10796)
svn path=/trunk/; revision=13156
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 5447f9676b..81bf1550ef 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2001-09-26 Jon Trowbridge <trow@ximian.com> + + * e-msg-composer.c (e_msg_composer_new_from_url): Fixes glitch in + mailto: url parsing that caused it to fail when recipient names + contained commas. (Bug #10796) + 2001-09-20 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (save_draft): Update to reflect changes to |