Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EComposeHeaderTable: Replace "registry" property with "client-cache". | Matthew Barnes | 2013-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | The ESourceRegistry can still be obtained from the EClientCache: client_cache = e_composer_header_table_ref_client_cache (table); registry = e_client_cache_ref_registry (client_cache); ... g_object_unref (client_cache); g_object_unref (registry); Added functions: e_composer_header_table_ref_client_cache() Removed functions: e_composer_header_table_get_registry() | ||||
* | Rename libcomposer to libevolution-mail-composer. | Matthew Barnes | 2013-05-28 | 5 | -0/+345 |
To make Evolution's shared libraries more consistent. Also add an evolution-mail-composer documentation module. |