diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-03 23:39:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-03 23:39:34 +0800 |
commit | 70cd4ca68a0fb61b5018dd317071d51c9e7818e7 (patch) | |
tree | 5e0916687f380f74bae29d17bcbb500142eb2361 /mail | |
parent | 80df8875fb9654d3bd20b270cfcb746dd632c934 (diff) | |
download | gsoc2013-evolution-70cd4ca68a0fb61b5018dd317071d51c9e7818e7.tar.gz gsoc2013-evolution-70cd4ca68a0fb61b5018dd317071d51c9e7818e7.tar.zst gsoc2013-evolution-70cd4ca68a0fb61b5018dd317071d51c9e7818e7.zip |
Commit ChangeLog.
svn path=/trunk/; revision=23597
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 81a278d1bc..a93922ddbc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,23 @@ +2003-12-03 Ettore Perazzoli <ettore@ximian.com> + + * mail-vfolder.c: Do not #include "evolution-shell-component.h". + + * Makefile.am (libevolution_mail_la_SOURCES): Don't compile + mail-importer.[ch] for now. + + * mail-component-factory.c: Do not #include + <evolution-shell-client.h>. + * mail-config.c: Likewise. + + * mail-vfolder.h: Do not #include <evolution-storage.h> or + <evolution-shell-component.h>. + + * mail.h: Do not #include <evolution-storage.h>. + + * mail-ops.h: Do not #include <evolution-storage.h>. + (mail_scan_subfolders): Remove prototype. + (mail_update_subfolders): Likewise. + 2003-12-03 JP Rosevear <jpr@ximian.com> * em-folder-tree.c (em_folder_tree_destroy): save the state |