diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
commit | ef6a3af717132e0750f226fa8a0ee0f3c98e19f0 (patch) | |
tree | f4ed25f7a247a8ccb855a8d940777e7a3d21a3e3 /camel/ChangeLog | |
parent | 96111b1f1487ca3fe454b340a73ba927cc6bfb83 (diff) | |
download | gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.gz gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.bz2 gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.lz gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.xz gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.zst gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.zip |
Merged notzed-eplugin-2-branch to head.
svn path=/trunk/; revision=27300
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f2e820ad58..cb8f2adc3e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -310,6 +310,60 @@ CAMEL_GROUPWISE_CFLAGS. (libcamelgroupwise_la_LIBADD): use CAMEL_GROUPWISE_LIBS. +2004-09-07 Not Zed <NotZed@Ximian.com> + + * providers/groupwise/camel-groupwise-provider.c: put the options + in their own section. + +2004-09-06 Not Zed <NotZed@Ximian.com> + + * camel-search-private.c (utf8_get): remove this, and make the + code use camel_utf8_getc instead. Quite a bit faster esp if + optimising with inlines. + + * camel-object.c (check_magic_fail): change the check_magic code + to mostly run from a macro, its worth it. + +2004-09-04 Not Zed <NotZed@Ximian.com> + + * providers/local/camel-mbox-summary.c (message_info_new): fix + cast issue. + + * providers/pop3/camel-pop3-engine.c (get_capabilities): remove + some unused variables. + + * camel-object.h: remove camel-i18n.h, fixed all c files where + appropriate. + +2004-08-25 Not Zed <NotZed@Ximian.com> + + * camel-list-utils.[ch]: Copied e_dlist* stuff to here, part of + removing e-util dependency on camel. + +2004-08-05 Not Zed <NotZed@Ximian.com> + + * providers/local/camel-local-provider.c: same. + + * providers/imap/camel-imap-provider.c: put the extra stuff into a + 'general' section. + + * providers/imapp/camel-imapp-provider.c: same. + + * providers/pop3/camel-pop3-provider.c: make sure each section + start has a name. + +2004-08-03 Not Zed <NotZed@Ximian.com> + + * camel-url.c (camel_url_set_param): when clearing a param, use + remove_data instead of set_data_full. craptatious glib at it + again. + + * providers/nntp/camel-nntp-provider.c: turn on ssl option. + +2004-07-07 Not Zed <NotZed@Ximian.com> + + * camel-folder.c: removed filter-rule.h ugh. + 2004-07-02 Christian Neumair <chris@gnome-de.org> * camel-smime-context.c: s/Can't/Cannot/. |