diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-06 02:18:52 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-06 02:18:52 +0800 |
commit | 4cbe9157a44c64ab7551dc839c20e1f838e807dc (patch) | |
tree | 7b0ef02792ce00aa216ef12259ab50a02ea191c7 /composer/ChangeLog | |
parent | 84e0d8fd2e5ffaff169cd190435bd7db1fbfea9a (diff) | |
download | gsoc2013-evolution-4cbe9157a44c64ab7551dc839c20e1f838e807dc.tar.gz gsoc2013-evolution-4cbe9157a44c64ab7551dc839c20e1f838e807dc.tar.zst gsoc2013-evolution-4cbe9157a44c64ab7551dc839c20e1f838e807dc.zip |
Fixes bug #55202
2004-03-05 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #55202
* e-msg-composer.c (add_recipients): No longer takes a decode
argument (handle_mailto is the only function that calls it, and
the decode value always has to be TRUE for mailto).
(handle_mailto): Updated.
svn path=/trunk/; revision=24975
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 201b395f50..b5daf624d1 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,12 @@ +2004-03-05 Jeffrey Stedfast <fejj@ximian.com> + + Fixes bug #55202 + + * e-msg-composer.c (add_recipients): No longer takes a decode + argument (handle_mailto is the only function that calls it, and + the decode value always has to be TRUE for mailto). + (handle_mailto): Updated. + 2004-02-27 Bruce Tao <bruce.tao@sun.com> * e-msg-composer-attachment-bar.c: add a key-press event handler, |