diff options
author | Not Zed <NotZed@Ximian.com> | 2004-02-05 13:14:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-05 13:14:04 +0800 |
commit | ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c (patch) | |
tree | 0531c5e1372700ac9d7d2cbed113cfc3b5283d1a /camel/ChangeLog | |
parent | 1771797074cb50808f2b9fe4132be177d7fae2a8 (diff) | |
download | gsoc2013-evolution-ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c.tar gsoc2013-evolution-ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c.tar.gz gsoc2013-evolution-ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c.tar.bz2 gsoc2013-evolution-ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c.tar.lz gsoc2013-evolution-ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c.tar.xz gsoc2013-evolution-ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c.tar.zst gsoc2013-evolution-ab318a91925aa31a10e0b225d2ef7fd9b0fa9a4c.zip |
** See bug #53553.
2004-02-05 Not Zed <NotZed@Ximian.com>
** See bug #53553.
* camel-provider.c (camel_provider_init): changed to return a
hashtable of url protocols to CamelProviderModule structs, rather
than simple strings.
* camel-session.c (get_provider): if we load a provider module,
mark it as loaded.
(ensure_loaded): Check the module loaded flag before trying to
load it.
* providers/local/libcamellocal.urls: Remove spoold from the list,
since it doesn't exist anymore. Actually fixes #53553, the rest
is to robustify the code.
2004-02-05 Not Zed <NotZed@Ximian.com>
* camel-session.c (CS_CLASS): dont typecheck cast.
* camel-store.c (camel_vjunk_folder_new): removed, use
vtrash_new(junk).
(setup_special): changed to get_special, with a type now, and
dont add vtrash folders to the sources.
(get_trash, get_junk): down to 1 liners, call get_special
* camel-vtrash-folder.c (CF_CLASS): dont use cast typecheck macros
here, makes debugging easier and removes redundant checks.
(camel_vtrash_folder_init): dont set flags here.
(camel_vtrash_folder_new): takes a new argument, type, for junk
folders too, removed name arg (taken from type).
(vtrash_transfer_messages_to): parameterise flag processing.
svn path=/trunk/; revision=24625
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c048f2f67a..1e5cda0012 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,37 @@ +2004-02-05 Not Zed <NotZed@Ximian.com> + + ** See bug #53553. + + * camel-provider.c (camel_provider_init): changed to return a + hashtable of url protocols to CamelProviderModule structs, rather + than simple strings. + + * camel-session.c (get_provider): if we load a provider module, + mark it as loaded. + (ensure_loaded): Check the module loaded flag before trying to + load it. + + * providers/local/libcamellocal.urls: Remove spoold from the list, + since it doesn't exist anymore. Actually fixes #53553, the rest + is to robustify the code. + +2004-02-05 Not Zed <NotZed@Ximian.com> + + * camel-session.c (CS_CLASS): dont typecheck cast. + + * camel-store.c (camel_vjunk_folder_new): removed, use + vtrash_new(junk). + (setup_special): changed to get_special, with a type now, and + dont add vtrash folders to the sources. + (get_trash, get_junk): down to 1 liners, call get_special + + * camel-vtrash-folder.c (CF_CLASS): dont use cast typecheck macros + here, makes debugging easier and removes redundant checks. + (camel_vtrash_folder_init): dont set flags here. + (camel_vtrash_folder_new): takes a new argument, type, for junk + folders too, removed name arg (taken from type). + (vtrash_transfer_messages_to): parameterise flag processing. + 2004-02-04 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c: Get rid of some unnecessary |