diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-15 02:23:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-15 02:23:12 +0800 |
commit | 20bac518689be5938f5eb3421338348cdbf98d7b (patch) | |
tree | 46a83a60828e7921f3e9965cf0142bf883c7c159 /mail/ChangeLog | |
parent | d9aaba967fc853e323b7e2d5fb105c06fdce228c (diff) | |
download | gsoc2013-evolution-20bac518689be5938f5eb3421338348cdbf98d7b.tar gsoc2013-evolution-20bac518689be5938f5eb3421338348cdbf98d7b.tar.gz gsoc2013-evolution-20bac518689be5938f5eb3421338348cdbf98d7b.tar.bz2 gsoc2013-evolution-20bac518689be5938f5eb3421338348cdbf98d7b.tar.lz gsoc2013-evolution-20bac518689be5938f5eb3421338348cdbf98d7b.tar.xz gsoc2013-evolution-20bac518689be5938f5eb3421338348cdbf98d7b.tar.zst gsoc2013-evolution-20bac518689be5938f5eb3421338348cdbf98d7b.zip |
First cut at a mail source selection wizard. Basically a rigged demo at
* mail-sources.c: First cut at a mail source selection wizard.
Basically a rigged demo at this point. Doesn't use camel to get
its information, and is not yet complete or integrated with the
mail component. Did I mention that the code is ugly?
svn path=/trunk/; revision=2117
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4bba22d4b3..b2f2515736 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,9 +1,15 @@ +2000-03-14 Dan Winship <danw@helixcode.com> + + * mail-sources.c: First cut at a mail source selection wizard. + Basically a rigged demo at this point. Doesn't use camel to get + its information, and is not yet complete or integrated with the + mail component. Did I mention that the code is ugly? + 2000-03-13 bertrand <bertrand@helixcode.com> * folder-browser-factory.c (folder_browser_set_shell): for testing and demonstration purpose, immediately register a fake service. - 2000-03-12 bertrand <bertrand@helixcode.com> |