diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-31 06:44:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-31 06:44:53 +0800 |
commit | 7b37caa73423f9d8278892a72869c52432c2156e (patch) | |
tree | 58ed9e6dd4bbf0cf3513933a3228dfc993c5b7bd /mail/ChangeLog | |
parent | 631dda8ae0829b1fb7b503348de541e3fe2027c5 (diff) | |
download | gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.gz gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.bz2 gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.lz gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.xz gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.zst gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.zip |
Implemented the Transport section of the configuration dialog window
and fixed several memory leaks inside of mail-config.c
svn path=/trunk/; revision=3299
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 774883dc31..e33c751a11 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2000-05-30 Jeffrey Stedfast <fejj@helixcode.com> + + * mail.h: Added a prototype for providers_config_new() which + is the constructor for the configuration dialog window + + * mail-config.c: Added set_service_url() which is basically + the reverse of get_service_url(). + Implemented on_cmdCamelServicesOK_clicked() - The configuration + window will now remember the Sendmail/SMTP data that the user + had entered in the previous session. + Removed on_cmdCamelServicesApply_clicked() - No need for this. + 2000-05-30 Dan Winship <danw@helixcode.com> * message-list.c (message_changed): call |