commit fac869e281111e7f937c2b7afe18699ba6b803a5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 23:17:09 2009 +0100

    Updated British English translation and added missing file to
    POTFILES.in

 po/POTFILES.in |    1 +
 po/en_GB.po    |   94
 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 51 insertions(+), 44 deletions(-)

commit 7ad97f6c6df7adb212d0dfd1c1c5d74f97bce0f4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 23:14:27 2009 +0100

    [core] Renamed gdata_service_[get|set]_proxy to *_proxy_uri

 docs/reference/gdata-sections.txt |    4 ++--
 gdata/gdata-service.c             |   12 ++++++------
 gdata/gdata-service.h             |    4 ++--
 gdata/gdata.symbols               |    4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 31d0669d49abf1d1b0d605045d57687e12f4dda7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 22:18:44 2009 +0100

    [youtube] Improved error handling when uploading videos

    Improved error handling when uploading videos so that it didn't
    set GErrors
    on top of older GErrors. Also updated the test suite to be in-line
    with XML
    changes.

 gdata/services/youtube/gdata-youtube-service.c |   24
 +++++++++++++++++++++---
 gdata/tests/youtube.c                          |    6 +++---
 2 files changed, 24 insertions(+), 6 deletions(-)

commit 9d40d2f5edfc76c877c7755f9e55edbbbdac4a57
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 22:17:56 2009 +0100

    [calendar] Fixed test suite to run with latest XML changes

 gdata/tests/calendar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bf2d1638914db6a028c0d414b3a0e07cffe3a06f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 22:16:34 2009 +0100

    [core] Fix a race condition crash when authenticating

    Fixed a race condition crash when authenticating asynchronously,
    where the
    authentication struct would sometimes get freed before the username
    and
    password were saved from it.

    Also removed gdata-marshal.h from gdata.h.

 gdata/gdata-service.c |   19 ++++++++++++++-----
 gdata/gdata.h         |    1 -
 2 files changed, 14 insertions(+), 6 deletions(-)

commit b1c6fc17500fd8fc94ad14665f197dab5196aa48
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 20:30:17 2009 +0100

    [core] Don't install the marshalling functions as public API

 gdata/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 9c00679859d7f5d865185983f9cc34c142035ff6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 19:15:32 2009 +0100

    [docs] Added "Since" clauses to all relevant documentation

 gdata/gdata-entry.c                               |    7 +++
 gdata/gdata-feed.c                                |    8 +++
 gdata/gdata-gdata.c                               |   28 +++++++++++
 gdata/gdata-query.c                               |   12 +++++
 gdata/gdata-service.c                             |   12 ++++-
 gdata/services/calendar/gdata-calendar-calendar.c |   12 +++++
 gdata/services/calendar/gdata-calendar-event.c    |   16 ++++++
 gdata/services/calendar/gdata-calendar-query.c    |    6 ++
 gdata/services/calendar/gdata-calendar-service.c  |    2 +
 gdata/services/contacts/gdata-contacts-contact.c  |   54
 +++++++++++++++++++++
 gdata/services/contacts/gdata-contacts-query.c    |   28 +++++++++++
 gdata/services/contacts/gdata-contacts-service.c  |   10 +++-
 12 files changed, 192 insertions(+), 3 deletions(-)

commit aa27bc07b28b2130263516a6fb59611cced5cefd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 18:44:58 2009 +0100

    [youtube] Fixed overly-restrictive checks on constructing a
    GDataYouTubeState

 gdata/services/youtube/gdata-youtube.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit fe0d4b5ec37fe451e3f76b0952f8eb6afae6622e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 18:40:48 2009 +0100

    [docs] Standardised documentation a little better

 gdata/gdata-atom.c                                |    8 ++--
 gdata/gdata-feed.c                                |    6 +-
 gdata/gdata-gdata.c                               |   22 +++++-----
 gdata/gdata-media-rss.c                           |   50
 ++++++++++++++++-----
 gdata/gdata-query.c                               |    8 ++--
 gdata/services/calendar/gdata-calendar-calendar.c |    2 +-
 gdata/services/calendar/gdata-calendar-event.c    |    2 +-
 gdata/services/calendar/gdata-calendar-query.c    |    8 ++--
 gdata/services/contacts/gdata-contacts-contact.c  |    2 +-
 gdata/services/youtube/gdata-youtube-video.c      |    2 +-
 gdata/services/youtube/gdata-youtube.c            |    2 +-
 11 files changed, 69 insertions(+), 43 deletions(-)

commit c7458e622d06a584b821a5a855d76559719a56e5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 18:29:22 2009 +0100

    [docs] Added a HACKING file

 HACKING     |  136
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am |    1 +
 2 files changed, 137 insertions(+), 0 deletions(-)

commit b8c3977020051059695ed86abde47b01b7aa4dad
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 17:45:12 2009 +0100

    [core] Boolean logic and casting fixes for GDataQuery

 gdata/gdata-query.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 45b97b8400af31a21eb5730cadc54d93b925b5f5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 17:36:12 2009 +0100

    [contacts] Build query URIs for GDataContactsQuery

    GDataContactsQuery can now put its properties into a query URI. A
    test case
    for contact query URIs has been added.

 gdata/services/contacts/gdata-contacts-query.c |   42
 ++++++++++++++++++++++--
 gdata/tests/calendar.c                         |    2 +
 gdata/tests/contacts.c                         |   40
 ++++++++++++++++++++++
 3 files changed, 81 insertions(+), 3 deletions(-)

commit 78634a3d84a8f4717e1a5d9d1b5393bb567f0536
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 24 07:31:14 2009 +0100

    Build query URIs for GDataCalendarQuery

    GDataCalendarQuery can now put its properties into a query URI, as the
    gdata_query_get_query_uri function has been virtualised. A test
    case for
    calendar query URIs has been added.

 gdata/gdata-query.c                            |  174
 +++++++++++++-----------
 gdata/gdata-query.h                            |    2 +
 gdata/services/calendar/gdata-calendar-event.c |    8 +-
 gdata/services/calendar/gdata-calendar-query.c |  104 ++++++++++++++-
 gdata/tests/calendar.c                         |   70 ++++++++++
 5 files changed, 270 insertions(+), 88 deletions(-)

commit 599e39034bd5abdbd2a3b20399193457c2192282
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 23 21:03:08 2009 +0100

    Fixed colour parsing from hexadecimal

    Fixed gdata_color_from_hexadecimal to parse colours properly with
    needing
    any memory allocations. Added a test case for it.

 gdata/gdata-types.c   |   46
 ++++++++++++++++++++++++++++++++--------------
 gdata/tests/general.c |   25 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 14 deletions(-)

commit ff36399a92ced3c6a478a5961963d6ac2547d46f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 23 20:04:37 2009 +0100

    Fixed handling of ISO 8601 dates (not date times) in calendar events

    Pure dates (not including a time) were not being handled at
    all. Parsing
    and producing XML for them now works, and a date parsing test case
    has been
    added.

 gdata/gdata-gdata.c                            |    4 +-
 gdata/gdata-gdata.h                            |    6 +-
 gdata/gdata-parser.c                           |   30 ++++++++
 gdata/gdata-private.h                          |    2 +
 gdata/services/calendar/gdata-calendar-event.c |   31 +++++++--
 gdata/tests/calendar.c                         |   89
 +++++++++++++++++++++++-
 6 files changed, 153 insertions(+), 9 deletions(-)

commit 536d985087eb2a65717ce35fbe0f933c22281fc9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 23 18:25:56 2009 +0100

    Added a convenience function to get the time of a calendar event

    Added gdata_calendar_event_get_primary_time, allowing the only
    time period
    of an event to be easily retrieved.

 docs/reference/gdata-sections.txt              |    1 +
 gdata/gdata.symbols                            |    1 +
 gdata/services/calendar/gdata-calendar-event.c |   36
 ++++++++++++++++++++++++
 gdata/services/calendar/gdata-calendar-event.h |    1 +
 4 files changed, 39 insertions(+), 0 deletions(-)

commit 5cbbe124c9b3659f30bd41ce7128e94639002669
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 23 17:44:14 2009 +0100

    Added the last bits of API documentation

 docs/reference/gdata-docs.xml          |    1 +
 docs/reference/gdata-sections.txt      |   14 ++++++++++++
 gdata/gdata-media-rss.c                |   14 ++++++++++--
 gdata/gdata-types.c                    |   35
 ++++++++++++++++++++++++++++++-
 gdata/gdata-types.h                    |    9 ++++++++
 gdata/services/youtube/Makefile.am     |    6 +++-
 gdata/services/youtube/gdata-youtube.c |   11 ++++++++++
 7 files changed, 83 insertions(+), 7 deletions(-)

commit e41798a2ce893817be1c5f8601c48c7abf9a600b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 23 07:36:57 2009 +0100

    Added API documentation for structs in the Media RSS and YouTube
    namespaces

 docs/reference/gdata-docs.xml          |    1 +
 docs/reference/gdata-sections.txt      |   34 +++++++++
 gdata/gdata-media-rss.c                |  128
 +++++++++++++++++++++++++++++++-
 gdata/gdata-media-rss.h                |   91 ++++++++++++++++++++++-
 gdata/services/youtube/gdata-youtube.c |   27 +++++++-
 gdata/services/youtube/gdata-youtube.h |   12 +++
 6 files changed, 287 insertions(+), 6 deletions(-)

commit 5c5e31c4b0bf58b5237cd7fb019d1f055bcdbe26
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 22 22:00:51 2009 +0100

    Added API documentation to GDataCalendarEvent

    Added the API documentation to GDataCalendarEvent, renamed
    GDataCalendarEvent:event-status to :status, removed
    gdata_calendar_event_set_edited and made the :edited property
    read-only.

 docs/reference/gdata-docs.xml                  |    1 +
 docs/reference/gdata-sections.txt              |   44 +++
 gdata/gdata.symbols                            |    5 +-
 gdata/services/calendar/gdata-calendar-event.c |  397
 +++++++++++++++++++++---
 gdata/services/calendar/gdata-calendar-event.h |   16 +-
 gdata/tests/calendar.c                         |    2 +-
 6 files changed, 409 insertions(+), 56 deletions(-)

