1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
2009-02-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #570696
* Makefile.am:
Replace SOUP_CFLAGS and SOUP_LIBS with GDATA_CFLAGS and GDATA_LIBS.
2008-08-07 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #535745
* Makefile.am:
* libgdata.pc.in: Put public include files to google/libgdata.
* gdata-entry.c: (gdata_entry_new_from_xmlptr): When reading custom
values from the node, and the node doesn't contain text value, then
try to read its value from 'value' attribute.
2008-07-28 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #468671
* gdata-entry.h: (gdata_entry_get_custom), (gdata_entry_set_custom):
* gdata-entry.c: (gdata_entry_get_custom), (gdata_entry_set_custom):
Read/write custom values withing entry.
* gdata-feed.h: (gdata_feed_get_timezone):
* gdata-feed.c: (gdata_feed_get_timezone), (struct _GDataFeedPrivate),
(gdata_feed_init), (gdata_feed_finalize), (gdata_feed_new_from_xml):
Read timezone name of the calendar and let it be available for others.
2008-06-13 Wang Xin <jedy.wang@sun.com>
** Fix for bug #527544.
* gdata-service-iface.c:
* gdata-service-iface.h: Added new interface set_proxy.
2008-04-16 Ebby Wiselyn <ebbyw@gnome.org>
** Fix for bug #523630
* gdata-entry.c: Added API's for GDataContact
(gdata_entry_get_email_addresses),
(gdata_entry_get_primary_email_address),
(gdata_entry_get_im_addresses),
(gdata_entry_get_primary_im_address),
(gdata_entry_get_organizations),
(gdata_entry_primary_organization),
(gdata_entry_get_phone_numbers),
(gdata_entry_get_primary_phone_number),
(gdata_entry_get_postal_address),
(gdata_entry_get_primary_postal_address),
(gdata_entry_is_deleted),
(gdata_entry_set_email_addresses),
(gdata_entry_set_im_addresses),
(gdata_entry_set_organizations),
(gdata_entry_set_phone_numbers),
(gdata_entry_set_postal_addresses),
(gdata_entry_set_im_addresses),
(email_address_to_xmlnode),
(xmlnode_to_email_address),
(xmlnode_to_im_address),
(xmlnode_to_organization),
(xmlnode_to_phone_number),
(xmlnode_to_postal_address),
(email_address_to_xmlnode),
(im_address_to_xmlnode),
(organization_to_xmlnode),
(phone_number_to_xmlnode),
(postal_address_to_xmlnode),
(gdata_entry_new_from_xmlptr),
(gdata_entry_generate_xml),
(gdata_entry_finalize):
* gdata-entry.h: Created GData Types for Contacts
GDataEntryEmailAddress, GDataEntryImAddress, GDataEntryOrganization,
GDataEntryPhoneNumber, GDataEntryPostalAddress.
* gdata-service-iface.h: Updated google service API's for error handling
* gdata-feed.c: Added function to retrieve updated time of feed.
(gdata_feed_new_from_xml):
* gdata-feed.h: Added function prototype
* gdata-service-iface.c: Updated google service API's for error handling
(gdata_service_get_feed),
(gdata_service_insert_entry),
(gdata_service_update_entry),
(gdata_service_get_entry),
(gdata_service_delete_entry):
Committing on behalf of Jörgen Scheibengruber
2008-01-17 Kjartan Maraas <kmaraas@gnome.org>
* libgdata.pc.in: Adapt to newer libsoup
2008-01-05 Suman Manjunath <msuman@novell.com>
** Created a ChangeLog
|