diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-08 14:09:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-08 14:09:33 +0800 |
commit | 7a65fa93f1161e07356a7cc9e63b976c1ce1453e (patch) | |
tree | d58137cb387185d54f9907b79d030b73f4df6450 /mail/ChangeLog | |
parent | 722969d52596f78bea02dc81023209c1d8cc0839 (diff) | |
download | gsoc2013-evolution-7a65fa93f1161e07356a7cc9e63b976c1ce1453e.tar gsoc2013-evolution-7a65fa93f1161e07356a7cc9e63b976c1ce1453e.tar.gz gsoc2013-evolution-7a65fa93f1161e07356a7cc9e63b976c1ce1453e.tar.bz2 gsoc2013-evolution-7a65fa93f1161e07356a7cc9e63b976c1ce1453e.tar.lz gsoc2013-evolution-7a65fa93f1161e07356a7cc9e63b976c1ce1453e.tar.xz gsoc2013-evolution-7a65fa93f1161e07356a7cc9e63b976c1ce1453e.tar.zst gsoc2013-evolution-7a65fa93f1161e07356a7cc9e63b976c1ce1453e.zip |
** See bug #50786
2004-01-08 Not Zed <NotZed@Ximian.com>
** See bug #50786
* GNOME_Evolution_Mail.server.in.in: Remove :: from startup wizard
iid, and put the mail wizard into the right factory.
* mail-component.c (impl_requestCreateItem, impl_handleURI):
* em-folder-browser.c (emfb_mail_compose): check we have an
account before trying to send mail.
svn path=/trunk/; revision=24104
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 72f1b12eb3..60ec0d03c6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2004-01-08 Not Zed <NotZed@Ximian.com> + + ** See bug #50786 + + * GNOME_Evolution_Mail.server.in.in: Remove :: from startup wizard + iid, and put the mail wizard into the right factory. + + * mail-component.c (impl_requestCreateItem, impl_handleURI): + * em-folder-browser.c (emfb_mail_compose): check we have an + account before trying to send mail. + 2004-01-07 Jeffrey Stedfast <fejj@ximian.com> * mail-component.c (mail_component_init): Don't migrate stuff here |