commit da63cd5a60953a4e14990be483c29f99d2fd5dbb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 22 21:18:12 2009 +0100

    Improved time handling for GDataCalendarEvent

    GDataCalendarEvent now fully supports multiple times, with the new
    GDataGDWhen struct. Reminders are not yet supported, but the fields
    exist
    for them in the structs.

 docs/reference/gdata-sections.txt              |    6 +
 gdata/gdata-gdata.c                            |  112 ++++++++++++++
 gdata/gdata-gdata.h                            |   50 +++++++
 gdata/gdata.symbols                            |   12 +-
 gdata/services/calendar/gdata-calendar-event.c |  188
 +++++++-----------------
 gdata/services/calendar/gdata-calendar-event.h |    8 +-
 gdata/tests/calendar.c                         |    5 +-
 7 files changed, 234 insertions(+), 147 deletions(-)

commit 172ac2c22c853841c2edfb405976bc3f962586fb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 22 17:38:33 2009 +0100

    General API cleanup

    Added gdata_service_get_proxy and a corresponding
    GDataService:proxy-uri
    property, which proxies SoupSession's proxy-uri property.
    Renamed gdata_query_get_strict and gdata_query_set_strict to
    gdata_query_is_strict and gdata_query_set_is_strict, respectively;
    also
    renamed the corresponding :strict property to :is-strict.
    Renamed the boxed type function for GTimeVal to
    gdata_g_time_val_get_type,
    to avoid namespace clashes.
    Added some functions to the symbols file which were missing.

 docs/reference/gdata-sections.txt                 |    7 ++-
 gdata/gdata-entry.c                               |    4 +-
 gdata/gdata-feed.c                                |    2 +-
 gdata/gdata-query.c                               |   56
 ++++++++++----------
 gdata/gdata-query.h                               |    4 +-
 gdata/gdata-service.c                             |   55
 +++++++++++++++++++-
 gdata/gdata-service.h                             |    1 +
 gdata/gdata-types.c                               |    7 ++-
 gdata/gdata-types.h                               |    4 +-
 gdata/gdata.symbols                               |   14 +++--
 gdata/services/calendar/gdata-calendar-calendar.c |    2 +-
 gdata/services/calendar/gdata-calendar-calendar.h |    1 -
 gdata/services/calendar/gdata-calendar-event.c    |    6 +-
 gdata/services/calendar/gdata-calendar-query.c    |    8 ++--
 gdata/services/contacts/gdata-contacts-contact.c  |    2 +-
 gdata/services/youtube/gdata-youtube-video.c      |    2 +-
 16 files changed, 116 insertions(+), 59 deletions(-)

commit 4b341005cadd9852087c9cbbab79393cf3ff74ae
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 22 17:22:48 2009 +0100

    Added API documentation for GDataCalendarCalendar

    Added the API documentation to GDataCalendarCalendar, renamed
    :hidden to
    :is-hidden and :selected to :is-selected, and removed
    gdata_calendar_calendar_set_times_cleaned,
    gdata_calendar_calendar_set_access level and
    gdata_calendar_calendar_set_edited.

 docs/reference/gdata-docs.xml                     |    1 +
 docs/reference/gdata-sections.txt                 |   30 ++
 gdata/gdata.symbols                               |    9 +
 gdata/services/calendar/gdata-calendar-calendar.c |  305
 ++++++++++++++-------
 gdata/services/calendar/gdata-calendar-calendar.h |   21 +-
 5 files changed, 264 insertions(+), 102 deletions(-)

commit c41114dd844d9f30ad0e8053085fe4eec3097993
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 22 16:25:54 2009 +0100

    Added API documentation for GDataCalendarService and
    GDataCalendarQuery

 docs/reference/gdata-docs.xml                    |    6 +
 docs/reference/gdata-sections.txt                |   65 ++++-
 gdata/services/calendar/gdata-calendar-query.c   |  342
 +++++++++++++++++++---
 gdata/services/calendar/gdata-calendar-query.h   |   15 +-
 gdata/services/calendar/gdata-calendar-service.c |  123 ++++++++-
 gdata/services/calendar/gdata-calendar-service.h |   11 +
 6 files changed, 516 insertions(+), 46 deletions(-)

commit 3f7a541350d7effb1ab3d9ae26c49bc417ee0ad3
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Apr 21 19:11:30 2009 +0200

    Added German translation

 po/LINGUAS |    1 +
 po/de.po   |  205
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 206 insertions(+), 0 deletions(-)

commit e5ac4b50e82dbbb87b8b4b5afb1dc6cbd408189c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Apr 20 22:14:16 2009 +0100

    Bug 579631 – Add G_GNUC_WARN_UNUSED_RESULT to functions

    Added G_GNUC_WARN_UNUSED_RESULT attributes to all functions which
    return
    allocated memory, especially the _insert_entry and _update_entry
    functions,
    which return the updated entries, which might be missed by some users.

 gdata/gdata-atom.h                                |    9 ++++---
 gdata/gdata-entry.h                               |    6 ++--
 gdata/gdata-gdata.h                               |   22
 ++++++++++++--------
 gdata/gdata-media-rss.h                           |   17 ++++++++-------
 gdata/gdata-private.h                             |    9 ++++---
 gdata/gdata-query.h                               |    8 +++---
 gdata/gdata-service.h                             |    9 ++++---
 gdata/services/calendar/gdata-calendar-calendar.h |    4 +-
 gdata/services/calendar/gdata-calendar-event.h    |    4 +-
 gdata/services/calendar/gdata-calendar-query.h    |    4 +-
 gdata/services/calendar/gdata-calendar-service.h  |   12 ++++++----
 gdata/services/contacts/gdata-contacts-contact.h  |    6 ++--
 gdata/services/contacts/gdata-contacts-query.h    |    4 +-
 gdata/services/contacts/gdata-contacts-service.h  |    6 +++-
 gdata/services/youtube/gdata-youtube-service.h    |   10 ++++----
 gdata/services/youtube/gdata-youtube-video.h      |    4 +-
 gdata/services/youtube/gdata-youtube.h            |    3 +-
 17 files changed, 75 insertions(+), 62 deletions(-)

commit b187cdcfad632f6657db411643efef5d60a29d99
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Apr 20 21:42:38 2009 +0100

    Added G_GNUC_CONST attributes to all _get_type functions

 gdata/gdata-entry.h                               |    2 +-
 gdata/gdata-feed.h                                |    2 +-
 gdata/gdata-parser.h                              |    2 +-
 gdata/gdata-query.h                               |    2 +-
 gdata/gdata-service.h                             |    6 +++---
 gdata/gdata-types.h                               |    4 ++--
 gdata/services/calendar/gdata-calendar-calendar.h |    2 +-
 gdata/services/calendar/gdata-calendar-event.h    |    2 +-
 gdata/services/calendar/gdata-calendar-query.h    |    2 +-
 gdata/services/calendar/gdata-calendar-service.h  |    2 +-
 gdata/services/contacts/gdata-contacts-contact.h  |    2 +-
 gdata/services/contacts/gdata-contacts-query.h    |    2 +-
 gdata/services/contacts/gdata-contacts-service.h  |    2 +-
 gdata/services/youtube/gdata-youtube-service.h    |    4 ++--
 gdata/services/youtube/gdata-youtube-video.h      |    2 +-
 15 files changed, 19 insertions(+), 19 deletions(-)

commit 1ff0f89f10419c442ed4a1bb05569501724eae88
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Apr 20 19:21:47 2009 +0100

    Limit handling for gdata_contacts_contact_set_extended_property

    Return FALSE from gdata_contacts_contact_set_extended_property if
    the user
    attempts to set more than the allowed number of extended properties
    (10).

 gdata/services/contacts/gdata-contacts-contact.c |   36
 +++++++++++++++++----
 gdata/services/contacts/gdata-contacts-contact.h |    2 +-
 2 files changed, 30 insertions(+), 8 deletions(-)

commit 99cabc1aa57eaff4d33818c9b87babda1fd06051
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Apr 20 19:07:40 2009 +0100

    Added API documentation for GDataContactsContact

    Added full API documentation for GDataContactsContact, and removed
    gdata_contacts_contact_set_edited, since the :edited property is
    read-only.

 docs/reference/gdata-docs.xml                    |    1 +
 docs/reference/gdata-sections.txt                |   42 +++
 gdata/gdata.symbols                              |    1 -
 gdata/services/contacts/gdata-contacts-contact.c |  293
 ++++++++++++++++++++--
 gdata/services/contacts/gdata-contacts-contact.h |   12 +-
 5 files changed, 327 insertions(+), 22 deletions(-)

commit cf5e5c5813737e2bd468beb2fdd41ddece3b7089
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Apr 20 07:57:45 2009 +0100

    Added API documentation for GDataContactsQuery and
    GDataContactsService

 docs/reference/gdata-docs.xml                    |    6 +
 docs/reference/gdata-sections.txt                |   48 ++++++++
 gdata/gdata-service.c                            |    2 +-
 gdata/services/contacts/gdata-contacts-query.c   |  138
 ++++++++++++++++++++-
 gdata/services/contacts/gdata-contacts-query.h   |   13 ++-
 gdata/services/contacts/gdata-contacts-service.c |   67 ++++++++++-
 gdata/services/contacts/gdata-contacts-service.h |   11 ++
 7 files changed, 275 insertions(+), 10 deletions(-)

commit 057d049176c2c56381716134cd6355feb9fe9785
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 21:39:37 2009 +0100

    Renamed GDataGDPhoneNumber->phone_number to ->number for consistency

 gdata/gdata-gdata.c                              |   10 +++++-----
 gdata/gdata-gdata.h                              |    8 ++++----
 gdata/services/contacts/gdata-contacts-contact.c |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

commit ce0ac112bf3a370a2ffd727b8074fd41a54afa80
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 21:08:55 2009 +0100

    Added methods to get the primary e-mail address (etc.) from a contact

 gdata/gdata.symbols                              |    5 ++
 gdata/services/contacts/gdata-contacts-contact.c |   77
 ++++++++++++++++++++++
 gdata/services/contacts/gdata-contacts-contact.h |    5 ++
 3 files changed, 87 insertions(+), 0 deletions(-)

commit 68676c15218cd44866b6186289f231dad7957cab
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 18:30:23 2009 +0100

    Add contact insertion support and test suite

    Added gdata_contacts_service_insert_contact to allow contacts to
    be inserted,
    and added a contacts service test suite, testing queries and
    insertion.
    Also fixed parsing of contacts without "primary" parameters.

 gdata/gdata.symbols                              |    1 +
 gdata/services/contacts/gdata-contacts-contact.c |   36 ++--
 gdata/services/contacts/gdata-contacts-service.c |   18 ++
 gdata/services/contacts/gdata-contacts-service.h |    2 +
 gdata/tests/Makefile.am                          |    4 +-
 gdata/tests/contacts.c                           |  194
 ++++++++++++++++++++++
 6 files changed, 236 insertions(+), 19 deletions(-)

