diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-07-15 02:32:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-07-15 02:32:13 +0800 |
commit | dff192490c92076fd1214fb6f436c67855812cd8 (patch) | |
tree | 3c40631a30996e9e00ab24e059b682f3f8b1965c | |
parent | ff09779a903d095b7912740a40904ffa0c31227e (diff) | |
download | gsoc2013-evolution-dff192490c92076fd1214fb6f436c67855812cd8.tar.gz gsoc2013-evolution-dff192490c92076fd1214fb6f436c67855812cd8.tar.zst gsoc2013-evolution-dff192490c92076fd1214fb6f436c67855812cd8.zip |
fixed changelog
svn path=/trunk/; revision=26650
-rw-r--r-- | camel/ChangeLog | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ddbddaeb38..4efb4d45ff 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,16 +1,15 @@ 2004-07-12 Sivaiah Nallagatla <snallagatla@novell.com> - * providers/groupwise/camel-gw-listener.c : (add_esource) - (modify_esource) (add_addressbook_source) - (modify_addressbook_sources) : pass "use_ssl" value to these functions and - set it on e-source - (add_calendar_tasks_source) : read the "use_ssl" param - from camel url and pass it to add_esource) calls - (get_addressbook_names_from_server) : use "https" or http - depending upon whther ssl is enabled or not - (account_changed) : compare urls from account - instead of uris formed to know wheter somehting in the account - changed + * providers/groupwise/camel-gw-listener.c (add_esource, + modify_esource, add_addressbook_source, + modify_addressbook_sources): pass "use_ssl" value to these + functions and set it on e-source + (add_calendar_tasks_source): read the "use_ssl" param from camel + url and pass it to add_esource) calls + (get_addressbook_names_from_server): use "https" or http depending + upon whther ssl is enabled or not + (account_changed): compare urls from account instead of uris + formed to know wheter somehting in the account changed 2004-07-09 Not Zed <NotZed@Ximian.com> |