2004-06-03 JP Rosevear * configure.in: bump version, libtool numbers 2004-06-02 Chris Toshok * configure.in: bump to 0.0.93.1 so we can rev evo's dep. 2004-06-01 Chris Toshok * libedataserver/e-source.c (e_source_set_absolute_uri): permit NULL absolute_uri, so we can clear it. 2004-06-01 Chris Toshok * libedataserver/e-source.c (e_source_set_group): back out the change that causes this function to always add an absolute_uri to the ESource, as this uri is always used instead of the relative_uri in e_source_get_uri, which is NOT what we want in 99% of the cases. If you want an absolute uri, call e_source_set_absolute_uri - it should never happen implicitly. (e_source_copy): when copying an ESource don't create an absolute uri when @source might have had one. (e_source_set_absolute_uri): use strcmp, not ==. also, "source->priv->readonly" governs whether or not data can be stored in the folder represented by the ESource, not that the ESource itself is readonly. 2004-05-27 Rodrigo Moya * libedataserver/e-file-cache.[ch] (e_file_cache_clean): new function. 2004-05-27 Sushma Rai * libedataserver/e-source.[ch] (e_source_new_with_absolute_uri) (e_source_set_absolute_uri)(e_source_peek_absolute_uri): Added new. * libedataserver/e-source.c: (e_source_set_group)(e_source_get_uri): Build absolute URI only if source is not having it. * libedataserver/e-source.c: (dump_common_to_xml_node): Writing absolute URI to the file. 2004-05-26 Rodney Dawes * configure.in: Make the ORBit >= 2.9.8 requirement more obvious to work around a problem with the AM_PATH_ORBIT2() m4 function not failing properly when < 2.9.8 is found * libedataserver/libedataserver-1.0.pc.in (Requires): Add the ORBit requirement here, so that dependents pick it up properly as well