commit 4d8a57133367e40d1c7bc5b17d362f0160f7c98a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 16:31:12 2009 +0100

    Added GDataContactsContact

    Added support for individual contacts in the contacts backend,
    including
    full XML parsing and building support. No documentation or test
    cases yet.

 gdata/Makefile.am                                |    3 +-
 gdata/gdata.h                                    |    1 +
 gdata/gdata.symbols                              |   22 +
 gdata/services/contacts/Makefile.am              |    3 +
 gdata/services/contacts/gdata-contacts-contact.c |  759
 ++++++++++++++++++++++
 gdata/services/contacts/gdata-contacts-contact.h |   76 +++
 gdata/services/contacts/gdata-contacts-query.c   |    4 +-
 gdata/services/contacts/gdata-contacts-service.h |    3 +-
 8 files changed, 867 insertions(+), 4 deletions(-)

commit 87066f62ecd474423ff00359d27852e67d829e42
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 10:54:10 2009 +0100

    Added initial contacts service work

    Added GDataContactsService with skeleton code for querying for
    contacts.
    Added the necessary support for more elements in the GData namespace
    to
    gdata-gdata.[ch], and also added a GDataContactsQuery with
    contact-specific
    query parameters.

 configure.in                                     |    1 +
 docs/reference/gdata-sections.txt                |   15 ++
 gdata/gdata-gdata.c                              |  231
 +++++++++++++++++++++
 gdata/gdata-gdata.h                              |  120 +++++++++++
 gdata/gdata.h                                    |    4 +
 gdata/gdata.symbols                              |   25 +++
 gdata/services/Makefile.am                       |    2 +-
 gdata/services/contacts/Makefile.am              |   36 ++++
 gdata/services/contacts/gdata-contacts-query.c   |  234
 ++++++++++++++++++++++
 gdata/services/contacts/gdata-contacts-query.h   |   64 ++++++
 gdata/services/contacts/gdata-contacts-service.c |   89 ++++++++
 gdata/services/contacts/gdata-contacts-service.h |   60 ++++++
 12 files changed, 880 insertions(+), 1 deletions(-)

commit 725d5fc1d845781645633fd12c5a732cda0a8f3e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 18:24:24 2009 +0100

    Fixed typo in previous commit

 gdata/gdata-feed.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a793b9eda493fe083a0968d1691fa6fa9710193b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 17:17:03 2009 +0100

    Fix a NULL pointer dereference in gdata-feed.c

 gdata/gdata-feed.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 47def37a7238f9454efd3120e5dbda09c90301d7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 08:08:47 2009 +0100

    Removed redundant parameters from insert and update functions

    Removed the entry_type parameters from _insert_entry and
    _update_entry, as
    the entry's type can be acquired from the entry being inserted
    or updated
    itself.

 gdata/gdata-service.c                            |   17 ++++++-----------
 gdata/gdata-service.h                            |    6 ++----
 gdata/services/calendar/gdata-calendar-service.c |    2 +-
 3 files changed, 9 insertions(+), 16 deletions(-)

commit a3ab634d90395ee6a143da96c3c248e9748ed728
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Apr 19 05:10:06 2009 +0200

    Added sv translation

 po/LINGUAS |    1 +
 po/sv.po   |  199
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 200 insertions(+), 0 deletions(-)

commit f19d93c7ff15cfeccc7ea089b327945cd89fba4b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 19 00:22:56 2009 +0100

    Updated ChangeLog code and .gitignore macro file

    Updated ChangeLog Automake code from
    http://live.gnome.org/Git/ChangeLog,
    and .gitignore macro file from Pango master.

 Makefile.am |    9 ++++++---
 git.mk      |   14 +++++++++-----
 2 files changed, 15 insertions(+), 8 deletions(-)

commit 08a5db51d3a1d4f796cd9c12c04400a704b57ba3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 18 23:58:02 2009 +0100

    Compiler warning fixes

 gdata/gdata-entry.c                               |    8 +++---
 gdata/gdata-feed.c                                |   16 ++++++------
 gdata/gdata-media-rss.c                           |   16 ++++++------
 gdata/gdata-media-rss.h                           |    4 +-
 gdata/gdata-service.c                             |    8 +++---
 gdata/services/calendar/gdata-calendar-calendar.c |   17 +++++++------
 gdata/services/calendar/gdata-calendar-calendar.h |    2 +-
 gdata/services/calendar/gdata-calendar-event.c    |    6 ++--
 gdata/services/youtube/gdata-youtube-video.c      |   26
 ++++++++++----------
 9 files changed, 52 insertions(+), 51 deletions(-)

commit 4122109f69a71e49cbe314b0f5f15b4c6e7c4af2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 18 15:46:21 2009 +0100

    Auto-generate .gitignore file using git.mk from Pango

    The .gitignore files are now auto-generated using git.mk. A few
    cleanups have
    been made to the Makefiles to ensure everything's cleaned up properly.

 .gitignore                          |   37 --------
 Makefile.am                         |   28 +++++-
 docs/Makefile.am                    |    2 +
 docs/reference/.gitignore           |   16 ---
 docs/reference/Makefile.am          |   19 ++++
 gdata/Makefile.am                   |   23 +++--
 gdata/services/Makefile.am          |    2 +
 gdata/services/calendar/Makefile.am |    2 +
 gdata/services/youtube/Makefile.am  |    2 +
 gdata/tests/Makefile.am             |    2 +
 git.mk                              |  174
 +++++++++++++++++++++++++++++++++++
 11 files changed, 242 insertions(+), 65 deletions(-)

commit 750f8b0598c8c365b22f8bd5594e7de6f4ad3f8b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 17 19:11:58 2009 +0100

    Added British English translation

 po/LINGUAS  |    2 +-
 po/en_GB.po |  203
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 204 insertions(+), 1 deletions(-)

commit b411e37c4728429b6658107bc5e45247d5d69747
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 17 11:48:59 2009 +0100

    Removed po ChangeLog and fixed permissions

    Removed the po ChangeLog too (see previous commit), and removed
    an extraneous
    execute permission bit.

 po/ChangeLog                  |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit b3043e515d0b06d04d640aa0cce14866ba57ff04
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 17 11:40:53 2009 +0100

    Add a DOAP file and auto-generate the ChangeLog

    Add a DOAP file to give cgit a module description, and convert to
    auto-generating the ChangeLog from the git log.

 ChangeLog     |   63
 ---------------------------------------------------------
 Makefile.am   |   26 ++++++++++++++++++++--
 libgdata.doap |   16 ++++++++++++++
 3 files changed, 39 insertions(+), 66 deletions(-)

commit 008e022c0307be0b1e1833266a8a5480c2f979d1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 16 15:40:53 2009 +0100

    Bug 578661 – ETag support

    Add support for ETags, to allow for versioning when querying, updating
    and deleting entries. This involved adding new API to GDataQuery to
    allow the
    required ETag to be set for queries, as well as new properties in
    GDataEntry and GDataFeed for the ETags.

 docs/reference/gdata-sections.txt                 |    4 +
 gdata/gdata-entry.c                               |   66 +++++++++++++---
 gdata/gdata-entry.h                               |    1 +
 gdata/gdata-feed.c                                |   45 ++++++++++-
 gdata/gdata-feed.h                                |    1 +
 gdata/gdata-query.c                               |   89
 ++++++++++++++++++---
 gdata/gdata-query.h                               |    2 +
 gdata/gdata-service.c                             |   29 ++++++-
 gdata/gdata.symbols                               |   24 ++++++
 gdata/services/calendar/gdata-calendar-calendar.c |    3 +
 gdata/services/calendar/gdata-calendar-event.c    |    3 +
 gdata/services/calendar/gdata-calendar-service.h  |    2 +-
 gdata/services/youtube/gdata-youtube-video.c      |    3 +
 gdata/tests/general.c                             |    8 +-
 14 files changed, 250 insertions(+), 30 deletions(-)

commit 290b92c174680472ca75eb07f7fb84902b3248fd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 16 13:20:01 2009 +0100

    Refactored entry creation a little

    The code to create entries from XML strings was duplicated in several
    places and has now been refactored out into _gdata_entry_new_from_xml.

 gdata/gdata-entry.c                               |   38 +++++++-----
 gdata/gdata-private.h                             |    1 +
 gdata/gdata-service.c                             |   66
 ++-------------------
 gdata/services/calendar/gdata-calendar-calendar.c |   38 +------------
 gdata/services/calendar/gdata-calendar-event.c    |   38 +------------
 gdata/services/youtube/gdata-youtube-video.c      |   38 +------------
 6 files changed, 32 insertions(+), 187 deletions(-)

commit efaa27526a42956ece7a43132f41640bbbcf073c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 16 12:51:03 2009 +0100

    Improve namespace handling regarding unhandled XML elements

    The namespaces for unhandled XML elements are now appended to the
    list of namespaces used when updating entries, so that server-side
    XML validation
    errors don't occur.

 gdata/gdata-entry.c                               |   49
 ++++++++++++++++----
 gdata/gdata-entry.h                               |    2 +-
 gdata/gdata-feed.c                                |    2 +-
 gdata/services/calendar/gdata-calendar-calendar.c |    9 ++--
 gdata/services/calendar/gdata-calendar-event.c    |   10 +++--
 gdata/services/youtube/gdata-youtube-video.c      |    9 ++--
 gdata/tests/general.c                             |    2 +-
 7 files changed, 58 insertions(+), 25 deletions(-)

commit d7ceecab8c0622947e3cd826b4901fbcf8fca329
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 16 11:47:58 2009 +0100

    Bug 578662 – Support unknown XML elements

    Add support for storing the XML for unknown elements, and including
    it when updating entries, so that data added by protocol updates
    isn't lost by
    older versions of libgdata. Adds a test case.

 docs/reference/gdata-sections.txt                 |    1 -
 gdata/gdata-entry.c                               |   34 +++++++++++++---
 gdata/gdata-entry.h                               |   10 ++++-
 gdata/gdata-feed.c                                |   25 +++++++++---
 gdata/gdata-private.h                             |   17 +-------
 gdata/gdata-query.c                               |    1 +
 gdata/gdata-service.c                             |   34 ++++++++--------
 gdata/gdata-service.h                             |   22 ++---------
 gdata/services/calendar/gdata-calendar-calendar.c |   43
 ++++-----------------
 gdata/services/calendar/gdata-calendar-event.c    |   43
 ++++-----------------
 gdata/services/calendar/gdata-calendar-service.c  |   18 +++------
 gdata/services/youtube/gdata-youtube-service.c    |   18 +++------
 gdata/services/youtube/gdata-youtube-video.c      |   43
 ++++-----------------
 gdata/tests/general.c                             |   40
 +++++++++++++++++++
 14 files changed, 154 insertions(+), 195 deletions(-)

