diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-12-05 12:22:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-05 12:22:08 +0800 |
commit | 888965285486dbe274238c1b6062ed89986676a8 (patch) | |
tree | e97840fa0afb3a974c91decae602f76835c750aa /composer/ChangeLog | |
parent | c86b544193b498fbfbbd755963ac60a6339f7ea3 (diff) | |
download | gsoc2013-evolution-888965285486dbe274238c1b6062ed89986676a8.tar.gz gsoc2013-evolution-888965285486dbe274238c1b6062ed89986676a8.tar.zst gsoc2013-evolution-888965285486dbe274238c1b6062ed89986676a8.zip |
** Fixes bug #562886
2008-12-04 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #562886
* composer/e-msg-composer (handle_mailto):
Don't double-decode attachment URIs. Also, parse & correctly.
svn path=/trunk/; revision=36834
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index b258637da4..7a08fc49ae 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2008-12-04 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #562886 + + * e-msg-composer (handle_mailto): + Don't double-decode attachment URIs. Also, parse & correctly. + 2008-11-07 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #559701 |