2006-04-30 Wang Xin Bump version to 2.5.4. * configure.in: 2006-04-30 Wang Xin Bump version to 2.5.3. Use uid instead of name to identify sunone account. * lib/sunone-account.c: (sunone_account_dispose), (sunone_account_get_uid), (sunone_account_set_uid), (sunone_account_set_proxy), (sunone_account_new): * lib/sunone-account.h: * lib/sunone-util.c: (sunone_util_get_physical_uri_from_account): * storage/sunone-backend-view.c: (sunone_account_changed), (sunone_backend_view_new): * storage/sunone-component.c: (sunone_component_get_account_from_uid), (sunone_component_get_account_from_uri): * storage/sunone-component.h: * storage/sunone-config-listener.c: (class_init), (add_esource), (add_account), (change_account), (remove_account): * storage/sunone-config-listener.h: 2006-04-26 Wang Xin A general way to login with gthread. Display connecting message when connecting. * calendar/cal-backend-wcap.c: (cal_backend_wcap_open): * lib/sunone-account.c: (sunone_account_connect): * storage/sunone-backend-view.c: (sunone_account_created), (sunone_backend_view_new): * storage/sunone-folder-tree.c: (add_folder_tree_item), (create_folder_tree_with_thread), (sunone_folder_tree_created), (sft_popup_login): 2006-04-20 Wang Xin Use gthread to open folders and login. Remove all unused esources when creating folder tree. * calendar/cal-backend-wcap.c: (cal_backend_wcap_is_read_only), (go_online), (cal_backend_wcap_open), (cal_backend_wcap_get_object_list), (cal_backend_wcap_get_changes): * lib/sunone-account.c: (sunone_account_init), (sunone_account_get_password), (sunone_account_set_online), (sunone_account_get_connection), (sunone_account_connect): * lib/sunone-account.h: * storage/sunone-backend-view.c: (folder_tree_create_with_thread), (sunone_backend_view_new): * storage/sunone-config-listener.c: (remove_unused_sources), (add_sources): * storage/sunone-folder-tree.c: (sunone_folder_tree_view_new), (add_folder_tree_item), (sunone_folder_tree_connect), (remove_calendar), (sunone_folder_tree_created), (sunone_folder_tree_removed), (sunone_folder_tree_remove_calendar), (sunone_folder_tree_rename_calendar), (sft_popup_login), (sft_tree_popup): * storage/sunone-folder-tree.h: 2006-04-17 Kjartan Maraas * configure.in: Remove obsolete entry for no_NO * po/no.po: And the translation. 2006-04-14 Wang Xin If we have no new kind of server url, convert form the old settings. * lib/sunone-account.c: (sunone_account_new): 2006-04-12 Wang Xin Add support for Http proxy. * camel/camel-sunone-provider.c: * lib/so-client.c: (main): * lib/sunone-account.c: (sunone_account_dispose), (sunone_account_get_proxy), (get_proxy_url), (sunone_account_new), (sunone_account_connect): * lib/sunone-account.h: * lib/sunone-connection.c: (sunone_connection_new): * lib/sunone-connection.h: 2006-04-12 Wang Xin Create a entry for server url and read it. * camel/camel-sunone-provider.c: * lib/sunone-account.c: (sunone_account_new): 2006-04-12 Harry Lu * Makefile.am: add DISTCLEANFILES to make "make distcheck" work.