commit d6daa624389df926bb59b9b288cd20be69d7450d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 15 23:55:23 2009 +0100

    Improved documentation gdata_service_authenticate

 gdata/gdata-service.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 3ac9d496f1a70033db532f213328a88a0e8fd494
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 15 22:25:05 2009 +0100

    Added calendar event insertion support

    GDataCalendarEvents can now be serialised to XML, and a convenience
    method in GDataCalendarService, gdata_calendar_service_insert_event,
    has been
    added to allow events to be inserted. A test case has been added.

 gdata/gdata.symbols                              |    1 +
 gdata/services/calendar/gdata-calendar-event.c   |   93
 +++++++++++++++++++++-
 gdata/services/calendar/gdata-calendar-service.c |   19 +++++
 gdata/services/calendar/gdata-calendar-service.h |    5 +
 gdata/tests/calendar.c                           |   68 ++++++++++++++++
 gdata/tests/common.h                             |    2 +-
 6 files changed, 183 insertions(+), 5 deletions(-)

commit f56b50521b0826b3d9210b3e9fb97a0de2249442
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 15 22:23:50 2009 +0100

    Force usernames to be e-mail addresses

    GDataService will now silently correct usernames which are not e-mail
    addresses such that they are, assuming they're on the gmail.com
    domain. This is
    required for the Calendar service.

 gdata/gdata-service.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 00880095176e801031c66ad8fc90e17fab2737b6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 15 22:21:40 2009 +0100

    Added proper redirection handling for insertions, updates and
    deletions

    Redirects from the server are now handled correctly when inserting,
    updating or deleting entries. The code to send SoupMessages has
    been refactored
    a little, and gdata_service_get_session has consequently been removed.

 docs/reference/gdata-sections.txt              |    1 -
 gdata/gdata-private.h                          |    2 +
 gdata/gdata-service.c                          |   70
 ++++++++++++++++++------
 gdata/gdata-service.h                          |    1 -
 gdata/gdata.symbols                            |    9 +++-
 gdata/services/youtube/gdata-youtube-service.c |    6 ++-
 6 files changed, 67 insertions(+), 22 deletions(-)

commit e5369451280a7cfa15ea7756ee204cb2911f5f11
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 15 12:31:22 2009 +0100

    Fixed include in gdata-youtube-enums.c

    Patch by Víctor Manuel Jáquez Leal <vjaquez@igalia.com> (by
    e-mail) to
    fix the includes in gdata-youtube-enums.c.

 gdata/services/youtube/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 88106a366e4539772406a92786ca6ad347e4454d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 10 23:44:50 2009 +0100

    Fix asynchronous queries without a GDataQuery

    Drop the requirement of having a GDataQuery for asynchronous queries,
    as has been done for synchronous ones.

 gdata/gdata-service.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 3a23d80a2068c7285dbca119d1342aa16140b2ea
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 10 21:04:24 2009 +0100

    Bug 578653 – self-test fails to build on glib-2.18.x

    Push the GLib requirement up to 2.19.0, spotted by Daniel Macks.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4c528d3e15439d1f297bb3e943f10be8fbe0348d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 10 20:52:06 2009 +0100

    Bug 578652 — Build failure: missing symbol:
    gdata_query_param_get_type

    Removed a non-existent symbol from gdata.symbols, spotted by Daniel
    Macks.

 gdata/gdata.symbols |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 631fb2cdde424a742a1739528e0e62174e17e0b7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 9 17:49:20 2009 +0100

    Added basic proxy support to GDataService.

 docs/reference/gdata-sections.txt |    1 +
 gdata/gdata-service.c             |   15 +++++++++++++++
 gdata/gdata-service.h             |    2 ++
 gdata/gdata.symbols               |    1 +
 4 files changed, 19 insertions(+), 0 deletions(-)

commit 89bfc2ed7c021315cdcd74130da19a0b12fde79f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 9 17:36:48 2009 +0100

    Added the ability to delete entries from the server.
    A few small fixes to other service functions.

 docs/reference/gdata-sections.txt |    1 +
 gdata/gdata-service.c             |   62
 ++++++++++++++++++++++++++++++++++++-
 gdata/gdata-service.h             |    5 +++
 gdata/gdata.symbols               |    1 +
 4 files changed, 68 insertions(+), 1 deletions(-)

commit 0beb4016bd4b7628e236aea1e81d40b266a08677
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 9 17:25:00 2009 +0100

    Added functionality to update entries.
    Fix for previous commit.

 docs/reference/gdata-sections.txt |    3 +-
 gdata/gdata-feed.c                |    4 +-
 gdata/gdata-service.c             |  108
 ++++++++++++++++++++++++++++++++++++-
 gdata/gdata-service.h             |   10 +++-
 gdata/gdata.symbols               |    3 +
 5 files changed, 122 insertions(+), 6 deletions(-)

commit 0902ab374fa8903d29d5e787fedaa3708d29b080
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 9 16:56:46 2009 +0100

    Added a function to look up an entry from a feed by ID.

 docs/reference/gdata-sections.txt |    1 +
 gdata/gdata-feed.c                |   29 +++++++++++++++++++++++++++++
 gdata/gdata-feed.h                |    1 +
 gdata/gdata.symbols               |    1 +
 4 files changed, 32 insertions(+), 0 deletions(-)

commit 41443aa559334b709b0e5d310096455b258cbdc9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 9 16:24:56 2009 +0100

    Return the updated entry when inserting an entry.
    A few fixes for previous commits.

 gdata/gdata-entry.c                               |    6 ++-
 gdata/gdata-service.c                             |   57
 +++++++++++++++++----
 gdata/gdata-service.h                             |    3 +-
 gdata/services/calendar/gdata-calendar-calendar.c |    2 +-
 gdata/services/calendar/gdata-calendar-event.c    |    2 +-
 gdata/services/youtube/gdata-youtube-video.c      |    2 +-
 gdata/tests/general.c                             |    2 +-
 gdata/tests/youtube.c                             |    2 +-
 8 files changed, 58 insertions(+), 18 deletions(-)

commit 5657b4d6013f16700bd205a85963572b98c62522
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 9 10:07:24 2009 +0100

    Allowed IDs to be specified when creating a GDataEntry (or
    derivative).

 gdata/gdata-entry.c                               |   11 ++++++-----
 gdata/gdata-entry.h                               |    2 +-
 gdata/services/calendar/gdata-calendar-calendar.c |    4 ++--
 gdata/services/calendar/gdata-calendar-calendar.h |    2 +-
 gdata/services/calendar/gdata-calendar-event.c    |    4 ++--
 gdata/services/calendar/gdata-calendar-event.h    |    2 +-
 gdata/services/youtube/gdata-youtube-video.c      |    7 ++++---
 gdata/services/youtube/gdata-youtube-video.h      |    2 +-
 8 files changed, 18 insertions(+), 16 deletions(-)

commit b853a5684397e852485194bc3e3a05462b7b26bc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 9 10:03:23 2009 +0100

    Added some missing getters for lists of data in the main and calendar
    services.

 docs/reference/gdata-sections.txt              |    1 +
 gdata/gdata-entry.c                            |   16 +++++++++++-
 gdata/gdata-entry.h                            |    1 +
 gdata/gdata.symbols                            |   33
 ++++++++++++++++++++++++
 gdata/services/calendar/gdata-calendar-event.c |   14 ++++++++++
 gdata/services/calendar/gdata-calendar-event.h |    2 +
 6 files changed, 66 insertions(+), 1 deletions(-)

commit 8a69d8bb3c5eb526d75f61ce4ac75836d0da2b2a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 5 19:38:43 2009 +0100

    Only run the gtk-doc test suite if we're compiling with gtk-doc
    support
    enabled.

 docs/reference/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 058643abbc2fce01ef4f9500b37ca9cfb6364529
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 1 22:03:29 2009 +0100

    Release version 0.1.1.
    Fix a few missed function call renames.

 NEWS                                           |    5 +++++
 configure.in                                   |    2 +-
 docs/reference/Makefile.am                     |    3 ---
 gdata/gdata-service.c                          |    4 ++--
 gdata/services/youtube/gdata-youtube-service.c |    4 ++--
 5 files changed, 10 insertions(+), 8 deletions(-)

commit 29d12a6695a8622e48cd92c857cfb48294a113c9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 1 21:43:24 2009 +0100

    Updated the README and added the library's web page.

 README |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit e5121b48d38ed1b2a06b7ec051b9fce64fa65145
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 1 21:39:47 2009 +0100

    Fixed licence to consistently be LGPLv2.1.

 COPYING.LIB                                       |  211
 ++++++++++++---------
 gdata/gdata-atom.c                                |   18 +-
 gdata/gdata-atom.h                                |   18 +-
 gdata/gdata-entry.c                               |   18 +-
 gdata/gdata-entry.h                               |   18 +-
 gdata/gdata-feed.c                                |   18 +-
 gdata/gdata-feed.h                                |   18 +-
 gdata/gdata-gdata.c                               |   18 +-
 gdata/gdata-gdata.h                               |   18 +-
 gdata/gdata-media-rss.c                           |   18 +-
 gdata/gdata-media-rss.h                           |   18 +-
 gdata/gdata-parser.c                              |   18 +-
 gdata/gdata-parser.h                              |   18 +-
 gdata/gdata-private.h                             |   20 +-
 gdata/gdata-query.c                               |   18 +-
 gdata/gdata-query.h                               |   18 +-
 gdata/gdata-service.c                             |   18 +-
 gdata/gdata-service.h                             |   18 +-
 gdata/gdata-types.c                               |   20 +-
 gdata/gdata-types.h                               |   20 +-
 gdata/gdata.h                                     |   18 +-
 gdata/services/calendar/gdata-calendar-calendar.c |   18 +-
 gdata/services/calendar/gdata-calendar-calendar.h |   18 +-
 gdata/services/calendar/gdata-calendar-event.c    |   18 +-
 gdata/services/calendar/gdata-calendar-event.h    |   18 +-
 gdata/services/calendar/gdata-calendar-query.c    |   18 +-
 gdata/services/calendar/gdata-calendar-query.h    |   18 +-
 gdata/services/calendar/gdata-calendar-service.c  |   18 +-
 gdata/services/calendar/gdata-calendar-service.h  |   18 +-
 gdata/services/youtube/gdata-youtube-service.c    |   18 +-
 gdata/services/youtube/gdata-youtube-service.h    |   18 +-
 gdata/services/youtube/gdata-youtube-video.c      |   22 +--
 gdata/services/youtube/gdata-youtube-video.h      |   18 +-
 gdata/services/youtube/gdata-youtube.c            |   18 +-
 gdata/services/youtube/gdata-youtube.h            |   18 +-
 gdata/tests/calendar.c                            |   18 +-
 gdata/tests/common.h                              |   18 +-
 gdata/tests/general.c                             |   20 +-
 gdata/tests/memory.c                              |   18 +-
 gdata/tests/youtube.c                             |   20 +-
 40 files changed, 474 insertions(+), 453 deletions(-)

commit 48ce93902fc9dd6684e14830c07199ac830c30af
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 1 18:40:55 2009 +0100

    Rename some functions from "lookup" -> "look_up".

 docs/reference/gdata-sections.txt |    4 ++--
 gdata/gdata-entry.c               |    4 ++--
 gdata/gdata-entry.h               |    2 +-
 gdata/gdata-feed.c                |    4 ++--
 gdata/gdata-feed.h                |    2 +-
 gdata/gdata.symbols               |    4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)

commit 3694f62b4eb92d16d68561790ce7b209cf86e904
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 1 18:16:53 2009 +0100

    Release version 0.1.0.
    Fix a few things breaking the build, and temporarily remove the
    gtk-doc testsuite.

 Makefile.am                                    |    2 +-
 NEWS                                           |    5 ++
 README                                         |   19 +++++-
 configure.in                                   |    4 +-
 gdata/Makefile.am                              |    2 +-
 gdata/gdata.h                                  |    5 ++
 gdata/services/calendar/Makefile.am            |    8 +-
 gdata/services/calendar/gdata-calendar-event.c |   15 +++--
 gdata/services/youtube/Makefile.am             |    8 +-
 gdata/services/youtube/gdata-youtube-video.c   |   33 ++++++----
 gdata/tests/Makefile.am                        |   77
 +++++------------------
 gdata/tests/general.c                          |    2 +-
 po/POTFILES.in                                 |    9 ++-
 13 files changed, 92 insertions(+), 97 deletions(-)

commit cef0a15269e28917531defa7aad03bd4ce193003
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 1 00:17:17 2009 +0100

    Finished documenting GDataYouTubeVideo, and fixed a few small code
    issues elsewhere.
    Lots of API was removed from GDataYouTubeVideo, as it involved
    modifying server-side-only data.

 docs/reference/gdata-sections.txt                 |   23 +-
 gdata/gdata-entry.c                               |    8 +-
 gdata/gdata-feed.c                                |    7 +-
 gdata/gdata-query.c                               |   28 +-
 gdata/gdata.symbols                               |   13 +-
 gdata/services/calendar/gdata-calendar-calendar.c |    8 +-
 gdata/services/calendar/gdata-calendar-event.c    |   23 +-
 gdata/services/calendar/gdata-calendar-query.c    |   32 +--
 gdata/services/youtube/gdata-youtube-video.c      |  392
 ++++++++++-----------
 gdata/services/youtube/gdata-youtube-video.h      |   17 +-
 10 files changed, 226 insertions(+), 325 deletions(-)

commit 40000c0fd519757e24624dbb5a032396a0a8340e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Mar 31 07:52:42 2009 +0100

    More documentation and some API removal for GDataYouTubeVideo.

 docs/reference/gdata-sections.txt            |    2 -
 gdata/gdata.symbols                          |    2 -
 gdata/services/youtube/gdata-youtube-video.c |  179
 +++++++++++++++++++------
 3 files changed, 136 insertions(+), 47 deletions(-)

commit 52cb30d80e21348a08a760c5eef213980dd08173
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Mar 30 21:30:02 2009 +0100

    Added the beginnings of documentation for GDataYouTubeVideo.

 docs/reference/Makefile.am                   |    2 +-
 docs/reference/gdata-docs.xml                |    1 +
 docs/reference/gdata-sections.txt            |   81 ++++++++-
 gdata/gdata.symbols                          |    4 +-
 gdata/services/youtube/gdata-youtube-video.c |  261
 ++++++++++++++++++++++----
 gdata/services/youtube/gdata-youtube-video.h |   15 ++-
 6 files changed, 323 insertions(+), 41 deletions(-)

commit 252f60c1de6325dd7b2197d8d9a0c46b855df585
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Mar 30 20:44:26 2009 +0100

    Made a few parser functions private and documented the parser
    error codes.

 docs/reference/Makefile.am                        |    2 +-
 docs/reference/gdata-sections.txt                 |    4 ++++
 gdata/gdata-entry.c                               |    4 ++--
 gdata/gdata-feed.c                                |    2 +-
 gdata/gdata-parser.c                              |    4 ++--
 gdata/gdata-parser.h                              |    8 --------
 gdata/gdata-private.h                             |    9 +++++++++
 gdata/services/calendar/gdata-calendar-calendar.c |    2 +-
 gdata/services/calendar/gdata-calendar-event.c    |    6 +++---
 gdata/services/youtube/gdata-youtube-video.c      |    2 +-
 10 files changed, 24 insertions(+), 19 deletions(-)

commit 4d2a7e57506eaeb8e02f3453d8d19cc466f278c1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Mar 30 20:25:48 2009 +0100

    Added documentation to the GData and Atom namespace structs and
    functions.

 docs/reference/gdata-docs.xml                  |    6 +
 docs/reference/gdata-sections.txt              |   34 +++++++
 gdata/gdata-atom.c                             |  117
 +++++++++++++++++++++++-
 gdata/gdata-atom.h                             |   49 ++++++++++-
 gdata/gdata-gdata.c                            |   95
 +++++++++++++++++++-
 gdata/gdata-gdata.h                            |   58 +++++++++++-
 gdata/services/youtube/gdata-youtube-service.h |    2 +-
 7 files changed, 351 insertions(+), 10 deletions(-)

commit 07ce9c743d1756c99aea631358ebcd7f8d463b99
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Mar 27 18:57:10 2009 +0000

    Finished documentation for GDataYouTubeService.

 gdata/services/youtube/gdata-youtube-service.c |  166
 +++++++++++++++++++++++-
 1 files changed, 165 insertions(+), 1 deletions(-)

commit 0429c15711b758762a69734550cbf8751c29eafc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Mar 26 23:41:32 2009 +0000

    Started documenting GDataYouTube service, and added support for
    building proper GObject enums for the YouTube backend.

 .gitignore                                     |    8 ++--
 docs/reference/gdata-docs.xml                  |    2 +-
 docs/reference/gdata-sections.txt              |   30 +++++++++++++++++++
 gdata/gdata.symbols                            |    2 +
 gdata/services/youtube/Makefile.am             |   33
 ++++++++++++++++++++-
 gdata/services/youtube/gdata-youtube-service.c |   13 ++++++++
 gdata/services/youtube/gdata-youtube-service.h |   37
 ++++++++++++++++++++++-
 7 files changed, 117 insertions(+), 8 deletions(-)

commit b62f351ecf1f0f5ee75a61eb26a472ad58d5ad68
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Mar 26 23:12:58 2009 +0000

    Finished GDataQuery documentation and improved some of its API in
    the process.

 gdata/gdata-query.c   |  377
 +++++++++++++++++++++++++++++++++++++++----------
 gdata/gdata-query.h   |   27 +++-
 gdata/gdata-service.h |   15 ++-
 3 files changed, 336 insertions(+), 83 deletions(-)

commit 15dded293df6980731f6fd43d63660030846b896
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Mar 25 23:14:50 2009 +0000

    Added half of the documentation to GDataQuery, and removed a few
    unnecessary functions.

 docs/reference/gdata-docs.xml                  |    1 +
 docs/reference/gdata-sections.txt              |   43 ++++
 gdata/gdata-query.c                            |  279
 +++++++++++++++++-------
 gdata/gdata-query.h                            |   26 +--
 gdata/gdata.symbols                            |    2 -
 gdata/services/calendar/gdata-calendar-query.c |   10 +-
 gdata/services/calendar/gdata-calendar-query.h |    6 +-
 gdata/tests/general.c                          |   40 ++++
 8 files changed, 295 insertions(+), 112 deletions(-)

commit 48ca5e98e4ec233f6cd5df3fe061e8afd4a6b50e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Mar 24 23:50:26 2009 +0000

    Added documentation to GDataEntry and removed a few bits of API
    which shouldn't exist.

 docs/reference/gdata-docs.xml                  |    1 +
 docs/reference/gdata-sections.txt              |   27 +++
 gdata/gdata-entry.c                            |  219
 +++++++++++++++++-------
 gdata/gdata-entry.h                            |   22 ++-
 gdata/gdata-service.c                          |    2 +-
 gdata/gdata-service.h                          |   13 ++
 gdata/gdata.symbols                            |    5 +-
 gdata/services/youtube/gdata-youtube-service.c |    2 +-
 gdata/tests/general.c                          |   18 +-
 9 files changed, 225 insertions(+), 84 deletions(-)

commit 4958c840ddff2f432127e5edcefbf8c539b937a5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Mar 24 20:19:24 2009 +0000

    Started work on the API documentation, adding documentation to
    GDataService and GDataFeed.
    Privatised some API in the process.

 docs/reference/.gitignore                      |   16 ++
 docs/reference/MODULE.types                    |    3 -
 docs/reference/Makefile.am                     |   15 +-
 docs/reference/gdata-docs.xml                  |   36 ++++
 docs/reference/gdata-sections.txt              |  110 ++++++------
 docs/reference/gdata.sgml                      |   18 --
 docs/reference/gdata.types                     |    1 -
 docs/reference/version.xml.in                  |    2 +-
 gdata/Makefile.am                              |    8 +-
 gdata/gdata-feed.c                             |  227
 ++++++++++++++++++++++-
 gdata/gdata-feed.h                             |   14 ++-
 gdata/gdata-private.h                          |    3 +
 gdata/gdata-service.c                          |  232
 +++++++++++++++++++++++-
 gdata/gdata-service.h                          |   23 ++-
 gdata/gdata.symbols                            |   21 ++-
 gdata/services/youtube/gdata-youtube-service.c |    2 +-
 16 files changed, 620 insertions(+), 111 deletions(-)

commit 069df1bd0d77ef9195102e0caa9d63356fcc71a8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Mar 23 22:55:06 2009 +0000

    Added support for the app:control element.
    Fixed a crash when executing a query with pagination but without
    a GDataQuery.
    Added a testcase for app:control.

 gdata/gdata-query.c                          |    1 +
 gdata/gdata-service.c                        |   14 ++--
 gdata/gdata.h                                |    3 +-
 gdata/gdata.symbols                          |    6 ++
 gdata/services/youtube/Makefile.am           |    7 ++-
 gdata/services/youtube/gdata-youtube-video.c |   98
 +++++++++++++++++++++++++-
 gdata/services/youtube/gdata-youtube-video.h |    7 ++-
 gdata/services/youtube/gdata-youtube.c       |   44 ++++++++++++
 gdata/services/youtube/gdata-youtube.h       |   39 ++++++++++
 gdata/tests/youtube.c                        |   56 ++++++++++++++-
 10 files changed, 263 insertions(+), 12 deletions(-)

commit 914b443a8d2c18858e22502867012308438c54f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Mar 22 14:49:06 2009 +0000

    Fix query URI building for feed URIs which already have query
    parameters

 gdata/gdata-query.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b24819a5f0feb30bb92cefe8ec63746078383a3c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Mar 22 14:25:03 2009 +0000

    Fixed problems with the progress callback for entry parsing, ensuring
    the total_results is the number of results which will actually be
    retrieved, rather than the number of results available for the search
    altogether; also ensuring that the callback's called with an equal
    priority to the ready callback.

 gdata/gdata-feed.c  |   11 ++++++++---
 gdata/gdata-query.c |    4 ++--
 2 files changed, 10 insertions(+), 5 deletions(-)

commit c3b56e77b05a0f2ccd1f9854ae3d62b11f6c4d94
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Mar 18 18:33:15 2009 +0000

    Added pagination functionality to GDataQuery.

 gdata/gdata-feed.c    |   20 ++++++++++++++++
 gdata/gdata-feed.h    |    1 +
 gdata/gdata-private.h |    4 +++
 gdata/gdata-query.c   |   60
 +++++++++++++++++++++++++++++++++++++++++++++++++
 gdata/gdata-query.h   |    2 +
 gdata/gdata-service.c |    9 +++++++
 gdata/gdata.symbols   |   12 +++++++++-
 7 files changed, 107 insertions(+), 1 deletions(-)

commit 8a8f585051762101d500f15125c4316210b743fc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Mar 15 23:19:19 2009 +0000

    Some fixes to error handling in the face of no network connection.
    Addition of a function to get media content from YouTube videos.

 gdata/gdata.symbols                            |    1 +
 gdata/services/youtube/gdata-youtube-service.c |   27
 ++++++++++++-----------
 gdata/services/youtube/gdata-youtube-video.c   |   21 ++++++++++++++++++
 gdata/services/youtube/gdata-youtube-video.h   |    1 +
 4 files changed, 37 insertions(+), 13 deletions(-)

commit 8a09b7931f3e9826e6fd595f1eaa5b8eca519f03
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Mar 15 21:05:21 2009 +0000

    Ensured the feed parsing progress callback is called in the main
    thread.

 gdata/gdata-feed.c |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

commit ab7a62b1c166b511ac42d70d9fb5e7e899290862
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Mar 13 22:59:40 2009 +0000

    Fixed some bad NULL checks in the GData element code.
    Vastly improved default query error handling.
    Fixed a bug where all requests would fail if you weren't
    authenticated.

 gdata/gdata-gdata.c                            |   13 +-
 gdata/gdata-service.c                          |   29 ++-
 gdata/gdata-service.h                          |    4 +-
 gdata/services/youtube/gdata-youtube-service.c |  237
 ++++++++++++------------
 gdata/services/youtube/gdata-youtube-service.h |    2 -
 5 files changed, 153 insertions(+), 132 deletions(-)

commit 0be5c6a09966cbc8a7d72f803e05aacd19a6fb60
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Mar 13 21:44:12 2009 +0000

    Added a function to allow the list of thumbnails for a YouTube video
    to be retrieved.

 gdata/gdata.symbols                          |   32
 ++++++++++++++++++++++++-
 gdata/services/youtube/gdata-youtube-video.c |    7 +++++
 gdata/services/youtube/gdata-youtube-video.h |    1 +
 3 files changed, 38 insertions(+), 2 deletions(-)

commit 6b43de4caf03f89fe6db40b84771da7f0aeab2fd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Mar 13 19:57:08 2009 +0000

    Added progress callbacks.
    Rearranged API to use GDataQuerys exclusively, rather than having
    simple and "full" versions of each and every query function.

 gdata/gdata-feed.c                               |   10 ++-
 gdata/gdata-private.h                            |    3 +-
 gdata/gdata-query.h                              |    2 +-
 gdata/gdata-service.c                            |   28 ++++--
 gdata/gdata-service.h                            |   10 ++-
 gdata/services/calendar/gdata-calendar-event.c   |    2 +-
 gdata/services/calendar/gdata-calendar-query.h   |    3 +-
 gdata/services/calendar/gdata-calendar-service.c |   73 +++++----------
 gdata/services/calendar/gdata-calendar-service.h |   29 ++++---
 gdata/services/youtube/gdata-youtube-service.c   |  107
 ++++++++--------------
 gdata/services/youtube/gdata-youtube-service.h   |   38 +++++---
 gdata/tests/calendar.c                           |   12 +-
 gdata/tests/memory.c                             |    4 +-
 gdata/tests/youtube.c                            |   10 +-
 14 files changed, 154 insertions(+), 177 deletions(-)

commit 338110cf62c513ca1a9a5b8024df79190f4a9cb2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Mar 11 23:38:50 2009 +0000

    Fixed includes in public headers.
    Updated and fixed the pkg-config file.

 .gitignore                                        |    2 +-
 Makefile.am                                       |    2 +-
 configure.in                                      |    2 +-
 gdata.pc.in                                       |   11 -----------
 gdata/gdata-entry.h                               |    2 +-
 gdata/gdata-feed.h                                |    4 ++--
 gdata/gdata-private.h                             |    2 +-
 gdata/gdata-service.h                             |    2 +-
 gdata/services/calendar/gdata-calendar-calendar.h |    6 +++---
 gdata/services/calendar/gdata-calendar-event.h    |    6 +++---
 gdata/services/calendar/gdata-calendar-query.h    |    6 +++---
 gdata/services/calendar/gdata-calendar-service.h  |    4 ++--
 gdata/services/youtube/gdata-youtube-service.h    |    4 ++--
 gdata/services/youtube/gdata-youtube-video.h      |    6 +++---
 libgdata.pc.in                                    |   11 +++++++++++
 15 files changed, 35 insertions(+), 35 deletions(-)

commit f4984a79e5748a239c2d93edc54d89d359cfb911
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Mar 10 00:02:59 2009 +0000

    Enabled building of enums and tidied up a few TODOs relating to
    error handling.

 .gitignore                                     |    3 ++
 gdata/Makefile.am                              |   31
 ++++++++++++++++++++++-
 gdata/gdata-parser.h                           |    8 ++++++
 gdata/gdata-service.h                          |   32
 +++++++++++++++++++++--
 gdata/services/youtube/gdata-youtube-service.c |    6 ++--
 gdata/services/youtube/gdata-youtube-service.h |    2 +-
 6 files changed, 74 insertions(+), 8 deletions(-)

commit 7fdc4b68c4929426dca95b131338fde41a2b24b9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Mar 9 23:17:14 2009 +0000

    Improved error handling for the YouTube service.

 gdata/gdata-service.c                          |    7 ++
 gdata/gdata-service.h                          |    1 +
 gdata/services/youtube/gdata-youtube-service.c |  125
 +++++++++++++++++++++++-
 gdata/services/youtube/gdata-youtube-service.h |   11 ++
 4 files changed, 140 insertions(+), 4 deletions(-)

commit 37a995845cd8d7ee45e2748f6256991cb633f8f8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Mar 4 21:38:32 2009 +0000

    Refactored some of the test suites to use a common username, password
    and client ID.
    Added some memory tests and fixed a few small memory leaks.

 gdata/services/calendar/gdata-calendar-calendar.c |    1 +
 gdata/tests/Makefile.am                           |   17 +++++
 gdata/tests/calendar.c                            |   16 ++---
 gdata/tests/common.h                              |   31 +++++++++
 gdata/tests/massif                                |    5 ++
 gdata/tests/memcheck                              |    4 +
 gdata/tests/memory.c                              |   73
 +++++++++++++++++++++
 gdata/tests/youtube.c                             |   22 ++++---
 8 files changed, 150 insertions(+), 19 deletions(-)

commit 18b1306943d126cd09ddba5f21c31077ecc92d45
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Mar 4 18:16:10 2009 +0000

    Added the rest of the parsing code to GDataCalendarEvent so that the
    calendar test suite succeeds.

 gdata/gdata-gdata.c                            |   42 +++++
 gdata/gdata-gdata.h                            |   20 +++
 gdata/services/calendar/gdata-calendar-event.c |  198
 +++++++++++++++++++++++-
 gdata/services/calendar/gdata-calendar-event.h |   10 ++
 4 files changed, 269 insertions(+), 1 deletions(-)

commit 348277440991e68bc6d100b27aa0908204870f67
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Mar 1 00:43:55 2009 +0000

    Fixes and additions to calendar event feed parsing.

 gdata/gdata-feed.c                             |   39 ++-
 gdata/gdata-feed.h                             |    1 +
 gdata/gdata-gdata.c                            |    3 +
 gdata/gdata.symbols                            |    1 +
 gdata/services/calendar/gdata-calendar-event.c |  440
 ++++++++++++++++++++++--
 gdata/services/calendar/gdata-calendar-event.h |   19 +
 6 files changed, 463 insertions(+), 40 deletions(-)

commit b33d07bb83d52a0d5dcb38e41941c08d9092a7a6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Feb 24 22:49:51 2009 +0000

    Added a small note about missing functionality.

 gdata/services/calendar/gdata-calendar-query.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9ba26a99e02a3c75dd3261d10022580ce4db52bc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Feb 24 22:47:56 2009 +0000

    Added the beginnings of support for calendar event feeds, including
    basic support for Google Calendar-specific query parameters.

 gdata/gdata-entry.c                               |    2 +
 gdata/gdata-feed.c                                |   11 +-
 gdata/gdata-feed.h                                |    8 +-
 gdata/gdata-private.h                             |    4 +
 gdata/gdata-query.c                               |    4 +-
 gdata/gdata.symbols                               |    1 +
 gdata/services/calendar/Makefile.am               |   10 +-
 gdata/services/calendar/gdata-calendar-calendar.c |   10 +-
 gdata/services/calendar/gdata-calendar-event.c    |  265 +++++++++++++
 gdata/services/calendar/gdata-calendar-event.h    |   57 +++
 gdata/services/calendar/gdata-calendar-query.c    |  415
 +++++++++++++++++++++
 gdata/services/calendar/gdata-calendar-query.h    |   76 ++++
 gdata/services/calendar/gdata-calendar-service.c  |   35 ++
 gdata/services/calendar/gdata-calendar-service.h  |    5 +-
 gdata/tests/calendar.c                            |   37 ++
 15 files changed, 920 insertions(+), 20 deletions(-)

commit d9936425571b0ea8faeb2fd58071c2b5edede36d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Feb 24 21:22:53 2009 +0000

    Added "own calendars" query.

 gdata/gdata.symbols                              |    2 +
 gdata/services/calendar/gdata-calendar-service.c |   43
 ++++++++++++++++++
 gdata/services/calendar/gdata-calendar-service.h |    5 ++
 gdata/tests/calendar.c                           |   51
 ++++++++++++++++++++++
 4 files changed, 101 insertions(+), 0 deletions(-)

commit 26f35eac2fc9c07f24cb6d29b93281aad3e2169e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Feb 24 21:18:40 2009 +0000

    Changed to use g_set_error_literal instead of g_set_error where
    possible.
    Changed "log in" terminology to "authenticate" to be more in-line
    with the specification.

 gdata/gdata-service.c                            |   54
 +++++++++++-----------
 gdata/gdata-service.h                            |    2 +-
 gdata/gdata.symbols                              |    2 +-
 gdata/services/calendar/gdata-calendar-service.c |   15 ++++++
 gdata/services/youtube/gdata-youtube-service.c   |   20 ++++----
 gdata/tests/calendar.c                           |    4 +-
 gdata/tests/youtube.c                            |    4 +-
 7 files changed, 58 insertions(+), 43 deletions(-)

commit 1ea0f3cc26f2abf8788166cf0728b764c19dc1f5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 22 22:22:52 2009 +0000

    Added support for quite a few gCal elements to GDataCalendarCalendar
    such that the "all calendars" query now works.

 gdata/gdata-types.c                               |   41 ++++
 gdata/gdata-types.h                               |   11 +-
 gdata/services/calendar/gdata-calendar-calendar.c |  251
 ++++++++++++++++++++-
 gdata/services/calendar/gdata-calendar-calendar.h |   13 +
 4 files changed, 313 insertions(+), 3 deletions(-)

commit da0e1af3b9b408772b094b2abfb37059bdb6734b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 22 19:51:48 2009 +0000

    Fixed authentication error handling a little, and re-enabled
    authentication for Google Calendar and YouTube.

 gdata/gdata-service.c  |   28 ++++++++++++++--------------
 gdata/gdata.symbols    |    3 +++
 gdata/tests/calendar.c |    8 ++++++--
 gdata/tests/youtube.c  |    4 ++++
 4 files changed, 27 insertions(+), 16 deletions(-)

commit aea5e19e97a80f9b9f694914c36611a27e94ab6d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 22 18:13:59 2009 +0000

    Added the basic framework for a Google Calendar service.

 configure.in                                      |    1 +
 gdata/Makefile.am                                 |    3 +-
 gdata/gdata-private.h                             |   11 +-
 gdata/gdata.h                                     |    6 +
 gdata/gdata.symbols                               |    9 +
 gdata/services/Makefile.am                        |    2 +-
 gdata/services/calendar/Makefile.am               |   34 +++
 gdata/services/calendar/gdata-calendar-calendar.c |  264
 +++++++++++++++++++++
 gdata/services/calendar/gdata-calendar-calendar.h |   59 +++++
 gdata/services/calendar/gdata-calendar-service.c  |   84 +++++++
 gdata/services/calendar/gdata-calendar-service.h  |   59 +++++
 gdata/tests/Makefile.am                           |   17 ++
 gdata/tests/calendar.c                            |  158 ++++++++++++
 13 files changed, 701 insertions(+), 6 deletions(-)

commit 479fe7e547efea28613a1df123e1b2cc34c3b4b6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Feb 24 21:00:52 2009 +0000

    Updated git ignore list.

 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit d497598bd16f5009b25a204a08954beaedbdbca6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 22 19:16:02 2009 +0000

    Added proper error handling for authentication, including support
    for CAPTCHA challenges.

 gdata/gdata-marshal.list |    1 +
 gdata/gdata-service.c    |  159
 ++++++++++++++++++++++++++++++++++++++++++----
 gdata/gdata-service.h    |   17 ++++-
 3 files changed, 162 insertions(+), 15 deletions(-)

commit 7cbc1041d643363a7bf7d1d3697483c091f6e824
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 22 11:50:39 2009 +0000

    Moved the YouTube service files to a subdirectory, to be built into
    their own noinst library.

    Fixed some bugs causing the general test suite to fail.

 configure.in                                   |    1 +
 gdata/Makefile.am                              |    2 +-
 gdata/gdata-entry.c                            |    2 +-
 gdata/gdata-private.h                          |    2 +-
 gdata/gdata.h                                  |   11 +-
 gdata/services/Makefile.am                     |   35 +-
 gdata/services/gdata-youtube-service.c         |  487 ---------
 gdata/services/gdata-youtube-service.h         |   93 --
 gdata/services/gdata-youtube-video.c           | 1258
 ------------------------
 gdata/services/gdata-youtube-video.h           |   94 --
 gdata/services/youtube/Makefile.am             |   34 +
 gdata/services/youtube/gdata-youtube-service.c |  487 +++++++++
 gdata/services/youtube/gdata-youtube-service.h |   93 ++
 gdata/services/youtube/gdata-youtube-video.c   | 1258
 ++++++++++++++++++++++++
 gdata/services/youtube/gdata-youtube-video.h   |   94 ++
 gdata/tests/general.c                          |    2 +-
 16 files changed, 1980 insertions(+), 1973 deletions(-)

commit 9bf0973ccc444b0598a8e9a8721a463c2f462a2c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 22 11:37:39 2009 +0000

    Fix the README, and change .bzrignore to .gitignore.

 .bzrignore |   31 -------------------------------
 .gitignore |   31 +++++++++++++++++++++++++++++++
 README     |    2 +-
 3 files changed, 32 insertions(+), 32 deletions(-)

commit c9eadbe3c6bd99a0d05c677681b80b0c7a428723
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 22 11:29:00 2009 +0000

    2009-02-22  Philip Withnall  <philip@tecnocode.co.uk>

	Improved documentation (README, ChangeLog).

 ChangeLog	   |   58
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 README		   |   10 ++++++++-
 po/Makefile.in.in |	2 +-
 3 files changed, 68 insertions(+), 2 deletions(-)

commit c0e43775ee41bf06e890b2e64d251b1341ef61e2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Feb 21 14:00:20 2009 +0000

    [project @ philip@tecnocode.co.uk-20090221140020-bbhqtx4gyh2yxg5e]
    Added support for querying for related videos and fixed a bug parsing
    <yt:statistics/>.

 .bzrignore				|    1 +
 gdata/gdata-entry.c			|   20 +++++
 gdata/gdata-entry.h			|    1 +
 gdata/gdata-query.c			|   22 ++++++
 gdata/gdata-query.h			|    2 +
 gdata/gdata-service.c			|    3 +
 gdata/gdata.symbols			|    2 +
 gdata/services/gdata-youtube-service.c |   73 ++++++++++++++++--
 gdata/services/gdata-youtube-service.h |   13 +++-
 gdata/services/gdata-youtube-video.c	|    5 +-
 gdata/tests/youtube.c			|  131
 +++++++++++++++++++++++++++++++-
 11 files changed, 259 insertions(+), 14 deletions(-)

commit e18cc8aa1376ab406f7a65d2885160056902a828
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Feb 20 00:08:33 2009 +0000

    [project @ philip@tecnocode.co.uk-20090220000833-9goap90j2b3xbtc0]
    Completed functionality to upload videos to YouTube. There are a few
    elements in the response which are still unparsed, but the tests in
    the suite
    work.

 gdata/gdata-entry.c			|    9 ++-
 gdata/gdata-entry.h			|    1 +
 gdata/gdata-media-rss.c		|    3 +
 gdata/gdata-service.c			|   21 +++++
 gdata/gdata-service.h			|    6 +-
 gdata/gdata.symbols			|   53 ++++++++++++-
 gdata/services/gdata-youtube-service.c |  133
 ++++++++++++++++++++++++++++++++
 gdata/services/gdata-youtube-service.h |    4 +
 gdata/services/gdata-youtube-video.c	|   63 ++++++++++++++-
 gdata/services/gdata-youtube-video.h	|    1 +
 gdata/tests/sample.ogg			|  Bin 0 -> 96839 bytes
 gdata/tests/youtube.c			|   54 +++++++++++++
 12 files changed, 342 insertions(+), 6 deletions(-)

commit a88f19fda5f31941ae43961e012fc927d214d3be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Feb 11 17:58:53 2009 +0000

    [project @ philip@tecnocode.co.uk-20090211175853-ecv85loqsylxxl9x]
    Removed generated file.

 gtk-doc.make |  196
 ----------------------------------------------------------
 1 files changed, 0 insertions(+), 196 deletions(-)

commit 06e337bdbc9e22293113d4775fb50424e822e836
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 25 15:23:26 2009 +0000

    [project @ philip@tecnocode.co.uk-20090125152326-biwzyqlh333h7ikc]
    Initial support for inserting entries, mainly adding functionality
    to serialise GDataEntry and GDataYouTubeVideo to XML.

 gdata/gdata-atom.c			|    7 +-
 gdata/gdata-atom.h			|    4 +-
 gdata/gdata-entry.c			|  175
 +++++++++++++++++++++++++++++++-
 gdata/gdata-entry.h			|    6 +
 gdata/gdata-feed.c			|    2 +-
 gdata/gdata-media-rss.c		|   17 +++
 gdata/gdata-media-rss.h		|    1 +
 gdata/gdata-service.c			|  132 +++++++++++++++++-------
 gdata/gdata-service.h			|    7 +-
 gdata/gdata.symbols			|   18 ++++
 gdata/services/gdata-youtube-service.c |    3 +
 gdata/services/gdata-youtube-video.c	|  163
 +++++++++++++++++++++++++++++
 gdata/tests/general.c			|   97 +++++++++++++++++-
 13 files changed, 585 insertions(+), 47 deletions(-)

commit b154cde46cafba05efc852c4a9cd7fceeac36e6e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jan 24 17:10:09 2009 +0000

    [project @ philip@tecnocode.co.uk-20090124171009-sk8dkywi1ag24j7v]
    Converted all async functions to use GAsyncResult, and implemented
    overridden versions for YouTubeVideo. Added testcases, and generally
    made sure all
    current async functionality works nicely.

    Fixed a small bug when parsing <media:credit> elements.

 gdata/gdata-query.c			|   23 --
 gdata/gdata-query.h			|    1 -
 gdata/gdata-service.c			|  378
 +++++++++++++++++++++-----------
 gdata/gdata-service.h			|   15 +-
 gdata/gdata.symbols			|    9 +-
 gdata/services/gdata-youtube-service.c |   92 +++++---
 gdata/services/gdata-youtube-service.h |    9 +-
 gdata/services/gdata-youtube-video.c	|    2 +-
 gdata/tests/youtube.c			|   75 ++++++-
 9 files changed, 402 insertions(+), 202 deletions(-)

commit 363fde1acb9f3d7bd12e185b666b7422c9408a75
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jan 24 12:11:13 2009 +0000

    [project @ philip@tecnocode.co.uk-20090124121113-it97rcwt39n19riq]
    Consolidated the MediaGroup classes into YouTubeVideo, since that
    was the only class which would ever use them.

 gdata/Makefile.am			    |	 2 -
 gdata/gdata-media-group.c		    |  611
 ------------------------
 gdata/gdata-media-group.h		    |	73 ---
 gdata/gdata-private.h			    |	 6 -
 gdata/services/Makefile.am		    |	 7 +-
 gdata/services/gdata-youtube-media-group.c |  335 -------------
 gdata/services/gdata-youtube-media-group.h |	65 ---
 gdata/services/gdata-youtube-video.c	    |  706
 +++++++++++++++++++++++++---
 gdata/services/gdata-youtube-video.h	    |	30 +-
 9 files changed, 680 insertions(+), 1155 deletions(-)

commit 00d0c84dc37da65b98a23d1c593ea189d5fc2dc8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jan 23 23:42:49 2009 +0000

    [project @ philip@tecnocode.co.uk-20090123234249-obzjzy8dvtmkz3hl]
    Redesigned how feeds are parsed such that there is no longer any
    need for public setters, and there should be fewer memcpys.

 gdata/gdata-feed.c			    |  624
 ++++++++++++++--------------
 gdata/gdata-feed.h			    |	15 +-
 gdata/gdata-parser.c			    |	27 ++-
 gdata/gdata-parser.h			    |	11 +
 gdata/gdata-service.h			    |	 3 +-
 gdata/gdata.symbols			    |	 3 -
 gdata/services/gdata-youtube-media-group.c |	 2 +-
 gdata/services/gdata-youtube-video.c	    |	 4 +-
 8 files changed, 355 insertions(+), 334 deletions(-)

commit ec04a065e4ef476ebd656919919751d220b2ef48
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jan 23 22:40:17 2009 +0000

    [project @ philip@tecnocode.co.uk-20090123224017-l6p5ji4oqu3e8xxr]
    Added mostly-complete support for video comments.

 gdata/gdata-gdata.c		      |   18 ++++++++++++++++++
 gdata/gdata-gdata.h		      |    9 +++++++++
 gdata/services/gdata-youtube-video.c |   22 +++++++++++++++++++++-
 3 files changed, 48 insertions(+), 1 deletions(-)

commit c836518e056bd3b862e12360af5ab53cd2122a12
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jan 22 19:13:58 2009 +0000

    [project @ philip@tecnocode.co.uk-20090122191358-5ko4fx27s8hlmpw7]
    Cleaned up parsing of numbers a little, and cleaned up parsing
    error handling.
    Also tidied up feed creation, and removed the now-redundant
    GDataYouTubeVideoFeed object.

 gdata/Makefile.am			    |	 4 +-
 gdata/gdata-entry.c			    |	32 ++---
 gdata/gdata-feed.c			    |  135 ++++++++---------
 gdata/gdata-media-group.c		    |	69 ++++------
 gdata/gdata-parser.c			    |	70 +++++++++
 gdata/gdata-parser.h			    |	35 +++++
 gdata/gdata-private.h			    |	 8 +-
 gdata/gdata-service.c			    |	 8 +-
 gdata/gdata-service.h			    |	 7 +-
 gdata/gdata.h				    |	 3 +-
 gdata/services/Makefile.am		    |	 3 -
 gdata/services/gdata-youtube-media-group.c |	22 ++--
 gdata/services/gdata-youtube-service.c     |	13 +-
 gdata/services/gdata-youtube-service.h     |	 5 +-
 gdata/services/gdata-youtube-video-feed.c  |  220
 ----------------------------
 gdata/services/gdata-youtube-video-feed.h  |	52 -------
 gdata/services/gdata-youtube-video.c	    |	53 +++-----
 gdata/tests/youtube.c			    |	 4 +-
 18 files changed, 263 insertions(+), 480 deletions(-)

commit a02546b08437fe3552c0b2591721953d36aaae79
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jan 22 18:00:38 2009 +0000

    [project @ philip@tecnocode.co.uk-20090122180038-32miepaqnljxjtcu]
    Added basic async support, and greatly expanded the parsing code
    such that almost all of a typical YouTube GData query is now parsed
    into data
    structures.

 .bzrignore				    |	 8 +
 gdata/Makefile.am			    |	48 ++-
 gdata/gdata-atom.c			    |  113 +++++
 gdata/gdata-atom.h			    |	68 +++
 gdata/gdata-entry.c			    |  326 +++++++++++---
 gdata/gdata-entry.h			    |	 9 +
 gdata/gdata-feed.c			    |  372 ++++++++++++++--
 gdata/gdata-feed.h			    |	14 +
 gdata/gdata-gdata.c			    |	37 ++
 gdata/gdata-gdata.h			    |	39 ++
 gdata/gdata-marshal.list		    |	 1 +
 gdata/gdata-media-group.c		    |  626
 ++++++++++++++++++++++++++
 gdata/gdata-media-group.h		    |	73 +++
 gdata/gdata-media-rss.c		    |  172 +++++++
 gdata/gdata-media-rss.h		    |	91 ++++
 gdata/gdata-private.h			    |	 6 +
 gdata/gdata-query.c			    |  667
 ++++++++++++++++++++++++++++
 gdata/gdata-query.h			    |	98 ++++
 gdata/gdata-service.c			    |  210 +++++++---
 gdata/gdata-service.h			    |	13 +-
 gdata/gdata.symbols			    |	 2 +
 gdata/services/Makefile.am		    |	 7 +-
 gdata/services/gdata-youtube-media-group.c |  337 ++++++++++++++
 gdata/services/gdata-youtube-media-group.h |	65 +++
 gdata/services/gdata-youtube-service.c     |	47 ++-
 gdata/services/gdata-youtube-video.c	    |  338 ++++++++++++---
 gdata/services/gdata-youtube-video.h	    |	15 +
 27 files changed, 3549 insertions(+), 253 deletions(-)

commit 3ea04f77323acbd85b95d863dd730e2fd8f009ed
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jan 3 10:02:43 2009 +0000

    [project @ philip@tecnocode.co.uk-20090103100243-4ge6fir3bu8o3t3d]
    2009-01-03	Philip Withnall  <philip@tecnocode.co.uk>

	Initial commit, with basic functional queries for YouTube and the
	generic GData API. No async support, and limited support for lots
	of the XML elements.

 .bzrignore				   |   22 +
 AUTHORS				   |	1 +
 COPYING.LIB				   |  481 +++++++++
 ChangeLog				   |	5 +
 INSTALL				   |  236 +++++
 MAINTAINERS				   |	4 +
 Makefile.am				   |   21 +
 Makefile.decl				   |   54 +
 NEWS					   |	1 +
 README					   |	1 +
 autogen.sh				   |   20 +
 config.h.in				   |  114 +++
 configure.in				   |   80 ++
 docs/Makefile.am			   |	1 +
 docs/reference/MODULE.types		   |	3 +
 docs/reference/Makefile.am		   |   78 ++
 docs/reference/gdata-sections.txt	   |   60 ++
 docs/reference/gdata.sgml		   |   18 +
 docs/reference/gdata.types		   |	1 +
 docs/reference/version.xml.in		   |	1 +
 gdata.pc.in				   |   11 +
 gdata/Makefile.am			   |   44 +
 gdata/gdata-entry.c			   |  284 ++++++
 gdata/gdata-entry.h			   |   60 ++
 gdata/gdata-feed.c			   |  331 +++++++
 gdata/gdata-feed.h			   |   62 ++
 gdata/gdata-private.h			   |   46 +
 gdata/gdata-service.c			   |  329 +++++++
 gdata/gdata-service.h			   |   85 ++
 gdata/gdata-types.c			   |   44 +
 gdata/gdata-types.h			   |   33 +
 gdata/gdata.h				   |   34 +
 gdata/gdata.symbols			   |   34 +
 gdata/services/Makefile.am		   |   37 +
 gdata/services/gdata-youtube-service.c    |  264 +++++
 gdata/services/gdata-youtube-service.h    |   76 ++
 gdata/services/gdata-youtube-video-feed.c |  220 +++++
 gdata/services/gdata-youtube-video-feed.h |   52 +
 gdata/services/gdata-youtube-video.c	   |  210 ++++
 gdata/services/gdata-youtube-video.h	   |   54 +
 gdata/tests/Makefile.am		   |   40 +
 gdata/tests/general.c			   |   36 +
 gdata/tests/youtube.c			   |   92 ++
 gtk-doc.make				   |  196 ++++
 intltool-extract.in			   |  875 +++++++++++++++++
 intltool-merge.in			   | 1506
 +++++++++++++++++++++++++++++
 intltool-update.in			   | 1163 ++++++++++++++++++++++
 po/ChangeLog				   |	3 +
 po/LINGUAS				   |	1 +
 po/Makefile.in.in			   |  217 +++++
 po/POTFILES.in				   |	9 +
 51 files changed, 7650 insertions(+), 0 deletions(-)
