Blob Blame History Raw
commit f153e3c77e7699769fb8c1bde1a7bf01586261ae
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 23 00:22:31 2017 +0100

    docs: Fix gtk-doc parsing of a function in GDataCalendarService

    I don’t think it likes the mixture of attributes after the argument
    list. Changing the line wrapping seems to fix it.

    Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

M	gdata/services/calendar/gdata-calendar-service.h

commit 620daaeb2cbf34ae4fd0470422668cf28eab3e88
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 23 00:09:26 2017 +0100

    docs: Add GDataDocumentsMetadata to the documentation index

    Also relabel the ‘Documents API’ to ‘Documents/Drive API’
    to make it a
    bit clearer that it now covers Google Drive.

    Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt

commit d83e899da86565ce397c96f4b3e54e6b2f714ccf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 22 22:51:25 2017 +0100

    core: Drop an unused variable

    Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

M	gdata/gdata-oauth1-authorizer.c

commit a36efd9357bb8d6f44749ae47f190e4f5ff8b7a5
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Aug 9 18:27:25 2017 +0200

    documents: Silence a CRITICAL when querying a feed of entries

    Querying a feed of Drive entries using Drive v2 leads to:
      CRITICAL **: _gdata_query_set_next_uri: assertion
	'self->priv->pagination_type == GDATA_QUERY_PAGINATION_URIS'
	failed

    When the support for pagination using page tokens was landed in
    commit 38b934a9ef9dab89, the code in GDataDocumentsService::parse_feed
    that added the next and previous URIs from the feed to the GDataQuery
    was generalized and moved to GDataService::parse_feed, and
    GDataDocumentsQuery was set to use pagination tokens.

    The intention was to use pagination tokens for GDataDocuments* using
    only the generic parsing code in the base classes.

    However, the code in GDataDocumentsFeed::parse_json that added the
    GDataLinks for the next URI to the feed wasn't removed. This tricks
    GDataService::parse_feed into using pagination URIs with the
    corresponding query.

    This reverts commit fa3e219eff1d4617463a86deb14cb3b1f5fb9a19.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-feed.c

commit a627e0e4c586696ead2556eaea36797de2cc25b6
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Sep 27 20:23:13 2016 +0200

    tests: Fix the set up for /documents/folders/remove_from_folder

    In Drive v2, we can only remove an entry from a folder if it had
    multiple parents to start with. If there was only a single parent,
    then
    the request is just ignored.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit e793a0e4ab04dc930d25b4704a2dc03249743fc8
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 15:41:05 2017 +0100

    picasaweb: Port from GSimpleAsyncResult to GTask

    These are the last instances of GSimpleAsyncResult. Die!

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit fa9ad32bb72e9586d36ba5fec5a94a35a5df7e2c
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 15:40:47 2017 +0100

    picasaweb: Add g_autoptr() support for all PicasaWeb classes

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-comment.h
M	gdata/services/picasaweb/gdata-picasaweb-feed.h
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/services/picasaweb/gdata-picasaweb-user.h

commit 65ca44ccdfcc19011131fa98ed820a69f57b3286
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 15:17:37 2017 +0100

    youtube: Port from GSimpleAsyncResult to GTask

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/services/youtube/gdata-youtube-service.c

commit 453ae0319471312a2d17cb9be1c197971c20dc44
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 15:17:18 2017 +0100

    app: Add g_autoptr() support to all the gdata/app classes

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/app/gdata-app-categories.h

commit e264589f13695d55955dbe8ddb8a2743bde034d8
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 14:56:59 2017 +0100

    documents: Port from GSimpleAsyncResult to GTask

    Port GDataDocumentsService.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/services/documents/gdata-documents-service.c

commit 3ce9cebcbdb52faf5faaaafcb40340ff9dee1585
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 14:56:29 2017 +0100

    documents: Add g_autoptr() support for all Drive classes

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/services/documents/gdata-documents-access-rule.h
M	gdata/services/documents/gdata-documents-document.h
M	gdata/services/documents/gdata-documents-drawing.h
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/documents/gdata-documents-feed.h
M	gdata/services/documents/gdata-documents-folder.h
M	gdata/services/documents/gdata-documents-metadata.h
M	gdata/services/documents/gdata-documents-pdf.h
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-query.h
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.h
M	gdata/services/documents/gdata-documents-upload-query.h

commit f027dbc3204c4f6b2683f88f9ba88a996c698eb3
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 14:15:23 2017 +0100

    general: Port from GSimpleAsyncResult to GTask

    Port various service classes.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/tasks/gdata-tasks-service.c

commit 2ea00a131ba6e5c67fc8c615906957f6a93773bd
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Sep 27 20:20:15 2016 +0200

    Port gdata_documents_service_remove_entry_from_folder to Drive v2

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit d71082cd83f4d2754279f6feb9f16955c495db5c
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Sep 30 11:33:08 2016 +0200

    documents: Split out the code to get an ID from a GDataLink

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-utils.c
M	gdata/services/documents/gdata-documents-utils.h

commit 990055474e32efb4d5be71781c8feec67191e0a4
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Aug 9 10:21:10 2017 +0100

    gdata: Port from GSimpleAsyncResult to GTask

    Finish porting the OAuth 1 code, port the OAuth 2 code and also
    GDataCommentable.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/gdata-commentable.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-oauth2-authorizer.c

commit b53d927d3e7a6a8072d9642c9a6173140f2857a1
Author: Philip Withnall <withnall@endlessm.com>
Date:	Tue Aug 8 21:31:19 2017 +0100

    gdata: Port from GSimpleAsyncResult to GTask

    Some of the OAuth 1 code.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/gdata-oauth1-authorizer.c

commit b4518b3514425fb78b673e09d0dcb934f1e82b3b
Author: Philip Withnall <withnall@endlessm.com>
Date:	Tue Aug 8 21:31:04 2017 +0100

    tests: Port from GSimpleAsyncResult to GTask

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/tests/authorization.c

commit cbf5a496e29e6aae93d368fa0cdd63426cced614
Author: Philip Withnall <withnall@endlessm.com>
Date:	Tue Aug 8 21:10:01 2017 +0100

    gdata: Port various core APIs to GTask from GSimpleAsyncResult

    GSimpleAsyncResult has been deprecated for quite a long time,
    and we’re
    way overdue on porting to GTask. Start doing that for some of the core
    classes. Still a number of instances of it left, though.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/gdata-access-handler.c
M	gdata/gdata-authorizer.c
M	gdata/gdata-batch-operation.c
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-service.c

commit eb78a668687e74958331c39e6c1eba62d11d0f22
Author: Philip Withnall <withnall@endlessm.com>
Date:	Tue Aug 8 21:09:03 2017 +0100

    gdata: Add some g_autoptr() declarations for core classes

    Coverage is by no means complete, but this adds the necessary
    public API
    to start using GDataService, GDataFeed and GDataEntry with
    g_autoptr().

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/gdata-entry.h
M	gdata/gdata-feed.h
M	gdata/gdata-service.h

commit f048a49995879cd60d740b18e1e93145870fb06e
Author: Philip Withnall <withnall@endlessm.com>
Date:	Tue Aug 8 21:08:36 2017 +0100

    build: Bump GLib dependency to 2.44

    This is needed for upcoming changes which use g_autoptr() and GTask.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	README
M	configure.ac

commit ece8e887560ef794dba594cefb4c097cd057142c
Author: Philip Withnall <withnall@endlessm.com>
Date:	Tue Aug 8 21:06:50 2017 +0100

    tests: Fix incorrect string terminator comparison

    Spotted by gcc.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/tests/common.c

commit 3128c70d3e055a08796f869e9cdb1fabbf135852
Author: Michael Terry <mike@mterry.name>
Date:	Mon Aug 7 22:27:13 2017 -0400

    Add GDataDocumentsMetadata for quota information

    https://bugzilla.gnome.org/show_bug.cgi?id=785885

M	Makefile.am
M	docs/reference/gdata-sections.txt
M	gdata/gdata-core.symbols
M	gdata/gdata.h
A	gdata/services/documents/gdata-documents-metadata.c
A	gdata/services/documents/gdata-documents-metadata.h
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h

commit 47512d19d2b6c637ae19e2d7529908616ddf64f6
Author: Philip Withnall <withnall@endlessm.com>
Date:	Tue Aug 8 09:23:17 2017 +0100

    docs: Fix some outdated documentation links in the Drive API docs

    It’s all still a complete mess though.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-drawing.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-pdf.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c

commit 109d5df8e5a7033e082bfb2aec8763c20788139e
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:	Mon Jul 17 17:13:37 2017 +0100

    build: Add enumeration files to BUILT_SOURCES

    These files are generated, but since dependencies are a by-product of
    compilation, Automake won't be able to generate the dependencies
    before
    the files that include the headers are built.

    For more information:

    https://www.gnu.org/software/automake/manual/html_node/Sources.html

M	Makefile.am

commit a2bd6b66f2f36ed71bfeea5489c31d021ddf5a3b
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:	Fri Jul 7 18:58:58 2017 -0400

    Fix header in Spanish translation

M	po/es.po

commit 9925d4bba8e58d3cfa85ad6216484eaa2cc72de5
Author: Karl-Philipp Richter <krichter722@aol.de>
Date:	Fri Jun 30 20:35:19 2017 +0200

    build: Add initial .travis.yml

    Reviewed-by: Philip Withnall <withnall@endlessm.com>

    https://github.com/GNOME/libgdata/pull/1

A	.travis.yml

commit 868359d3803e87dea2a0ce0531ca25a42af3f9b9
Author: Ondrej Holy <oholy@redhat.com>
Date:	Wed May 24 15:37:50 2017 +0200

    Fix invalid URIs when q and q_internal properties are set

    get_query_uri produces invalid URIs for cases when q and q_internal
    properties are set, because any separator isn't added between them.
    Consequently, the queries end up with errors. Let's add " and
    " between
    them to fix this issue.

    https://bugzilla.gnome.org/show_bug.cgi?id=783046

M	gdata/gdata-query.c

commit 82e6760060a240ed0b001f43f66923e53040c9dd
Author: Philip Withnall <withnall@endlessm.com>
Date:	Thu Apr 20 12:37:08 2017 +0100

    build: Increment version to 0.17.9

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	configure.ac

commit 19f9f9420146bc51c7dc6dba2102c7d94bae149a
Author: Philip Withnall <withnall@endlessm.com>
Date:	Thu Apr 20 12:34:34 2017 +0100

    Release version 0.17.8

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	NEWS
M	configure.ac

commit d10155034b0fa2e43e2889e55157798ce073f807
Author: Philip Withnall <withnall@endlessm.com>
Date:	Thu Apr 20 11:50:09 2017 +0100

    tasks: Re-add ISO 8601 formatting workaround for Tasks service

    This partially reverts commit 684f95e8845be4f9efc434ea6456bee99b2303ac
    for the Tasks service only, since it is the only service which
    currently
    requires a formatting workaround for ISO 8601 date timezones.

    https://bugzilla.gnome.org/show_bug.cgi?id=780067

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/services/tasks/gdata-tasks-query.c
M	gdata/services/tasks/gdata-tasks-task.c
M	gdata/services/tasks/gdata-tasks-tasklist.c
M	gdata/tests/tasks.c

commit 61659ca68638dbccf3f1dbba8927f053b301de40
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:	Tue Apr 18 09:34:32 2017 +0000

    Update Belarusian translation

M	po/be.po

commit 3ae207e406fa98ac2f65eb83d43bf1e1e4e54477
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:	Wed Apr 12 07:58:23 2017 +0000

    Update Occitan translation

M	po/oc.po

commit d93f654cce34aff9eff257eabe28636b608018c0
Author: Tom Tryfonidis <tomtryf@gnome.org>
Date:	Fri Apr 7 10:37:34 2017 +0000

    Update Greek translation

M	po/el.po

commit b87141e748b108cd9e56a70635a6ade097d54ab5
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:	Sat Mar 25 15:27:33 2017 +0000

    Use the correct type for gtk_show_uri_for_window()

M	demos/scrapbook/scrapbook.c

commit b1115818eb0aa8d8f171df06c7a2e9a6fbac073c
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:	Sat Mar 25 15:16:48 2017 +0000

    demos: Use non-deprecated API

    Otherwise the build will fail with the default -Werror settings.

M	demos/scrapbook/scrapbook.c

commit d6abf285fd387f6bb74fe2f281c539323aa7fe76
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:	Sat Mar 18 10:50:17 2017 +0400

    Updated Russian translation

M	po/ru.po

commit 25225e375ec64a0e4b822c4db8bace07deea78d4
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Mar 15 12:14:53 2017 +0000

    build: Bump libsoup dependency for streams test to 2.55.90

    Previously the streams test depended on new API added in libsoup
    2.47.3.
    It still depends on that API, but it’s become apparent that there
    was a
    bug in libsoup which rendered soup_server_set_ssl_cert_file() useless
    until libsoup 2.55.90.

    Bump the dependency (for the test code only) to 2.55.90.

    Thanks to Mart Raudsepp for their help in debugging.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

    https://bugzilla.gnome.org/show_bug.cgi?id=780081

M	configure.ac
M	gdata/tests/streams.c

commit 192bcf3ec7752aaf03f19a1f801a9d66cf306a69
Author: Philip Withnall <withnall@endlessm.com>
Date:	Wed Mar 15 11:14:06 2017 +0000

    build: Bump minimum GLib dependency to 2.38.0

    Since the 0.17.7 release, we’ve actually depended on API from GLib
    2.38.0 (G_TEST_DIST), so this will just cause earlier build failure
    than
    before.

    This means we can drop some backwards compatibility code for
    older GLib
    releases.

    Spotted by Mart Raudsepp in
    https://bugzilla.gnome.org/show_bug.cgi?id=780081#c1.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	README
M	configure.ac
M	demos/scrapbook/scrapbook.c
M	gdata/tests/common.c

commit 684f95e8845be4f9efc434ea6456bee99b2303ac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 14 23:34:55 2017 +0000

    Revert "core: Re-add ISO 8601 formatting workaround for dates"

    This reverts commit bfbd4f5ca493f17fe2300e54092a4ec27f65ea08.

    Google have fixed their servers and now reject the workaround
    timestamp
    format.

    Unfortunately, because nothing is ever easy, this breaks Google Tasks.
    Obviously something else is wrong there.

    https://bugzilla.gnome.org/show_bug.cgi?id=780067

M	gdata/gdata-parser.c
M	gdata/tests/calendar.c
M	gdata/tests/general.c
M	gdata/tests/tasks.c

commit a4626e29b91101d6b8b984ec2bea5370f04be2fb
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:	Sat Mar 11 16:46:16 2017 +0000

    Update Finnish translation

M	po/fi.po

commit 0ad0d713eb5812b9529791ff01d69859d06da2ab
Author: Fran Dieguez <frandieguez@gnome.org>
Date:	Sat Mar 11 03:08:38 2017 +0000

    Update Galician translation

M	po/gl.po

commit 68ba2c0b7b5c6325365f7f809448974c108e8e16
Author: Alan Mortensen <alanmortensen.am@gmail.com>
Date:	Mon Mar 6 12:47:35 2017 +0100

    Updated Danish translation

M	po/da.po

commit 2e1bd073426b42a7e207314f1cef1402509ce12a
Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Date:	Mon Mar 6 06:28:32 2017 +0100

    tests: Fix setting properties on i686

    Without the cast, an integer literal will have to wrong size for a
    64-bit integer parameter.

    https://bugzilla.gnome.org/show_bug.cgi?id=779641

M	gdata/tests/general.c

commit 23b228110a122b2f0e8752ac2291b995d80347a5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 21:14:03 2017 +0000

    build: Increment version to 0.17.8

M	configure.ac

commit 209aa98488bbc08e54b41faad8b65426ac62ae32
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 21:12:29 2017 +0000

    Release version 0.17.7

M	NEWS
M	configure.ac
M	docs/reference/gdata-docs.xml
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-utils.c

commit 0d8ed048c0ed7d3546232526cc60b8daaded4a00
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 20:19:25 2017 +0000

    build: Distclean default.profraw files

    They’re generated by Clang in the build directory when building
    with code
    coverage enabled. After a distclean they are no longer relevant
    (and are
    breaking distcheck).

M	Makefile.am
M	gdata/tests/Makefile.am

commit 0d5e38fad7cbb138aa0d08367a6ea9f004c9a960
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 19:37:45 2017 +0000

    core: Drop Freebase support from GDataGoaAuthorizer

    It’s unclear whether the authorisation domain will be accepted in
    future, and there’s no point in authorising for it anyway, since the
    service has been shut down.

M	gdata/gdata-goa-authorizer.c

commit 5d094237e387c2062c264d36121e18ba263da113
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 18:41:08 2017 +0000

    freebase: Deprecate everything as service was shut down

    Google shut down the Freebase service in August 2016, permanently; all
    the APIs now return errors from the server side.

    Deprecate all of our Freebase API, drop the freebase-cli demo,
    and drop
    the unit tests.

    See: https://developers.google.com/freebase/.

M	Makefile.am
D	demos/freebase/freebase-cli.c
M	gdata/services/freebase/gdata-freebase-query.c
M	gdata/services/freebase/gdata-freebase-query.h
M	gdata/services/freebase/gdata-freebase-result.c
M	gdata/services/freebase/gdata-freebase-result.h
M	gdata/services/freebase/gdata-freebase-search-query.c
M	gdata/services/freebase/gdata-freebase-search-query.h
M	gdata/services/freebase/gdata-freebase-search-result.c
M	gdata/services/freebase/gdata-freebase-search-result.h
M	gdata/services/freebase/gdata-freebase-service.c
M	gdata/services/freebase/gdata-freebase-service.h
M	gdata/services/freebase/gdata-freebase-topic-query.c
M	gdata/services/freebase/gdata-freebase-topic-query.h
M	gdata/services/freebase/gdata-freebase-topic-result.c
M	gdata/services/freebase/gdata-freebase-topic-result.h
M	gdata/tests/Makefile.am
D	gdata/tests/freebase.c
D	gdata/tests/traces/freebase/search
D	gdata/tests/traces/freebase/search-complex
D	gdata/tests/traces/freebase/topic

commit 6b37a4c94033d8ead6bce4f60566cf8fe20af591
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 18:05:09 2017 +0000

    tests: Disable PicasaWeb tests since API is now read-only

    The tests rely on being able to create new test albums to put content
    in. They would need to be rewritten completely to work with the new
    read-only API. I cannot be bothered.

    https://developers.google.com/picasa-web/docs/3.0/releasenotes#picasa-is-retiring-february-12-2016

M	gdata/tests/Makefile.am

commit 3b2e08d68dcab8ea401f4d42bde86a50b50fbe62
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 18:02:34 2017 +0000

    tests: Port the PicasaWeb tests to OAuth 2 authentication

    ClientLogin is no longer supported.

M	gdata/tests/picasaweb.c
M	gdata/tests/traces/picasaweb/authentication
M	gdata/tests/traces/picasaweb/global-authentication

commit 27fe14b5217aebf49e8e559adb6ab2ec147bb5d2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 16:30:13 2017 +0000

    tests: Update Google Tasks logs from running the tests online

    No significant changes.

M	gdata/tests/traces/tasks/authentication
M	gdata/tests/traces/tasks/global-authentication
M	gdata/tests/traces/tasks/setup-delete-task
M	gdata/tests/traces/tasks/setup-delete-tasklist
M	gdata/tests/traces/tasks/setup-insert-task
M	gdata/tests/traces/tasks/setup-list-task
M	gdata/tests/traces/tasks/setup-list-tasklist
M	gdata/tests/traces/tasks/setup-update-task
M	gdata/tests/traces/tasks/setup-update-tasklist
M	gdata/tests/traces/tasks/task-delete
M	gdata/tests/traces/tasks/task-insert
M	gdata/tests/traces/tasks/task-list
M	gdata/tests/traces/tasks/task-update
M	gdata/tests/traces/tasks/tasklist-delete
M	gdata/tests/traces/tasks/tasklist-insert
M	gdata/tests/traces/tasks/tasklist-insert-unauthorised
M	gdata/tests/traces/tasks/tasklist-list
M	gdata/tests/traces/tasks/tasklist-update
M	gdata/tests/traces/tasks/teardown-delete-task
M	gdata/tests/traces/tasks/teardown-insert-task
M	gdata/tests/traces/tasks/teardown-insert-tasklist
M	gdata/tests/traces/tasks/teardown-list-task
M	gdata/tests/traces/tasks/teardown-list-tasklist
M	gdata/tests/traces/tasks/teardown-update-task
M	gdata/tests/traces/tasks/teardown-update-tasklist

commit bfbd4f5ca493f17fe2300e54092a4ec27f65ea08
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 16:12:08 2017 +0000

    core: Re-add ISO 8601 formatting workaround for dates

    This reverts commit 732017e4e5235e28c578cc3367fa0c4548b65495.

    The problem has re-appeared with the Google Tasks API: timestamps once
    more have to be defined with microseconds included.

    See https://bugzilla.gnome.org/show_bug.cgi?id=737799.

M	gdata/gdata-parser.c
M	gdata/tests/calendar.c
M	gdata/tests/general.c
M	gdata/tests/tasks.c

commit bd82f79dc283a3fd99157d2904828d8e92d09c5f
Author: Philip Withnall <withnall@endlessm.com>
Date:	Fri Feb 3 16:43:22 2017 +0000

    calendar: Update query parameters to v3 of the API

    Somehow the URI parameters in GDataCalendarQuery did not get updated
    with the rest of the code to use the v3 API, meaning that all
    non-default query options have been broken since May 2015.

    Update them to the v3 parameters, which maintains almost the same
    functionality as before. The following properties are no longer
    supported in any form on the server, and have been deprecated:

     • GDataCalendarQuery:recurrence-expansion-start
     • GDataCalendarQuery:recurrence-expansion-end
     • GDataCalendarQuery:sort-order

M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/tests/calendar.c

commit e013e1342544998b4528f938007d20e40d264b7d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 4 01:15:51 2017 +0000

    tests: Add a test for calendar event attendees

M	gdata/tests/calendar.c

commit 225aae7e1292580ca761d3b401f0e2aa155c7c70
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:	Sun Mar 5 10:31:14 2017 +0000

    Update Indonesian translation

M	po/id.po

commit a8d11cae4db5acda35557ec430e123017cbb0ba4
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Sat Mar 4 03:46:25 2017 +0000

    Update Korean translation

M	po/ko.po

commit 5b9b435e5b4d6c9f1cb1bf3aaab5f8442410842c
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Tue Feb 28 06:41:13 2017 +0000

    Update Chinese (Taiwan) translation

M	po/zh_TW.po

commit fd1451a33f32bfc208e799e0f81139b790e315d3
Author: Philip Withnall <withnall@endlessm.com>
Date:	Mon Feb 6 10:02:46 2017 +0100

    demos: Add a demo of Google Tasks

    This is a simple read-only demo of the Tasks service, similar to the
    Calendar demo.

    https://bugzilla.gnome.org/show_bug.cgi?id=775813

M	Makefile.am
A	demos/tasks/tasks-cli.c

commit a6b98081e45670d1b39e80afe9b1aa34fc536b2a
Author: Philip Withnall <withnall@endlessm.com>
Date:	Mon Feb 6 10:04:17 2017 +0100

    tasks: Fix pagination in Google Tasks API

    The pageToken URI parameter was never being appended to queries,
    so they
    could never retrieve more than the first page of results.

    https://bugzilla.gnome.org/show_bug.cgi?id=775813

M	gdata/services/tasks/gdata-tasks-query.c
M	gdata/tests/tasks.c

commit 38b934a9ef9dab89692d7253dcb332f4ce46f8f0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 8 14:51:00 2016 +0000

    core: Support pagination using page tokens from JSON

    Based on a patch by Milan Crha <mcrha@redhat.com>.

    This reworks how pagination is implemented so that multiple pagination
    mechanisms are supported explicitly, making the code a lot clearer. A
    lot of the new services use pageToken parameters, which we did not
    previously support — so this fixes support for pagination in
    the Google
    Tasks service, for example.

    This also means that we can drop the hacky pagination support from
    GDataDocumentsService.

    https://bugzilla.gnome.org/show_bug.cgi?id=775813

M	docs/reference/gdata-sections.txt
M	gdata/gdata-core.symbols
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/freebase/gdata-freebase-query.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/tasks/gdata-tasks-query.c
M	gdata/services/youtube/gdata-youtube-query.c

commit d9c1e590ac368354c0bf5225d22d3006bf1789da
Author: Claude Paroz <claude@2xlibre.net>
Date:	Sun Feb 19 22:46:15 2017 +0100

    Updated French translation

M	po/fr.po

commit 6b57477d15341a146bd10b109fad8db30094d7c9
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Sat Feb 18 20:42:56 2017 +0100

    Update Basque language

M	po/eu.po

commit 11e7b3ac7fa4788aab6ce594a3dd2b125841298a
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:	Thu Feb 16 14:31:14 2017 +0100

    Updated Danish translation

M	po/da.po

commit c0ce3fb33569f4af08a3bfd32a825893f3f05818
Author: Philip Withnall <withnall@endlessm.com>
Date:	Fri Feb 3 16:36:04 2017 +0000

    demos: Return a useful exit code from the docs-list demo

M	demos/docs-list/docs-list.c

commit 399d8d40af5546f0eff6416d3573934a251ce233
Author: Philip Withnall <withnall@endlessm.com>
Date:	Fri Feb 3 16:33:55 2017 +0000

    demos: Add event pagination support to calendar-cli demo

    Otherwise it will only show the first few entries from a calendar.

M	demos/calendar/calendar-cli.c

commit e1f91be003d2e3a297181b86ae098d492907e2a5
Author: Philip Withnall <withnall@endlessm.com>
Date:	Fri Feb 3 16:46:43 2017 +0000

    calendar: Remove an unused variable

M	gdata/services/calendar/gdata-calendar-event.c

commit 5203ce837930ce3618d74c7b4e8e8fc449ff8fec
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Jan 31 17:25:06 2017 +0100

    tests: Assert the content-type of various GDataParsable types

    This is a good way to exercise the newly added
    gdata_parsable_get_content_type API.

    https://bugzilla.gnome.org/show_bug.cgi?id=777980

M	gdata/tests/general.c

commit cdb623cac98509ce22d916ae9974fa6c3b21b7e6
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Mon Feb 6 15:42:49 2017 +0100

    app: Specify the correct content type

    GDataAPPCategories supports only JSON ever since the YouTube API was
    ported to v3.

    https://bugzilla.gnome.org/show_bug.cgi?id=777980

M	gdata/app/gdata-app-categories.c

commit 79df1550f06454268751eb8e8de940208029d507
Author: Qizhi Zhou <zhouqz@yahoo.com>
Date:	Mon Feb 6 14:58:46 2017 +0800

    Update zh_CN translation

M	po/zh_CN.po

commit c658bb404b435fb054a86dbd5a060184d5fd6ba5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jan 28 01:00:01 2017 +0000

    calendar: Fix parsing of organizers without e-mail addresses

    It turns out the e-mail address for an organizer is optional.

    https://developers.google.com/google-apps/calendar/v3/reference/events#organizer.email

    Add a test.

M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/tests/calendar.c

commit b44646093db8f41de952c9b740529cb849c73122
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Jan 31 13:33:41 2017 +0100

    core: Add a public wrapper for GDataParsable:get_content_type

    https://bugzilla.gnome.org/show_bug.cgi?id=777980

M	docs/reference/gdata-sections.txt
M	gdata/gdata-core.symbols
M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h

commit b262909695437f02ecda557b701bec3a397aa70b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sat Jan 28 01:32:37 2017 +0100

    Fix translator comments

    They need to be exactly one line above a string to show up in
    .po files.

M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-commentable.c

commit 2c4b9f8a7d767474e02bf65d38fa422bb5c83669
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jan 26 00:42:29 2017 +0000

    demos: Call setlocale() in docs-list demo

    Ensure that our output is encoded correctly for the console, so
    that the
    UTF-8 characters appear correctly.

M	demos/docs-list/docs-list.c

commit 2ad79db3a3e9c315152b3470a6cb2fba644d7ac8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jan 25 00:34:13 2017 +0000

    tests: Fix use of an unsigned variable as signed

    This code was supposed to be using a signed variable for the
    comparison,
    but accidentally ended up using a signed one (and the wrong abs()
    function). Fix that.

    Spotted by Clang.

M	gdata/tests/picasaweb.c

commit a28e91c0687b12fa05f16847106493143ad53125
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jan 25 00:33:19 2017 +0000

    demos: Fix a shadowed variable

    `timezone` is already declared by the system’s time.h. Rename our
    variable to `time_zone` to avoid shadowing it.

    Spotted by Clang.

M	demos/calendar/calendar-cli.c

commit bf0da775d998d06fac1fd108250e6f7c55dd7c4e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jan 24 23:14:28 2017 +0000

    docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’

    ‘*/’ is more standard, so this is basically a housekeeping
    improvement
    in coding style.

M	gdata/app/gdata-app-categories.c
M	gdata/app/gdata-app-categories.h
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-author.h
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-category.h
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-generator.h
M	gdata/atom/gdata-link.c
M	gdata/atom/gdata-link.h
M	gdata/exif/gdata-exif-tags.c
M	gdata/exif/gdata-exif-tags.h
M	gdata/gcontact/gdata-gcontact-calendar.c
M	gdata/gcontact/gdata-gcontact-calendar.h
M	gdata/gcontact/gdata-gcontact-event.c
M	gdata/gcontact/gdata-gcontact-event.h
M	gdata/gcontact/gdata-gcontact-external-id.c
M	gdata/gcontact/gdata-gcontact-external-id.h
M	gdata/gcontact/gdata-gcontact-jot.c
M	gdata/gcontact/gdata-gcontact-jot.h
M	gdata/gcontact/gdata-gcontact-language.c
M	gdata/gcontact/gdata-gcontact-language.h
M	gdata/gcontact/gdata-gcontact-relation.c
M	gdata/gcontact/gdata-gcontact-relation.h
M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/gcontact/gdata-gcontact-website.h
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-name.h
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-when.h
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.c
M	gdata/gd/gdata-gd-who.h
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h
M	gdata/gdata-access-rule.c
M	gdata/gdata-access-rule.h
M	gdata/gdata-batch-feed.h
M	gdata/gdata-batch-operation.c
M	gdata/gdata-batch-operation.h
M	gdata/gdata-batchable.c
M	gdata/gdata-batchable.h
M	gdata/gdata-buffer.c
M	gdata/gdata-buffer.h
M	gdata/gdata-comparable.c
M	gdata/gdata-comparable.h
M	gdata/gdata-download-stream.c
M	gdata/gdata-download-stream.h
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/georss/gdata-georss-where.c
M	gdata/georss/gdata-georss-where.h
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-category.h
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-content.h
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-credit.h
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-group.h
M	gdata/media/gdata-media-thumbnail.c
M	gdata/media/gdata-media-thumbnail.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/calendar/gdata-calendar-feed.h
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-group.c
M	gdata/services/contacts/gdata-contacts-group.h
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-document.h
M	gdata/services/documents/gdata-documents-drawing.c
M	gdata/services/documents/gdata-documents-drawing.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/documents/gdata-documents-feed.h
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-folder.h
M	gdata/services/documents/gdata-documents-pdf.c
M	gdata/services/documents/gdata-documents-pdf.h
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-query.h
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h
M	gdata/services/freebase/gdata-freebase-query.c
M	gdata/services/freebase/gdata-freebase-result.c
M	gdata/services/freebase/gdata-freebase-search-query.c
M	gdata/services/freebase/gdata-freebase-search-result.c
M	gdata/services/freebase/gdata-freebase-service.c
M	gdata/services/freebase/gdata-freebase-service.h
M	gdata/services/freebase/gdata-freebase-topic-query.c
M	gdata/services/freebase/gdata-freebase-topic-result.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-feed.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/picasaweb/gdata-picasaweb-user.h
M	gdata/services/youtube/gdata-youtube-category.c
M	gdata/services/youtube/gdata-youtube-category.h
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-content.h
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-credit.h
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-state.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

commit 42a0b64716ac12da97f2de8582c4ee88c8fad1a9
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Dec 19 17:18:52 2014 +0000

    docs: Use gtk-doc entity functionality to drop version.xml

    gtk-doc can now generate an entities file to do this for us.

    This bumps our gtk-doc dependency to 1.25, which was released in March
    2016.

M	configure.ac
M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
D	docs/reference/version.xml.in

commit 74c429d0da0f8b218cf578d46df791532aa1e1c6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 8 23:04:40 2017 +0000

    core: Improve GDataAccessRule validation

M	gdata/gdata-access-rule.c

commit c2610d1c15cbccd72529e25482045e7545e3b576
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 8 22:59:23 2017 +0000

    core: Clarify handling of empty strings in some core APIs

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c

commit bdcf8763a9c7d2983d29413a67417d82038c82db
Author: Марко М. Костић <marko.m.kostic@gmail.com>
Date:	Fri Nov 18 08:28:02 2016 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit b383c5f2065e84f2806b3d53702a7af189404866
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Wed Nov 16 17:48:41 2016 +0100

    Updated Slovenian translation

M	po/sl.po

commit 16fc166d3b1f048231fa4c504d4d0fb1725ddfa0
Author: Philip Chimento <philip.chimento@gmail.com>
Date:	Wed Nov 9 22:36:52 2016 -0800

    build: Pass goa-1.0 dependency to VAPI build rule

    This would otherwise fail due to not being able to find the symbols
    for
    Goa.

    https://bugzilla.gnome.org/show_bug.cgi?id=774179

M	Makefile.am

commit 3f05da0d0a2a8e57f07d39c4c6002091fa2bf118
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Wed Nov 9 19:28:16 2016 +0200

    Update Latvian translation

M	po/lv.po

commit 4206ca0ed34b6bf87e4f2b4764b83dbcfe502be2
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Mon Nov 7 15:57:41 2016 +0000

    Update Spanish translation

M	po/es.po

commit 1b1b06343611c4665b0369b9bf1a64e8fc1e289c
Author: David Newgas <dnewgas@google.com>
Date:	Sun Oct 16 15:38:52 2016 -0700

    documents: add file-size property

    This property applies to all non-doc/sheet/slide/form documents. It is
    similar but distinct from the quota-used property, which is not set if
    the file's size isn't counting against the current user's quota.

    https://bugzilla.gnome.org/show_bug.cgi?id=773057

M	docs/reference/gdata-sections.txt
M	gdata/gdata-core.symbols
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h

commit 9a8ddfc6910eb8ac754eb4006531d78b89ae44b8
Author: Gábor Kelemen <kelemeng@openscope.org>
Date:	Wed Oct 19 03:19:00 2016 +0000

    Update Hungarian translation

M	po/hu.po

commit 2db4f59e5288c1b65e88ba3efa1fe8b80b8d9a6b
Author: Fabio Tomat <f.t.public@gmail.com>
Date:	Mon Oct 17 13:44:23 2016 +0000

    Update Friulian translation

M	po/fur.po

commit 77c2a281bdbe035cbf42a9d53697da710dc34c58
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Sun Oct 16 17:59:04 2016 +0200

    Updated Norwegian bokmål translation from Kjartan Maraas.

M	po/nb.po

commit fe31b2d0ef467b2f31aa3b0d791a95b76f926f63
Author: Marek Černocký <marek@manet.cz>
Date:	Sun Oct 16 13:40:11 2016 +0200

    Updated Czech translation

M	po/cs.po

commit 495f6b9e86cacf09f3a6d1ed4902ec94bbaa3319
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sat Oct 15 21:51:43 2016 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 854dbe74d6d1e4389e3de8e88e6f5d5a328fe5bf
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:	Fri Oct 14 12:01:24 2016 +0000

    Update Italian translation

M	po/it.po

commit 63418c3fc72d4b791461c828560561d705fcb5a2
Author: Tiago Santos <tiagofsantos81@sapo.pt>
Date:	Thu Oct 13 15:50:31 2016 +0000

    Update Portuguese translation

M	po/pt.po

commit b6ecdb9a8bb81f80ebdeda922cdd2bbb67cf1d46
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:	Thu Oct 13 13:58:07 2016 +0000

    Update Finnish translation

M	po/fi.po

commit d923d2cca1ccf5553a0c360e6ea9ce735569adbf
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:	Thu Oct 13 09:19:33 2016 +0000

    Update German translation

M	po/de.po

commit d634151a1d54c335083c329aa89196655b54dc3f
Author: Dušan Kazik <prescott66@gmail.com>
Date:	Wed Oct 12 17:59:58 2016 +0000

    Update Slovak translation

M	po/sk.po

commit ca383f73b4ec08f343f447e5b7668e003420b6c5
Author: Fabio Tomat <f.t.public@gmail.com>
Date:	Wed Oct 12 13:45:33 2016 +0000

    Update Friulian translation

M	po/fur.po

commit 3cd3cb60bdf2112d2ca7b709e1f1b67872ede304
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:	Wed Oct 12 08:43:17 2016 +0000

    Update Brazilian Portuguese translation

M	po/pt_BR.po

commit c3665ed28bb36ff731b4fc6b29e2f9d35f2470ce
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	Tue Oct 11 16:49:23 2016 +0000

    Update Swedish translation

M	po/sv.po

commit 787b94c8b25e5a0b430d9f04c70b70c9fa6d8116
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Tue Oct 11 17:52:50 2016 +0200

    Update Polish translation

M	po/pl.po

commit 51d108683cdfa8fe5bb232228cfe6e7c335de160
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Tue Oct 11 15:31:53 2016 +0200

    Use Unicode in translatable strings

    See https://developer.gnome.org/hig/stable/typography.html

    https://bugzilla.gnome.org/show_bug.cgi?id=772756

M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-parser.c
M	gdata/gdata-service.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/freebase/gdata-freebase-service.c

commit 82f1c4e60bf462f89a33b1efe3d3e74ba024e85a
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Sep 23 17:15:49 2016 +0200

    tests: GDATA_LINK_PARENT links don't have a title in Drive v2

    ... so there is nothing to compare with.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit d0cd48510141dd8195348720996d6bdc82bd1f12
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Sep 23 16:08:01 2016 +0200

    tests: Make folder creation work with Drive v2

    See a9c8516b4380a213cd92d83a11f9793414588319 for the rationale.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit 85c99df27bda67f27eb4c177f27825670c534924
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Sep 21 19:19:20 2016 +0200

    documents: Set the content type for GDataDocumentsDocument sub-classes

    In Drive v2, every GDataDocumentsDocument sub-class is tied to a
    specific content type. Except PDFs, these are the Drive-specific
    application/vnd.google-apps.* types. This is unlike the older
    Documents v3 API, where you could create a GDataDocumentsDocument to
    represent a random ODF on the hard disk, and the server would
    interpret
    it as a GDataDocumentsText instance.

    Therefore, we should ensure that instances of these sub-classes have
    the corresponding content type attached to them. Otherwise, they will
    be identified as application/octet-stream and exportLinks will be
    missing.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-drawing.c
M	gdata/services/documents/gdata-documents-pdf.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c

commit 16e601b7c832cbc1e945a7bd9fda61ee2e80299d
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Sep 21 17:33:42 2016 +0200

    documents: Retain the content type when adding an entry to a folder

    Otherwise, it will be identified as application/octet-stream and
    exportLinks will be missing.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit a9a2c4be51ecb4c665a349401097ff88636557bc
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Sep 21 17:27:18 2016 +0200

    documents: Split out the code to add a content type to an entry

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-utils.c
M	gdata/services/documents/gdata-documents-utils.h

commit 6a4e30e686e43d4f3ceaf58d15f551701e4baee0
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jan 15 18:55:52 2016 +0100

    documents: Drop unnecessary instance variable

    ... because a local method-level variable is enough.

    Fall out from d93279623e34c7b275ae3f989b54c6f3a30d5658

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c

commit 8240a4ddc9e8187987ae62361d854261b898037f
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Sep 20 17:05:28 2016 -0700

    docs: Expand privacy discussion in the libgdata documentation

    Mention HTTP versus HTTPS, and the need to encrypt files on disk
    if you
    are handling the user’s data (which you are with Google Drive).

M	docs/reference/gdata-overview.xml

commit 106937d394fe3b8edbfb506273ae429d7ded2c2c
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Sep 20 17:04:33 2016 -0700

    core: Assert that all downloads, uploads and queries are HTTPS

    All callers should be using HTTPS already — for peace of mind,
    let’s
    assert that’s the case.

M	gdata/gdata-download-stream.c
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c
M	gdata/tests/general.c
M	gdata/tests/streams.c

commit ebcd878b3f333b48c701765aae2ca7ec6cbf7d5e
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Sep 20 16:02:18 2016 -0700

    gdata: Fix license header for OAuth2 authorizer files

    They were mistakenly using a GPLv3+ header, whereas libgdata is
    licensed
    as LGPLv2.1+. The intention was not to provide the OAuth2 authorizer
    under a different license; the header was incorrect.

    As I am the only author of those files, this change should be
    uncontroversial.

M	gdata/gdata-oauth2-authorizer.c
M	gdata/gdata-oauth2-authorizer.h

commit 4d887f68c62287839b1a8e85eff231cecbb5a7fb
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Sep 20 09:57:17 2016 -0700

    build: Switch to xz tarballs

M	configure.ac

commit cb20cb2742588ed9aa4284b44b1b980256263393
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Sep 20 09:57:01 2016 -0700

    build: Increment version to 0.17.7

M	configure.ac

commit 17aeee7598a896603d7037066c7ac90b1ef87cd9
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Sep 20 09:53:30 2016 -0700

    Release version 0.17.6

M	NEWS
M	configure.ac

commit 53b5d511261bc505040c5e0a232dec45c10d0075
Author: David King <amigadave@amigadave.com>
Date:	Sun Sep 18 10:53:25 2016 +0200

    Update British English translation

M	po/en_GB.po

commit f44532b70b4bd05a9d3f676eb612fe97e2d5ba5b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Fri Sep 9 04:21:28 2016 +0200

    Updated Polish translation

M	po/pl.po

commit 2590c92fe25dd76f5a949de860327331291f60c3
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Fri Aug 26 11:35:08 2016 +0700

    Updated Thai translation

M	po/th.po

commit 4b29a94a71317ffa9df282fef7f7be126687343a
Author: Ondrej Holy <oholy@redhat.com>
Date:	Mon Aug 22 12:02:44 2016 +0200

    tests: Add one more test for GDataBuffer

    This test reproduces bug 769727.

    https://bugzilla.gnome.org/show_bug.cgi?id=769727

M	gdata/tests/buffer.c

commit 76e12748bd0e519caeeefd6e1ac7ce8086e63059
Author: Ondrej Holy <oholy@redhat.com>
Date:	Thu Aug 11 08:58:00 2016 +0200

    core: Fix crashes on zero-length files

    reached_eof is set too early and thus it may not be propagated
    properly
    in some cases, which may cause abortion when reading zero-length
    files.

    https://bugzilla.gnome.org/show_bug.cgi?id=769727

M	gdata/gdata-buffer.c

commit 309b74cc2ca741888e3352888844a2d8cfdf08b8
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Mon Aug 22 21:38:19 2016 +0200

    Updated Polish translation

M	po/pl.po

commit f63af42f8ce177dd62ac5c49f6e0219005faaf72
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Aug 14 14:43:33 2016 +0200

    tests: Add some basic tests for GDataBuffer

M	gdata/tests/Makefile.am
A	gdata/tests/buffer.c

commit 5b0e3b0a4567a483813d397dab6779bf4577d92f
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	Tue Aug 9 21:17:59 2016 +0300

    Updated Hebrew translation

M	po/he.po

commit 7d9cec6bab94a7de67fcaf72987df4349296191a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 3 00:56:10 2016 +0100

    tests: Use correct invalid TLD rather than localhost

    RFC 6761 specifies an entire top-level domain which is guaranteed to
    never resolve with a DNS query: invalid. Use that instead of
    localhost,
    to eliminate the chance that the domain name we thought should never
    resolve, actually resolves.

    https://tools.ietf.org/html/rfc6761#section-6.4

    This might fix bug #768282.

    https://bugzilla.gnome.org/show_bug.cgi?id=768282

M	gdata/tests/general.c

commit efb3f3fd3b5a7656b5d878943d1c3304262a6340
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sun Jul 24 03:08:52 2016 +0200

    Add Language headers to po files

    Future versions of gettext will fail if this header is missing.

M	po/as.po
M	po/bn_IN.po
M	po/ca@valencia.po
M	po/es.po
M	po/fi.po
M	po/gu.po
M	po/id.po
M	po/sr@latin.po
M	po/ug.po
M	po/zh_HK.po

commit 7dbcef59f841a91cd1f5fd74b7a4d1d66d6ddc53
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Jul 12 13:41:09 2016 +0100

    tests: Drop performance target from 1ms to 2ms per parse operation

    The Alpha architecture only manages just above 1ms per parse
    operation.
    2ms isn’t such a bad figure, so let’s use that rather than
    doing any
    optimisation, which would be too much like hard work.

    https://bugzilla.gnome.org/show_bug.cgi?id=768363

M	gdata/tests/perf.c

commit 11b72839bf4b54140b14a563fd84dc6ae392d146
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Jul 12 13:37:45 2016 +0100

    build: Use AX_GENERATE_CHANGELOG to generate the changelog

    This should fix building the ChangeLog when srcdir ≠ builddir.

    https://bugzilla.gnome.org/show_bug.cgi?id=768278

A	ChangeLog
M	Makefile.am
M	configure.ac

commit 82ada9ae16df0a848eac741b2240df970e31c90e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 29 23:58:31 2016 +0100

    build: Increment version to 0.17.6

M	configure.ac

commit f3b4e05523e8894a7a00c03fed7b7fdb6ceefcad
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 29 23:12:07 2016 +0100

    Release version 0.17.5

M	NEWS
M	configure.ac

commit b66c7933a9774260c63dd9a5cef87997eebc4e09
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 17 13:02:50 2016 +0200

    goa-authorizer: Mention support for OAuth 2.0

    https://bugzilla.gnome.org/show_bug.cgi?id=767785

M	gdata/gdata-goa-authorizer.c

commit f352682abd5897029f36435d1563ebc8fa7c1f43
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 17 12:53:24 2016 +0200

    picasaweb: Clarify how to handle authentication failures during upload

    https://bugzilla.gnome.org/show_bug.cgi?id=767784

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit a9183885cc58a19f5858bfe57c48aea0f5975ecc
Author: Andika Triwidada <atriwidada@gnome.org>
Date:	Wed Jun 8 03:26:04 2016 +0000

    Updated Indonesian translation

M	po/id.po

commit d1eedf53251dc5bebd2cf1145dba24f626437135
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:	Mon May 30 19:39:50 2016 +0000

    Updated Occitan translation

M	po/oc.po

commit 354af3e5850823119085ad57543f5674857f6cc2
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:	Mon May 9 20:55:25 2016 +0000

    Updated Occitan translation

M	po/oc.po

commit d4e99b98eb409d0ce8b33bf9ad0becc991c7aee1
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:	Wed Apr 27 19:32:56 2016 +0000

    Updated Portuguese translation

M	po/pt.po

commit 835f0b2fdff2c2ca3e5e20da007bb147bd94f904
Author: Jeff Bai <jeffbaichina@members.fsf.org>
Date:	Tue Apr 26 17:39:01 2016 +0800

    Update zh_CN translation

M	po/zh_CN.po

commit 30258a944725ce073b760fe47ef7c140629d528e
Author: Fabio Tomat <f.t.public@gmail.com>
Date:	Wed Mar 23 16:30:34 2016 +0000

    Updated Friulian translation

M	po/fur.po

commit e49b4c5fb166445a0ff123c061ff2d10f532f3e8
Author: Fabio Tomat <f.t.public@gmail.com>
Date:	Wed Mar 23 16:00:16 2016 +0000

    Added Friulian translation

M	po/LINGUAS
A	po/fur.po

commit 9caf89c9c3cf1c0cb2f3e9fbe8e06a9ff4d1ea7b
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:	Sun Mar 20 23:16:30 2016 +0100

    Updated Danish translation

M	po/da.po

commit 8d59f8a1fd422e6a9a7086fcb869c0fb4539fd71
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Sun Mar 20 20:20:53 2016 +0100

    Updated Basque language

M	po/eu.po

commit 9e981d4fec9e295e832b8e5eab9b2a5ac60109bd
Author: Milo Casagrande <milo@ubuntu.com>
Date:	Thu Mar 17 20:36:06 2016 +0000

    Updated Italian translation

M	po/it.po

commit faa7d335a81feab6059382135776b31844713a7f
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:	Tue Mar 15 21:21:13 2016 +0000

    Updated Danish translation

M	po/da.po

commit 3db4d0a65655f0aa59860022c7c7a36efed8df18
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Sat Mar 12 20:16:13 2016 +0000

    Updated Korean translation

M	po/ko.po

commit 83cbb258425dfb07156d32a4a5d30302c67b1986
Author: Tom Tryfonidis <tomtryf@gnome.org>
Date:	Fri Mar 11 19:52:43 2016 +0000

    Updated Greek translation

M	po/el.po

commit 62e8f8bec461fb14de5f11e55f31a08f7e696f96
Author: Stas Solovey <whats_up@tut.by>
Date:	Tue Mar 8 18:09:33 2016 +0000

    Updated Russian translation

M	po/ru.po

commit 736a38c027ac76bc49339bac60b8b22f855849ef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 4 01:37:17 2016 +0000

    build: Update autogen.sh from GNOME recommendation

    https://wiki.gnome.org/Projects/GnomeCommon/Migration#autogen.sh

    This fixes a srcdir ≠ builddir issue.

M	autogen.sh

commit 78c91df64913585d38a1f2701fb0c33a918e8e2d
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Wed Mar 2 20:26:19 2016 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 079e05d92ead9f175d7c073af6ae8e1df34011cb
Author: Dušan Kazik <prescott66@gmail.com>
Date:	Tue Mar 1 19:38:37 2016 +0000

    Updated Slovak translation

M	po/sk.po

commit 7532f7a07b26cde37cd40b711646eb061a5fa363
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:	Mon Feb 29 19:38:54 2016 +0000

    Updated Occitan translation

M	po/oc.po

commit 92dc273d8e04e8935e753ec89603b5a7859bbbb7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Feb 25 00:45:26 2016 +0000

    youtube: Fix a minor memory leak

    Spotted using LSan.

M	gdata/services/youtube/gdata-youtube-category.c

commit 96b0aad27da224445fbe0413106d1a83f25b74d2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Feb 25 00:19:42 2016 +0000

    core: Fix some minor memory leaks

    Spotted with ASan using:
      CFLAGS=-fsanitize=address jhbuild make -ac
      jhbuild shell
      cd gdata/tests && make check

M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/services/calendar/gdata-calendar-event.c

commit 8e5314403555361ef68e2aa92a5132fd0eb6c320
Author: Fran Dieguez <fran.dieguez@mabishu.com>
Date:	Tue Feb 23 20:03:43 2016 +0100

    Updated Galician translations

M	po/gl.po

commit 2482e06f251c10b4261ee97003b1dd832c63323d
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Fri Feb 19 21:39:54 2016 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit f4415af9374de8777121ee3f517d6c6aa43f7b45
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	Fri Feb 19 19:43:18 2016 +0000

    Updated Swedish translation

M	po/sv.po

commit 7bf538eba294522758b07953423894a9fc4010f7
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sat Feb 13 07:01:10 2016 +0000

    Updated Chinese (Taiwan) translation

M	po/zh_TW.po

commit d054d046a8184de1cf8bf3cae95c6567dc3c6109
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:	Wed Feb 10 17:28:35 2016 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 79f557a1bd252d27760d71cc36c4be159a69f514
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Sat Feb 6 20:39:05 2016 +0200

    Update Latvian translation

M	po/lv.po

commit c8688bea4137ad4687e83c80e040afcbfb84e823
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Tue Feb 2 17:54:45 2016 +0100

    Updated Slovenian translation

M	po/sl.po

commit 3b2e0815fb2334e31ebb933c793e0943864edc9e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Tue Feb 2 17:54:36 2016 +0100

    Updated Slovenian translation

M	po/sl.po

commit 9683a49e115b56b7a07e7dd787cdd5d3e6934c57
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:	Tue Feb 2 16:30:44 2016 +0000

    Updated French translation

M	po/fr.po

commit 1a0dc610be2f7bd8ad9da08f3213ebe6c8a91091
Author: Marek Černocký <marek@manet.cz>
Date:	Sun Jan 31 22:45:13 2016 +0100

    Udated Czech translation

M	po/cs.po

commit 3077483f154193068b668578cb3ea2c8ccc4e082
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Sun Jan 31 22:31:08 2016 +0100

    Updated Spanish translation

M	po/es.po

commit 44c4957a64148ff424080dd53aa545fe8b641d34
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:	Mon Jan 25 00:34:02 2016 +0000

    Updated Hungarian translation

M	po/hu.po

commit 9ff682d7f8f442c261800dc06b86e99cffe466d9
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:	Tue Jan 19 08:25:26 2016 +0700

    Updated Vietnamese translation

    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

M	po/vi.po

commit a75c674850cd81d7df83e796b2cf863d7fd59585
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:	Mon Jan 18 20:49:30 2016 +0100

    Updated German translation

M	po/de.po

commit a25d7feff47ec8a86ef9657890295b5a4ddb8f6b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Mon Jan 18 16:36:57 2016 +0100

    Updated Polish translation

M	po/pl.po

commit dc9d85d323a740216e4525d82f1f43239a310f04
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Dec 20 19:19:02 2015 +0000

    documents: Fix error handling for unknown formats for document
    downloads

    https://bugzilla.gnome.org/show_bug.cgi?id=759180

M	gdata/services/documents/gdata-documents-document.c

commit 6386c6188f2a934c00ea645e098aaf89e3987a78
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jan 15 18:48:33 2016 +0100

    documents: Handle cases where export format is same as the original

    ... by falling back to gdata_entry_get_content_uri.

    https://bugzilla.gnome.org/show_bug.cgi?id=759180

M	gdata/services/documents/gdata-documents-document.c

commit e1036b08a1fecc9cafadb8d788c837cc2bd1f865
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jan 15 18:44:21 2016 +0100

    documents: Split out the code to get the content type of an entry

    We will need this in gdata_documents_document_get_download_uri.

    https://bugzilla.gnome.org/show_bug.cgi?id=759180

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-utils.c
M	gdata/services/documents/gdata-documents-utils.h

commit 840b7d78ceac8d96a764c2741582204718bfba2f
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jan 15 19:03:10 2016 +0100

    tests: Ensure that the test data for downloads is created with
    Drive v2

    Same issue as folder creation. See
    a9c8516b4380a213cd92d83a11f9793414588319 for the rationale.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit 9adc3c2009499fb16f495dfc9445ed1bdce65d7c
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jan 15 17:46:11 2016 +0100

    documents: Update URL to Drive v2 API documentation

    The previous URL was getting redirected to a web page documenting SDKs
    for various platforms instead of the JSON protocol that we need.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c

commit 33e9dff6d676d51413ae940f69f67c5fd22c8502
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Sun Jan 10 19:45:12 2016 +0100

    Updated Norwegian bokmål translation.

M	po/nb.po

commit aae900db1f2ae6497684e6d556f2dbab1a83bd21
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Mon Jan 4 12:09:37 2016 +0700

    Updated Thai translation.

M	po/th.po

commit c58105f2275df397529ae5bb5d28132a3331559f
Author: Andika Triwidada <andika@gmail.com>
Date:	Sat Jan 2 13:50:36 2016 +0000

    Updated Indonesian translation

M	po/id.po

commit db6979c3ffcc638f2f005c3b0e8f91ce1c7f1bbd
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	Thu Dec 31 17:46:26 2015 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 806c015dd124dfc61ddbcad10f815b3c2ddcb577
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sun Dec 13 20:13:18 2015 +0100

    Updated Slovenian translation

M	po/sl.po

commit 4ec8e11722fe47964d4fe212a5f0bb6124e8291f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sun Dec 13 18:38:06 2015 +0100

    Updated Slovenian translation

M	po/sl.po

commit 5e6d6efc75594e768f68dc83745a94ddafb28028
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Dec 13 15:26:06 2015 +0000

    build: Increment version to 0.17.5

M	configure.ac

commit 62e90862b1d341d8683551dc2d1cc53c78681bf0
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Dec 13 15:24:20 2015 +0000

    Release version 0.17.4

M	NEWS
M	configure.ac

commit c5223bffa57915f4c9f86580804dcfc7ebe31e2d
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Nov 20 17:40:18 2015 +0100

    tests: Make metadata-only uploads work with Drive v2

    Same issue as folder creation. See
    a9c8516b4380a213cd92d83a11f9793414588319 for the rationale.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit 51a5fbadee4e86fe6e0a30164bee76a71595cbbd
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Nov 20 16:14:01 2015 +0100

    tests: Align

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit 0a92ea82c69d95bef5c3f6664883e551ffb6e792
Author: Alberto Mardegan <alberto.mardegan@canonical.com>
Date:	Mon Nov 23 17:16:13 2015 +0200

    documents: update title search to Drive v2

    The title must be passed as part of the "q" parameter.

    https://bugzilla.gnome.org/show_bug.cgi?id=758524

M	gdata/services/documents/gdata-documents-query.c

commit 3e98fb3a62278dbe4c7905f6e7398b51b7cb4624
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:	Sun Nov 29 14:03:57 2015 +0000

    Updated Hungarian translation

M	po/hu.po

commit c930f9c4a78c60ae44dc77928f1fa3ff815fa723
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:	Sat Nov 28 06:12:23 2015 +0000

    Updated German translation

M	po/de.po

commit a984f1137a77d7bfb5d39c7a4038597780e6490e
Author: Dušan Kazik <prescott66@gmail.com>
Date:	Wed Nov 25 09:37:35 2015 +0000

    Updated Slovak translation

M	po/sk.po

commit 30a716bb8471282373c9eaad5d3e4d4b164c9724
Author: Marek Černocký <marek@manet.cz>
Date:	Tue Nov 24 16:15:17 2015 +0100

    Updated Czech translation

M	po/cs.po

commit 0c17acf334fff5b8a93748e6a09a8c43b2cc900c
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Nov 20 16:57:26 2015 +0100

    tests: Make folder creation work with Drive v2

    See a9c8516b4380a213cd92d83a11f9793414588319 for the rationale.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit cd2c2fcbae24c2442bdf9f62eea9599043d31765
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Nov 20 17:41:34 2015 +0100

    documents: Fix a typo in the documentation comment

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit 8dfca1eb25d80c14d970d4448f4cef89f64839ef
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Nov 20 16:00:33 2015 +0100

    tests: Set the right expectations when deleting using Drive v2

    Once an entry is deleted, it is gone for good and
    gdata_service_query_single_entry won't be able find it
    anymore. Instead
    it will return NULL and throw GDATA_SERVICE_ERROR_NOT_FOUND.

    We might have to revisit it when we add support for trashing.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit 95f36ea5b0d4a0899aead28d48a45d8cb8fe749d
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Mon Nov 23 19:04:41 2015 +0100

    Updated Spanish translation

M	po/es.po

commit b87f4099bffa492fb23c8f11698e1ec1252636fc
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	Sat Nov 21 09:09:32 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit b1f7ecb2f3ec520e2fd991c87d072f3b69cd615f
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Fri Nov 20 20:47:39 2015 +0200

    Updated Lithuanian translation

M	po/lt.po

commit b38fd2189ccb044b782cc7f210e9901c63c202a3
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Fri Nov 20 18:04:42 2015 +0100

    Updated Polish translation

M	po/pl.po

commit 7b1a804f324e154554a586cc477dbdc5ddb3a76a
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Nov 20 12:37:17 2015 +0100

    tests: Remove outdated async authentication tests from Documents

    These were using the unsupported ClientLogin API. The OAuth2
    authoriser
    has its own async authorisation tests, so porting the existing
    Documents tests would gain us nothing.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit e1b9c254300d07723b55bd830ab595aff714706a
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Sep 4 15:12:04 2015 +0200

    documents: Port gdata_documents_service_copy_document to Drive v2

    Now it is a wrapper around
    gdata_documents_service_add_entry_to_folder,
    so the document can even be an arbitrary file.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit 63637ad4cb68a3883c2689a510e590ec7a48640e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Nov 18 00:15:13 2015 +0000

    tests: Fix duplicate test path in oauth1-authorizer tests

    https://bugzilla.gnome.org/show_bug.cgi?id=758119

M	gdata/tests/oauth1-authorizer.c

commit ed52192fcd3cde2c0d7f0ab0d9e300fcdbc373a8
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Wed Oct 14 13:44:59 2015 +0200

    Updated Basque language

M	po/eu.po

commit 49f5998cf5234483552ffb0af8deb9c952ba8103
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Wed Oct 7 13:36:53 2015 +0100

    calendar: Remove incorrect (allow-none) annotations

    gint64s can’t be allow-none. Spotted by Zeeshan Ali. This fixes
    building
    against the latest versions of gobject-introspection, which are
    stricter
    about warning about this kind of thing.

M	gdata/services/calendar/gdata-calendar-query.c

commit fe8d0dd41823770c4283e7dbcc4b7ca1ad0d6eb9
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:	Sun Oct 4 14:08:49 2015 +0100

    build: Fix builddir != srcdir failure

    The split symbol files are in the srcdir path, not in the builddir
    one.

M	Makefile.am

commit 0bb2901aa5d944e7e588a4fd9f57d3be96354dc5
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Oct 4 13:35:38 2015 +0100

    build: Split GOA symbols out into a separate symbols file

    On some systems (Mac OS X) it is an error to include symbols in the
    symbols file which are not exported from the library. This can
    happen if
    building with --disable-goa (or --disable-gnome).

    Fix this by generating the symbols file dynamically.

    https://bugzilla.gnome.org/show_bug.cgi?id=754821

M	HACKING
M	Makefile.am
R099	gdata/gdata.symbols	gdata/gdata-core.symbols
A	gdata/gdata-goa.symbols

commit 5090ecd40d21c221ee8fa26d392c2e4ddecdd773
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Oct 4 12:07:54 2015 +0100

    contacts: Remove redundant copypasta

    This is left over from manually expanding one of the parser functions
    inline here.

    Coverity CID: 131018

M	gdata/services/contacts/gdata-contacts-contact.c

commit 210878ba073be6bfffd3c9a6265164fbaf118f94
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Oct 2 12:41:34 2015 +0200

    core: GDataDownloadStream:content-length should consider Content-Range

    https://bugzilla.gnome.org/show_bug.cgi?id=755976

M	gdata/gdata-download-stream.c

commit 79995b6789c89dc9bbe8514428045e8a151c78f6
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Oct 2 16:00:06 2015 +0200

    core: Don't duplicate the received chunks in GDataDownloadStream

    We were accumulating SoupMessage::got-chunk connections whenever the
    network thread was restarted. This meant that we were pushing the same
    chunks of data multiple times into the GDataBuffer.

    https://bugzilla.gnome.org/show_bug.cgi?id=755976

M	gdata/gdata-download-stream.c

commit 805133bd6f306a720524b2bcbdab14ccac0800ad
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Mon Sep 28 15:52:49 2015 +0100

    gdata: Tweak documentation for GDataParserError

    It covers JSON as well as XML.

M	gdata/gdata-parsable.h

commit 8025de2a5e3271b3527520f37246687a2e981c40
Author: Милош Поповић <gpopac@gmail.com>
Date:	Wed Sep 23 08:42:20 2015 +0000

    Updated Serbian Latin translation

M	po/sr@latin.po

commit 7e339f58211736a7988b45decdb9674ed97badd8
Author: Марко Костић <marko.m.kostic@gmail.com>
Date:	Wed Sep 23 08:40:52 2015 +0000

    Updated Serbian translation

M	po/sr.po

commit c4722b979e370150bf027542c1a1e782e4126a69
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	Sun Sep 20 15:01:39 2015 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 2eb4c160911e04a4575b041aed7c61297bb2a01f
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:	Sat Sep 19 16:25:41 2015 +0000

    Updated Danish translation

M	po/da.po

commit 3d27ae3cf461f2a42117c3284293a84bb1e31c46
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Fri Sep 18 23:03:41 2015 +0300

    Updated Latvian translation

M	po/lv.po

commit 05826dc6ad21471519410be591d2ada9c386e950
Author: Muhammet Kara <muhammetk@gmail.com>
Date:	Thu Sep 17 18:20:24 2015 +0000

    Updated Turkish translation

M	po/tr.po

commit ef86c11ec85b3151151365d448ddcadb854769c8
Author: Stas Solovey <whats_up@tut.by>
Date:	Thu Sep 17 11:10:31 2015 +0000

    Updated Russian translation

M	po/ru.po

commit bd6f22933cd95cc14ea7e4659394b2164f10534b
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Mon Sep 14 18:28:41 2015 +0100

    build: Increment version to 0.17.4

M	configure.ac

commit 2840ab1ddfc4d0616424f0c23626f240a7923c3a
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Mon Sep 14 18:27:31 2015 +0100

    Release version 0.17.3

M	NEWS
M	configure.ac

commit c192f1f3e4ea17ee8a6572ee1ac89a6be8176a59
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Sep 10 16:56:25 2015 +0100

    core: Remove undefined symbols from gdata.symbols

    These two symbols are not defined anywhere.

    https://bugzilla.gnome.org/show_bug.cgi?id=754821

M	gdata/gdata.symbols

commit add73ea9b249079061538cb9d502866a2be24e7d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Tue Sep 8 23:27:21 2015 +0200

    Updated Slovenian translation

M	po/sl.po

commit b8722cf38ba7f8fc60e3518e1e84dabcdc1bb640
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Wed Sep 9 01:26:45 2015 +0900

    Updated Korean translation

M	po/ko.po

commit 093b9fbc3cd2f9a18dc1ff2584bfe42b43679275
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Sep 4 13:55:03 2015 +0200

    tests: Remove redundant if-else branches

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/tasks.c
M	gdata/tests/youtube.c

commit 0c413dcc2c1a67504f9b039547e1733360414b69
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Sep 4 13:59:01 2015 +0200

    tests: Don't leak the authorizer

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit 977e18d79e6cd238fcb2ac782967aef4f3890ef7
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Sep 4 11:13:14 2015 +0200

    core: Ignore overflows, but not alphamerics when parsing int64
    from XML

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-parser.c

commit 840eea2f26fb8de25d8bc0b9a1e4ca57f50fd660
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Sep 2 18:55:09 2015 +0200

    documents: Parse quotaBytesUsed as GDataDocumentsEntry:quota-used

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c

commit 2e090dfa6ecd529b49a2fcb92fe8d9e0c062a91b
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:	Thu Sep 3 08:40:26 2015 +0000

    Updated Italian translation

M	po/it.po

commit b2aad10863be1c52fd452ec01e3ff05228e69964
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Wed Sep 2 21:07:10 2015 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 972665011d9e0b975ee2acaa4818d2bad2000101
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:	Wed Sep 2 10:45:59 2015 +0000

    Updated German translation

M	po/de.po

commit a10865c79aa2d9c696749459790dfcfcf3f4cb60
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	Fri Aug 28 18:53:10 2015 +0000

    Updated Greek translation

M	po/el.po

commit eaa1ea4343bea77adad4905fe00885396ad1b72e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Wed Aug 26 19:45:52 2015 +0200

    Updated Polish translation

M	po/pl.po

commit 7e6249c6a7079d9c757ef35a2266b6647883ff43
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Tue Aug 25 22:58:59 2015 +0000

    Updated Chinese (Taiwan) translation

M	po/zh_TW.po

commit 45e5559a2bcb14dd00c11b922ea7cda9ad83b683
Author: Fran Dieguez <fran@openhost.es>
Date:	Tue Aug 25 16:02:59 2015 +0200

    Updated Galician translations

M	po/gl.po

commit 5c3441dfc3599a0d990c91e3b15a888ea77e563f
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Aug 18 08:54:34 2015 +0100

    tests: Remove disabled memory test

    GLib has removed the memory allocation vtable for good, so this
    test can
    never be made to work.

    See: https://bugzilla.gnome.org/show_bug.cgi?id=701694

M	gdata/tests/Makefile.am
D	gdata/tests/memory.c

commit e9a8ed15c780c19bef6ce430356ad3393e25941f
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:	Sat Aug 15 11:47:47 2015 +0000

    Updated French translation

M	po/fr.po

commit 73796dd4037681fe5668a5712ecf4dbdc98463f9
Author: Dušan Kazik <prescott66@gmail.com>
Date:	Sat Aug 15 09:46:49 2015 +0000

    Updated Slovak translation

M	po/sk.po

commit cc9e91f5ce41b0135ed61125026c5358e528e044
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	Fri Aug 14 14:13:52 2015 +0000

    Updated Swedish translation

M	po/sv.po

commit bd64219281c792db47e93d8a739b88f97550eff7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Tue Aug 11 19:27:14 2015 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 2268ad2bfa79e5a9c1f3b2dd1fb24f82c44abe53
Author: Andika Triwidada <andika@gmail.com>
Date:	Fri Aug 7 08:09:03 2015 +0000

    Updated Indonesian translation

M	po/id.po

commit 403ad46c3cb6a54b44c1dd494a6187ff969fc93d
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Tue Jul 28 16:03:58 2015 +0700

    Updated Thai translation

M	po/th.po

commit 560b195e5bc3fb372e6850bc6dce23a9515f3d19
Author: Marek Černocký <marek@manet.cz>
Date:	Sat Jul 25 13:17:38 2015 +0200

    Updated Czech translation

M	po/cs.po

commit 8e80be66795c7b7be7e2451c1102ed032812afd8
Author: Balázs Úr <urbalazs@gmail.com>
Date:	Fri Jul 17 14:27:54 2015 +0000

    Updated Hungarian translation

M	po/hu.po

commit 7798d7d982dd1b62bb78bbfad89163db5fa6f235
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	Wed Jul 15 09:32:15 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit 5c0ed84aa4edbcad8268e8c14edad5d69b5a193f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Tue Jul 14 16:28:39 2015 +0200

    Updated Spanish translation

M	po/es.po

commit 99d8a4ce16113d3bcdc256e67dc593f2a2c04f04
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Mon Jul 13 19:19:39 2015 +0200

    Updated Polish translation

M	po/pl.po

commit a9c8516b4380a213cd92d83a11f9793414588319
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Jun 16 18:53:13 2015 +0200

    documents: Support creating folders and copying files using Drive v2

    It is no longer possible to create a new folder using
    gdata_service_insert_entry(). One must now use
    gdata_documents_service_add_entry_to_folder for creating folders and
    copying existing files.

    This is essentially a soft API break, but it’s unavoidable.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-service.c

commit 7f05d8b6a70327c7efd2afabea0b8db3af6c71a1
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Mon Jul 13 10:52:53 2015 +0200

    Updated Spanish translation

M	po/es.po

commit ca77a729bca37bebac38f6675aab63d897ea428d
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 13:54:17 2015 +0100

    build: Increment version to 0.17.3

M	configure.ac

commit dd6bbd2f0dacc22f0bb888000195d49d0501c016
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 13:52:29 2015 +0100

    Release version 0.17.2

M	NEWS
M	configure.ac
M	docs/reference/gdata-docs.xml
M	gdata/gdata-access-handler.h
M	gdata/gdata-batchable.h
M	gdata/gdata-entry.c
M	gdata/gdata-oauth2-authorizer.c
M	gdata/gdata-parser.c
M	gdata/services/calendar/gdata-calendar-access-rule.c
M	gdata/services/calendar/gdata-calendar-access-rule.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/documents/gdata-documents-access-rule.c
M	gdata/services/documents/gdata-documents-access-rule.h
M	gdata/services/documents/gdata-documents-utils.c
M	gdata/services/youtube/gdata-youtube-comment.c

commit 6056e5fdcfe8d08fcf158633cca8633162d022b9
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 13:42:07 2015 +0100

    build: Add freebase test traces to dist_test_data

    Otherwise installed-tests fails on the freebase tests.

M	gdata/tests/Makefile.am

commit b63fc7063d6b62c9f4f7ba745c94060546bb06c8
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 12:49:35 2015 +0100

    tests: Mark some unused functions as unused

    After porting all of the YouTube tests, the Contacts and PicasaWeb
    tests
    need a bit more love to get them working. Because time is short, just
    mark these ones as __attribute__((unused)), or comment them out, and I
    will come back to them later. FIXMEs added.

    https://bugzilla.gnome.org/show_bug.cgi?id=750914

M	gdata/tests/contacts.c
M	gdata/tests/picasaweb.c

commit 942b85f82461d3b70c9fcaa95ba389f1ff3beba0
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 12:43:15 2015 +0100

    tests: Delete client-login-authorizer tests

    The ClientLogin authorizer is completely deprecated now, and all
    requests to it return an error requesting the user to log in online.

    The libgdata code will no longer be maintained, and it is not possible
    to test it sensibly any more.

M	gdata/tests/Makefile.am
D	gdata/tests/client-login-authorizer.c
D
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-async
D
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-async-cancellation
D
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-async-multiple-domains
D
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync
D
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync-bad-password
D
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync-cancellation
D
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync-multiple-domains
D
gdata/tests/traces/client-login-authorizer/setup-client-login-authorizer-data-authenticated

commit 4f598da08f9db641e2710c80d0604e7251c62cf7
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 12:21:56 2015 +0100

    tests: Fix some compiler warnings in the YouTube tests

M	gdata/tests/youtube.c

commit c5ced0ac8d6736b3214ebe27f3207e06e46722f5
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 12:20:45 2015 +0100

    tests: Remove outdated async authentication tests from YouTube

    These were using the unsupported ClientLogin API. The OAuth2
    authoriser
    has its own async authorisation tests, so porting the existing YouTube
    tests would gain us nothing.

M	gdata/tests/youtube.c

commit 00ec26d6c1e0c29ea09c89df3d3667e329bc6008
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 12:20:13 2015 +0100

    youtube: Fix a potential NULL object dereference

M	gdata/services/youtube/gdata-youtube-video.c

commit bcdf3c9f4dc59774f733c1cdcb7ca30d465bc1b9
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 12:19:59 2015 +0100

    tests: Port and re-enable YouTube upload tests

M	gdata/tests/traces/youtube/teardown-upload
M	gdata/tests/traces/youtube/upload-async
M	gdata/tests/traces/youtube/upload-async-cancellation
M	gdata/tests/traces/youtube/upload-simple
M	gdata/tests/youtube.c

commit 383af36165d0454de695f1b8cce6feccb3432353
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 12:18:33 2015 +0100

    youtube: Re-enable video uploads using the v3 API

    This required a way of deleting videos once we’re done with them,
    plus a
    tweak to the upload parts parameter.

M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/youtube.c

commit ebee2ee23960c532a4e24046b517afcfe5fee2cf
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 11:43:03 2015 +0100

    tests: Port and re-enable online YouTube comment tests

M	gdata/tests/traces/youtube/comment-insert
M	gdata/tests/traces/youtube/comment-query
M	gdata/tests/traces/youtube/comment-query-async-progress-closure
M	gdata/tests/traces/youtube/comment_insert-async
M	gdata/tests/traces/youtube/comment_insert-async-cancellation
M	gdata/tests/traces/youtube/comment_query-async
M	gdata/tests/traces/youtube/comment_query-async-cancellation
M	gdata/tests/traces/youtube/setup-comment
M	gdata/tests/youtube.c

commit 3ff3df2a5c290eebd0479b8b65f9e197af17e492
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 10:35:43 2015 +0100

    tests: Port and re-enable offline YouTube comment tests

M	gdata/tests/youtube.c

commit 62714bce9ca0b7c8c292fdf916f658bbe7b6f35e
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 10:34:47 2015 +0100

    youtube: Remove a small amount of dead code

    Set but unused variables.

M	gdata/services/youtube/gdata-youtube-video.c

commit 687c2768c3585da9c2e5878c9377f7f9a7f08a19
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 10:38:11 2015 +0100

    youtube: Port YouTube comments to the v3 API

    This should make YouTube comments work again. They have been ported to
    JSON from XML, and the GDataCommentable implementations updated to use
    the correct comment URIs.

M	gdata/services/youtube/gdata-youtube-comment.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c

commit b37f185f7a24ec0ff87e4acadeb90ab2fd556382
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 10:32:56 2015 +0100

    core: Add a new internal method for setting GDataEntry:etag

    This will be useful for YouTube comments, coming up shortly.

M	gdata/gdata-entry.c
M	gdata/gdata-private.h

commit b5262ecca7237c414dcd6dc59ae0ba244c628242
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jul 10 10:31:07 2015 +0100

    tests: Remove an unused YouTube test

    From way back in 2009. Time flies!

M	gdata/tests/youtube.c

commit 3ca4fbcc88dbf26a1edda79fbad9e819a11ae82d
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Wed Jul 8 15:31:53 2015 +0100

    youtube: Simplify video ratings handling code

    This simplifies the code and fixes a problem where if both
    region_restriction_allowed and region_restriction_blocked were not
    spcified, the GDataYouTubeVideo would behave as if restricted for all
    regions, which is most likely not the intention.

M	gdata/services/youtube/gdata-youtube-video.c

commit d7a3fcefedca016c785541bedbef36e239970c01
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Wed Jul 8 15:30:07 2015 +0100

    tests: Port and re-enable YouTube video rating tests

    A lot of the media:group parsing stuff has gone, and was not tested
    properly to begin with, so that test can be dropped. Similarly, the
    error handling test can be dropped because the JSON parser code is
    deliberately a lot more tolerant now that arbitrary ratings boards are
    supported.

M	gdata/tests/youtube.c

commit 8ecba5f3241e19e797a39fdc269e064a077515fd
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Wed Jul 8 09:48:31 2015 +0100

    tests: Port and re-enable YouTube category tests

    Unfortunately the YouTube category list is no longer localised to the
    region passed in to the query — the category names are now always in
    English. So the only way we can detect differences caused by changing
    region is to look at how many categories are returned.

M	gdata/tests/traces/youtube/categories
M	gdata/tests/traces/youtube/categories-async
M	gdata/tests/traces/youtube/categories-async-cancellation
M	gdata/tests/youtube.c

commit 6d66dcb54b4919a3a0f7cb1600c218e0199bfa1f
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Wed Jul 8 09:46:15 2015 +0100

    app: Fix parsing of YouTube categories

    The GDataAPPCategories parser used to take in the GType of the
    GDataCategory subclass to construct when parsing its category list; in
    the port to JSON, it was accidentally changed to always construct
    GDataCategory instances. This broke the YouTube code, which was hoping
    to see GDataYouTubeCategory instances be constructed.

M	gdata/app/gdata-app-categories.c

commit 34d139a4d7b036c4bb65cb66c594ff4957e8a056
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Wed Jul 8 08:45:53 2015 +0100

    docs: Add gdata-documents-utils.h to IGNORE_HFILES

    It’s a private header and shouldn’t be in the documentation.

M	docs/reference/Makefile.am

commit 2aa0d42f2fea61005a1c1c159fc8e7c4c8604c04
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 8 00:29:03 2015 +0100

    tests: Port and re-enable several YouTube parsing tests

M	gdata/tests/youtube.c

commit 3177f27b6fc5637463a4400c27789ebcfa5ed441
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 8 00:28:00 2015 +0100

    youtube: Fix parsing videos which have no recordingDate

    If they have a recordingDetails section, but no recordingDate, the
    parser was crashing.

M	gdata/services/youtube/gdata-youtube-video.c

commit bda4a259f6f246f5813659cb1aa2617623a700eb
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	Mon Jul 6 09:58:48 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit 755d96754ad1a4f2e32b832c4726288d255851a4
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sun Jul 5 20:24:35 2015 +0200

    Updated Polish translation

M	po/pl.po

commit f23574101c9c423598566771cd69c78beb90f422
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sun Jul 5 20:22:19 2015 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit 3663353499edf0a11cfcf5c82b3c83c2cf53e1c5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 14:06:58 2015 +0100

    tests: Port and re-enable the YouTube batch API tests

    Now testing that GDataYouTubeService no longer claims to support batch
    operations, rather than testing that they work.

    https://developers.google.com/youtube/v3/guides/implementation/deprecated#Batch_Processing

    https://bugzilla.gnome.org/show_bug.cgi?id=750914

M	gdata/tests/traces/youtube/batch
M	gdata/tests/traces/youtube/batch-async
M	gdata/tests/traces/youtube/setup-batch
M	gdata/tests/youtube.c

commit 2b1823af2ee212bc4079f42dd432b89089ae6f47
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 14:04:14 2015 +0100

    youtube: Mark GDataBatchable as unsupported by YouTube any more

    It is no longer supported in version 3 of the API, so implement
    the new
    GDataBatchable.is_supported API and return FALSE for everything,
    meaning
    that all batchable operations on GDataYouTubeService will now
    fail with
    GDATA_SERVICE_ERROR_WITH_BATCH_OPERATION.

M	gdata/services/youtube/gdata-youtube-service.c

commit 322328769d8347d2d0621d6eccd0f029390654c1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 14:02:47 2015 +0100

    core: Add GDataBatchable.is_supported virtual method

    This new API is intended to be used by GDataYouTubeService to allow it
    to indicate which batch operations it supports (since this has changed
    since v3 of the API — now batch operations are no longer supported).

M	gdata/gdata-batch-operation.c
M	gdata/gdata-batchable.h

commit 33a76e0c55bc012ec1ed3fda62ea13075bdc437e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 14:00:12 2015 +0100

    tests: Port and re-enable the YouTube query URI tests

    https://bugzilla.gnome.org/show_bug.cgi?id=750914

M	gdata/tests/youtube.c

commit 718513ef649b7af7d15e76432eef72180012c08b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 12:49:44 2015 +0100

    tests: Fix query parameter comparisons involving dates in YouTube
    tests

    The only way to implement some of the standard feeds in the YouTube
    service is now to query filtering against the current date,
    which means
    that a custom message comparison function has to be installed into the
    uhttpmock code to ignore that query parameter when replacing HTTP
    traces.

    Use some new convenience API in libuhttpmock to achieve this.

    Dependency changes:
     • libuhttpmock ≥ 0.5.0

    https://bugzilla.gnome.org/show_bug.cgi?id=750914

M	configure.ac
M	gdata/tests/traces/youtube/query-standard-feed
M
gdata/tests/traces/youtube/query-standard-feed-async-progress-closure
M	gdata/tests/traces/youtube/query-standard-feed-with-query
M	gdata/tests/traces/youtube/query-standard-feeds
M	gdata/tests/traces/youtube/query_standard_feed-async
M	gdata/tests/traces/youtube/query_standard_feed-async-cancellation
M	gdata/tests/youtube.c

commit b53780890f548b8fbbc4cf30d1aafd1b61cc4b8d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 14:05:41 2015 +0100

    youtube: Reduce assumed accuracy of time query parameters

    There is no point in sending microsecond datestamps to the
    server. This
    also makes the API more testable, since the unit tests no longer
    need to
    guess the date stamp with microsecond accuracy. (They are still
    open to
    second-accuracy race conditions, though.)

M	gdata/services/youtube/gdata-youtube-query.c

commit c9f3f74b87a8bbceac442cc62de7db485ed718c4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 4 11:17:34 2015 +0100

    tests: Port and re-enable a few more YoUTube unit tests

M	gdata/tests/traces/youtube/query-related
M	gdata/tests/traces/youtube/query-related-async-progress-closure
M	gdata/tests/traces/youtube/query-single
M	gdata/tests/traces/youtube/query-standard-feeds
M	gdata/tests/traces/youtube/query_related-async
M	gdata/tests/traces/youtube/query_related-async-cancellation
M	gdata/tests/traces/youtube/query_single-async
M	gdata/tests/traces/youtube/query_single-async-cancellation
M	gdata/tests/youtube.c

commit de1dab37b889abe568981436042c21ea816fd1d6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 4 11:16:42 2015 +0100

    core: Add a missing NULL terminator to parsed JSON string arrays

    This fixes a crash on finalisation of GDataYouTubeVideo if it has
    keywords set.

M	gdata/gdata-parser.c

commit 778fcb4b8681ad5a614ffe2db45c0a1850b4e2ce
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Jul 2 08:17:53 2015 +0100

    docs: Fix multiply-defined index IDs

    The api-index-full.xml and api-index-deprecated.xml files already
    define
    those two IDs, so we can’t define them again in gdata-docs.xml. Use
    role
    instead, whatever that is.

M	docs/reference/gdata-docs.xml

commit a9e28e1be944743c6da71f0c6230f45b81fae44f
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	Wed Jul 1 22:01:12 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit e76c6257448c826a249f8315cb20a5cd5dd06090
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Jul 1 15:26:34 2015 +0200

    goa-authorizer: Add domains for documents if "files" is on

    The new gvfs backend will enable nautilus and the gtk+ file chooser to
    interact with Google Drive. This means that GOA accounts in Google
    will get a "files" switch, which we should check when deciding whether
    to enable the documents service.

    https://bugzilla.gnome.org/show_bug.cgi?id=751782

M	gdata/gdata-goa-authorizer.c

commit 47b4df3a1eaf9dae4c18ffd3f779604a81c62282
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Jun 30 15:02:52 2015 +0200

    documents: Add support for updating content using Drive v2

    There is a bug in the Drive web UI where the preview doesn't get
    updated with the new content, but if you download or go through the
    revisions then things are as they should be. I could reliably
    reproduce
    it with plain/text content.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit 015de8f078a6b1352c61393008e9dbc8570f03c4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 24 23:49:58 2015 +0100

    tests: Add a test for location presence in default YouTube video JSON

    This is a unit test for the fix in commit
    5ca05e195f7cecd63d6616aeef8410df8eee978c.

M	gdata/tests/youtube.c

commit 033b6c8e718c6698f0e4c808e919b3b60202368e
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Jun 16 18:22:13 2015 +0200

    documents: Split out the code to add a parent folder's link to
    an entry

    We will need this for creating folders and copying files.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit 656207baff1e288c0c7d6020555316a53b9faa1c
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Jun 16 15:06:51 2015 +0200

    documents: Set mimeType in JSON

    A Drive v2 folder is a file with the MIME type
    application/vnd.google-apps.folder (and with no extension). Therefore,
    setting the MIME type is crucial for creating new folders.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c

commit 9fc2d52a30e7325957624d75bbbf939cc4e0d978
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Mon Jun 15 15:56:53 2015 +0200

    documents: Support uploads to a specific location using Drive v2

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-utils.h

commit ed09ec21c25e0ed1c596d2982e3b6e3e0e9636fd
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 12 17:21:08 2015 +0200

    core: Use constructed instead of constructor

    The constructed vfunc is the idiomatic place to access construct
    properties, which is what we are doing in this case. The constructor
    is more intrusive and is usually used for implementing things like
    singletons.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-upload-stream.c

commit b80f8883dd7c15a62ae9756f34c8f3155d557a32
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Jun 14 15:51:48 2015 +0100

    core: Add GDataOAuth2Authorizer:refresh-token API

    Add new API to allow the refresh token from an OAuth 2 authorizer
    to be
    stored by an application and restored into a new GDataOAuth2Authorizer
    instance (a cold start). This adds the following new API:
     • GDataOAuth2Authorizer:refresh-token
     • gdata_oauth2_authorizer_dup_refresh_token()
     • gdata_oauth2_authorizer_set_refresh_token()

    It does not add any new tests.

    https://bugzilla.gnome.org/show_bug.cgi?id=750746

M	docs/reference/gdata-sections.txt
M	gdata/gdata-oauth2-authorizer.c
M	gdata/gdata-oauth2-authorizer.h
M	gdata/gdata.symbols

commit 0080aee2b88cd5ff24624c8c41d998e0bd5e9356
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 12 17:10:50 2015 +0200

    tests: Use GDataDocumentsAccessRule for documents ACLs

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/tests/documents.c

commit f38a3f3e2b04d34838d4931fddad5a7d5492be76
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 12 13:27:04 2015 +0200

    documents: Add support for uploads using Drive v2

    This is enough to upload a file to the root folder, but you can't
    select a specific location.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-service.c

commit 49f3b9d86f6f21bc2414fd18cebbedfa551c29a3
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 12 16:04:44 2015 +0200

    documents: Split out the code to map a content type to a GType

    We will need this in gdata_documents_service_finish_upload.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	Makefile.am
M	gdata/services/documents/gdata-documents-feed.c
A	gdata/services/documents/gdata-documents-utils.c
A	gdata/services/documents/gdata-documents-utils.h

commit fd46c2cbe130db4f7158762d5f88923c39c77382
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Jun 10 19:30:39 2015 +0200

    documents: Support searching for readers using Drive v2 queries

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-query.c

commit 19e91a0bfae358caf04b1522cc01ce64347caef7
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Jun 10 13:52:39 2015 +0200

    core: Read-only properties are not going to be set via the public API

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-access-rule.c

commit 360db0c60127c7bbd4dd26f2ab83b21a138f68ce
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 5 13:05:05 2015 +0200

    calendar: Fix a path in the GDataCalendarAccessRule documentation

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/calendar/gdata-calendar-access-rule.c

commit e2ab462d63e81a32dcca842bccfdd753bd5dd55f
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Jun 5 11:54:41 2015 +0200

    documents: Add support for editing ACLs using Drive v2

    A new sub-class was introduced to set JSON as the content-type for
    Drive v2. It was a good opportunity to move the Drive-specific JSON
    parsing code from the base class.

    New API added:
     • GDataDocumentsAccessRule

    This new class must be used in place of GDataAccessRule for any
    interactions with the Drive API. This is essentially a soft API break,
    but it’s unavoidable.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-rule.c
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/documents/gdata-documents-access-rule.c
A	gdata/services/documents/gdata-documents-access-rule.h
M	gdata/services/documents/gdata-documents-entry.c
M	po/POTFILES.in

commit f2459b4beb654cd6a789b594bb3c4e79de7aae2e
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Jun 10 14:15:58 2015 +0200

    core: Expose _gdata_access_rule_set_key() internally

    This will be used by GDataDocumentsAccessRule when parsing the JSON.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-access-rule.c
M	gdata/gdata-private.h

commit 10802aec3d4207e6c5520ec677649b9d57ee2838
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Jun 4 15:03:39 2015 +0200

    core: Fix the GDataAccessRule example

    We need to pass the a GDataAuthorizationDomain to
    gdata_service_insert_entry, and we should not unref the GDataLink
    returned by gdata_entry_look_up_link.

    https://bugzilla.gnome.org/show_bug.cgi?id=750395

M	gdata/gdata-access-rule.c

commit 1dd92748d8bdb5bb538c6701db4857e18e842ff8
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:	Tue Jun 9 16:00:09 2015 +0800

    build: Fix -Werror build for clang

    This fixes implicit enumeration type conversion.

    https://bugzilla.gnome.org/show_bug.cgi?id=750480

M	gdata/gdata-batch-feed.c

commit c4f9bdedcdad0c392c1b2e854179213fa0e0c52b
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Jun 3 14:04:29 2015 +0200

    tests: Silence -Wunsafe-loop-optimizations

    We can end up with an infinite loop if end_num is G_MAXUINT. Let's use
    ‘<’ instead of ‘<=’ to avoid this.

    https://bugzilla.gnome.org/show_bug.cgi?id=750335

M	gdata/tests/streams.c

commit c601fc4c4e9ba4fa071c3d1ff3bac7cf28f10747
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Jun 3 15:41:16 2015 +0200

    tests: Use GDataCalendarAccessRule for calendar ACLs

    Fall out from 68ed77fbafaa1403e924ae9f9a06ebc8d159fcaa

    https://bugzilla.gnome.org/show_bug.cgi?id=750335

M	gdata/tests/calendar.c

commit d5447497569ad720096828705de48bffe860bf9a
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Wed Jun 3 14:07:47 2015 +0200

    demos: Silence -Wmaybe-uninitialized

    Fall out from 0e42b9d0e64aaf9f4d04eeab29d860a68209ff61

    https://bugzilla.gnome.org/show_bug.cgi?id=750335

M	demos/calendar/calendar-cli.c

commit 68ed77fbafaa1403e924ae9f9a06ebc8d159fcaa
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu May 14 13:42:55 2015 +0100

    calendar: Re-enable support for ACLs with version 3 of the API

    This was non-trivial. New API added:
     • GDataCalendarAccessRule

    Due to how this new class overrides GDataAccessRule, it must be
    used in
    place of GDataAccessRule for any interactions with the Calendar API.
    This is essentially a soft API break for anyone who uses
    calendars. It’s
    unavoidable.

    https://bugzilla.gnome.org/show_bug.cgi?id=664353

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/calendar/gdata-calendar-access-rule.c
A	gdata/services/calendar/gdata-calendar-access-rule.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/tests/calendar.c
M	gdata/tests/traces/calendar/access-rule-delete
M	gdata/tests/traces/calendar/access-rule-get
M	gdata/tests/traces/calendar/access-rule-insert
M	gdata/tests/traces/calendar/access-rule-update
M	gdata/tests/traces/calendar/global-authentication
M	gdata/tests/traces/calendar/setup-temp-calendar
M	gdata/tests/traces/calendar/setup-temp-calendar-acls
M	gdata/tests/traces/calendar/teardown-temp-calendar
M	gdata/tests/traces/calendar/teardown-temp-calendar-acls

commit 76562aeb1a3ed10ce35c2c746dc10de9efffc347
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 27 21:52:38 2015 +0100

    build: Remove local copy of ax_code_coverage.m4

    Since we now depend on other macros from autoconf-archive, remove the
    local copy of this one. When building from git, autoconf-archive will
    need to be available. When building from a tarball, the macros
    will have
    been copied into the tarball during dist, so autoconf-archive is
    unnecessary. When building from git via JHBuild, m4-common (a wrapper
    for autoconf-archive) is used automatically.

M	Makefile.am
D	m4/ax_code_coverage.m4

commit c55e32182522377c2af195fcee50e185b8a7246d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 27 21:51:38 2015 +0100

    build: Use AX_COMPILER_FLAGS

    Switch from GNOME_COMPILE_WARNINGS to AX_COMPILER_FLAGS. This
    integrates
    better with CI systems, allows easy disabling of -Werror, and
    integrates
    with AX_IS_RELEASE to automatically disable errors when building
    releases.

    https://wiki.gnome.org/Projects/GnomeCommon/Migration

M	Makefile.am
M	configure.ac
M	gdata/tests/Makefile.am
D	m4/gnome-compiler-flags.m4

commit 6949c1d5ce1d5801bf21032a5be3ec4375997241
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue May 26 18:45:34 2015 +0100

    build: Update autogen.sh to no longer hard-code the project name

    Use the recommended autogen.sh from
    https://wiki.gnome.org/Projects/GnomeCommon/Migration

M	autogen.sh

commit 6666a7ac6f24e788bca84ba9d1bda35dfd4d10d1
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue May 26 18:43:49 2015 +0100

    build: Use AX_IS_RELEASE

    Check for the presence of a git repository to determine whether things
    like compiler warnings should be fatal. The warnings themselves
    will be
    hooked up later.

    This adds an implicit dependency on autoconf-archive or GNOME’s
    m4-common. These are pulled in by JHBuild, and the relevant macros are
    automatically distributed in tarballs — so the dependencies only
    need to
    be explicitly installed if you are building from git without using
    JHBuild. This is an unsupported use case.

    Note that AC_CONFIG_MACRO_DIR() has already been added to
    configure.ac.

    https://wiki.gnome.org/Projects/GnomeCommon/Migration

M	configure.ac

commit dac4f090da5f57dbd4de316e75fb2dbf5408102e
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue May 26 18:42:55 2015 +0100

    build: Update ACLOCAL_AMFLAGS to install third-party macros

    So that they are carried around in the distributed tarball, and there
    are no dependencies on things like autoconf-archive.

    https://wiki.gnome.org/Projects/GnomeCommon/Migration

M	Makefile.am

commit 7e5325f4d658536cc9ffccbf5832d420e3b31801
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Sun May 24 17:52:12 2015 +0700

    Updated Thai translation

M	po/th.po

commit 982536bcc2d5042eff023aefe8d4bd5698f5cfb6
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:	Fri May 22 21:17:21 2015 +0000

    Added Occitan translation

M	po/LINGUAS
A	po/oc.po

commit 746739fab55dbc0493ea4a29d68cf545e3f151dc
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue May 12 20:11:20 2015 +0100

    core: Virtualise gdata_access_handler_get_rules()

    Add new API:
     • GDataAccessHandlerIface.get_rules
    as a virtual method backing gdata_access_handler_get_rules().

    This does not break ABI as it uses one of the reserved slots in
    GDataAccessHandlerIface.

    https://bugzilla.gnome.org/show_bug.cgi?id=664353

M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h

commit 62163529e974304933208a73bca98fe9f6a4484b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 23:22:34 2015 +0100

    tests: Update and re-enable the majority of Calendar unit tests

    The ACL tests remain disabled, pending porting the ACL implementation
    to
    v3 of the API. The batch tests have been removed completely, as
    the API
    no longer supports batch operations.

M	gdata/tests/Makefile.am
M	gdata/tests/calendar.c
M	gdata/tests/traces/calendar/authentication
D	gdata/tests/traces/calendar/batch
D	gdata/tests/traces/calendar/batch-async
D	gdata/tests/traces/calendar/batch-async-cancellation
M	gdata/tests/traces/calendar/event-insert
M	gdata/tests/traces/calendar/event_insert-async
M	gdata/tests/traces/calendar/event_insert-async-cancellation
M	gdata/tests/traces/calendar/global-authentication
M	gdata/tests/traces/calendar/query-all-calendars
M
gdata/tests/traces/calendar/query-all-calendars-async-progress-closure
M	gdata/tests/traces/calendar/query-events
M	gdata/tests/traces/calendar/query-events-async-progress-closure
M	gdata/tests/traces/calendar/query-own-calendars
M
gdata/tests/traces/calendar/query-own-calendars-async-progress-closure
M	gdata/tests/traces/calendar/query_all_calendars-async
M	gdata/tests/traces/calendar/query_all_calendars-async-cancellation
M	gdata/tests/traces/calendar/query_events-async
M	gdata/tests/traces/calendar/query_events-async-cancellation
M	gdata/tests/traces/calendar/query_own_calendars-async
M	gdata/tests/traces/calendar/query_own_calendars-async-cancellation
D	gdata/tests/traces/calendar/setup-batch-async
M	gdata/tests/traces/calendar/setup-query-calendars
M	gdata/tests/traces/calendar/setup-query-events
M	gdata/tests/traces/calendar/setup-temp-calendar
D	gdata/tests/traces/calendar/teardown-batch-async
M	gdata/tests/traces/calendar/teardown-insert-event
M	gdata/tests/traces/calendar/teardown-query-calendars
M	gdata/tests/traces/calendar/teardown-query-events
M	gdata/tests/traces/calendar/teardown-temp-calendar

commit e24d9c4ceb2638d85e09fcdc6b9f39fc4c1579da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 23:24:51 2015 +0100

    calendar: Set the self link for each GDataCalendarEvent

    Previously, this was partially solved in GDataCalendarService by
    constructing the link after each query or insertion. However,
    this could
    not work well for async operations. Instead, it appears to be possible
    to build the self link from within GDataCalendarEvent, as the calendar
    ID is apparently available as the organiser’s e-mail address.

M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-service.c

commit df0fef97fe680062870a01b7d06472eba25c3fb7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 23:23:55 2015 +0100

    core: Disable the warning about mismatched kinds

    As explained in the comment in the commit, kind mismatches are a lot
    more common (legitimately), and a lot less avoidable, in the new JSON
    APIs. Give in and stop warning about them.

M	gdata/gdata-entry.c

commit 047e41692df42599268aabb2ec91c4b7b10e5b8b
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Wed May 6 08:24:31 2015 +0100

    tests: Update perf test to use GTest

    It now asserts that the performance is above some lower bound, and can
    output in TAP format correctly.

M	gdata/tests/perf.c

commit d301544d823bdeabc2e9d424b3481cbdac311187
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 00:44:52 2015 +0100

    build: Update git.mk from upstream

M	git.mk

commit 802fad787566223913bd03e39c60b7b6c1baa9f7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 00:22:47 2015 +0100

    tests: Port to use installed-tests

    Port the unit tests to follow the installed-tests standard, installing
    the test binaries and generated .test metadata files.

    This removes the existing --enable-tests configure option,
    replacing it
    with the standard:
     • --enable-always-build-tests
     • --enable-installed-tests
    options. --enable-always-build-tests is a direct replacement for
    --enable-tests, controlling whether tests are built at compile
    time, or
    only when run under `make check`. --enable-installed-tests controls
    whether tests will be installed on the system.

    If the tests are installed, use
	gnome-desktop-testing-runner libgdata
    to run them all.

    https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests

M	Makefile.am
M	configure.ac
M	gdata/tests/Makefile.am
M	gdata/tests/common.c
A	glib-tap.mk
A	tap-driver.sh
A	tap-test

commit 10f67845a07c75bf92f1128d949edae75d645ec7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 00:21:17 2015 +0100

    tests: Use g_test_build_filename() to load test data files

    Rather than TEST_FILE_DIR, which is completely non-relocatable and
    a bit
    of a hack.

    This is one step towards supporting installed-tests.

    https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests

M	gdata/tests/Makefile.am
M	gdata/tests/calendar.c
M	gdata/tests/client-login-authorizer.c
M	gdata/tests/common.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/freebase.c
M	gdata/tests/oauth1-authorizer.c
M	gdata/tests/oauth2-authorizer.c
M	gdata/tests/picasaweb.c
M	gdata/tests/tasks.c
M	gdata/tests/youtube.c
D	gtester.mk

commit 0e42b9d0e64aaf9f4d04eeab29d860a68209ff61
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon May 4 00:11:34 2015 +0100

    demos: Add calendar-cli demo

    This is a simple demo to allow querying calendars and events from the
    command line, and inserting simple new events into a calendar.

M	Makefile.am
A	demos/calendar/calendar-cli.c

commit 83d215b9d2bb7e7b1547986c23277b370fce215f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon May 4 00:08:50 2015 +0100

    calendar: Port to the Calendar API version 3

    Deprecated API:
     • GDataCalendarFeed:timezone, gdata_calendar_feed_get_timezone()
     • GDataCalendarFeed:times-cleaned,
       gdata_calendar_feed_get_times_cleaned()
     • GDataBatchable implementation in GDataCalendarService
     • gdata_calendar_service_insert_event(),
       gdata_calendar_service_insert_event_async()
     • GDataCalendarCalendar:times-cleaned,
       gdata_calendar_calendar_get_times_cleaned()
     • GDataCalendarCalendar:edited,
     gdata_calendar_calendar_get_edited()

    API changes:
     • GDataBatchable implementation in GDataCalendarService will
     now always
       fail
     • ACLs are temporarily not supported; support for them will
     be re-added
       in future when they have been ported to the new API
     • Add gdata_calendar_service_insert_calendar_event(),
       gdata_calendar_service_insert_calendar_event_async()

    This includes a partial update of the unit tests, but most of
    them have
    been disabled pending updates.

    https://bugzilla.gnome.org/show_bug.cgi?id=664353

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/calendar/gdata-calendar-feed.h
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/tests/calendar.c

commit 69d181787f4ed92690130d50858dc856c462585a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 3 23:51:59 2015 +0100

    demos: Fix usage documentation in youtube-cli

    It was outdated.

M	demos/youtube/youtube-cli.c

commit 03e5b84ec166d67e1f32a51dc6727a75fe826198
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 3 23:49:00 2015 +0100

    core: Update reference link in GDataAccessRule documentation

    Haven’t yet checked if the implementation still matches the
    documentation.

M	gdata/gdata-access-rule.c

commit f5f4d75bc63fb57bf344ff1018731e12d695772e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 3 23:48:35 2015 +0100

    docs: Remove a dead link from the HACKING file

    https://bugzilla.gnome.org/show_bug.cgi?id=664353

M	HACKING

commit f73d69de95bb934a34b20644de5e84854d046284
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 3 23:34:32 2015 +0100

    core: Clarify that GDataFeed:total-results may be zero for unknown

    The v3 Calendar API doesn’t report the total number of results for
    calendar lists, even though it supports pagination. Clarify the
    documentation about this.

    https://bugzilla.gnome.org/show_bug.cgi?id=664353

M	gdata/gdata-feed.c

commit d7f93942811ba761cfb16430744a40e89a5bf5b6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 3 16:21:30 2015 +0100

    core: Add an internal parser for hexadecimal colours in JSON members

    This will be used for v3 of the Calendar API.

    https://bugzilla.gnome.org/show_bug.cgi?id=664353

M	gdata/gdata-parser.c
M	gdata/gdata-parser.h

commit e98aabd114aa5d86d41b0da50c720fda58cd3b1e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 3 12:09:22 2015 +0100

    documents: Assert that parsing a known JSON string member succeeds

    gdata_parser_string_from_json_member() should return TRUE iff
    it matched
    the given member (even if parsing fails). Since the member name comes
    from a loop over the existing members, this should always succeed.

    Spotted by Coverity.

    CID: #109873

M	gdata/services/documents/gdata-documents-document.c

commit f6f4e3e5eb75d1f17eb1fa9cc8aa3c9b31bb38f1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 3 12:07:59 2015 +0100

    youtube: Add a missing strv NULL dereference check

    Spotted by Coverity.

    CID: #109874

M	gdata/services/youtube/gdata-youtube-video.c

commit f2d18cbcc9e33d4e3a92abde8cdad428c031dd7e
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 21:31:01 2015 +0100

    tests: Partially port and re-enable the YouTube test suite

    Re-enable a couple of the tests. There’s still a long way to
    go before
    they’re all re-enabled though.

M	gdata/tests/Makefile.am
M	gdata/tests/traces/youtube/authentication
M	gdata/tests/traces/youtube/global-authentication
M	gdata/tests/youtube.c

commit e49a9d92120da3a77817c77577859be53c7cd081
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 21:32:55 2015 +0100

    youtube: Remove processingDetails part from single video query URI

    We can only query the processingDetails if we are the video owner,
    which
    basically means we can only (reliably) do it in the upload code, after
    uploading the video. Attempting to retrieve the processingDetails for
    any other video (we don’t own) results in an access denied error
    response from the server.

M	gdata/services/youtube/gdata-youtube-video.c

commit f21f169ea15fd30cd74b32a0100d6ae96300c53e
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 21:32:20 2015 +0100

    youtube: Fix freeing static strings in GDataYouTubeVideo

    The access control keys are all allocated, not static. This fixes a
    crash when parsing some videos.

M	gdata/services/youtube/gdata-youtube-video.c

commit 0f9ff5f12cf65c9a779f87f1e15ffb62c565c295
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 21:31:39 2015 +0100

    youtube: Add property setters in GDataYouTubeState

    So that it can actually be constructed from
    gdata_youtube_video_get_state().

M	gdata/services/youtube/gdata-youtube-state.c

commit 55494a86848d6ba164a72c8c57adf8360a3ed26d
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 20:29:22 2015 +0100

    tests: Re-enable Freebase tests

    They seem to pass now; don’t know what changed to cause them to stop
    failing.

M	gdata/tests/Makefile.am

commit c7445fc6f30befbf19dfbf60b81053259aae9804
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 20:22:08 2015 +0100

    tests: Re-enable the general /app/categories after porting to
    YouTube v3

    Port the test to use the new JSON-style GDataAPPCategories (which is
    completely non-standards-compliant, but hey) and re-enable it.

M	gdata/tests/general.c

commit fa663d6504ceecb7cf9202f0de178b0915694e66
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 20:11:44 2015 +0100

    tests: Update and re-enable the streams test

    It needed to be updated to check YouTube JSON, rather than XML. No
    other
    changes.

M	gdata/tests/Makefile.am
M	gdata/tests/streams.c

commit 7d58b5d78d1a69cf7a6d7957d31382b91f2ee6ae
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 20:11:18 2015 +0100

    youtube: Fix an error return value type

M	gdata/services/youtube/gdata-youtube-video.c

commit 5ca05e195f7cecd63d6616aeef8410df8eee978c
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 20:10:10 2015 +0100

    youtube: Allow location to be unset in GDataYouTubeVideo

    Previously, whether the location was set was controlled by another
    property, but that’s gone now. Relax the bounds on the latitude and
    longitude properties, and treat all out-of-bounds values as an unset
    location.

    This fixes the problem of a new GDataYouTubeVideo saying its
    location is
    (0.0, 0.0) (which is a valid location).

M	gdata/services/youtube/gdata-youtube-video.c

commit 2fe7f6305063b6c300cac15e3abff738d41dba0c
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Apr 30 19:38:15 2015 +0100

    media: Fix a strict aliasing problem with a cast

    Fixes a compiler warning. Potentially unbreaks libgdata on
    architectures
    which care about pointer alignment. (I’m looking at you, ARM.)

M	gdata/media/gdata-media-thumbnail.c

commit 320bd70b5d285c9f3a336de94e1e771dffbfaea9
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Mon Apr 27 18:23:57 2015 +0200

    core: Set description in JSON

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-entry.c

commit 6e0b3d1f14e0c290670fd595ace3bf48dd26e714
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Apr 24 17:01:42 2015 +0200

    documents: Add support for Drive v2 query properties

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-query.c

commit a246f3bf5f22fcde438e916764a5bca61c9f1a90
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Apr 24 11:31:16 2015 +0200

    core: Add internal helper API for adding query strings

    In the Drive v2 API, certain GDataDocumentsQuery properties like
    show-deleted and show-folders no longer have their own parameters, but
    have to be specified as a search clause in the query string. This will
    be used internally by child classes of GDataQuery to add search
    clauses
    that represent service-specific query properties.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-private.h
M	gdata/gdata-query.c

commit fa3e219eff1d4617463a86deb14cb3b1f5fb9a19
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Apr 24 11:35:22 2015 +0200

    documents: Add support for paging through Drive v2 file lists

    The server does not offer a ‘previous’ URI.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-feed.c

commit a7a92287d7fd592d8fb2ae466ab91b869c2c7a19
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 23 14:37:12 2015 +0200

    core: Expose _gdata_feed_add_link() internally

    This will be used by GDataDocumentsFeed to add a link for nextLink.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-feed.c
M	gdata/gdata-private.h

commit cb60cd24c2baea7c8b068114411b776db55b6bb5
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 23 14:25:18 2015 +0200

    core: Parse selfLink from JSON for GDataFeed

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-feed.c

commit f05a94d4ddbad9b9f1dff58c8a6a68505f49cd35
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 03:50:45 2015 +0100

    build: Increment version to 0.17.2

M	configure.ac

commit a032226ce2312753e4fa50a77c401cdd4ff82a3d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 03:49:26 2015 +0100

    Release version 0.17.1

M	NEWS
M	configure.ac

commit 83fa58ffd75b08463bf9d1be2a80fff8be098837
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 03:19:07 2015 +0100

    Release version 0.17.0

M	NEWS
M	docs/reference/gdata-docs.xml
M	gdata/atom/gdata-category.h
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-oauth2-authorizer.c
M	gdata/gdata-oauth2-authorizer.h
M	gdata/gdata-parser.c
M	gdata/gdata-service.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-content.h
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-credit.h
M	gdata/services/youtube/gdata-youtube-feed.c
M	gdata/services/youtube/gdata-youtube-feed.h
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

commit f6340dafe5b5ac872d48aeb3b4cb42f594d3cee4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 02:35:28 2015 +0100

    tests: Temporarily disable a few tests which have not been updated

    Disable the Drive and YouTube unit tests, as they have not been
    updated
    from master to match the new JSON APIs (vs the old XML ones).

M	gdata/tests/Makefile.am
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c

commit 8b448859ffb635b1de66bcf5fe51bf4d95c2c419
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 01:38:18 2015 +0100

    docs: Add missing Freebase symbol to sections.txt

M	docs/reference/gdata-sections.txt

commit c3f35353ec030d7e54aa496d9c0d5ca6af6ec401
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 01:35:37 2015 +0100

    youtube: Remove some G_GNUC_DEPRECATED to un-break gtk-doc

    gtk-doc apparently cannot parse G_GNUC_DEPRECATED applied after struct
    typedefs, so remove them.

M	gdata/services/youtube/gdata-youtube-content.h
M	gdata/services/youtube/gdata-youtube-credit.h
M	gdata/services/youtube/gdata-youtube-query.h

commit 92c9c1b488a5da38a100ddc19b3544e702bd3cd8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 01:15:41 2015 +0100

    documents: Use standard ‘Deprecated’ syntax in gtk-doc comments

    Standardise with the rest of libgdata, and the gtk-doc manual.

M	gdata/services/documents/gdata-documents-entry.c

commit d6e64a18cc28b6d8feb62d739d8b3d1eedf392d4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 01:14:29 2015 +0100

    core: Use standard ‘Deprecated’ syntax in gtk-doc comments

    Standardise with the rest of libgdata, and the gtk-doc manual.

M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-service.c

commit 598cac2f34b5265d541131942fc75467ddbdaeef
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Thu Apr 23 23:09:38 2015 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit 6be3965c97cc3af1ea783166dd7c700129abe67a
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 23 13:22:03 2015 +0200

    documents: Parse lastViewedByMeDate as GDataDocumentsEntry:last-viewed

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c

commit 232c559afd9da9c21733ae77b6bdc357d63673a8
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 16 20:10:05 2015 +0200

    documents: Support thumbnails and downloads using Drive v2

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-document.c

commit d93279623e34c7b275ae3f989b54c6f3a30d5658
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Tue Mar 31 16:04:33 2015 +0200

    documents: Add support for parsing Drive v2 files

    We don't override GDataEntry:id any more. It is now identical to
    GDataDocumentsEntry:document-id.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c

commit 3bb5feaaf360fd946b5bd89a3a1345309a4d8d77
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Mon Mar 30 18:39:47 2015 +0200

    documents: Add support for parsing Drive v2 file lists

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-feed.c

commit 72c1ae9fa445aca7cc24573e4d381cf66d17c704
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 23 13:06:09 2015 +0200

    documents: Deprecate GDataDocumentsEntry:edited

    The Drive v2 API does not have the concept of ‘significant
    changes’, so
    GDataDocumentsEntry:edited is now identical to GDataEntry:updated.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/tests/documents.c

commit 4d2dce3539a40a93b0db3a6aad62aa04c005276f
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Apr 17 12:51:53 2015 +0200

    documents: Use Drive v2 scopes

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit 54da3958675d2b8cdd0cedf19e5a5b5ffc7c6d92
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 16 18:48:16 2015 +0200

    documents: Point the entry URI at the Drive v2 API

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c

commit ac384ef8538871ee7e52fbfcb4e989c0a04a8aae
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Mon Mar 30 20:03:20 2015 +0200

    documents: Point the request uri at the Drive v2 API

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-service.c

commit 9c996d5789107fdfc56a3cfff8264a978ac95123
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Apr 22 00:46:58 2015 +0100

    app: Remove unused XML parsing code from GDataAPPCategories

    No longer needed after porting the YouTube API to v3, which uses JSON.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/app/gdata-app-categories.c

commit 727c13a632fbc6a9fd60d9b66921e12b618b55f5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 20:43:17 2015 +0100

    youtube: Port to the YouTube API version 3

    Deprecated API:
     • GDataYouTubeQuery:format, gdata_youtube_query_get_format(),
       gdata_youtube_query_set_format()
     • GDataYouTubeQuery:has-location
     • GDataYouTubeQuery:language, gdata_youtube_query_get_language(),
       gdata_youtube_query_set_language()
     • GDataYouTubeQuery:sort-order,
     gdata_youtube_query_get_sort_order(),
       gdata_youtube_query_set_sort_order()
     • GDataYouTubeQuery:uploader, gdata_youtube_query_get_uploader(),
       gdata_youtube_query_set_uploader()
     • GDataYouTubeSortOrder
     • GDataYouTubeUploader
     • GDataYouTubeContent
     • GDataYouTubeFormat
     • GDataYouTubeVideo:video-id, gdata_youtube_video_get_video_id()
     • gdata_youtube_video_look_up_content()
       (use gdata_youtube_video_get_player_uri() instead)
     • GDATA_YOUTUBE_RATING_TYPE_SIMPLE
     • GDataYouTubeCredit, GDATA_YOUTUBE_CREDIT_ENTITY_PARTNER
     • GDataYouTubeVideo:credit, gdata_youtube_video_get_credit()
     • GDataYouTubeVideo:is-draft, gdata_youtube_video_is_draft(),
       gdata_youtube_video_set_is_draft()
     • GDATA_YOUTUBE_*_FEED except GDATA_YOUTUBE_MOST_POPULAR_FEED (all
       others have been deprecated online and will transparently
       return the
       most popular videos from the past 24 hours)

    API changes:
     • GDataYouTubeQuery:restriction no longer accepts IP addresses
     • All GDataCommentable functionality on GDataYouTubeVideo is
     disabled
       at runtime until the v3 YouTube API for comments is finished online
     • Not all properties of a GDataYouTubeVideo may be retrieved
     when doing
       searches, retrieving related videos, or listing standard feeds
       — to
       guarantee getting all properties, use
       gdata_service_query_single_entry() for the video in question;
       common
       properties such as title, description, player URI and thumbnails
       will always be retrieved

    Internally, the GDataYouTubeControl and GDataYouTubeGroup APIs
    have been
    removed, but they were never visible publicly, so this is not an API
    break.

    Due to the transition from v2 to v3 of the YouTube API, your
    client’s
    developer key may stop working. Refresh it here:
       https://developers.google.com/youtube/registering_an_application

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	Makefile.am
M	docs/reference/Makefile.am
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-content.h
D	gdata/services/youtube/gdata-youtube-control.c
D	gdata/services/youtube/gdata-youtube-control.h
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-credit.h
D	gdata/services/youtube/gdata-youtube-group.c
D	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit 4cf196ef256c2869a35bfdd086e2fdf0ee1da64e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 18:24:22 2015 +0100

    youtube: Add a GDataYouTubeFeed helper class for parsing feeds

    This parses YouTube-specific properties of the feed — specifically,
    the
    total-results and items-per-page, which were previously handled in a
    service-agnostic manner by GDataFeed, but YouTube doesn’t conform to
    that.

    This adds the following new API:
     • GDataYouTubeFeed

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/youtube/gdata-youtube-feed.c
A	gdata/services/youtube/gdata-youtube-feed.h
M	gdata/services/youtube/gdata-youtube-service.c

commit 53ae5fcdd66378e1d3d4fd64588f71a49bda7694
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Fri Apr 17 15:14:08 2015 +0200

    documents: Deprecate document-id

    GDataDocumentsEntry:document-id was actually already deprecated (in
    the gtk-doc comment); it just wasn’t marked with G_PARAM_DEPRECATED.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/services/documents/gdata-documents-entry.c

commit 5fd7761658607ac97f752d9bee98be6c3de09499
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 20:33:28 2015 +0100

    tests: Allow use of deprecated API in unit tests

    We need to test that the behaviour of deprecated API doesn’t change
    across the versions of libgdata, which requires it to be accessible in
    the headers, and hence LIBGDATA_DISABLE_DEPRECATED cannot be defined.

    All deprecated API is marked with G_GNUC_DEPRECATED anyway, and the
    tests can explicitly disable this with
    G_GNUC_BEGIN_IGNORE_DEPRECATIONS.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/tests/Makefile.am

commit 750bb7ffe6395d85d930948eaf93c0f323f3ef8d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 18:39:20 2015 +0100

    core: Add new JSON internal parser helper methods

    New internal API:
     • gdata_parser_int_from_json_member()
     • gdata_parser_strv_from_json_member()

    These will be useful in upcoming changes to port to v3 of the YouTube
    API.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/gdata-parser.c
M	gdata/gdata-parser.h

commit d8a40c6e4172ba26f57e65041667b5266f88fed1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 18:34:16 2015 +0100

    core: Add JSON support to GDataUploadStream

    Add support for JSON to the non-resumable and resumable code paths, so
    that GDataEntrys which specify application/json as their content type
    have JSON generated and uploaded, rather than XML.

    This will be useful for the upcoming port to v3 of the YouTube API.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/gdata-upload-stream.c

commit de74263ff38a9d3e9672b833e5883393b3a9854c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 18:29:29 2015 +0100

    media: Add JSON support to GDataMediaThumbnail

    This will be used in the upcoming port to v3 of the YouTube API.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/media/gdata-media-thumbnail.c

commit 9dc3981167a70c404a236aeb368dc441e9f9714c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 18:23:16 2015 +0100

    core: Add internal API for setting GDataFeed:total-results

    This will be useful in adding GDataYouTubeFeed, shortly.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/gdata-feed.c
M	gdata/gdata-private.h

commit f89b123bf15dc1f4eee107b6a65a2a6bd1273253
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 18:02:03 2015 +0100

    app: Add support for JSON to GDataAPPCategories

    This allows downloading the YouTube category list with v3 of the
    YouTube
    API.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/app/gdata-app-categories.c

commit b354ff4c392c6adf65ccb5340dfb17c0dbab8363
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 18:36:16 2015 +0100

    core: Expose gdata_parser_error_from_json_error() internally

    Expose this as an internal helper function, which will be useful in
    upcoming commits.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/gdata-parser.c
M	gdata/gdata-parser.h

commit 7fc7b3ad68ddca2c838651734b0c8a1d32da8449
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 20:44:14 2015 +0100

    youtube: Fix default values of GDataYouTubeQuery location properties

    The latitude and longitude properties previously had 0.0 as their
    default value, which is a valid location. They should instead have
    G_MAXDOUBLE as their default, which is not a valid location —
    and hence
    doesn’t affect query results before the properties are set
    explicitly.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/services/youtube/gdata-youtube-query.c

commit 7887424aed686642fa1ed61dff1409fb89eab7e1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 19 17:59:18 2015 +0100

    demos: Expand youtube-cli functionality

    Add support for all of the major features which our YouTube service
    currently supports: querying single videos, related videos, standard
    feeds, categories, and uploading videos.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	demos/youtube/youtube-cli.c

commit f35706c5057d948e468f93c57ffba4f415124c2b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Fri Apr 17 19:47:40 2015 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit 87389a294276de50db8e71eb35cd663b7266970d
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 16 18:51:57 2015 +0200

    core: Get the content type from the response instead of hard coding it

    There are places where we need to hard code the content type used by
    a specific service API. eg., when we want to upload and need to know
    whether to send JSON or XML. However, in this case, we have the
    response from the server and we can find the content type from that.
    We are already doing it in a few other places, so let's do it
    here too.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-service.c

commit c8b45de97cd6c975659a4fbb477c065bb64002a4
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 16 15:14:22 2015 +0200

    core: Add support for JSON to GDataAccessRule

    The ‘edited’ property is left unused.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-access-rule.c

commit 565bb3a7ffd945f4ee39ca4091be100f505a74ac
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 16 13:23:15 2015 +0200

    core: Add support for JSON to GDataAccessHandler

    This includes initial code for detection of the Content Type of
    received messages, and parsing JSON or XML depending on that.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-access-handler.c

commit d82abd75899683bfb5e9f677e8ca640fefe85efa
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 2 18:05:37 2015 +0200

    core: Parse description from JSON

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

M	gdata/gdata-entry.c

commit b0d0c9dd7cecd2c43e559215b14a082999d5a917
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Apr 16 00:47:14 2015 +0100

    core: Add internal helper API for setting GDataEntry:id

    This will be used in the upcoming ports of various services to JSON.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/gdata-entry.c
M	gdata/gdata-private.h

commit c975b7b55a7c32f5d4146b1b799ad4c6456c7b17
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Apr 16 00:46:32 2015 +0100

    core: Add internal helper API for setting GDataEntry:published

    This will be used in the upcoming ports of services to JSON.

    https://bugzilla.gnome.org/show_bug.cgi?id=687597

M	gdata/gdata-entry.c
M	gdata/gdata-private.h

commit d6ddcbfe28f236f3f6a17fd980f03b2306135ec8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 14 00:50:19 2015 +0100

    demos: Add youtube-cli demo

    This is a simple demo to search for YouTube videos on the command
    line.

M	Makefile.am
A	demos/youtube/youtube-cli.c

commit c8c56eec911d58e167d3772dbc10f4e4242c10c0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 13 23:57:55 2015 +0100

    core: Correctly track JSON reader state when cloning nodes

    It is not safe to call json_reader_get_member_name() after recursing
    the
    parser state, so we have to copy the list of member names before
    iterating.

M	gdata/gdata-parsable.c

commit 94e5b8355ee3eda717c1a5e8d391478dd99a851a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 13 23:55:59 2015 +0100

    core: Handle malformed OAuth2 grant response bodies

    It’s possible for the server to return an empty error response,
    which we
    must handle gracefully.

M	gdata/gdata-oauth2-authorizer.c

commit 220b4671bc4a8f503b4fdbebb06c01dd6c016b80
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 13 23:54:16 2015 +0100

    core: Fix JSON parser state on hitting an error

    Close the entry element on error, otherwise the JsonParser stays
    in its
    error state.

M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c

commit 4496726447dd431004ccf872c45db6538df62fc2
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Tue Jan 6 18:35:38 2015 +0100

    goa-authorizer: Set Authorization header as "Bearer ..."

    Starting with "OAuth..." seems a CnP/leftover from OAuth1 support. RFC
    6750 only observes the "Bearer" keyword though. This also seems
    consistent
    with GDataOAuth2Authorizer.

    https://bugzilla.gnome.org/show_bug.cgi?id=742473

M	gdata/gdata-goa-authorizer.c

commit aab9947e41a1084ead6b8c82082a855656dd3e00
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Tue Jan 6 18:34:36 2015 +0100

    goa-authorizer: Add freebase domain

    This is necessary for authorizers to correctly authorize freebase
    queries.

    https://bugzilla.gnome.org/show_bug.cgi?id=742473

M	gdata/gdata-goa-authorizer.c

commit 5b34fea33d00695c993e637bc1c4f823a32133f1
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Tue Jan 6 18:33:29 2015 +0100

    freebase: Fix authorization domain

    Set up as per
    https://developers.google.com/freebase/v1/how-tos/authorizing#AboutAuthorization.

    https://bugzilla.gnome.org/show_bug.cgi?id=742473

M	gdata/services/freebase/gdata-freebase-service.c

commit 847f568fa01803cd386b1f096597b7cdd9aa9397
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Thu Apr 2 15:05:46 2015 +0200

    atom: Add macros for shared and viewed

    Having pre-defined and documented macros demystifies these strange
    URL-like strings for the application developer.

    This adds the following new API:
     • GDATA_CATEGORY_SCHEMA_LABELS_SHARED
     • GDATA_CATEGORY_SCHEMA_LABELS_VIEWED

M	docs/reference/gdata-sections.txt
M	gdata/atom/gdata-category.h

commit 42a826fb41b3a7d41ece055b37eeca44ccaedab1
Author: Alexander Shopov <ash@kambanaria.org>
Date:	Sat Apr 11 14:03:58 2015 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 2ae605eb932c288e539e695ac9bd817d4c57757c
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:	Wed Apr 8 20:28:32 2015 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit eeff9f9117a9a6cd79dfb8236b506896af60d815
Author: Samir Ribic <samir.ribic@etf.unsa.ba>
Date:	Fri Mar 13 21:01:58 2015 +0000

    Added Bosnian translation

M	po/LINGUAS
A	po/bs.po

commit 044a2a93c97efa426e14a5317eeeccb97efae3a0
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Tue Jan 6 18:31:29 2015 +0100

    tests: Indirectly test API keys

    Set a fake one on the service, so it can be checked when comparing
    with
    traces.

    https://bugzilla.gnome.org/show_bug.cgi?id=742472

M	gdata/tests/freebase.c
M	gdata/tests/traces/freebase/search
M	gdata/tests/traces/freebase/search-complex
M	gdata/tests/traces/freebase/topic

commit 540e624309b030af0e33ff1e43e278f9abcf4087
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Tue Jan 6 18:26:21 2015 +0100

    freebase: Pass API key as a GET variable

    This needs including on every freebase request if a developer key
    is set
    by the caller.

    https://bugzilla.gnome.org/show_bug.cgi?id=742472

M	gdata/services/freebase/gdata-freebase-service.c

commit 29ed453ec5328ac757313763b5ca9d3580d3c664
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Wed Mar 4 20:44:46 2015 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 73031a3e21cd8c82f1465ba9e26c3c57781c67dd
Author: Dušan Kazik <prescott66@gmail.com>
Date:	Sat Feb 28 16:19:07 2015 +0000

    Updated Slovak translation

M	po/sk.po

commit 15f0272672b7f75071a0b83df6779ba974b1a6c1
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Feb 6 13:58:28 2015 +0000

    demos: Remove use of deprecated GTK+ API

    Put the widgets in the content area — they belong there anyway.

M	demos/scrapbook/scrapbook.c

commit 8400bc61775511ed7b4fbdeb4922f13824b2b65a
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Oct 5 18:38:24 2014 +0200

    tests: Add tests for Freebase search API

    https://bugzilla.gnome.org/show_bug.cgi?id=737541

M	gdata/tests/freebase.c
A	gdata/tests/traces/freebase/search
A	gdata/tests/traces/freebase/search-complex

commit 021370e3bf24ffdbf22e7d168a7487d51c519d93
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Sep 28 19:18:04 2014 +0200

    freebase: Fix locale-dependent issues in geolocated queries

    Latitude/longitude are really expected with a '.' decimal point by the
    service, breaking on locales that would use anything different. Use
    g_ascii_formatd which always uses the '.' decimal point.

    https://bugzilla.gnome.org/show_bug.cgi?id=737541

M	gdata/services/freebase/gdata-freebase-search-query.c

commit 43dd1889c41286b0bce6dd3f1ff86716f9f79775
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Sep 28 18:25:09 2014 +0200

    freebase: Fix typo in search query

    The string array matches the GDataFreebaseSearchFilterType, using the
    FilterNodeType was unintended, and TYPE_CONTAINER happened to match
    GDATA_FREEBASE_SEARCH_FILTER_ALL.

    https://bugzilla.gnome.org/show_bug.cgi?id=737541

M	gdata/services/freebase/gdata-freebase-search-query.c

commit 0e3915c67150dfdbc17305ec39cbebb244e3f31c
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Sep 28 18:37:26 2014 +0200

    freebase: Create async topic replies with the correct GType

    The async version was wrongly using the parent type, so the returned
    object
    wasn't a GDataFreebaseTopicResult at all.

    https://bugzilla.gnome.org/show_bug.cgi?id=737540

M	gdata/services/freebase/gdata-freebase-service.c

commit 2a939fd913db3ade85e7f71850bbd009690273d4
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Oct 5 19:26:59 2014 +0200

    freebase: Add GType for GDataFreebaseSearchResultItem

    Making it a boxed type makes it friendly to bindings, as there's
    some more embedded knowledge about how to deal with this type
    memory-wise.

    https://bugzilla.gnome.org/show_bug.cgi?id=737936

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/freebase/gdata-freebase-search-result.c
M	gdata/services/freebase/gdata-freebase-search-result.h

commit 5c598dce8f092395c04d3b097669231c01cc0dc9
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Oct 5 17:59:04 2014 +0200

    tests: Add tests for freebase topic API

    https://bugzilla.gnome.org/show_bug.cgi?id=737539

M	gdata/tests/Makefile.am
A	gdata/tests/freebase.c
A	gdata/tests/traces/freebase/topic

commit 460c79a61b727e21246b463c930d020aa1d482ec
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Sep 28 18:34:30 2014 +0200

    freebase: Fix thinko when creating compound GDataFreebaseTopicObjects

    The check was actually inverted, receiving a newly created object is
    obviously the expected condition. This made the parsing of compound
    objects a lot more shallower than the received data.

    https://bugzilla.gnome.org/show_bug.cgi?id=737539

M	gdata/services/freebase/gdata-freebase-topic-result.c

commit c28a745ad8cbd4e22dccee1c2921e062f39b09db
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Sun Sep 28 18:29:40 2014 +0200

    freebase: reader_fill_object_gvalue() is only meant for "object" types

    Compound types are only meant to be handled through
    reader_fill_compound_gvalue(), which will iterate through its
    "property"
    array. Otherwise, compound elements with an ID (which is not
    mandatory,
    but ok for these to have) would be created as shallow objects instead
    of containers of further objects/values.

    https://bugzilla.gnome.org/show_bug.cgi?id=737539

M	gdata/services/freebase/gdata-freebase-topic-result.c

commit d848eb308c84d8bd2139618bad5197d83fd81fae
Author: Debarshi Ray <rishi.is@lostca.se>
Date:	Fri Dec 12 23:57:08 2014 +0000

    demos: Add a docs-list demo

    Adapted from a bug report reproducer program by Debarshi Ray,
    this lists
    all the documents in the user’s Google Documents account,
    getting the
    account information from GOA.

    https://bugzilla.gnome.org/show_bug.cgi?id=741345

M	Makefile.am
A	demos/docs-list/docs-list.c

commit 42fe3139568ded6cdeb4f69410a893448c2ba516
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 12 23:45:11 2014 +0000

    build: Fix some whitespace in Makefile.am

M	Makefile.am

commit f08951ebf95977ece665636a5cf423a7bc4252d2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 12 23:20:50 2014 +0000

    documents: Handle final page pagination in GDataDocumentsService

    The Google Documents servers always return a next page URI in a
    GDataFeed unless on the final page of results, in which case no URI is
    returned. Pass that information through to the GDataQuery so that
    pagination works correctly for Google Documents.

    https://bugzilla.gnome.org/show_bug.cgi?id=741345

M	gdata/services/documents/gdata-documents-service.c

commit b449554962090aed5500a6fd10cd04a7bb27c6d7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 12 23:18:05 2014 +0000

    core: Explicitly support a final page in GDataQuery pagination

    The pagination model previously used by GDataQuery was to assume that
    the server would return an empty GDataFeed once the final page was
    passed by calling gdata_query_next_page().

    Unfortunately, the Google Documents servers don’t do that —
    instead,
    they provide a next page URI in each GDataFeed, and don’t provide
    one on
    the final page. GDataQuery did not support this kind of explicit
    knowledge about the current page being the final one.

    Add support for it with a delightful set of hacky internal functions.
    Return a dummy empty feed from GDataService if passed a GDataQuery
    which
    is flagged as having reached the end of its pagination.

    https://bugzilla.gnome.org/show_bug.cgi?id=741345

M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-service.c

commit 18edbc4e90f582bc67b08f6158c97666ebd8acaf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 12 23:15:45 2014 +0000

    core: Allow the GDataFeed type to be passed to _gdata_feed_new()

    This will be used internally later to support constructing custom
    empty
    feeds for pagination purposes.

    https://bugzilla.gnome.org/show_bug.cgi?id=741345

M	gdata/gdata-batch-operation.c
M	gdata/gdata-feed.c
M	gdata/gdata-private.h

commit 1e5e69909cec7cc4d75c8ac2ae326b29795f01a8
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Dec 12 19:45:40 2014 +0000

    core: Virtualise feed parsing in GDataService

    Split the bulk of feed parsing out into a virtual method on
    GDataService. This will allow subclasses of GDataService to implement
    service-specific tweaks to feed parsing, which is required for
    pagination handling with Google Documents.

    New API:
     • GDataServiceClass.parse_feed

    This does not break ABI — it consumes one of the struct’s
    expansion
    slots.

    https://bugzilla.gnome.org/show_bug.cgi?id=741345

M	gdata/gdata-service.c
M	gdata/gdata-service.h

commit 52e05dd978ff111ad154b01d0bb3f241b3600325
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Dec 12 19:44:12 2014 +0000

    core: Eliminate unnecessary is_async argument from parser functions

    Instead, use g_main_context_invoke(), which guarantees to call the
    callback synchronously if the GMainContext is owned, and in an idle
    callback otherwise. This is exactly what we want for implementing
    callbacks which could come from this thread or a worker thread.

    https://bugzilla.gnome.org/show_bug.cgi?id=741345

M	gdata/gdata-access-handler.c
M	gdata/gdata-feed.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c

commit b74bc65d31e2d52eec4fb9ba2296b6ef64f40a72
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Dec 12 19:36:05 2014 +0000

    core: Use correct relation URI for next/previous feed links

    GDataLink enforces that all relations are proper URIs, prefixing
    iana.org to those which aren’t — so we need to do the same
    when calling
    gdata_feed_look_up_link().

    https://bugzilla.gnome.org/show_bug.cgi?id=741345

M	gdata/gdata-service.c

commit 1b5919570fb8b16c25ccc11204ab763f11d97003
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Dec 12 17:31:29 2014 +0000

    tests: Switch to non-interactive tests by default

    This fixes `make check` stalling forever on requesting user input. To
    run the interactive tests, the programs now need to be run with
    --interactive.

M	gdata/tests/common.c

commit c87a112246e0bcbd5c3a8aa484a50c617d710dbf
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Dec 12 17:31:01 2014 +0000

    tests: Eliminate ISO 8601 formatting workaround for dates

    Follow up to commit
    732017e4e5235e28c578cc3367fa0c4548b65495732017e4e5235e28c578cc3367fa0c4548b65495.

    https://bugzilla.gnome.org/show_bug.cgi?id=739956

M	gdata/tests/calendar.c
M	gdata/tests/general.c
M	gdata/tests/tasks.c
M	gdata/tests/youtube.c

commit 9e854ae61e898083a1792b13b6359d375b8fa0ef
Author: Yaşar Şentürk <yasarix@gmail.com>
Date:	Thu Dec 4 21:26:38 2014 +0000

    Updated Turkish translation

M	po/tr.po

commit 08f31ef1d7e92671dc13a3c8494f9e3ae20e9b90
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Nov 9 22:16:03 2014 +0000

    tests: Temporarily disable some Contacts test assertions

    Seems these elements broke on the server at some point.

    https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3662

M	gdata/tests/contacts.c

commit b706cf271ba634b721e51a814e950bcfd620c139
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Nov 9 22:04:45 2014 +0000

    tests: Update Contacts test traces for ISO 8601 date changes

    https://bugzilla.gnome.org/show_bug.cgi?id=737799

M	gdata/tests/contacts.c
M	gdata/tests/traces/contacts/authentication
M	gdata/tests/traces/contacts/batch
M	gdata/tests/traces/contacts/batch-async
M	gdata/tests/traces/contacts/contact-insert
M	gdata/tests/traces/contacts/contact-update
M	gdata/tests/traces/contacts/global-authentication
M	gdata/tests/traces/contacts/group-insert
M	gdata/tests/traces/contacts/group_insert-async
M	gdata/tests/traces/contacts/group_insert-async-cancellation
M	gdata/tests/traces/contacts/photo-add
M	gdata/tests/traces/contacts/photo-delete
M	gdata/tests/traces/contacts/photo-get
M	gdata/tests/traces/contacts/photo_add-async
M	gdata/tests/traces/contacts/photo_add-async-cancellation
M	gdata/tests/traces/contacts/photo_delete-async
M	gdata/tests/traces/contacts/photo_get-async
M	gdata/tests/traces/contacts/photo_get-async-cancellation
M	gdata/tests/traces/contacts/query-all-contacts
M
gdata/tests/traces/contacts/query-all-contacts-async-progress-closure
M	gdata/tests/traces/contacts/query-all-groups
M
gdata/tests/traces/contacts/query-all-groups-async-progress-closure
M	gdata/tests/traces/contacts/query_all_contacts-async
M	gdata/tests/traces/contacts/query_all_contacts-async-cancellation
M	gdata/tests/traces/contacts/query_all_groups-async
M	gdata/tests/traces/contacts/query_all_groups-async-cancellation
M	gdata/tests/traces/contacts/setup-batch-async
M	gdata/tests/traces/contacts/setup-query-all-contacts
M	gdata/tests/traces/contacts/setup-query-all-groups
M	gdata/tests/traces/contacts/setup-temp-contact
M	gdata/tests/traces/contacts/setup-temp-contact-with-photo
M	gdata/tests/traces/contacts/teardown-batch-async
M	gdata/tests/traces/contacts/teardown-insert
M	gdata/tests/traces/contacts/teardown-insert-group
M	gdata/tests/traces/contacts/teardown-query-all-contacts
M	gdata/tests/traces/contacts/teardown-query-all-groups
M	gdata/tests/traces/contacts/teardown-temp-contact

commit 127a6efb183fdffaab94a2b06cc22a1387b2dcbf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Nov 8 23:34:32 2014 +0000

    tests: Remove pointless async authorizer tests from contacts.c

    The authorisers are tested separately, and don’t need to be
    re-tested in
    each unit test suite.

M	gdata/tests/contacts.c

commit 732017e4e5235e28c578cc3367fa0c4548b65495
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Nov 8 23:33:28 2014 +0000

    core: Eliminate ISO 8601 formatting workaround for dates

    Google have fixed the issue upstream, so the workaround is no longer
    needed. Thanks Google!

    https://bugzilla.gnome.org/show_bug.cgi?id=737799
    https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3595

M	gdata/gdata-parser.c

commit 730dfd4f728ca33d5dee20216562a45b644ae952
Author: Kalev Lember <kalevlember@gmail.com>
Date:	Thu Oct 30 11:31:36 2014 +0100

    Add --disable-tests to skip the building of tests

    https://bugzilla.gnome.org/show_bug.cgi?id=739395

M	Makefile.am
M	configure.ac

commit 30cf8a58e0f7f6520112c45b7d2877bdecbd6bc1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Nov 3 00:13:51 2014 +0000

    core: Mark all API as stable and impose API and ABI stability
    guarantees

    It’s time for libgdata to grow up and start guaranteeing some
    stability
    for its users. In this vein, it’s already been API stable for
    around 3
    years (since 0.9.1) — it’s about time that was made explicit.

    http://upstream-tracker.org/versions/libgdata.html is quite
    interesting.

M	HACKING
M	README
M	gdata/app/gdata-app-categories.c
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/exif/gdata-exif-tags.c
M	gdata/gcontact/gdata-gcontact-calendar.c
M	gdata/gcontact/gdata-gcontact-event.c
M	gdata/gcontact/gdata-gcontact-external-id.c
M	gdata/gcontact/gdata-gcontact-jot.c
M	gdata/gcontact/gdata-gcontact-language.c
M	gdata/gcontact/gdata-gcontact-relation.c
M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-feed-link.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-authorization-domain.c
M	gdata/gdata-authorizer.c
M	gdata/gdata-batch-feed.c
M	gdata/gdata-batch-operation.c
M	gdata/gdata-batchable.c
M	gdata/gdata-buffer.c
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-comment.c
M	gdata/gdata-commentable.c
M	gdata/gdata-comparable.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-goa-authorizer.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-oauth2-authorizer.c
M	gdata/gdata-parsable.c
M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/gdata-types.c
M	gdata/gdata-upload-stream.c
M	gdata/georss/gdata-georss-where.c
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-group.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-drawing.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-pdf.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-upload-query.c
M	gdata/services/freebase/gdata-freebase-query.c
M	gdata/services/freebase/gdata-freebase-result.c
M	gdata/services/freebase/gdata-freebase-search-query.c
M	gdata/services/freebase/gdata-freebase-search-result.c
M	gdata/services/freebase/gdata-freebase-service.c
M	gdata/services/freebase/gdata-freebase-topic-query.c
M	gdata/services/freebase/gdata-freebase-topic-result.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-comment.c
M	gdata/services/picasaweb/gdata-picasaweb-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/tasks/gdata-tasks-query.c
M	gdata/services/tasks/gdata-tasks-service.c
M	gdata/services/tasks/gdata-tasks-task.c
M	gdata/services/tasks/gdata-tasks-tasklist.c
M	gdata/services/youtube/gdata-youtube-category.c
M	gdata/services/youtube/gdata-youtube-comment.c
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/gdata-dummy-authorizer.c

commit 8a695555b68671a765f95603dd054046df3e8a5d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Nov 3 00:02:00 2014 +0000

    core: Add padding members to class structures

    This gives us flexibility for soft ABI breaks in future if needed,
    after
    we lock down the ABI entirely.

M	gdata/app/gdata-app-categories.h
M	gdata/atom/gdata-author.h
M	gdata/atom/gdata-category.h
M	gdata/atom/gdata-generator.h
M	gdata/atom/gdata-link.h
M	gdata/exif/gdata-exif-tags.h
M	gdata/gcontact/gdata-gcontact-calendar.h
M	gdata/gcontact/gdata-gcontact-event.h
M	gdata/gcontact/gdata-gcontact-external-id.h
M	gdata/gcontact/gdata-gcontact-jot.h
M	gdata/gcontact/gdata-gcontact-language.h
M	gdata/gcontact/gdata-gcontact-relation.h
M	gdata/gcontact/gdata-gcontact-website.h
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-feed-link.h
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-name.h
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.h
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.h
M	gdata/gdata-access-handler.h
M	gdata/gdata-access-rule.h
M	gdata/gdata-authorization-domain.h
M	gdata/gdata-batch-feed.h
M	gdata/gdata-batch-operation.h
M	gdata/gdata-client-login-authorizer.h
M	gdata/gdata-comment.h
M	gdata/gdata-download-stream.h
M	gdata/gdata-entry.h
M	gdata/gdata-feed.h
M	gdata/gdata-goa-authorizer.h
M	gdata/gdata-oauth1-authorizer.h
M	gdata/gdata-oauth2-authorizer.h
M	gdata/gdata-parsable.h
M	gdata/gdata-query.h
M	gdata/gdata-service.h
M	gdata/gdata-upload-stream.h
M	gdata/georss/gdata-georss-where.h
M	gdata/media/gdata-media-category.h
M	gdata/media/gdata-media-content.h
M	gdata/media/gdata-media-credit.h
M	gdata/media/gdata-media-group.h
M	gdata/media/gdata-media-thumbnail.h
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-feed.h
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-group.h
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/documents/gdata-documents-document.h
M	gdata/services/documents/gdata-documents-drawing.h
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/documents/gdata-documents-feed.h
M	gdata/services/documents/gdata-documents-folder.h
M	gdata/services/documents/gdata-documents-pdf.h
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-query.h
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.h
M	gdata/services/documents/gdata-documents-upload-query.h
M	gdata/services/freebase/gdata-freebase-query.h
M	gdata/services/freebase/gdata-freebase-result.h
M	gdata/services/freebase/gdata-freebase-search-query.h
M	gdata/services/freebase/gdata-freebase-search-result.h
M	gdata/services/freebase/gdata-freebase-service.h
M	gdata/services/freebase/gdata-freebase-topic-query.h
M	gdata/services/freebase/gdata-freebase-topic-result.h
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-comment.h
M	gdata/services/picasaweb/gdata-picasaweb-feed.h
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/services/picasaweb/gdata-picasaweb-user.h
M	gdata/services/tasks/gdata-tasks-query.h
M	gdata/services/tasks/gdata-tasks-service.h
M	gdata/services/tasks/gdata-tasks-task.h
M	gdata/services/tasks/gdata-tasks-tasklist.h
M	gdata/services/youtube/gdata-youtube-category.h
M	gdata/services/youtube/gdata-youtube-comment.h
M	gdata/services/youtube/gdata-youtube-content.h
M	gdata/services/youtube/gdata-youtube-control.h
M	gdata/services/youtube/gdata-youtube-credit.h
M	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-state.h
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/gdata-dummy-authorizer.h

commit b947511b2027b89bd5104473ffd0c720e784c6b1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Nov 1 14:27:59 2014 +0000

    tests: Remove unnecessary non-NULL test

    It was confusing Coverity.

    Coverity issue: #74584

M	gdata/tests/common.c

commit 7d7fc35aba9d825f2fa87d3d018e318e176fcb26
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Oct 17 10:15:22 2014 +0100

    docs: Fix a typo in the README

M	README

commit 8d76c05951e2acb1cd440bc6f6bbb215b191b8fd
Author: Bernd Homuth <dev@hmt.im>
Date:	Tue Sep 23 21:41:43 2014 +0000

    Updated German translation

M	po/de.po

commit 5d6f40293c1127a3879d32bd7eef4b518cb797e7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 17 23:52:48 2014 +0100

    tests: Add networked tests for the Google Tasks service

    This brings test coverage of the gdata/services/tasks/ directory up to
    84% of lines and 90% of functions, which is good enough.

    https://bugzilla.gnome.org/show_bug.cgi?id=657539

M	gdata/tests/Makefile.am
M	gdata/tests/tasks.c
M	gdata/tests/traces/tasks/authentication
M	gdata/tests/traces/tasks/global-authentication
A	gdata/tests/traces/tasks/setup-delete-task
A	gdata/tests/traces/tasks/setup-delete-tasklist
A	gdata/tests/traces/tasks/setup-insert-task
A	gdata/tests/traces/tasks/setup-list-task
A	gdata/tests/traces/tasks/setup-list-tasklist
A	gdata/tests/traces/tasks/setup-update-task
A	gdata/tests/traces/tasks/setup-update-tasklist
A	gdata/tests/traces/tasks/task-delete
A	gdata/tests/traces/tasks/task-insert
A	gdata/tests/traces/tasks/task-list
A	gdata/tests/traces/tasks/task-update
A	gdata/tests/traces/tasks/tasklist-delete
M	gdata/tests/traces/tasks/tasklist-insert
A	gdata/tests/traces/tasks/tasklist-insert-unauthorised
A	gdata/tests/traces/tasks/tasklist-list
A	gdata/tests/traces/tasks/tasklist-update
A	gdata/tests/traces/tasks/teardown-delete-task
A	gdata/tests/traces/tasks/teardown-insert-task
A	gdata/tests/traces/tasks/teardown-insert-tasklist
A	gdata/tests/traces/tasks/teardown-list-task
A	gdata/tests/traces/tasks/teardown-list-tasklist
A	gdata/tests/traces/tasks/teardown-update-task
A	gdata/tests/traces/tasks/teardown-update-tasklist

commit 730c2de9ba7d9cdd1903ffe3387e9bfe6508a53b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 21 17:30:36 2014 +0100

    tasks: Add preconditions for tasklist IDs being set when inserting
    tasks

    Can’t insert a task to a non-tasklist.

M	gdata/services/tasks/gdata-tasks-service.c

commit 181a74e0110d42dfb0d88ec98d29a6287ceda85b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 21 17:30:06 2014 +0100

    tasks: Handle an additional form of AUTHENTICATION_REQUIRED error

    Apparently there are two ‘reason’ codes which correspond to this.

M	gdata/services/tasks/gdata-tasks-service.c

commit 14cc74587533428d6bf26cdbaa35601d16d721ee
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 21 17:29:08 2014 +0100

    core: Don’t unset refresh token on refreshing OAuth 2.0
    authorisation

    When refreshing an OAuth 2.0 authorisation, only a new access token is
    returned by the server — the refresh token is left unchanged,
    so a new
    one is not returned. Do not use that as an excuse to forget the
    existing
    refresh token.

M	gdata/gdata-oauth2-authorizer.c

commit fe5a38c0b1d507bae84e41fa5014e91632f0fc25
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 21 17:28:43 2014 +0100

    core: Handle ‘etag’ and ‘kind’ members in JSON feeds

    Set the GDataFeed:etag property and ignore the kind.

M	gdata/gdata-feed.c

commit 0012f8bdb7bbd006e3ef9ec47604289840135836
Author: A S Alam <aalam@users.sf.net>
Date:	Sun Sep 21 08:43:00 2014 -0500

    update Punjabi Translation for 3.14 release

M	po/pa.po

commit 11d59f1370e20ee6e634b7edae586f444a575323
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sun Sep 21 15:23:44 2014 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit 98302f56a7888a05b1a9102fccecff1bd9d07f14
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 21 14:02:52 2014 +0100

    build: Increment version to 0.17.0

M	configure.ac

commit 805e6c94cf1792ca912ec1f280d355f06702840e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 21 13:49:18 2014 +0100

    tests: Call setlocale() on startup

    So that the correct character encoding is set for all tests.

M	gdata/tests/common.c

commit c54b759085dfeb5f59aea7d1ac620620958ac29e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 21:37:49 2011 +0100

    core: Add a GDataOAuth2Authorizer for OAuth 2.0 support

    This adds a new GDataAuthorizer subclass to support OAuth 2.0
    authorisation, which is needed for the Google Tasks unit tests.

    This includes support for all Google OAuth 2.0 features (note that
    Google’s implementation of OAuth 2.0 is not entirely standard,
    so this
    OAuth 2.0 authoriser cannot be used outside of Google’s
    services). It
    includes full unit tests too.

    New API:
     • GDATA_OAUTH2_REDIRECT_URI_OOB
     • GDATA_OAUTH2_REDIRECT_URI_OOB_AUTO
     • GDataOAuth2Authorizer

    https://bugzilla.gnome.org/show_bug.cgi?id=646285

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-authorizer.c
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-oauth1-authorizer.c
A	gdata/gdata-oauth2-authorizer.c
A	gdata/gdata-oauth2-authorizer.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/tests/Makefile.am
A	gdata/tests/oauth2-authorizer.c
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-refresh-authorization-authorized
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-refresh-authorization-unauthorized
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-request-authorization-async
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-request-authorization-async-bad-credentials
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-request-authorization-async-cancellation
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-request-authorization-sync
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-request-authorization-sync-bad-credentials
A
gdata/tests/traces/oauth2-authorizer/oauth2-authorizer-request-authorization-sync-cancellation
A
gdata/tests/traces/oauth2-authorizer/setup-oauth2-authorizer-data-authenticated

commit f5b3aafe80686894a1a7dc2c9fc9e12631ffd839
Author: Iris Gou <gouyingqiyanxuan321@gmail.com>
Date:	Sun Sep 21 10:04:48 2014 +0800

    update zh_CN translation

M	po/zh_CN.po

commit 17d8f81efd544f3d0de1f8a92e73be96153d3cd5
Author: Iris Gou <gouyingqiyanxuan321@gmail.com>
Date:	Sun Sep 21 10:04:05 2014 +0800

    update zh_CN translation

M	po/zh_CN.po

commit 148b1d01807a870cfdc56327e2231ea21c705d76
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:	Sat Sep 20 17:21:43 2014 +0200

    Updated Danish translation

M	po/da.po

commit 1caeb0edff9c4b03dfa98fb8579ffc77fb149678
Author: Mattias Eriksson <snaggen@gmail.com>
Date:	Thu Sep 18 20:12:34 2014 +0000

    Updated Swedish translation

M	po/sv.po

commit 5c3b3fdb930485a0f20b4467e7d88661e0e398dc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 18 01:03:25 2014 +0100

    build: Increment version to 0.16.1

M	configure.ac

commit d400e22c0f717434b7d5e80c9007b887a5761b18
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 18 01:02:15 2014 +0100

    Release version 0.16.0

M	NEWS
M	configure.ac
M	docs/reference/gdata-docs.xml
M	gdata/gdata-access-rule.c
M	gdata/gdata-service.h
M	gdata/services/tasks/gdata-tasks-task.h
M	gdata/tests/gdata-dummy-authorizer.c
M	gdata/tests/gdata-dummy-authorizer.h

commit b085a95596537409df2510aab72cb033c50ae253
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 17 23:44:38 2014 +0100

    tasks: Output the ‘hidden’ property in generated JSON

    It’s read-only, but that hasn’t stopped us outputting all
    the other
    read-only properties. This can be reverted if real life testing proves
    it’s a problem.

M	gdata/services/tasks/gdata-tasks-task.c

commit c1fdff59c73dfa0f1883d8f108d4923b6becf246
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 17 23:44:21 2014 +0100

    tasks: Simplify some code

    This introduces no functional changes.

M	gdata/services/tasks/gdata-tasks-task.c

commit a7346660e2b60f338fe225bc12ad1addbc19912c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 17 23:01:04 2014 +0100

    core: Fix various minor mutex abuses

    GLib has recently got stricter about abusing mutexes, and now
    no longer
    allows:
     • Clearing a locked mutex.
     • Unlocking a non-locked mutex.
    Both of which libgdata was doing, and now does no longer.

M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c

commit d5938f7c4c778ec42f1d0dd9af96dbb0065be1c7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 17 22:59:06 2014 +0100

    tests: Add support for the new SoupServer API

    This increments the maximum libsoup dependency to ≤ 2.47.3, but
    does not
    increment the minimum dependency.

M	configure.ac
M	gdata/tests/streams.c

commit 65745626ffc893a06d2d27c562effed4b683002b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:59:12 2014 +0100

    tests: Add unit tests for the Google Tasks service

    These are non-interactive and non-network tests, since I don’t
    currently
    have time to get networked tests working for Google Tasks —
    they require
    OAuth 2 support to land first (bug #646285).

    By themselves, these non-network tests give 64% line coverage and 74%
    function coverage of gdata/services/tasks/.

M	gdata/tests/Makefile.am
A	gdata/tests/tasks.c
A	gdata/tests/traces/tasks/authentication
A	gdata/tests/traces/tasks/global-authentication
A	gdata/tests/traces/tasks/tasklist-insert

commit dfd4735d645bdf9d64718f7c72c68ad683bb96a3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 01:02:56 2014 +0100

    tasks: Add a custom error parser

    The errors returned by the Google Tasks API are a simple JSON format
    which allows for multiple error messages to be included. It appears to
    be undocumented anywhere, so has been reverse engineered from examples
    returned by the server.

M	gdata/services/tasks/gdata-tasks-service.c

commit ef593215455ad8d4766ff8aef61b230c58a3c3d3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 01:01:57 2014 +0100

    core: Add an error code in GDataServiceError for exceeding the
    API quota

    This adds API:
     • GDATA_SERVICE_ERROR_API_QUOTA_EXCEEDED

M	gdata/gdata-service.h

commit 574b54eb1cf9748ea58323037d68d2c0497da1eb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 01:01:09 2014 +0100

    docs: Remove unnecessary clean rules from documentation Makefile.am

    These are now correctly included in gtk-doc.make.

M	docs/reference/Makefile.am

commit 31c69604484a0c1a0e9913c2db760c2f63b72883
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:13:59 2014 +0100

    tests: Add a dummy GDataAuthorizer implementation

    This will come in useful when testing services which don’t support
    ClientLogin authorisation, such as Google Tasks. Such services require
    OAuth authorisation, which requires user interaction. That puts up
    a big
    barrier to running the unit tests frequently, and Google seem
    to provide
    no ‘playground’ API key which could be used to bypass this
    requirement
    for testing purposes.

    The idea is that traces are recorded for tests using an OAuth
    authoriser (requiring user interaction), then the dummy authoriser is
    substituted when the tests are run offline against the pre-recorded
    traces. This will require custom message matching in uhttpmock
    to ignore
    the Authorization header, which will differ between the OAuth
    and dummy
    authorisers.

M	docs/reference/Makefile.am
M	gdata/tests/Makefile.am
A	gdata/tests/gdata-dummy-authorizer.c
A	gdata/tests/gdata-dummy-authorizer.h

commit 760ca0235f7b0e6413cd31cb371f5e3e83a8c490
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:10:07 2014 +0100

    tasks: Improve documentation for GDataTasksTask properties

    Better document the format of datetime-typed properties — they
    are the
    number of seconds since the UNIX epoch.

M	gdata/services/tasks/gdata-tasks-task.c

commit d10a15b0d5016d027bb7613218d64b81b2b5c724
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:09:38 2014 +0100

    tasks: Fix a property definition on GDataTasksTask

    This one was certainly never tested.

M	gdata/services/tasks/gdata-tasks-task.c

commit eaaaddb30e93e528c1acfd741e2f08c3d3e619d9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:08:26 2014 +0100

    tasks: Add missing kind_terms to GDataEntry subclasses

    This is necessary to ensure the ‘kind’ JSON property appears in
    generated output. I’m not sure how the service could have functioned
    without these missing, unless Google is validating tasks very
    relaxedly.

M	gdata/services/tasks/gdata-tasks-task.c
M	gdata/services/tasks/gdata-tasks-tasklist.c

commit 674d85182bf2c855122c21a06b3977a399eeeb11
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:07:53 2014 +0100

    tasks: Document missing features of GDataTasksTask

    Currently it doesn’t support links associated with a task.

M	gdata/services/tasks/gdata-tasks-task.c

commit 7b34e0a1fe2bf717129b25ea418bcb5f590ecc36
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:07:16 2014 +0100

    tasks: Invalid GDataTasksQuery:etag on property changes

    Since the ETag no longer represents the query.

M	gdata/services/tasks/gdata-tasks-query.c

commit c83a01a0eb222999574e2344c702e1a36dc1cb5a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:06:02 2014 +0100

    tasks: Deprecate the ‘q’ parameter of gdata_tasks_query_new()

    It was never a valid parameter, and we really should have caught this
    before the API was finalised. Deprecate the parameter and document
    that
    it should only ever have NULL passed to it. Don’t use the parameter
    internally.

    This is necessary because Google don’t support the ‘q’
    parameter for
    Tasks queries — there is no way to search within task titles
    or notes.

M	gdata/services/tasks/gdata-tasks-query.c

commit 28a4fada8a3077ab5ea3062c1d59b48971a51283
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:05:47 2014 +0100

    tasks: Remove unused members from GDataTasksQuery

M	gdata/services/tasks/gdata-tasks-query.c

commit 4b96f5b68c0bc70bf7b0d76fc3c36ff9f9dbe5fd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 31 00:04:28 2014 +0100

    tasks: Add helper constants for GDataTasksTask:status

    So the user doesn’t need to keep typing out the well-known
    strings which
    form the accepted values of GDataTasksTask:status.

    This adds new API:
     • GDATA_TASKS_STATUS_NEEDS_ACTION
     • GDATA_TASKS_STATUS_COMPLETED

M	docs/reference/gdata-sections.txt
M	gdata/services/tasks/gdata-tasks-task.c
M	gdata/services/tasks/gdata-tasks-task.h

commit af3498df1429182b85bec3e5cbfaeae8acebfe35
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 30 23:30:11 2014 +0100

    tests: Tighten error checking on UHM trace setup

    If the trace file didn’t exist, we weren’t catching the error, and
    things were failing further down the line.

M	gdata/tests/common.c

commit 5e9c4ff3adc83bb21ac7a7436dcb0637b3662342
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 30 23:29:18 2014 +0100

    tests: Split OAuth helper function out of oauth1-authorizer tests

    Move it to the common test library, as it will be useful in future for
    testing services which require OAuth authentication (such as Google
    Tasks).

M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/oauth1-authorizer.c

commit ff6c831378848cce5622cea8fb1236154e83f9d2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 30 23:28:17 2014 +0100

    tasks: Add a missing symbol to gdata.symbols

M	gdata/gdata.symbols

commit e7cfb96f471f133d57a09dbba9c747db3be52f1a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 30 23:04:04 2014 +0100

    build: Split common test code into a libtool convenience library

    Instead of compiling the common code files into each test binary.

M	gdata/tests/Makefile.am

commit 240c44f484c3bd6b5d887f3628ecbb2e52fe1749
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 30 22:53:26 2014 +0100

    build: Tidy up whitespace in tests Makefile.am

    It was offending my sensibilities, which have apparently moved
    on since
    I originally wrote that file.

M	gdata/tests/Makefile.am

commit 6bf1f79e2032b406fde5fe14634ddc1908bd6f20
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sun Sep 14 21:22:46 2014 +0200

    Updated Slovenian translation

M	po/sl.po

commit 192768e1a47b7e96cc7ce6c41e003e3aa88c6f38
Author: Balázs Úr <urbalazs@gmail.com>
Date:	Thu Sep 11 15:56:45 2014 +0000

    Updated Hungarian translation

M	po/hu.po

commit 3ef0de48702176d58cc11be7014b383b98b47138
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:	Sun Sep 7 19:17:12 2014 +0400

    Updated Russian translation

M	po/ru.po

commit c06c478f9468b117c69dfb84baab65b2d40986cb
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Sun Sep 7 17:59:35 2014 +0300

    Updated Latvian translation

M	po/lv.po

commit aa92cf8c2901cc3254cd7ceae7f9e5bfa1394303
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:	Sun Sep 7 14:54:44 2014 +0000

    Updated Italian translation

M	po/it.po

commit 2ad6b1bc61271ea02481689eaab5ac6e35509d2c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Sat Sep 6 14:05:27 2014 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit f1e7dc4bf313c780bedbe6c86ba2237d529a6669
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Sat Sep 6 18:28:12 2014 +0900

    Updated Korean translation

M	po/ko.po

commit 1c3906cbf3345fd4019a6b40e3e6cb322d6fb6fa
Author: Andika Triwidada <andika@gmail.com>
Date:	Thu Sep 4 04:31:41 2014 +0000

    Updated Indonesian translation

M	po/id.po

commit fe810dcec28d1735b2d471f390d1f00ea52611d7
Author: Claude Paroz <claude@2xlibre.net>
Date:	Tue Sep 2 22:55:16 2014 +0200

    Updated French translation

M	po/fr.po

commit bda850e5f996e265ff09b4455cc4ec561594e60d
Author: Sweta Kothari <swkothar@redhat.com>
Date:	Tue Sep 2 15:18:36 2014 +0530

    Updated gujarati translations

M	po/gu.po

commit b450fb03cc05e66b6cd9404f17c41b3aefd7902b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sat Aug 30 18:42:39 2014 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit ea2a9f8f241a6f9baf42f799c7f969b040cdc88f
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	Fri Aug 29 02:15:40 2014 +0300

    Updated Hebrew translation

M	po/he.po

commit 1cf06c454f6a525e5282c23f3a31bc8e0d80a4bc
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Aug 24 17:17:43 2014 +0100

    build: Update git.mk from upstream

M	git.mk

commit 6e89b033b33fcc8e8316e58f0ee28f3809ca9667
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Aug 24 17:14:32 2014 +0100

    core: Add gzip encoding support

    libsoup already transparently supported gzip encoding of data from the
    server, using SoupContentDecoder, which is present by default in a
    SoupSession. We were correctly sending the Accept-Encoding header, but
    Google also require that the string ‘gzip’ be present in the
    User-Agent
    header to enable gzip support.

    Add a User-Agent header which supports this.

    https://bugzilla.gnome.org/show_bug.cgi?id=666623

M	gdata/gdata-service.c

commit c55465b20f4f3560198894a61b0613b1b72cf4de
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Aug 24 16:47:51 2014 +0100

    tests: Remove debug log storage system

    automake's parallel-tests feature now automatically separates
    and stores
    logs, and only prints them out on test failure. This is exactly
    what the
    logging code in the tests was doing before, so the logging code
    can now
    be simplified.

    https://bugzilla.gnome.org/show_bug.cgi?id=703192

M	gdata/tests/common.c
M	gdata/tests/common.h

commit 8442be8e40bbfa1b4e46e9bd2c9ed6d1bc6256d4
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Aug 24 16:19:16 2014 +0100

    build: Enable automake parallel-tests

    This should speed up the test runs somewhat, as well as improving log
    output handling.

    https://bugzilla.gnome.org/show_bug.cgi?id=703192

M	configure.ac
M	gdata/tests/Makefile.am

commit f817fdaff889764125c5f073be4fd433c5c33b14
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Aug 24 16:05:42 2014 +0100

    core: Add support for ACL entries with keys

    This adds support for <gAcl:withKey/> elements, allowing for
    authorisation keys in ACLs, e.g. for Google Documents.

    This adds the following API:
     • GDataAccessRule:key
     • gdata_access_rule_get_key()
    and appropriate tests.

    https://bugzilla.gnome.org/show_bug.cgi?id=690628

M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-rule.c
M	gdata/gdata-access-rule.h
M	gdata/gdata.symbols
M	gdata/tests/general.c

commit 3a2ac16abda66aa8af22181f72fe912a32981f4f
Author: Marek Černocký <marek@manet.cz>
Date:	Fri Aug 22 07:50:33 2014 +0200

    Updated Czech translation

M	po/cs.po

commit 08bd2109c6c99975ca8c7900aace75d0a1df25c0
Author: ngoswami <ngoswami@redhat.com>
Date:	Tue Aug 19 17:04:04 2014 +0000

    Updated Assamese translation

M	po/as.po

commit f0797bb178911134f5d26f795b75edc906117aa7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 19 00:08:49 2014 +0100

    contacts: Allow and ignore empty e-mail addresses

    Empty e-mail addresses (<gd:email address=''/>) are apparently allowed
    by convention in the XML. Previously, we treated the empty address
    attribute as an error. Instead, we should ignore the entire element,
    treating it as non-existent.

    https://bugzilla.gnome.org/show_bug.cgi?id=734863

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/tests/contacts.c

commit c8aae3ecc1440bb8b2aec1212f5ccee2d9d917b7
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Sun Aug 17 13:34:07 2014 +0200

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 8c315a5323137646f42b35f539dfedd001eb66c5
Author: Gil Forcada <gforcada@gnome.org>
Date:	Sun Aug 17 13:34:04 2014 +0200

    [l10n] Updated Catalan translation

M	po/ca.po

commit 45459fba6f808340d7b509c51fadf32438e5c58a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 21:14:47 2014 +0100

    core: Remove outdated gdata_parser_int64_to_json_iso8601()

    gdata_parser_int64_to_iso8601() now does exactly the same.

    https://bugzilla.gnome.org/show_bug.cgi?id=732809

M	gdata/gdata-entry.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/services/freebase/gdata-freebase-search-query.c
M	gdata/services/tasks/gdata-tasks-task.c

commit 18c16bfc9e517d44bf84449e58cc5b10bde07f09
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 21:10:03 2014 +0100

    core: Tweak generated ISO8601 dates to appease Google’s parsers

    Even though the protocol documentation claims to accept RFC3339 dates,
    the servers have recently started rejecting dates formatted as
    ‘2014-08-09T21:10:05Z’ which don’t include microseconds and
    specify the
    timezone non-numerically.

    Since the issue hasn’t been resolved at Google’s end, we need
    to hack
    the date formats generated by libgdata to appease the servers,
    completely undermining the point of having a defined protocol and
    RFC to
    base the code on. Sigh.

    Change gdata_parser_int64_to_iso8601() to produce dates in the format
    ‘YYYY-MM-DDTHH:MM:SS.000001+00:00’. This was previously used by
    the JSON
    output generator, so perhaps the server breakage was introduced when
    Google started rolling out the JSON APIs.

    https://bugzilla.gnome.org/show_bug.cgi?id=732809

M	gdata/gdata-parser.c
M	gdata/tests/calendar.c
M	gdata/tests/general.c
M	gdata/tests/youtube.c

commit 30546923f89ce2b95cb6f6e97bf59317e5f69fda
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 18:42:01 2014 +0100

    build: Increment version to 0.15.3

M	configure.ac

commit 08ebb3e5804b29e18a67872eb071fd50e7fcc4b3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 18:41:03 2014 +0100

    Release version 0.15.2

M	NEWS
M	configure.ac

commit 64532922a8096bd4eed8c83242e8d87c30423c4f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 18:32:37 2014 +0100

    docs: Add the 0.15.1 APIs to the documentation

M	docs/reference/gdata-docs.xml

commit 7e7038ff82661563e27fe42c9a59949a4c43c407
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 18:23:01 2014 +0100

    core: Fix API documentation ‘Since’ versions

M	gdata/atom/gdata-link.h

commit 5caad77e43f26f88efaa85496581e20b2dcae215
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 18:22:43 2014 +0100

    freebase: Fix API documentation ‘Since’ versions

M	gdata/services/freebase/gdata-freebase-query.c
M	gdata/services/freebase/gdata-freebase-query.h
M	gdata/services/freebase/gdata-freebase-result.c
M	gdata/services/freebase/gdata-freebase-result.h
M	gdata/services/freebase/gdata-freebase-search-query.c
M	gdata/services/freebase/gdata-freebase-search-query.h
M	gdata/services/freebase/gdata-freebase-search-result.c
M	gdata/services/freebase/gdata-freebase-search-result.h
M	gdata/services/freebase/gdata-freebase-service.c
M	gdata/services/freebase/gdata-freebase-service.h
M	gdata/services/freebase/gdata-freebase-topic-query.c
M	gdata/services/freebase/gdata-freebase-topic-query.h
M	gdata/services/freebase/gdata-freebase-topic-result.c
M	gdata/services/freebase/gdata-freebase-topic-result.h

commit 05ea0cd77b35ea8313b3e79a60c406f80c57425e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 18:12:51 2014 +0100

    build: Remove outdated documentation checks

    These are now performed by gtk-doc. Yay!

M	docs/reference/Makefile.am

commit 3809b38e6651ab6b533feea9cff0b95a0ccede95
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 17:51:42 2014 +0100

    core: Fix a data corruption bug in GDataBuffer

    In some situations, the buffer was reading off the end of a chunk and
    into undefined memory. Spotted by asan.

    e.g. Take a GDataBuffer with two chunks:
     • Chunk 1, length 8192
     • Chunk 2, length 699
    and with head_read_offset = 8187 from a previous read. There are thus
    704 bytes unread in the buffer.

    If a read of 8192 bytes is performed, 5 bytes should come from chunk 1
    and the remaining 699 from chunk 2. length_remaining was being
    (correctly) set to 704, but then the while loop was not being entered,
    as 704 is not greater than or equal to 8192 (the length of chunk
    1). The
    code was then falling into the G_LIKELY case below, and attempting to
    read 704 bytes from offset 8187 of chunk 1 — overreading by
    699 bytes
    off the end of the chunk, and never getting the 699 bytes from
    chunk 2.

    This can be fixed by correctly taking the head_read_offset into
    account
    for the while condition.

M	gdata/gdata-buffer.c

commit 3b0b4a0bacd38997980d3f0dd4aeaf82a44dc1a9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 16:46:13 2014 +0100

    l10n: Update British English translation

M	po/en_GB.po

commit ae6134187af336a878d460817441a58b0a9b2365
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 16:39:10 2014 +0100

    build: Add missing configure checks spotted by autoscan

    Thanks, autoscan!

M	configure.ac

commit e16460a3992fc6cb2f44c3b7ff25cdc2ab4c10a9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 16:33:12 2014 +0100

    tests: Fix GDataAuthorizer:proxy-resolver property tests

    The ClientLogin and OAuth 1 authoriser tests were assuming that the
    proxy-resolver property is initially NULL. Actually, the property is
    only potentially initially NULL, as it comes from a SoupSession which
    the tests have no control over.

M	gdata/tests/client-login-authorizer.c
M	gdata/tests/oauth1-authorizer.c

commit 7cc30298b050da7a02eb990b6ad2dc40b4f57dbc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 9 16:00:17 2014 +0100

    core: Use g_ascii_strto[u]ll() instead of strto[u]l()

    The GLib functions are locale-independent. While there are few
    situations where a locale-independent server-provided string would be
    parsed differently by strtoul() in different user locales, it’s
    best to
    be safe (and consistent with our use of g_ascii_strtod(), which more
    easily causes problems).

M	configure.ac
M	gdata/atom/gdata-link.c
M	gdata/exif/gdata-exif-tags.c
M	gdata/gd/gdata-gd-feed-link.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gdata-batch-feed.c
M	gdata/gdata-feed.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 79608af2618cd84abb415d867cfea7f648dc111e
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Thu Aug 7 15:12:16 2014 +0200

    Updated Basque language

M	po/eu.po

commit 3a76e5ac02ab3f215ee553b656e18e172c8c9d3f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Thu Jul 31 19:35:39 2014 +0200

    doap: add <programming-language>

M	libgdata.doap

commit 6ab8bb8ba8ea2b7c407bb96edf99b7b93cb437ac
Author: Olav Vitters <olav@vitters.nl>
Date:	Wed Jul 30 20:27:30 2014 +0200

    doap category core

M	libgdata.doap

commit dcf6d53c1d90b425d84ff39e67d76c7bcf48ab69
Author: MarMav <mavridou@gmail.com>
Date:	Wed Jul 16 10:56:19 2014 +0000

    Updated Greek translation

M	po/el.po

commit 268397c7a3a033829cc413ef7329ab06f4594de6
Author: Saurav Agarwalla <saurav.agarwalla92@gmail.com>
Date:	Tue Jul 8 16:18:51 2014 +0530

    core: Refresh authoriser on receiving SOUP_STATUS_NOT_FOUND

    If the authorizer is not refreshed, PicasaWeb returns
    SOUP_STATUS_NOT_FOUND when we try to access a resource. This shouldn't
    be the case when the user is logged in.

    https://bugzilla.gnome.org/show_bug.cgi?id=732890

M	gdata/gdata-service.c

commit a0911084a0c198d75642856b3f1ecdd50f168921
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sat Jul 5 14:11:41 2014 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 1b32bfd088ad07983a7277f8724be64972c4232d
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Tue Jul 1 18:19:41 2014 +0200

    Updated Galician translations

M	po/gl.po

commit a215afc2e70addc794f5d0bac7480f6f2ea39612
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	Sun Jun 22 20:57:22 2014 +0000

    Updated Swedish translation

M	po/sv.po

commit ce396c49f72c7fdfa7f41927a8dabf122bdfa2dc
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Jun 22 21:48:07 2014 +0100

    build: Remove .travis.yml

    Having spent the best part of a day iterating (in a branch) to get the
    script working, I have decided it is just not worth the time.
    gnome-continuous is much more suited to libgdata, and is a lot
    easier to
    use.

    Remove the .travis.yml file so nobody is tempted to believe it is
    supported or works. If they ever upgrade from Ubuntu 12.04 and improve
    the iteration times for setting up .travis.yml, it might be worth
    another try.

D	.travis.yml

commit 3562468ff7148402904236f96af689672ad12e35
Author: Colin Walters <walters@verbum.org>
Date:	Sun Jun 22 16:37:34 2014 -0400

    configure: Use stronger quoting for GLIB_MAX_ALLOWED

    Because the shell is trying to interpret '(', use single quotes
    around the value.

    Fixes the build in Continuous.

M	configure.ac

commit 3eae031819ca35e93fd682c0246b7ca57085abfe
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Jun 22 17:32:38 2014 +0100

    freebase: Remove a redundant comparison with zero

    Unsigned values can never be less than zero.

M	gdata/services/freebase/gdata-freebase-search-query.c

commit 77680e7f84a6cb39ed7719849a89a9a23ae1268e
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sun Jun 22 17:04:09 2014 +0100

    build: Directly encode maximum GLib version

    If we use the GLIB_VERSION_2_38 macro, compilation will fail with
    older
    versions of GLib which do not have that macro defined. Use the
    underlying G_ENCODE_VERSION() macro instead.

M	configure.ac

commit 17364db93e6fc8095df9eea4bf127d8f66036fa1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 22 11:32:14 2014 +0100

    build: Eliminate dependency on gnome-common

    Remove our usage of gnome-autogen.sh by inlining it and deleting
    irrelevant stuff. This removes libgdata’s dependency on
    gnome-common,
    which will make it a little easier to build.

M	autogen.sh

commit 41e371c2bcf55fc8bb8604ab817b366bea5f653c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 22 11:31:08 2014 +0100

    build: Copy GNOME_COMPILE_WARNINGS in tree

    The master plan is for GNOME_COMPILE_WARNINGS to be upstreamed to
    autoconf-archive, and then removed from gnome-common. That hasn’t
    happened yet, but in the mean time we can reduce our dependency on
    gnome-common by copying it in tree.

    See: https://bugzilla.gnome.org/show_bug.cgi?id=729407

M	Makefile.am
A	m4/gnome-compiler-flags.m4

commit 23f837d55b1b6f9e26b4a3999258fa89b85ec942
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 22 11:28:42 2014 +0100

    build: Switch from GNOME_CODE_COVERAGE to AX_CODE_COVERAGE

    AX_CODE_COVERAGE comes from the autoconf-archive, and is an upstreamed
    version of the original GNOME_CODE_COVERAGE macro.

    https://savannah.gnu.org/patch/?8451

    By switching to it, we reduce our dependency on gnome-common. The
    master
    plan is for gnome-common to simply cease to exist.

    See: https://bugzilla.gnome.org/show_bug.cgi?id=729405

M	Makefile.am
M	configure.ac
A	m4/ax_code_coverage.m4

commit 4e4a41e842f27b7998d44d01344b15502e5f9fa3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 22 11:27:26 2014 +0100

    build: Remove unused macros from configure.ac

    Their functionality was either outdated
    (GNOME_MAINTAINER_MODE_DEFINES),
    or unused (GNOME_DEBUG_CHECK).

M	configure.ac

commit c44a3dc39bdb45b48f8354adc940f586f86173c4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 22 11:26:41 2014 +0100

    build: Add minimum and maximum API version checks for dependencies

M	configure.ac

commit 5d087e0e6783e42b9597a5a0fd2ae9d056425bb3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 23:08:41 2014 +0100

    build: Update .travis.yml

M	.travis.yml

commit 867861c5fa0f776247e3b32c6fd1d6c6ccb17897
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 22:36:07 2014 +0100

    build: Update .travis.yml

M	.travis.yml

commit d8602c5a182de421a151c898ccc33e4db324af89
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 22:06:45 2014 +0100

    build: Update .travis.yml

M	.travis.yml

commit 710741d44558d90876941456043b7f49bb9a07f5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 21:12:55 2014 +0100

    build: Update .travis.yml

M	.travis.yml

commit 5b7f5b2f3ea264c8f808ca0f5dc3475cb0c41935
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 20:34:15 2014 +0100

    build: Update .travis.yml

M	.travis.yml

commit bd4e1dba2b51e27c5f9eb482ac3c29e01565a761
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 20:29:13 2014 +0100

    build: Update .travis.yml

M	.travis.yml

commit 558a7e66be6c0e93bd28de0abec5d75a4241fc10
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 19:59:23 2014 +0100

    build: Update .travis.yml

M	.travis.yml

commit e69a57179c60345a6e591462afb75b1fc2577662
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 21 19:28:30 2014 +0100

    build: Add a .travis.yml for Travis CI

    Let’s try this out as an experiment.

A	.travis.yml

commit aaafd1119448e3e36e149e8a957e99f9a5ec14b6
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jun 20 10:36:49 2014 +0100

    core: Handle SOUP_STATUS_NO_CONTENT in response to DELETE requests

    The Google Tasks API apparently returns HTTP status 204 in response
    to a
    successful DELETE request on a task entry, rather than the status 200
    which is returned by all the other services.

    Handle the two statuses as equivalent.

    https://bugzilla.gnome.org/show_bug.cgi?id=731946

M	gdata/gdata-service.c

commit 8e2b4040870844b3976b5f087a8f18107988b486
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Jun 20 10:42:39 2014 +0100

    core: Fix a small memory leak in a date parsing function

    https://bugzilla.gnome.org/show_bug.cgi?id=731949

M	gdata/gdata-parser.c

commit 98e8a16c9cdb4efcb3e2f98e44622469765accfb
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Jun 19 13:28:34 2014 +0100

    picasaweb: Support <gphoto:access>protected</gphoto:access> in albums

    The documentation
	https://developers.google.com/picasa-web/docs/2.0/reference?csw=1#Visibility
    doesn’t have any mention of this, so let’s alias it to
    GDATA_PICASAWEB_PRIVATE for the moment.

    It seems to be set on albums which are marked as visible only to the
    owner.

M	gdata/services/picasaweb/gdata-picasaweb-album.c

commit 109417f61d250f0482c3d9d93c0c7caff04d1059
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Thu Jun 19 09:37:07 2014 +0100

    core: Refresh authoriser on receiving SOUP_STATUS_FORBIDDEN

    Previously the authoriser was only refreshed on receiving a
    SOUP_STATUS_UNAUTHORIZED response from the server. This worked
    fine for
    Google Documents, but it seems that PicasaWeb returns FORBIDDEN
    instead.
    The authoriser was not being refreshed, and hence the user was seeing
    access denied messages even though they were technically logged in.

    https://bugzilla.gnome.org/show_bug.cgi?id=731269

M	gdata/gdata-service.c

commit 2e9da05c8ec6b06556a64f5ea7d45246e5963108
Author: Saurav Agarwalla <saurav.agarwalla92@gmail.com>
Date:	Wed Jun 18 11:35:00 2014 +0000

    core: Add PicasaWeb support to GDataGoaAuthorizer

    GOA has supported photos for a long time. Grab PicasaWeb
    authentication if GOA has already got a token supporting it.

    This bumps the GOA dependency to 3.8.

    https://bugzilla.gnome.org/show_bug.cgi?id=731269

M	README
M	configure.ac
M	gdata/gdata-goa-authorizer.c

commit 3825d56f62f485d5262fdc2b8829aa41dad89851
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:	Thu Jun 12 17:54:43 2014 +0200

    Updated Spanish translation

M	po/es.po

commit aaca2fc5a749d58c86bf6c1da141b047f6ffb995
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	Tue Jun 3 13:02:14 2014 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit e2ff7f4e8a70b540ac148281644ec5b8b4f8763b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue May 27 21:48:30 2014 +0100

    build: Increment version to 0.15.2

M	configure.ac

commit 563ee06cc2d6d0eff1fa8e12cc7730492c83a604
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue May 27 21:47:12 2014 +0100

    Release version 0.15.1

M	NEWS
M	configure.ac

commit 7b10afdc58399a2107475be622cb4b65f97b11f1
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Tue May 27 22:01:42 2014 +0200

    Updated Polish translation

M	po/pl.po

commit 16886071e9f16a2833b4599e5a68fbe370b8aa30
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Tue May 27 02:53:45 2014 +0200

    freebase: Add missing volatile hint on refcount counter

    That is manipulated through atomic operators and should be marked
    as such.

M	gdata/services/freebase/gdata-freebase-topic-result.c

commit 59a8370f5b210cb4df96f5ef788239b7fd4493f6
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Mon Mar 17 02:48:30 2014 +0100

    demos: Add freebase demo

    This is a simple command line app that puts some of the api to work.

    https://bugzilla.gnome.org/show_bug.cgi?id=726486

M	Makefile.am
A	demos/freebase/freebase-cli.c

commit 901a0aec17339ebdcb3d726ef400470a7ca3e886
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Mon Mar 17 02:45:34 2014 +0100

    freebase: Add helper function to retrieve images

    This helper function can be used together with the topic API,
    if a returned element is an image, this function can be used to
    retrieve a GInputStream to the image at a requested maximum size.

    https://bugzilla.gnome.org/show_bug.cgi?id=726486

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/freebase/gdata-freebase-service.c
M	gdata/services/freebase/gdata-freebase-service.h
M	po/POTFILES.in

commit 413e3cd52df049909cf6ddea52be2fdc560d2890
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Mon Mar 17 02:41:12 2014 +0100

    freebase: Add search API

    This API enables searching for search terms, returning amongst other
    info the Freebase IDs usable on the topic API.

    https://bugzilla.gnome.org/show_bug.cgi?id=726486

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/freebase/gdata-freebase-search-query.c
A	gdata/services/freebase/gdata-freebase-search-query.h
A	gdata/services/freebase/gdata-freebase-search-result.c
A	gdata/services/freebase/gdata-freebase-search-result.h
M	gdata/services/freebase/gdata-freebase-service.c
M	gdata/services/freebase/gdata-freebase-service.h

commit f4635b25e2a5809f111f232c9f81d6b0a650dfcf
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Mon Mar 17 02:34:31 2014 +0100

    freebase: Add Topic query API

    With this API, structured data can be obtained about any Freebase
    ID, including localized text and references to images.

    https://bugzilla.gnome.org/show_bug.cgi?id=726486

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/freebase/gdata-freebase-service.c
M	gdata/services/freebase/gdata-freebase-service.h
A	gdata/services/freebase/gdata-freebase-topic-query.c
A	gdata/services/freebase/gdata-freebase-topic-query.h
A	gdata/services/freebase/gdata-freebase-topic-result.c
A	gdata/services/freebase/gdata-freebase-topic-result.h

commit 7d919fd88d88fa39f6870588826469bdae811d1a
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Mon Mar 17 02:05:17 2014 +0100

    Add Freebase service

    This service is, according to the main site, a "A community-curated
    database of well-known people, places, and things", it allows
    searching
    for and offering information about a wide range of topics, in a
    well-structured and uniform manner.

    The most low-level API is the MQL query interface, that is a
    JSON-based
    language, queries consist of a data graph (according to their
    data schema)
    with blank places, that will be filled in in the reply.

    https://bugzilla.gnome.org/show_bug.cgi?id=726486

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/freebase/gdata-freebase-query.c
A	gdata/services/freebase/gdata-freebase-query.h
A	gdata/services/freebase/gdata-freebase-result.c
A	gdata/services/freebase/gdata-freebase-result.h
A	gdata/services/freebase/gdata-freebase-service.c
A	gdata/services/freebase/gdata-freebase-service.h

commit b03f422a2e87dda27f593c866a45c1f112b4f6a8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 16 10:22:17 2014 +0100

    core: Disconnect a cancellable in GDataDownloadStream

    Ensure to disconnect from the user-provided cancellable when
    finalising
    a GDataDownloadStream.

    Coverity issue: #59757

M	gdata/gdata-download-stream.c

commit 931a8fa0ca788496bb3c783328e27e1b8a7bc4c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 16 10:16:10 2014 +0100

    tests: Add an extra assertion about pagination

    Coverity issue: #59763

M	gdata/tests/general.c

commit c1a064d48b0fe2fcc006894997b15b8e9e92deae
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 16 10:00:36 2014 +0100

    contacts: Remove a redundant xmlFree() call

    It was always called on NULL, and was confusing Coverity.

    Coverity issue: #59764

M	gdata/services/contacts/gdata-contacts-contact.c

commit 690276602cd61d28d3240d88609f226fdfd5f945
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 16 09:59:05 2014 +0100

    tests: Fix copy–paste errors in the OAuth 1 tests

    Coverity issues: #59766, #59765

M	gdata/tests/oauth1-authorizer.c

commit 646baf7435fddd7b28a0fe8ab62e79f627f9d3e5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 16 09:56:12 2014 +0100

    tests: Tidy up cases in a switch statement

    Coverity issue: #59767

M	gdata/tests/streams.c

commit 7b73b3369b6a52f1164ed7b193ebec7395a77629
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	Mon Mar 17 02:49:20 2014 +0100

    gdata: Allow creating GDataEntries out of JSON content

    Some services like Freebase are hardly based on JSON, and still
    GDataEntry seems the most sensible base for the different server
    responses in those services over GDataFeed.

    A small spawn of https://bugzilla.gnome.org/show_bug.cgi?id=726486

M	gdata/gdata-service.c

commit 7a649bdf1cbb8c9c5417efe08e96acbbb43b0547
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sun Apr 6 17:58:55 2014 +0200

    doap: update URLs

M	libgdata.doap

commit 3a4b9c759fd5e39265f0d048d2f01367c2c6d957
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Mon Mar 31 12:29:04 2014 +0200

    Updated Basque language

M	po/eu.po

commit 6a7509cb9fb8b1f4e1070839940569534aeafca0
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:	Wed Mar 19 22:32:11 2014 +0100

    Updated Danish translation

M	po/da.po

commit 493a9e2ae7b3012055e8f5f74cd11eb0d5eaaa51
Author: Tiagosdot <almosthumane@portugalmail.pt>
Date:	Tue Mar 11 16:07:15 2014 +0000

    Updated Portuguese translation

M	po/pt.po

commit 7c2d184ffb1028730965513f487f4f839d206ccc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 10 22:31:23 2014 +0000

    atom: Add a GDATA_LINK_PARENT define

    This is a link type which is included in the GData specification
    (in the
    RelaxNG schema), but is not documented anywhere. Good job,
    Google. Best
    for us to define it and allow clients to use it, than to ignore it.

    New API:
     • GDATA_LINK_PARENT

    https://bugzilla.gnome.org/show_bug.cgi?id=725827

M	docs/reference/gdata-sections.txt
M	gdata/atom/gdata-link.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/tests/documents.c

commit 52230912394a0518ca4ee4b60620f47f0713da44
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Sat Mar 8 02:49:20 2014 +0900

    Updated Korean translation

M	po/ko.po

commit 3272084400be98fd27bd16060052fd3c096c10dd
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Fri Mar 7 17:46:34 2014 +0200

    Updated Latvian translation

M	po/lv.po

commit f03acd33a05f310c779b361dd3a52e681fbae49b
Author: Claude Paroz <claude@2xlibre.net>
Date:	Fri Mar 7 14:25:47 2014 +0100

    Updated French translation

M	po/fr.po

commit 1ea060993046662974f90a22cbf3094c142ee199
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Mar 5 23:46:30 2014 +0000

    core: Load extra attributes from ‘kind’ categories

    When a GDataEntry is created, it’s automatically given a ‘kind’
    category
    element, as this is the way the GData protocol identifies the schema
    which applies to a given <entry>.

    Previously, the ‘kind’ category from parsed XML would not
    override the
    automatically-added category. This meant that if the XML contained
    extra
    attributes, such as a label, they were effectively lost.

    Fix this by always preferring the ‘kind’ category from the
    XML. Add a
    test case, because test cases are cool.

    https://bugzilla.gnome.org/show_bug.cgi?id=707477

M	gdata/gdata-entry.c
M	gdata/tests/general.c

commit 533602f87a98451d3c4f811e19d17a7b54b4924b
Author: Gil Forcada <gforcada@gnome.org>
Date:	Fri Feb 21 23:13:41 2014 +0100

    [l10n] Update Catalan translation

M	po/ca.po

commit 08394972dfe77e4e44567334f699bc74d73f019b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Wed Feb 12 19:37:17 2014 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit f31f992a1d2574f819ff1962a98a5b7904e593ef
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sun Feb 2 20:41:36 2014 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit b3d4bcec22f19450040ee5d27824b0423f87b716
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	Sun Jan 26 05:45:39 2014 +0200

    Updated Hebrew translation

    Signed-off-by: Yosef Or Boczko <yoseforb@src.gnome.org>

M	po/he.po

commit 886ab2bfa1d164a8cff647004b4cdd7ddfd90b66
Author: Benjamin Steinwender <b@stbe.at>
Date:	Sat Jan 4 19:33:19 2014 +0100

    Updated German translation

M	po/de.po

commit 8f7ff70c0dc8221fe63ae124002bb058dfedb2ca
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:	Thu Dec 19 23:49:07 2013 +0400

    Updated Russian translation

M	po/ru.po

commit dadb541eba8439d0b2279b895a1152a5a0dd44e4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 19 01:51:36 2013 +0000

    build: Increment version to 0.15.1

M	configure.ac

commit f82031b21f0f05c69ecbbccbc6068d53cba9c6ab
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 19 01:50:51 2013 +0000

    Release version 0.15.0

M	NEWS
M	configure.ac
M	docs/reference/gdata-docs.xml
M	gdata/gdata-parsable.c
M	gdata/gdata-parser.c
M	gdata/services/tasks/gdata-tasks-query.c
M	gdata/services/tasks/gdata-tasks-query.h
M	gdata/services/tasks/gdata-tasks-service.c
M	gdata/services/tasks/gdata-tasks-service.h
M	gdata/services/tasks/gdata-tasks-task.c
M	gdata/services/tasks/gdata-tasks-task.h
M	gdata/services/tasks/gdata-tasks-tasklist.c
M	gdata/services/tasks/gdata-tasks-tasklist.h

commit 3a964792afd39be5d93e6dbfebd1550d74b4d8e7
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Mon Dec 16 18:12:09 2013 +0700

    Updated Thai translation

M	po/th.po

commit a64a158f0f04fbf7bfa299bb3a86cf7bf518fca8
Author: 甘 露 <rhythm.gan@gmail.com>
Date:	Sat Dec 7 15:08:08 2013 +0800

    Update Chinese simplified translation

M	po/zh_CN.po

commit 89d9deeb8be9496b00868c7f3359ceb13f1e80a2
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Mon Dec 2 11:50:41 2013 +0000

    tasks: Add missing G_END_DECLS to fix C++ compilation

    This should fix C++ compilation for libgdata entirely. (Untested.)

    https://bugzilla.gnome.org/show_bug.cgi?id=719647

M	gdata/services/tasks/gdata-tasks-service.h

commit 5de5b9199b60de49a5be3d707580083c4147229d
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sun Dec 1 17:35:18 2013 +0200

    core: Fix gdata-goa-authorizer.h for C++

    Add missing G_END_DECLS.

    https://bugzilla.gnome.org/show_bug.cgi?id=719647

M	gdata/gdata-goa-authorizer.h

commit ac59d7a6903bf9708d41999d46a6356fb87709c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Nov 24 18:26:28 2013 +0000

    docs: Update libgdata website

    Now: https://wiki.gnome.org/Projects/libgdata

M	HACKING
M	README
M	configure.ac
M	libgdata.doap

commit d663cbff8a733d0296e81dc84c3ae6a307cb9b58
Author: Fabiano Fidêncio <fidencio@redhat.com>
Date:	Mon Nov 18 09:38:45 2013 +0100

    tests: Replace g_test_trap_fork() with g_test_trap_subprocess()

    For GLib versions newer than 2.38.0. This continues to work for older
    versions, so the GLib dependency is not bumped.

    https://bugzilla.gnome.org/show_bug.cgi?id=712565

M	gdata/tests/client-login-authorizer.c

commit 60e1cf16c3986c052867e9b9bcc85e0b1a2b8bc8
Author: Fabiano Fidêncio <fidencio@redhat.com>
Date:	Mon Nov 18 09:29:03 2013 +0100

    core: Fix 'soup_gnome_features_2_26_get_type' is deprecated warning

    GNOME 2.26 libsoup's feature was just the GNOME proxy resolver,
    which is now provided as default GIO extension point.

    More informations can be seen in:
    [0]:
    https://git.gnome.org/browse/libsoup/commit/?id=4ded0924fd82e006f31a8e9089fd297fac15eef9
    [1]: https://bugzilla.gnome.org/show_bug.cgi?id=573685

    https://bugzilla.gnome.org/show_bug.cgi?id=712565

M	README
M	configure.ac
M	gdata/gdata-service.c

commit ed79b05977fec7708177c5abfe9a4ee6dab2135b
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Nov 19 19:05:04 2013 +0000

    tests: Fix strict aliasing problems with struct sockaddr

    Make it a union and GCC is happy again.

M	gdata/tests/streams.c

commit 8306c87c00ace13633301ca95a9db2e4935ae7da
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Tue Nov 19 19:04:49 2013 +0000

    core: Fix strict-aliasing problems with authentication domains

    Dodgy casts are the worst.

M	gdata/gdata-private.h

commit c431be36871f2a28acb7ec06c104c4ae8ad8de2c
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:	Tue Nov 19 15:39:30 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit e419233bcf92526ad1ab9f819b53847554b5a2f7
Author: Fabiano Fidêncio <fidencio@redhat.com>
Date:	Mon Nov 18 09:04:13 2013 +0100

    demos: Fix GtkStock deprecated functions

    https://bugzilla.gnome.org/show_bug.cgi?id=712565

M	demos/scrapbook/scrapbook.c

commit 52ebe1cb542b060c56c78b4a411283022cf2fb78
Author: Fabiano Fidêncio <fidencio@redhat.com>
Date:	Mon Nov 18 09:20:45 2013 +0100

    core: Replace deprecated GStaticMutex with GMutex

    https://bugzilla.gnome.org/show_bug.cgi?id=712565

M	gdata/gdata-goa-authorizer.c

commit 24f58b85ac42635b80d1d01b1c777d059b9838c4
Author: Fabiano Fidêncio <fidencio@redhat.com>
Date:	Mon Nov 18 09:01:48 2013 +0100

    tasks: Fix return values

    https://bugzilla.gnome.org/show_bug.cgi?id=712565

M	gdata/services/tasks/gdata-tasks-service.c

commit ba4df423348f6a9a5c6a9922a40470ad1f8f4acb
Author: Milo Casagrande <milo@ubuntu.com>
Date:	Mon Nov 18 18:35:16 2013 +0100

    [l10n] Updated Italian translation.

M	po/it.po

commit 2a6f46af66d335fac525fd03fb23145fe8a83968
Author: Efstathios Iosifidis <iosifidis@opensuse.org>
Date:	Wed Nov 6 08:24:24 2013 +0200

    Updated Greek translation

M	po/el.po

commit 6440f40505b11a4cfcccc8670e1f41b75aafc7de
Author: Andika Triwidada <andika@gmail.com>
Date:	Tue Nov 5 08:08:11 2013 +0700

    Updated Indonesian translation

M	po/id.po

commit 17a80e43e6b8ffc137e871f2561e2e5f6f80ac47
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Sun Nov 3 09:16:26 2013 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit d522aa8f57db8a5acf7fcdb4bb72b76d959d4298
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Thu Oct 31 18:23:32 2013 +0100

    Updated Spanish translation

M	po/es.po

commit 89baf69f79e9c405ae4f12c28dff49ac3ebb0b89
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Thu Oct 31 11:12:37 2013 +0100

    Updated Hungarian translation

M	po/hu.po

commit 345e88649d264e4b2fdce7f059bd82b998951385
Author: Marek Černocký <marek@manet.cz>
Date:	Wed Oct 30 07:33:47 2013 +0100

    Updated Czech translation

M	po/cs.po

commit 6eb49ad359663d6bde1b308d92bbab561ac56dcc
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Mon Oct 28 01:04:13 2013 +0100

    Updated Galician translations

M	po/gl.po

commit 88e22b33cabf5555f3865dd38598f145fbd89d8b
Author: Fabiano Fidêncio <fidencio@redhat.com>
Date:	Sun Sep 15 22:00:11 2013 +0200

    tests: Replace GDataMock for uhttpmock

    https://bugzilla.gnome.org/show_bug.cgi?id=709691

M	configure.ac
M	gdata/tests/Makefile.am
M	gdata/tests/calendar.c
M	gdata/tests/client-login-authorizer.c
M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
D	gdata/tests/mock-resolver.c
D	gdata/tests/mock-resolver.h
D	gdata/tests/mock-server.c
D	gdata/tests/mock-server.h
M	gdata/tests/oauth1-authorizer.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit cea908c22fd9b94b4319c40985c0ce356f2e137f
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sun Oct 27 18:20:24 2013 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 7b4649b796d6ca78373033656944152f92f334e9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sat Oct 26 22:38:30 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit dcbc6f253db81e63ccd6571d375d66c915496402
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	Sat Oct 26 09:29:39 2013 -0200

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 8b451153f38524d4d2bf558d91fa254bbcf91ff0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sat Oct 26 13:13:51 2013 +0200

    Updated Polish translation

M	po/pl.po

commit 76ea0e7dc549e4abfbab6caca87fa834245a3b88
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:	Sat Oct 12 16:17:17 2013 +0300

    core: Add helper function to work around Google RFC 3339
    incompatibility

    In Google Tasks API it isn't supported to provide date/time in
    RFC 3339/ISO 8601 format without providing time in miliseconds. As
    gdata_parser_int64_to_iso8601() returns a properly formatted string,
    helper
    function replaces last character 'Z' with '.000001+00:00' to fit
    Google’s
    supported format.

    https://bugzilla.gnome.org/show_bug.cgi?id=657539

M	gdata/gdata-entry.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/services/tasks/gdata-tasks-task.c
M	gdata/tests/general.c

commit 1e32273ff60b20da66a5334b911b2346d2af017a
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:	Sat Oct 12 15:49:13 2013 +0300

    tasks: Add Google Tasks service support

    Adds GDataTasks classes to libgdata:
     • GDataTasksService
     • GDataTasksQuery
     • GDataTasksTasklist
     • GDataTasksTask

    This includes full documentation, but no test cases. No new
    dependencies
    have been added to libgdata, as all the necessary ones were added
    with the
    core JSON work.

    https://bugzilla.gnome.org/show_bug.cgi?id=657539

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/tasks/gdata-tasks-query.c
A	gdata/services/tasks/gdata-tasks-query.h
A	gdata/services/tasks/gdata-tasks-service.c
A	gdata/services/tasks/gdata-tasks-service.h
A	gdata/services/tasks/gdata-tasks-task.c
A	gdata/services/tasks/gdata-tasks-task.h
A	gdata/services/tasks/gdata-tasks-tasklist.c
A	gdata/services/tasks/gdata-tasks-tasklist.h
M	po/POTFILES.in

commit 3ed33acfa1012f1795907c864d0b3d9a81285140
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Oct 12 09:28:10 2013 +0100

    core: Add a GDataOAuth1Authorizer:proxy-resolver property

    Bound to SoupSession’s ‘proxy-resolver’ property. Based
    on commit
    8f1923fcd9c4203f68ce6a0405526500a77783e5 by Matthew Barnes
    <mbarnes@redhat.com>.

    This deprecates the following API:
     • GDataOAuth1Authorizer:proxy-uri
     • gdata_oauth1_authorizer_[get|set]_proxy_uri()
    and adds the following new API:
     • GDataOAuth1Authorizer:proxy-resolver
     • gdata_oauth1_authorizer_[get|set]_proxy_resolver()

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=709758

M	docs/reference/gdata-sections.txt
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-oauth1-authorizer.h
M	gdata/gdata.symbols
M	gdata/tests/oauth1-authorizer.c

commit 4647e0b5cd60cb5429c14e77733bb6e423d27472
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Oct 12 09:25:42 2013 +0100

    core: Add a GDataClientLoginAuthorizer:proxy-resolver property

    Bound to SoupSession’s ‘proxy-resolver’ property. Based
    on commit
    8f1923fcd9c4203f68ce6a0405526500a77783e5 by Matthew Barnes
    <mbarnes@redhat.com>.

    This deprecates the following API:
     • GDataClientLoginAuthorizer:proxy-uri
     • gdata_client_login_authorizer_[get|set]_proxy_uri()
    and adds the following new API:
     • GDataClientLoginAuthorizer:proxy-resolver
     • gdata_client_login_authorizer_[get|set]_proxy_resolver()

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=709758

M	docs/reference/gdata-sections.txt
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-client-login-authorizer.h
M	gdata/gdata.symbols
M	gdata/tests/client-login-authorizer.c

commit 11dff8022dcd045471610780fbb66e8d5e2a2ca4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Oct 12 09:23:19 2013 +0100

    core: Add a missing G_GNUC_PURE attribute to
    gdata_service_get_proxy_resolver()

M	gdata/gdata-service.h

commit 79f248b17a4559a8d25d62481614c8fd779cd53d
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Sun Oct 13 23:58:04 2013 +0200

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 0ec07c944079b98b6e8520d41471dc40784e440c
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Fri Oct 11 13:30:35 2013 +0100

    build: Fix ChangeLog generation

M	Makefile.am

commit 8f1923fcd9c4203f68ce6a0405526500a77783e5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:	Wed Oct 9 12:54:11 2013 -0400

    core: Add a "proxy-resolver" property.

    Bound to SoupSession's "proxy-resolver" property.

    This also bumps the libsoup requirement to 2.42.

    This deprecates the following API:
     • GDataService:proxy-uri
     • gdata_service_[get|set]_proxy_uri()
    and adds the following new API:
     • GDataService:proxy-resolver
     • gdata_service_[get|set]_proxy_resolver()

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=709758

M	configure.ac
M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols

commit da3aa429b5fba38b57aec40ecb37ab340cce90a5
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:	Sat Sep 28 16:53:49 2013 +0300

    core: Add get_content_type virtual function to GDataParsable

    Adding get_content_type virtual function to GDataParsable to allow
    insert/update/delete_entry functions in GDataService to distinguish
    between
    JSON and XML based GDataParsables. GDataParsable subclass who
    uses JSON
    format data define their virtual function and return const gchar*
    string
    application/json. Otherwise GDataParsable own defined virtual
    function will
    return application/atom+xml. For insert/update_entry it allows
    to choose
    between two different calls to build xml or json message, and also
    in return
    parse returned data from online service correctly. For delete_entry it
    allows to choose different link from links list, as for json it is
    stored in
    different place.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=657539

M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h
M	gdata/gdata-service.c

commit fcc2d13dc25eba59d8fb52daaa9ede4e5604e0f2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 4 09:04:30 2013 -0600

    build: Add extra compiler warnings to the build

    This is dependent on recent changes in gnome-common
    (bug #707475).

    The new compiler warnings can be disabled by setting
    --enable-compile-warnings to anything other than ‘yes’
    or ‘maximum’ during configuration.

M	configure.ac

commit 8fa173f7d34aa2094df28140cd3508a307de9fc0
Author: Gil Forcada <gforcada@gnome.org>
Date:	Fri Sep 27 22:52:03 2013 +0200

    [l10n] Update Catalan translation

M	po/ca.po

commit 4feb73f06eab3013c25b30f3416ceb7e383b2658
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Tue Sep 24 19:19:52 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 0e9262808ac4c50a7f02488d451b89f9ea9d80db
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:	Tue Sep 24 12:46:07 2013 +0400

    Updated Russian translation

M	po/ru.po

commit 5ae506be1102449ce5a0d2d5e2678801cbac2902
Author: victory <victory.deb@gmail.com>
Date:	Mon Sep 23 17:28:53 2013 +0900

    l10n: Update Japanese translation

M	po/ja.po

commit 899404f3e6f5fc010535225f3c01016d0438651d
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:	Fri Sep 20 18:08:38 2013 +0200

    Update French translation

M	po/fr.po

commit 757bb3ec5895e2f3dc3417239f18d5f865219928
Author: António Lima <amrlima@gmail.com>
Date:	Wed Sep 18 23:24:17 2013 +0100

    Updated Portuguese translation

M	po/pt.po

commit faf334a52730c644f7c2d3bc5848ef899c60b9f9
Author: A S Alam <apreet.alam@gmail.com>
Date:	Wed Sep 18 09:05:01 2013 -0500

    Punjabi Translation updated by Aman

M	po/pa.po

commit 14e0da3ab699771039524209e643d7892d7fc48c
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:	Tue Sep 17 18:28:57 2013 +0200

    Updated Danish translation

M	po/da.po

commit bbe135623ebaa740d5131560f1e3515710ac436b
Author: Pavol Klačanský <pavol@klacansky.com>
Date:	Sun Sep 15 16:04:23 2013 +0200

    Updated slovak translation

M	po/sk.po

commit 8a53a6b8b42a63ce5b0ae47912719c28fb0e40e7
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Sat Sep 14 21:39:29 2013 +0900

    Updated Korean translation

M	po/ko.po

commit 312ad349c0ed9b01a750a88384526966d7a346de
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:	Fri Sep 13 18:30:07 2013 +0530

    Assamese translation updated

M	po/as.po

commit 1838271831726a3bcc98e0415257f3e7f820636d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Fri Sep 13 11:57:14 2013 +0200

    Updated Hungarian translation

M	po/hu.po

commit 8f21945b95d4a8fdc9b81c1478d5eb3a34768a5a
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:	Thu Sep 12 19:27:32 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit b9c6e2e41fea2cdc962aa53684fb8e79fda3cab8
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:	Thu Sep 12 19:10:12 2013 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit 1718f68c9ddbbc681c67e0251653bbd5ff106000
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Thu Sep 12 15:00:08 2013 +0300

    Updated Latvian translation

M	po/lv.po

commit 3559f4234203f84e142ea42aa635a415a23c1b2d
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:	Thu Sep 12 07:39:50 2013 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit 2afeb50257a5a564005c975d35624991cb06b3e3
Author: Andika Triwidada <andika@gmail.com>
Date:	Mon Sep 9 21:52:22 2013 +0700

    Updated Indonesian translation

M	po/id.po

commit fe3b28f14b08a2c76da9608f21d6faa0481a3113
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Sun Sep 8 19:46:42 2013 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit aca6e3acd067b34b15e6096f237ef17c4a321726
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Sun Sep 8 13:01:01 2013 +0700

    Updated Thai translation.

M	po/th.po

commit 75a9eeefcf1e22ac9e86eac59b0e275e3c27bab0
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:	Sat Sep 7 21:36:59 2013 +0200

    Updated German translation

M	po/de.po

commit c6a8f98f9339fb571d1cdb4b94749863b7a1bddf
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
Date:	Sat Sep 7 20:29:12 2013 +0300

    Finnish translation update by Jiri Grönroos

M	po/fi.po

commit fcf48d16abb2058bcc099d1595df6814905b98df
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Fri Sep 6 16:27:33 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit cfcb9582a5c53ccfed5d51a6217bcbe426817e29
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Thu Sep 5 21:52:52 2013 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 4edb61bcf5c4f3660d404645b81de826f060cfea
Author: Marek Černocký <marek@manet.cz>
Date:	Wed Sep 4 18:11:23 2013 +0200

    Updated Czech translation

M	po/cs.po

commit 89b4e5b5c8a40ee8ab6173f6ba650516051ba9f5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Mon Sep 2 18:12:13 2013 +0200

    Updated Spanish translation

M	po/es.po

commit 5dc004938baf9e02e78ae29a2b4a6ea96de8015b
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sun Sep 1 21:13:46 2013 +0300

    Updated Lithuanian translation

M	po/lt.po

commit be3d0aed005e6dd6a1c704fd13c5bd2ae6702c67
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 1 11:34:52 2013 -0600

    docs: Update overview page to mention JSON support

M	docs/reference/gdata-overview.xml

commit 9d0bcd603273425f076b93b9fffeb00a6d946128
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 31 22:45:17 2013 -0600

    tests: Add tests for comparison of GDataGD* objects

    Add a number of tests for comparison of GDataGD* objects. This
    doesn’t
    push test coverage up significantly, but allowed validation of the
    sanity of
    the different comparisons when writing the tests.

M	gdata/tests/general.c

commit 089fff676d2a22a8506b16e341805fccca599d6b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 31 22:44:02 2013 -0600

    gd: Fix comparison of GDataGDReminders with non-equal relative times

    Two GDataGDReminders would previously compare as equal if their
    methods were
    equal but their relative times were not. Now they only compare equal
    if both
    their methods and their relative (or absolute) times are equal.

    This includes a test case.

    Spotted by Miao Yu <will.yu@yahoo.com>.

M	gdata/gd/gdata-gd-reminder.c
M	gdata/tests/general.c

commit 65921d849e7e5f4fc16e335821f4ed9422fe1614
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 31 22:42:33 2013 -0600

    gd: Include URI in comparisons between GDataGDPhoneNumbers

    This means two numbers will compare equal if their URIs are
    non-NULL and equal. This is a slight behaviour change, but I
    don’t consider it to break API, since comparison behaviour isn’t
    documented anywhere and nobody’s ever asked.

    This includes a test case.

M	gdata/gd/gdata-gd-phone-number.c
M	gdata/tests/general.c

commit 458b9c785ccda938b7796bf4e5f07cade7e2e288
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sat Aug 31 21:35:19 2013 +0200

    Updated Polish translation

M	po/pl.po

commit 9b5ad14977a5bb8da3abbce99cde6423697ea2de
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:	Sat Aug 31 22:20:34 2013 +0300

    Updated Greek translation

M	po/el.po

commit 776183fdb26b7955b6a3012dbe7017f727e0525f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 30 23:40:23 2013 -0600

    calendar: Document mutual exclusion between event times and
    recurrences

    Turns out the server explicitly disallows setting individual times for
    an event if it has a recurrence rule set (and vice-versa). It’s not
    possible to add checks for this in libgdata without breaking API, so
    rely on the server to fail to insert the offending GDataCalendarEvent
    if it pleases.

    Spotted by Miao Yu <will.yu@aol.com>.

M	gdata/services/calendar/gdata-calendar-event.c

commit 8b2cef27aace1039f9c38a3fb1dad64afa5213c9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 30 23:39:14 2013 -0600

    calendar: Remove an unused variable from a private struct

M	gdata/services/calendar/gdata-calendar-event.c

commit f48b26cba53c1b0f53c9f45c4c4c3a65a29002d7
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Fri Aug 30 20:12:00 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit 41de685c3f550e8c8d8b0ff5e1a3d93013d543df
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	Fri Aug 30 11:00:17 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit d7925e7c987ef68a226f9531adac9216b2e7d570
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Fri Aug 30 12:39:51 2013 +0200

    Updated Galician translations

M	po/gl.po

commit 39c30e114d692f83945f2bcad62b6dfdd28b96e1
Author: Claudio Arseni <claudio.arseni@ubuntu.com>
Date:	Fri Aug 30 08:30:03 2013 +0200

    [l10n] Updated Italian translation.

M	po/it.po

commit 9771af32dac2a78f67b2ff76f9cea35677e8b99f
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:	Mon Jul 8 18:29:17 2013 +0300

    core: Add support for JSON to GDataParsable, GDataEntry and GDataFeed

    This also includes initial code for detection of the Content-Type
    of received
    messages, and parsing JSON or XML depending on that.

    This breaks ABI (but not API), and adds a dependency on json-glib
    ≥ 0.15.

    Complete unit tests are included. Further work is expected for
    integrating
    JSON support into GDataService, ready for use with the Tasks service.

    This work is originally by Pēteris Krišjānis <pecisk@gmail.com>,
    with
    additions by Philip Withnall <philip@tecnocode.co.uk>.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=657539

M	Makefile.am
M	README
M	configure.ac
M	docs/reference/gdata-sections.txt
M	gdata/GData-0.0.metadata
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata.symbols
M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/general.c

commit ce7bc546da6176ac4bec698f27792fe834c4a45d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 29 23:03:53 2013 -0600

    tests: Fix minor memory leaks in general test suite

M	gdata/tests/general.c

commit 0532646f19eca4b8a9055986bf9522613252a8ba
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 29 09:22:49 2013 -0600

    build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS

    This fixes the build with recent changes to gnome-common.

    See: https://bugzilla.gnome.org/show_bug.cgi?id=706826

M	Makefile.am

commit 05ff0c611d313776fb133f877e6c18e6ed76280e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 28 23:36:05 2013 -0600

    build: Increment version to 0.15.0

M	configure.ac

commit 2c9ba300498e8dfd28498389e202eefda41e4c16
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 28 23:32:42 2013 -0600

    Release version 0.14.0

M	NEWS
M	configure.ac

commit 6937287b6c3302397eb92e4e900195d238f00888
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 28 21:54:44 2013 -0600

    picasaweb: Fix some integer overflow bugs on 32-bit machines

    Looks like nobody’s previously run the test suite on a 32-bit
    machine…

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit 035979496f91747839c219d27627c6393f36230c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 28 20:39:06 2013 -0600

    docs: Ignore generated *-enums.h files

    A couple of them weren’t being excluded, and were generating noise
    in gdata-sections.txt.

M	docs/reference/Makefile.am
M	docs/reference/gdata-sections.txt

commit 5af3a0722daf2711f05665a63508b8fd34b70df8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 27 23:42:35 2013 -0600

    gd: Fix documentation comment

M	gdata/gd/gdata-gd-when.c

commit 2b14c68fc531fb6d940c4602d83e4a2236caa9b8
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:	Thu Aug 22 12:30:34 2013 +0200

    Update French translation

M	po/fr.po

commit 633a115fecf00f2335297a25bf0136c07184c6c2
Author: Claudio Arseni <claudio.arseni@ubuntu.com>
Date:	Sun Aug 18 14:32:17 2013 +0200

    [l10n] Updated Italian translation.

M	po/it.po

commit 4b0792ed71ad09645b809f1b122146744513010b
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:	Sun Aug 18 09:50:18 2013 +0300

    Updated Greek translation

M	po/el.po

commit 3573b01c45561ddf0e904d9c62c3e104038e622b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sat Aug 17 08:58:54 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit 785c4f14b62498f02ab0c227574d86a1deed4351
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Fri Aug 16 10:14:44 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 4c233898f0e626abd265846571e684453f19c8fb
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sun Aug 11 19:49:38 2013 +0300

    Updated Lithuanian translation

M	po/lt.po

commit fda5e0af1f4338ef3d378c9e2e2a00da4301ea8a
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:	Sun Aug 11 00:20:09 2013 +0200

    Fixed some small errors in the Dutch translation.

M	po/nl.po

commit 55b68f99f278b4e33ca8a6be9aa18c3468e40f3e
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Sat Aug 10 15:43:51 2013 +0700

    Updated Thai translation.

M	po/th.po

commit 3554f537bbb6c47da7fb11d9fcf83d75d81c8ce4
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Thu Aug 8 22:20:08 2013 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit d56fe9fd495b1135e0030d3f166f05c7de9a7790
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Thu Aug 8 11:16:28 2013 +0200

    Updated Spanish translation

M	po/es.po

commit ef97bbadd915a23e2cc876f80da97ca377533334
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 5 16:34:36 2013 +0200

    tests: Tidy up invocation of GDataResolver

M	gdata/tests/calendar.c
M	gdata/tests/client-login-authorizer.c
M	gdata/tests/common.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/mock-server.c
M	gdata/tests/oauth1-authorizer.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 9670f962222b6c51ca051c2665d0a5b659ac6282
Author: Gil Forcada <gforcada@gnome.org>
Date:	Sat Aug 3 23:36:58 2013 +0200

    [l10n] Update Catalan translation

M	po/ca.po

commit 08dc67658d0be82e24a72fb8910a4822e6cc54ce
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:	Sat Aug 3 16:03:40 2013 +0200

    Updated German translation

M	po/de.po

commit 9d3994090d67cf6fa7bb7b679bf36dc68d996bdf
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Sat Aug 3 14:04:18 2013 +0300

    Updated Hebrew translation.

M	po/he.po

commit 1d70529fa7ade5e0b4daed464fcbcef6904c502d
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:	Sat Aug 3 00:30:42 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 1bbe2deeabfdfb1e0fe788ccd4bc4ca67f6f546e
Author: Marek Černocký <marek@manet.cz>
Date:	Fri Aug 2 20:38:29 2013 +0200

    Updated Czech translation

M	po/cs.po

commit 95623628dd021f5dadcf99c0ae6d556d1942930b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 2 13:47:04 2013 +0200

    build: Increment version to 0.13.5

M	configure.ac

commit bd4c40f4b9b1a0413d0f2184f1a2781c6abe8582
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 2 13:45:11 2013 +0200

    Release version 0.13.4

M	NEWS
M	configure.ac

commit 0858c4354b63a544d3a328e9ceb1d8266c233853
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 2 13:15:52 2013 +0200

    tests: Fix sense of a sleep() enable guard

M	gdata/tests/picasaweb.c

commit 08f78da9f648dee50612af958177cf35b4f08328
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 2 13:09:25 2013 +0200

    build: Set tar-pax AM_INIT_AUTOMAKE option

    This is necessary to include long filenames in the tarball, which
    is needed for the trace files.

M	configure.ac

commit 8d925cdb5a9e9d2ab91484f52cc406d2728b0bf7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 2 12:46:28 2013 +0200

    tests: builddir ≠ fixes for the trace code

M	gdata/tests/calendar.c
M	gdata/tests/client-login-authorizer.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/oauth1-authorizer.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 6266e4776de10bcfa633f9a7ee5af9adabc2b58c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 2 12:40:19 2013 +0200

    build: Add missing certificate and trace files to EXTRA_DIST

M	gdata/tests/Makefile.am

commit c57365d70568c866cfbc4a063e4e90aa28fecef2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Fri Aug 2 12:48:26 2013 +0200

    Updated Polish translation

M	po/pl.po

commit b4e46b4f9c59959bf63650f9eb1d7a5b6b01ffd1
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Fri Aug 2 12:47:54 2013 +0200

    Updated Galician translations

M	po/gl.po

commit 4415f9a47cb334103b270faefc5bf04222edc16d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 13:31:27 2013 +0200

    tests: Disable hacky sleep()s when running against a mock server

    This speeds up running the test suite by a significant number of
    seconds. The sleep()s are only needed to wait for changes to
    propagate between servers in Google’s data centres, and are
    totally irrelevant to the mock server.

M	gdata/tests/documents.c

commit c00a7d8d743487d2f4f9dd0e0f5ad05c0e08d584
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 31 09:19:46 2013 +0200

    tests: Tidy up server creation in streams tests

    Also ensure it sets LIBGDATA_HTTPS_PORT correctly so that the
    tests work with the recent trace file changes to the core.

M	gdata/tests/streams.c

commit a04ac5150b25331fb7ca3ab51d3026740b9593cc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 13:27:49 2013 +0200

    tests: Remove --no-internet option in favour of trace files

    All unit test suites now support running against committed trace
    files, so the --no-internet option can now be removed.

M	gdata/tests/common.c
M	gdata/tests/common.h

commit 8567c768cc31cc2e14c64d098c15b358003c69ac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 13:17:38 2013 +0200

    tests: Add trace file testing support to the Documents test suite

M	gdata/tests/documents.c
A	gdata/tests/traces/documents/access-rule-insert
A	gdata/tests/traces/documents/authentication
A	gdata/tests/traces/documents/authentication-async
A	gdata/tests/traces/documents/authentication-async-cancellation
A	gdata/tests/traces/documents/batch
A	gdata/tests/traces/documents/batch-async
A	gdata/tests/traces/documents/batch-async-cancellation
A	gdata/tests/traces/documents/copy-document
A	gdata/tests/traces/documents/delete-document
A	gdata/tests/traces/documents/delete-folder
A	gdata/tests/traces/documents/download-document
A	gdata/tests/traces/documents/folders-add-to-folder
A	gdata/tests/traces/documents/folders-remove-from-folder
A	gdata/tests/traces/documents/folders_add_to_folder-async
A
gdata/tests/traces/documents/folders_add_to_folder-async-cancellation
A	gdata/tests/traces/documents/folders_remove_from_folder-async
A
gdata/tests/traces/documents/folders_remove_from_folder-async-cancellation
A
gdata/tests/traces/documents/folders_remove_from_folder-async-epilogue
A	gdata/tests/traces/documents/global-authentication
A	gdata/tests/traces/documents/query-all-documents
A
gdata/tests/traces/documents/query-all-documents-async-progress-closure
A	gdata/tests/traces/documents/query-all-documents-with-folder
A	gdata/tests/traces/documents/query_all_documents-async
A
gdata/tests/traces/documents/query_all_documents-async-cancellation
A	gdata/tests/traces/documents/setup-batch-async
A	gdata/tests/traces/documents/setup-folders-add-to-folder
A	gdata/tests/traces/documents/setup-folders-remove-from-folder
A	gdata/tests/traces/documents/setup-temp-document-spreadsheet
A	gdata/tests/traces/documents/setup-temp-documents
A	gdata/tests/traces/documents/setup-temp-folder
A
gdata/tests/traces/documents/setup-update-document_content-and-metadata-non-resumable
A
gdata/tests/traces/documents/setup-update-document_content-and-metadata-resumable
A
gdata/tests/traces/documents/setup-update-document_content-only-non-resumable
A
gdata/tests/traces/documents/setup-update-document_content-only-resumable
A
gdata/tests/traces/documents/setup-update-document_metadata-only-non-resumable
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-in-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-in-folder-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-in-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-root-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-root-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-root-folder-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-and-metadata-root-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-in-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-in-folder-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-in-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-root-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-root-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-root-folder-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_content-only-root-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/setup-upload-document_metadata-only-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/setup-upload-document_metadata-only-root-folder-non-resumable-odt-convert
A	gdata/tests/traces/documents/teardown-batch-async
A	gdata/tests/traces/documents/teardown-copy-document
A	gdata/tests/traces/documents/teardown-folders-add-to-folder
A	gdata/tests/traces/documents/teardown-temp-document
A	gdata/tests/traces/documents/teardown-temp-documents
A	gdata/tests/traces/documents/teardown-temp-folder
A
gdata/tests/traces/documents/teardown-update-document_content-and-metadata-non-resumable
A
gdata/tests/traces/documents/teardown-update-document_content-and-metadata-resumable
A
gdata/tests/traces/documents/teardown-update-document_content-only-non-resumable
A
gdata/tests/traces/documents/teardown-update-document_content-only-resumable
A
gdata/tests/traces/documents/teardown-update-document_metadata-only-non-resumable
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-in-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-in-folder-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-in-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-root-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-root-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-root-folder-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-and-metadata-root-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-in-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-in-folder-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-in-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-root-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-root-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-root-folder-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_content-only-root-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/teardown-upload-document_metadata-only-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/teardown-upload-document_metadata-only-root-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/update_content-and-metadata-non-resumable
A	gdata/tests/traces/documents/update_content-and-metadata-resumable
A	gdata/tests/traces/documents/update_content-only-non-resumable
A	gdata/tests/traces/documents/update_content-only-resumable
A	gdata/tests/traces/documents/update_metadata-only-non-resumable
A
gdata/tests/traces/documents/upload_content-and-metadata-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-and-metadata-in-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/upload_content-and-metadata-in-folder-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-and-metadata-in-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/upload_content-and-metadata-root-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-and-metadata-root-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/upload_content-and-metadata-root-folder-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-and-metadata-root-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/upload_content-only-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-only-in-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/upload_content-only-in-folder-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-only-in-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/upload_content-only-root-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-only-root-folder-resumable-bin-no-convert
A
gdata/tests/traces/documents/upload_content-only-root-folder-resumable-odt-convert
A
gdata/tests/traces/documents/upload_content-only-root-folder-resumable-odt-no-convert
A
gdata/tests/traces/documents/upload_metadata-only-in-folder-non-resumable-odt-convert
A
gdata/tests/traces/documents/upload_metadata-only-root-folder-non-resumable-odt-convert

commit 8348fc1310c48734820d10853bff3a5189342a5a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 29 18:16:48 2013 +0200

    tests: Add trace file testing support to the OAuth 1 test suite

M	gdata/tests/oauth1-authorizer.c
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-interactive-data-bad-credentials
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-refresh-authorization
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authentication-uri-async
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authentication-uri-async-cancellation
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authentication-uri-sync
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authentication-uri-sync-cancellation
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async-bad-credentials
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-async-cancellation
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-sync
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-sync-bad-credentials
A
gdata/tests/traces/oauth1-authorizer/oauth1-authorizer-request-authorization-sync-cancellation
A
gdata/tests/traces/oauth1-authorizer/setup-oauth1-authorizer-data-authenticated
A
gdata/tests/traces/oauth1-authorizer/setup-oauth1-authorizer-interactive-data

commit dfd9951b6dad3fb5524db5615ab64f28aeaf009b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 29 17:04:49 2013 +0200

    tests: Add trace file testing support to the ClientLogin test suite

M	gdata/tests/client-login-authorizer.c
A
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-async
A
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-async-cancellation
A
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-async-multiple-domains
A
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync
A
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync-bad-password
A
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync-cancellation
A
gdata/tests/traces/client-login-authorizer/client-login-authorizer-authenticate-sync-multiple-domains
A
gdata/tests/traces/client-login-authorizer/setup-client-login-authorizer-data-authenticated

commit 060319d9fbf707f29e88326f07ff7124d62c7c69
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 29 16:41:39 2013 +0200

    tests: Add trace file testing support to the Calendar test suite

M	gdata/tests/calendar.c
A	gdata/tests/traces/calendar/access-rule-delete
A	gdata/tests/traces/calendar/access-rule-get
A	gdata/tests/traces/calendar/access-rule-insert
A	gdata/tests/traces/calendar/access-rule-update
A	gdata/tests/traces/calendar/authentication
A	gdata/tests/traces/calendar/authentication-async
A	gdata/tests/traces/calendar/authentication-async-cancellation
A	gdata/tests/traces/calendar/batch
A	gdata/tests/traces/calendar/batch-async
A	gdata/tests/traces/calendar/batch-async-cancellation
A	gdata/tests/traces/calendar/event-insert
A	gdata/tests/traces/calendar/event_insert-async
A	gdata/tests/traces/calendar/event_insert-async-cancellation
A	gdata/tests/traces/calendar/global-authentication
A	gdata/tests/traces/calendar/query-all-calendars
A
gdata/tests/traces/calendar/query-all-calendars-async-progress-closure
A	gdata/tests/traces/calendar/query-events
A	gdata/tests/traces/calendar/query-events-async-progress-closure
A	gdata/tests/traces/calendar/query-own-calendars
A
gdata/tests/traces/calendar/query-own-calendars-async-progress-closure
A	gdata/tests/traces/calendar/query_all_calendars-async
A	gdata/tests/traces/calendar/query_all_calendars-async-cancellation
A	gdata/tests/traces/calendar/query_events-async
A	gdata/tests/traces/calendar/query_events-async-cancellation
A	gdata/tests/traces/calendar/query_own_calendars-async
A	gdata/tests/traces/calendar/query_own_calendars-async-cancellation
A	gdata/tests/traces/calendar/setup-batch-async
A	gdata/tests/traces/calendar/setup-query-calendars
A	gdata/tests/traces/calendar/setup-query-events
A	gdata/tests/traces/calendar/setup-temp-calendar
A	gdata/tests/traces/calendar/setup-temp-calendar-acls
A	gdata/tests/traces/calendar/teardown-batch-async
A	gdata/tests/traces/calendar/teardown-insert-event
A	gdata/tests/traces/calendar/teardown-query-calendars
A	gdata/tests/traces/calendar/teardown-query-events
A	gdata/tests/traces/calendar/teardown-temp-calendar
A	gdata/tests/traces/calendar/teardown-temp-calendar-acls

commit 65938c94908f13898f18a09f85f1ed84242aeae3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 28 14:21:35 2013 +0200

    tests: Add trace file testing support to the PicasaWeb test suite

M	gdata/tests/picasaweb.c
A	gdata/tests/traces/picasaweb/authentication
A	gdata/tests/traces/picasaweb/authentication-async
A	gdata/tests/traces/picasaweb/authentication-async-cancellation
A	gdata/tests/traces/picasaweb/comment-delete
A	gdata/tests/traces/picasaweb/comment-insert
A	gdata/tests/traces/picasaweb/comment-query
A	gdata/tests/traces/picasaweb/comment-query-async-progress-closure
A	gdata/tests/traces/picasaweb/comment_delete-async
A	gdata/tests/traces/picasaweb/comment_delete-async-cancellation
A	gdata/tests/traces/picasaweb/comment_insert-async
A	gdata/tests/traces/picasaweb/comment_insert-async-cancellation
A	gdata/tests/traces/picasaweb/comment_query-async
A	gdata/tests/traces/picasaweb/comment_query-async-cancellation
A	gdata/tests/traces/picasaweb/download-photo
A	gdata/tests/traces/picasaweb/download-thumbnails
A	gdata/tests/traces/picasaweb/global-authentication
A	gdata/tests/traces/picasaweb/insert-album
A	gdata/tests/traces/picasaweb/insert_album-async
A	gdata/tests/traces/picasaweb/insert_album-async-cancellation
A	gdata/tests/traces/picasaweb/query-all-albums
A
gdata/tests/traces/picasaweb/query-all-albums-async-progress-closure
A	gdata/tests/traces/picasaweb/query-all-albums-with-limits
A	gdata/tests/traces/picasaweb/query-files
A	gdata/tests/traces/picasaweb/query-files-async-progress-closure
A	gdata/tests/traces/picasaweb/query-files-single
A	gdata/tests/traces/picasaweb/query-user
A	gdata/tests/traces/picasaweb/query_all_albums-async
A	gdata/tests/traces/picasaweb/query_all_albums-async-cancellation
A	gdata/tests/traces/picasaweb/query_files-async
A	gdata/tests/traces/picasaweb/query_files-async-cancellation
A	gdata/tests/traces/picasaweb/query_user-async
A	gdata/tests/traces/picasaweb/query_user-async-cancellation
A	gdata/tests/traces/picasaweb/query_user_by_username-async
A
gdata/tests/traces/picasaweb/query_user_by_username-async-cancellation
A	gdata/tests/traces/picasaweb/setup-query-all-albums
A	gdata/tests/traces/picasaweb/setup-query-comments
A	gdata/tests/traces/picasaweb/setup-query-files
A	gdata/tests/traces/picasaweb/setup-upload
A	gdata/tests/traces/picasaweb/teardown-insert-album
A	gdata/tests/traces/picasaweb/teardown-insert-comment
A	gdata/tests/traces/picasaweb/teardown-query-all-albums
A	gdata/tests/traces/picasaweb/teardown-query-comments
A	gdata/tests/traces/picasaweb/teardown-query-files
A	gdata/tests/traces/picasaweb/teardown-upload
A	gdata/tests/traces/picasaweb/upload-default-album
A	gdata/tests/traces/picasaweb/upload_default_album-async
A
gdata/tests/traces/picasaweb/upload_default_album-async-cancellation

commit 8afe6edc8900691a9d018532963a08661b7f48ef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 8 21:25:00 2013 +0100

    tests: Add trace file testing support to the Contacts test suite

M	gdata/tests/contacts.c
A	gdata/tests/traces/contacts/authentication
A	gdata/tests/traces/contacts/authentication-async
A	gdata/tests/traces/contacts/authentication-async-cancellation
A	gdata/tests/traces/contacts/batch
A	gdata/tests/traces/contacts/batch-async
A	gdata/tests/traces/contacts/batch-async-cancellation
A	gdata/tests/traces/contacts/contact-insert
A	gdata/tests/traces/contacts/contact-update
A	gdata/tests/traces/contacts/global-authentication
A	gdata/tests/traces/contacts/group-insert
A	gdata/tests/traces/contacts/group_insert-async
A	gdata/tests/traces/contacts/group_insert-async-cancellation
A	gdata/tests/traces/contacts/photo-add
A	gdata/tests/traces/contacts/photo-delete
A	gdata/tests/traces/contacts/photo-get
A	gdata/tests/traces/contacts/photo_add-async
A	gdata/tests/traces/contacts/photo_add-async-cancellation
A	gdata/tests/traces/contacts/photo_delete-async
A	gdata/tests/traces/contacts/photo_delete-async-cancellation
A	gdata/tests/traces/contacts/photo_get-async
A	gdata/tests/traces/contacts/photo_get-async-cancellation
A	gdata/tests/traces/contacts/query-all-contacts
A
gdata/tests/traces/contacts/query-all-contacts-async-progress-closure
A	gdata/tests/traces/contacts/query-all-groups
A
gdata/tests/traces/contacts/query-all-groups-async-progress-closure
A	gdata/tests/traces/contacts/query_all_contacts-async
A	gdata/tests/traces/contacts/query_all_contacts-async-cancellation
A	gdata/tests/traces/contacts/query_all_groups-async
A	gdata/tests/traces/contacts/query_all_groups-async-cancellation
A	gdata/tests/traces/contacts/setup-batch-async
A	gdata/tests/traces/contacts/setup-query-all-contacts
A	gdata/tests/traces/contacts/setup-query-all-groups
A	gdata/tests/traces/contacts/setup-temp-contact
A	gdata/tests/traces/contacts/setup-temp-contact-with-photo
A	gdata/tests/traces/contacts/teardown-batch-async
A	gdata/tests/traces/contacts/teardown-insert
A	gdata/tests/traces/contacts/teardown-insert-group
A	gdata/tests/traces/contacts/teardown-query-all-contacts
A	gdata/tests/traces/contacts/teardown-query-all-groups
A	gdata/tests/traces/contacts/teardown-temp-contact

commit 0e6e38604c23959e510eb21385a803f61587443c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 09:16:08 2013 +0200

    tests: Fix DS problems with the Google Document removal tests

M	gdata/tests/documents.c

commit 4b194f40773605288d2e9e0aad3ae9d78b5a6dc8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 31 10:20:01 2013 +0200

    tests: Add trace file testing support to the YouTube test suite

A	gdata/tests/traces/youtube/authentication
A	gdata/tests/traces/youtube/authentication-async
A	gdata/tests/traces/youtube/authentication-async-cancellation
A	gdata/tests/traces/youtube/batch
A	gdata/tests/traces/youtube/batch-async
A	gdata/tests/traces/youtube/batch-async-cancellation
A	gdata/tests/traces/youtube/categories
A	gdata/tests/traces/youtube/categories-async
A	gdata/tests/traces/youtube/categories-async-cancellation
A	gdata/tests/traces/youtube/comment-delete
A	gdata/tests/traces/youtube/comment-insert
A	gdata/tests/traces/youtube/comment-query
A	gdata/tests/traces/youtube/comment-query-async-progress-closure
A	gdata/tests/traces/youtube/comment_delete-async
A	gdata/tests/traces/youtube/comment_delete-async-cancellation
A	gdata/tests/traces/youtube/comment_insert-async
A	gdata/tests/traces/youtube/comment_insert-async-cancellation
A	gdata/tests/traces/youtube/comment_query-async
A	gdata/tests/traces/youtube/comment_query-async-cancellation
A	gdata/tests/traces/youtube/global-authentication
A	gdata/tests/traces/youtube/query-related
A	gdata/tests/traces/youtube/query-related-async-progress-closure
A	gdata/tests/traces/youtube/query-single
A	gdata/tests/traces/youtube/query-standard-feed
A
gdata/tests/traces/youtube/query-standard-feed-async-progress-closure
A	gdata/tests/traces/youtube/query-standard-feed-with-query
A	gdata/tests/traces/youtube/query-standard-feeds
A	gdata/tests/traces/youtube/query_related-async
A	gdata/tests/traces/youtube/query_related-async-cancellation
A	gdata/tests/traces/youtube/query_single-async
A	gdata/tests/traces/youtube/query_single-async-cancellation
A	gdata/tests/traces/youtube/query_standard_feed-async
A	gdata/tests/traces/youtube/query_standard_feed-async-cancellation
A	gdata/tests/traces/youtube/setup-batch
A	gdata/tests/traces/youtube/setup-comment
A	gdata/tests/traces/youtube/setup-insert-comment
A	gdata/tests/traces/youtube/teardown-insert-comment
A	gdata/tests/traces/youtube/teardown-upload
A	gdata/tests/traces/youtube/upload-async
A	gdata/tests/traces/youtube/upload-async-cancellation
A	gdata/tests/traces/youtube/upload-simple
M	gdata/tests/youtube.c

commit 026e350a3d83ec186da55849832e97328153d2f0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 17:43:41 2013 +0200

    tests: General support for mock server traces in async tests

M	gdata/tests/common.h

commit d5850ea879b6780ffff06934241b246eb1192c84
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 31 10:19:38 2013 +0200

    tests: Add mock server trace support

    This adds a GDataMockServer which online tests can be run against,
    either to log a trace file of all HTTP messages during the test,
    or to re-run the test against such a trace file on a local
    (in-process) server.

    Tests are transparently redirected to the mock server by overriding
    the default DNS resolver, which will resolve all URIs to a loopback
    interface.

    This also ports GDataService from using SoupSessionSync to the new
    SoupSession. SoupSession’s default HTTP timeout is 60s, whereas the
    old value used by SoupSessionSync was 0s (i.e. no timeout). In order
    to preserve defaults for GDataService:timeout, we need to explicitly
    set the timeout to 0s.

M	docs/reference/Makefile.am
M	gdata/gdata-service.c
M	gdata/tests/Makefile.am
A	gdata/tests/cert.pem
M	gdata/tests/common.c
M	gdata/tests/common.h
A	gdata/tests/key.pem
A	gdata/tests/mock-resolver.c
A	gdata/tests/mock-resolver.h
A	gdata/tests/mock-server.c
A	gdata/tests/mock-server.h

commit 2cdc8344b34c867f1f0b259413807b34c297508d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 31 11:18:00 2013 +0200

    Revert "core: Write upload chunks in an idle handler to avoid stack
    overflow"

    This reverts commit e795f559327b3f208d768a4461ca1829e0f44693.

    This fixes GDataUploadStream now that we use SoupSession rather than
    SoupSessionSync. See the discussion in bug #703464 for more details;
    we need
    to append body chunks before returning from the wrote-body-data signal
    handler in order to not stall the upload and hit an assertion.

    See: https://bugzilla.gnome.org/show_bug.cgi?id=703464

M	gdata/gdata-upload-stream.c

commit bf973f6f7e663dd3c18d965fdcad69775a734cbb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 2 11:59:01 2013 +0200

    tests: Add a sleep() in the PicasaWeb tests to work around DS bugs

M	gdata/tests/picasaweb.c

commit fc934a4172eaada28e35336f9bb549dc7a6e3f9d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 19:09:03 2013 +0200

    docs: Add a missing xi:include to gdata-docs.xml

M	docs/reference/gdata-docs.xml

commit c7e87354107329982b81efb6d6c35ac4e1b447b2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 18:32:42 2013 +0200

    tests: Temporarily disable the memory test

    It’s broken due to a problem in GLib.

    See: https://bugzilla.gnome.org/show_bug.cgi?id=705303

M	gdata/tests/Makefile.am

commit 9ebcbcd52ad02cf7de17d263c2d345d9431a41a5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 17:58:16 2013 +0200

    tests: Disable some invalid comparisons in the PicasaWeb tests

    Turns out that Google servers can arbitrarily change a few more values
    than I thought, which the tests didn’t expect to change.

M	gdata/tests/picasaweb.c

commit 2f9f5e68907d839fa2f8a029ef7ec49c4ac1d41d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 17:56:44 2013 +0200

    tests: Various distributed system workarounds for the Contacts tests

    This also, sadly, includes disabling a few tests which I can’t
    figure out
    how to fix sanely at the moment.

M	gdata/tests/contacts.c

commit 288391e657c890338bf49b00228171b84d8c90be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 17:52:54 2013 +0200

    core: Fix race condition in upload thread instantiation

    The upload thread takes a reference on the GDataUploadStream, but the
    stream could be finalised while the thread is still being created;
    hence once the thread main function starts and calls g_object_ref(),
    the GDataUploadStream has already been destroyed.

    Move the g_object_ref() call to before the thread instantiation to
    fix this.

M	gdata/gdata-upload-stream.c

commit c0e74d66779fbb1310e24950e514cf7e861958d7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 09:13:41 2013 +0200

    tests: Fix document title comparison

    Google changed the semantics of document titles again.

M	gdata/tests/documents.c

commit a5c74e837946d72764b471d1ac75897bf2f2d406
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 1 09:09:25 2013 +0200

    documents: Minor code tidy-up

M	gdata/services/documents/gdata-documents-service.c

commit 8901c2953327037fec3591e38ff8698391c34a80
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 13:25:38 2013 +0200

    tests: Fix kinds of uploaded documents used in the Documents test
    suite

    I’m sure this worked before, so it looks like Google has tightened
    up
    input validation a bit. Not a bad thing.

M	gdata/tests/documents.c

commit 6bc8c36fa23d6722dcc44724a8d2feb2c99ad8e0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 8 11:56:53 2013 +0100

    tests: Add more tests for GDataQuery

    This pushes its test coverage up to 92.3% of lines, and 94.6%
    of functions.

M	gdata/tests/general.c

commit 50d349ae3ee8447cdb88fe87cd84c09095ff37e3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 8 15:33:11 2013 +0100

    core: Refactor assertions slightly

    This tidies up the code a bit. No behavioural changes.

M	gdata/gdata-service.c

commit 8803a876ade32dfc4428bdac8c48a722e1caa7ad
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 7 17:48:10 2013 +0100

    core: Allow HTTPS port to be overriden using the LIBGDATA_HTTPS_PORT
    envvar

    This will be useful for unit testing, allowing network traffic to be
    redirected to a local unit testing server.

M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c

commit a1d2ad38ff2dca93ab763fb50ed3c1f9c35848f8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 31 09:08:42 2013 +0200

    tests: Work around distributed system bugs in the Google Contacts
    servers

    Looks like the servers have changed to use weak synchronisation of new
    contacts, so querying for contacts immediately after adding them now
    often won’t return the new ones, or will return them with outdated
    IDs.
    ‘Fix’ this by adding a mandatory sleep after creating the
    contacts, and
    before querying them for the first time.

M	gdata/tests/contacts.c

commit 1971f8ed3b3cb76719490b956cfdcb44644d0a2d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 17:44:18 2013 +0200

    tests: Fix a memory leak in the PicasaWeb unit tests

M	gdata/tests/picasaweb.c

commit 36b38fdb700a3f652b6985540b3d69134a1ec9d0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 14:19:55 2013 +0200

    build: Update MAINTAINERCLEANFILES

M	Makefile.am

commit a627ea8d98b5222fe6e9fc6319fe9272dad475a3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 14:19:10 2013 +0200

    build: Use AC_CONFIG_AUX_DIR

    This tidies away various autoconf/automake files so they don’t
    pollute
    the root directory. It also ties in with recent git.mk improvements so
    these files are automatically included in .gitignore.

M	configure.ac

commit 469ea1e1fab91df489399fe42ce760d6eb7d2b6e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 14:18:44 2013 +0200

    build: Use AM_C[PP]FLAGS instead of INCLUDES

    Let’s live in the future.

M	docs/reference/Makefile.am
M	gdata/tests/Makefile.am

commit 199d3a06471ab035215a661602fc7dc3550fbf3f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 14:17:58 2013 +0200

    build: Update git.mk from upstream

M	git.mk

commit 8dd839408ae7f257c91a92b5ca4f470e9993e637
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 30 13:18:20 2013 +0200

    documents: Fix default value of GDataDocumentsUploadQuery:convert

    Also add a test for it, because tests are good.

M	gdata/services/documents/gdata-documents-upload-query.c
M	gdata/tests/documents.c

commit 03be462791252e1b146e154eb93fac4841052f6a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 28 14:23:24 2013 +0200

    core: Remove an unnecessary message unpausing

    See: https://bugzilla.gnome.org/show_bug.cgi?id=703461#c4

M	gdata/gdata-upload-stream.c

commit f19cf538819581d9c208ca965703b5fd59241e3a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 28 14:22:09 2013 +0200

    tests: Update upload limit on PicasaWeb tests

    Looks like quotas have been increased from 1GiB to 15GiB!

M	gdata/tests/picasaweb.c

commit 99e4064a8365fab4046918d9b565b8b7974a3ea6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 8 15:34:24 2013 +0100

    youtube: Add a CHANNEL_REQUIRED error code

    This is returned for operations which require the currently
    authenticated
    Google Account to have an associated YouTube channel, but it
    doesn’t.

    This adds the following API:
     • GDATA_YOUTUBE_SERVICE_ERROR_CHANNEL_REQUIRED

M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h

commit 39a84292509ca3dbd99dd06d264b643da15caa47
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 8 11:57:51 2013 +0100

    core: Fix backwards pagination in GDataQuery

    If using pre-specific next/previous URIs, the previous URI wasn’t
    being
    detected correctly due to a copy–paste error.

M	gdata/gdata-query.c

commit 2900a5dec708cf59896255f625f732142ed3a5b3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 3 19:46:58 2013 +0100

    tests: Update test account password

M	gdata/tests/common.h

commit e795f559327b3f208d768a4461ca1829e0f44693
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 3 19:38:07 2013 +0100

    core: Write upload chunks in an idle handler to avoid stack overflow

    Otherwise the used stack size would be proportional to the number of
    chunks uploaded by GDataUploadStream, and hence stack overflow could
    potentially occur.

M	gdata/gdata-upload-stream.c

commit c7b758c60dca3d213ee3629605ae493c221e57c6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 3 19:39:03 2013 +0100

    tests: Fix a YouTube test name

M	gdata/tests/youtube.c

commit 041e0cd0bd2b45ad6f8ca600d91bf51906cd4524
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 2 13:12:45 2013 +0100

    tests: Move stream creation out of setup and into test functions

    Resetting the stream (seeking back to the beginning and clearing
    pending
    operations) was too fragile, and resulted in spurious test failures.

M	gdata/tests/youtube.c

commit 26532799c10145c31dc07d95c8f69b71c72d9539
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 2 13:02:17 2013 +0100

    core: Fix error notification of cancelled messages

    If a message is cancelled during (e.g.) DNS resolution or SSL
    handshaking,
    libsoup will return SOUP_STATUS_SSL_FAILED (and friends) rather than
    SOUP_STATUS_CANCELLED, which was causing occasional spurious
    failures in
    the test suite (due to the wrong error messages being set). Fix
    this by
    explicitly converting SOUP_STATUS_SSL_FAILED (etc.) to
    SOUP_STATUS_CANCELLED if the cancellable is cancelled.

M	gdata/gdata-service.c

commit 300c38f65e34d76649c39a050e7d5d792ffba68f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 2 12:59:28 2013 +0100

    core: Fix idle callback priority for batch operation callbacks

    Occasionally, the callback for an async batch operation as a whole
    was being
    called before the callbacks for the individual operations in the
    batch. This
    was causing the YouTube tests to spuriously fail every so often.

    Fix this by setting the callback priority for operation callbacks
    to be the
    same as that of the entire batch.

M	gdata/gdata-batch-operation.c

commit 13e3571490d41aaff4761df12f0d97d5b048a5d1
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:	Sat Jun 29 21:34:21 2013 +0300

    Replacing g_log_set_default_handler with g_log_set_handler

    Replacing g_log_set_default_handler with g_log_set_handler for all
    message types except G_LOG_LEVEL_DEBUG, as setting default handler
    means it catches messages from all other domains, t.i. from other
    libraries and applications.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=703192

M	gdata/gdata-service.c

commit b116aade27c2a4b4229ba0b6cca4a425f9dfcb38
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:	Fri Jun 21 18:55:51 2013 +0300

    Added functions gdata_test_debug_output, gdata_test_debug_handler
    and GSList message_list for collecting debug messages in memory and
    printing out only when needed (including pretty printing XML). Closes
    https://bugzilla.gnome.org/show_bug.cgi?id=627895

M	gdata/tests/common.c
M	gdata/tests/common.h

commit 59aea63e87277fe7d320add954403105be3f0405
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:	Fri Jun 21 18:35:45 2013 +0300

    Change g_log_set_handler to g_log_set_default_handler so we could
    set handler for debug log level in tests/common.c.

M	gdata/gdata-service.c

commit 0d10848774715616700673c0d4e88a7140d1a0db
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Wed Mar 20 11:13:41 2013 +0100

    Updated Basque language

M	po/eu.po

commit 2e53dfed8492d615a7f7d9c5cff5d1d773609e40
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:	Tue Mar 19 22:37:17 2013 +0100

    [l10n] Added Tadjik translation

M	po/LINGUAS
A	po/tg.po

commit b72f1a20fd48b34e283977a780ab4b57c1955b48
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:	Sun Mar 17 00:52:05 2013 +0000

    Converted Portuguese translation to New Spelling (Novo AO)

M	po/pt.po

commit 092d9fa1155e0badc53218b0c990d9769f2f5d94
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Feb 26 00:09:41 2013 +0000

    build: Increment version to 0.13.4

M	configure.ac

commit b88c044eee340d3abec819e793e33cea0bb9b480
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Feb 26 00:08:36 2013 +0000

    Release version 0.13.3

M	NEWS
M	configure.ac

commit 9e99119d917b7af762b46b91b067a3ad55710aa5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Feb 26 00:04:59 2013 +0000

    docs: Add a missing xi:include to gdata-docs.xml

M	docs/reference/gdata-docs.xml

commit 56490d4db4cf8b7fdfa84aa0b583da908ec21a10
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Feb 26 00:04:05 2013 +0000

    build: Fix paths referencing introspection.m4 in Makefile.am

    This is a follow-up to commit
    1d58568969ce533bf92870b378937057e95fe0c2.

M	Makefile.am

commit 1d58568969ce533bf92870b378937057e95fe0c2
Author: Evan Nemerson <evan@coeus-group.com>
Date:	Thu Feb 21 22:08:33 2013 -0800

    build: Don’t require introspection.m4 to be installed system-wide

    Keep and use a local copy, since libgdata only has g-i as an optional
    dependency.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=694415

M	autogen.sh
R100	introspection.m4	m4/introspection.m4

commit ba0d4a06dcec5bf26e23effded0973df70569dc1
Author: Colin Walters <walters@verbum.org>
Date:	Sun Feb 24 04:30:44 2013 -0500

    vala: Fix a typo in the build rule

M	Makefile.am

commit 2186969875520d535704f61280f62145932b4948
Author: Evan Nemerson <evan@coeus-group.com>
Date:	Thu Feb 21 21:53:45 2013 -0800

    build: Add Vala bindings

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=693865

M	Makefile.am
M	configure.ac
A	gdata/GData-0.0.metadata
A	m4/vapigen.m4

commit 0fd7b768d14350854db00ad393ddc33e05681e1a
Author: William Jon McCann <jmccann@redhat.com>
Date:	Sat Feb 16 09:14:38 2013 -0500

    Add support for PDF files

    https://bugzilla.gnome.org/show_bug.cgi?id=693958

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-feed.c
A	gdata/services/documents/gdata-documents-pdf.c
A	gdata/services/documents/gdata-documents-pdf.h
M	gdata/services/documents/gdata-documents-service.c

commit 1d38ac14d3e57ebf20431086bf45cac5bfbb3ca5
Author: Evan Nemerson <evan@coeus-group.com>
Date:	Thu Feb 14 18:38:05 2013 -0800

    calendar: port some introspection fixes from Vala's metadata

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=693855

M	gdata/services/contacts/gdata-contacts-contact.c

commit 618be836a12a32bc0af661c54bfd76d30c992466
Author: Ján Kyselica <kyselica.jan@gmail.com>
Date:	Wed Feb 6 18:15:29 2013 +0100

    Updated slovak translation

M	po/sk.po

commit dad8706c3ab4b0c36dd8956dd0abe50d5f5d1df8
Author: Gheyret Kenji <gheyret@gmail.com>
Date:	Sat Feb 2 12:39:21 2013 +0900

    Updated Uyghur translation

    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit 2fa88858a96b7368e342dc60996be8327a387ebc
Author: Peter Mráz <etkinator@gmail.com>
Date:	Thu Jan 31 22:24:14 2013 +0100

    Added missing et to LINGUAS

M	po/LINGUAS

commit e59b3db62c09b5872c2f0c19182228cc184d4aa5
Author: Ján Kyselica <kyselica.jan@gmail.com>
Date:	Wed Jan 30 22:34:11 2013 +0100

    Added slovak translation

M	po/LINGUAS
A	po/sk.po

commit 2d64f6a90a9055c51beaf10f1aa35d5c8b8ef7a4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 25 09:44:03 2012 +0000

    build: Update git.mk from upstream

    Upstream is now https://github.com/behdad/git.mk.

M	git.mk

commit 88e381defb549aa499d7cc482dc7d2dfe5a93577
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 25 09:38:52 2012 +0000

    core: Make ‘Unhandled XML’ messages be debug-only messages

    This stops them filling up people’s .xsession-errors files
    unnecessarily.
    There is little point to having them as normal GLib messages, since it
    didn’t encourage many people to file bugs about unhandled XML
    and missing
    features.

    If anybody still needs this output, just enable debug output using
    G_MESSAGES_DEBUG=all LIBGDATA_DEBUG=3.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=690656

M	gdata/gdata-parsable.c
M	gdata/georss/gdata-georss-where.c

commit b4d828e002adf21a5ef671ec1b62bed2f48382af
Author: Nirbheek Chauhan <nirbheek.chauhan@collabora.co.uk>
Date:	Mon Dec 17 23:18:12 2012 +0530

    build: Make gnome-online-accounts optional as well

    It already was optional under --enable-gnome; just split that out
    into its own
    configure option

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=690225

M	Makefile.am
M	configure.ac
M	libgdata.pc.in

commit 60230e288e465091380135ed2d2397cce7ae956c
Author: Alexandre Rostovtsev <tetromino@gentoo.org>
Date:	Sun Dec 16 00:34:18 2012 -0500

    build: Do not add unused gnome dependencies to libgdata.pc

    https://bugzilla.gnome.org/show_bug.cgi?id=690281

M	configure.ac

commit 1d0ea81d59e03674dceeaa74c277dd4048ff1377
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Nov 29 00:34:54 2012 +0000

    build: Relicence several C/H files from GPLv3+ to LGPLv2.1+

    The files were mistakenly created with the wrong licence —
    libgdata should
    be licenced entirely under the LGPLv2.1+.

    Most of the files had their copyright entirely owned by me, and I
    consent to
    relicensing.

    gdata-client-login-authorizer.c had two commits from other
    contributors:
     • 84060afb by Philip Chimento <philip.chimento@gmail.com>
     • 935e69fe by Stef Walter <stefw@gnome.org>

    Both people have agreed to relicence their contributions to
    LGPLv2.1+ by
    e-mail.

M	gdata/gdata-authorization-domain.c
M	gdata/gdata-authorization-domain.h
M	gdata/gdata-authorizer.c
M	gdata/gdata-authorizer.h
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-client-login-authorizer.h
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-oauth1-authorizer.h
M	gdata/services/documents/gdata-documents-upload-query.c
M	gdata/services/documents/gdata-documents-upload-query.h

commit cc229e19456c20ab884f501ce39027faa26c97dd
Author: Colin Walters <walters@verbum.org>
Date:	Fri Nov 2 12:43:01 2012 -0400

    GDataDownloadStream: Don't use private libsoup symbol

    libsoup changed to not export private symbols:

    http://git.gnome.org/browse/libsoup/commit/?id=2e1e6999f627bce6fb18e5d94e256da2ac5fef30

    Patch-suggested-by: Dan Winship <danw@gnome.org>

M	gdata/gdata-download-stream.c

commit 5e088ccdaace6d12331fc63b67b7bfd46808bbff
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:	Tue Oct 30 15:31:10 2012 +0200

    [l10n] Updated Estonian translation

A	po/et.po

commit adf2dd3171017430defa8e68792903724d1f9389
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 21 11:59:47 2012 +0100

    build: Only call g_type_init() for GLib ≤ 2.35.0

    GLib master has just deprecated g_type_init() in favour of making it a
    compiler-supported constructor function.

M	demos/scrapbook/scrapbook.c
M	gdata/tests/common.c
M	gdata/tests/memory.c
M	gdata/tests/perf.c

commit 811ccbefe1b711a29763700a2bbb5b54b06384d5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 21 11:54:56 2012 +0100

    core: Add support for OAuth 2.0 to the GOA authoriser

    This is based very heavily on work by Matthew Barnes
    <mbarnes@redhat.com> for
    EDS’ EGDataGoaAuthorizer:
     •
     http://git.gnome.org/browse/evolution-data-server/commit/addressbook/backends/google/e-gdata-goa-authorizer.c?id=f23f88b2b5e4662730bada1797378fbddfe7ddfa
     •
     http://git.gnome.org/browse/evolution-data-server/commit/addressbook/backends/google/e-gdata-goa-authorizer.c?id=870bcc9eced87f74807cfeacb16f995a797eb277

    As he mentions, this hasn’t been tested against GOA 3.7 yet,
    so may well not
    work.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=685289

M	gdata/gdata-goa-authorizer.c

commit 4e72579d1bbb302776a42551cbfb560ddd4258b3
Author: Robert Ancell <robert.ancell@canonical.com>
Date:	Fri Oct 5 09:15:51 2012 +1300

    core: Split packages into public and private so the .pc file has
    correct depenencies

    https://bugzilla.gnome.org/show_bug.cgi?id=685464

M	configure.ac
M	libgdata.pc.in

commit 990f3498f31d646b072a39a937f9628fe45ec67a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 30 11:08:26 2012 +0100

    build: Increment version to 0.13.3

M	configure.ac

commit 4e8ed9843b55037b01a59143b8876c23a1f7b089
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 30 11:06:39 2012 +0100

    Release version 0.13.2

M	NEWS
M	configure.ac

commit cddb3f1c41d46b311ff59a4725a4bd1322e19561
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 30 10:40:04 2012 +0100

    youtube: Fix HTTP/HTTPS in a string comparison in a test

    Google have been fiddling with the URIs again, for the better.

M	gdata/tests/youtube.c

commit ca75565d3f39122d4988e2ede960c9b7cd427ca0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 16 08:02:06 2012 +0100

    build: Use gnome-common code coverage macros to add gcov support

    This replaces libgdata’s existing home-grown solution with the
    gnome-common
    code coverage macros added in gnome-common 3.5.6/3.6.0.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=683209

M	Makefile.am
M	configure.ac

commit 67c447858d0db26b99b2d0c45abea6f31a5da154
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 30 09:20:24 2012 +0100

    core: Redact X-GData-Key headers

    They’re used by the YouTube service to pass the program’s
    YouTube developer
    key to the server. The developer key is semi-public, but it’s
    probably safest
    to redact it anyway. It isn’t vital information for debugging.

M	gdata/gdata-service.c

commit 6def273642e29dfcabf49eaeece27292a40b7f6d
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:	Mon Sep 24 17:29:23 2012 +0300

    configure: Explicitly check for libxml2

    This fixes build on jhbuild on Fedora 18.

M	configure.ac

commit b8e4c09ec6aa00656600875ebda78d421fa89f29
Author: Ani Peter <apeter@redhat.com>
Date:	Sun Sep 23 01:02:26 2012 +0530

    Updated Malayalam file

M	po/ml.po

commit 5d356c54fcf3f6febc1d15f601c2b4bb30003797
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Sat Sep 22 13:33:47 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 3f7bcea2169824843d5e0e8eb9a49615432ac597
Author: Joan Duran <jodufi@gmail.com>
Date:	Sat Sep 22 13:33:44 2012 +0200

    [l10n] Updated Catalan translation

M	po/ca.po

commit 0425292c0bc16962d353aeee8336d616a3728bba
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:	Thu Sep 20 13:13:47 2012 +0200

    [l10n] Updated German translation

M	po/de.po

commit 0e9f55d8204641ceb883eaf65b4750fda49959ac
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
Date:	Thu Sep 20 16:18:19 2012 +0530

    Updated Telugu Translations

M	po/te.po

commit 57e40361ec39d4e33e326baf98649f34fc86aa74
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:	Wed Sep 19 17:32:22 2012 +0530

    hindi update

M	po/hi.po

commit 3fe3c613d517464a81061cc0eaa0de41c670e7f9
Author: Alexander Shopov <ash@kambanaria.org>
Date:	Tue Sep 18 22:46:49 2012 +0300

    Updated Bulgarian translation

M	po/bg.po

commit c7201d2276dd6fffb32fe33dede478ed5579f3e6
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:	Mon Sep 17 15:45:23 2012 -0400

    Updated Brazilian Portuguese translation, reviewed by Enrico Nicoletto
    <liverig@gmail.com>.

M	po/pt_BR.po

commit a7569a94455edbb6f71f8cb3083d850c5fa9fca8
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:	Sun Sep 16 13:33:53 2012 +0200

    Updated Danish translation

M	po/da.po

commit 4354b07ca0b8f059ec7e6b6deb0d58816237e1c5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Sun Sep 16 13:23:26 2012 +0200

    Updated Spanish translation

M	po/es.po

commit 09f87033b09d69fcbe691a9c6e5a6c86548008cf
Author: António Lima <amrlima@gmail.com>
Date:	Fri Sep 14 11:01:57 2012 +0100

    Updated Portuguese translation

M	po/pt.po

commit 0a1a86e0ff2ba1520f6f61c90e6e0b0a75d27446
Author: A S Alam <aalam@users.sf.net>
Date:	Fri Sep 14 07:39:42 2012 +0530

    update Punjabi Translation

M	po/pa.po

commit 12964be84bf8c6cb17cb11382a0c50d3e5ee6cdb
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:	Thu Sep 13 12:55:10 2012 +0200

    Update French translation

M	po/fr.po

commit dcedf9e08b8969d78a44ad275114301100b03471
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	Thu Sep 13 02:40:38 2012 +0300

    Updated Greek translation

M	po/el.po

commit 9c1a2304fbe91332ca589469aa12382874281efb
Author: Milo Casagrande <milo@ubuntu.com>
Date:	Mon Sep 10 21:26:05 2012 +0200

    [l10n] Updated Italian translation.

M	po/it.po

commit e32d6e6f7d7572765196622f107cb5eba987df9b
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Sun Sep 9 05:32:19 2012 +0900

    Updated Korean translation

M	po/ko.po

commit 020eb480190abce16b1fb70759497b3be087c0b9
Author: Marek Černocký <marek@manet.cz>
Date:	Sat Sep 8 01:02:41 2012 +0200

    Updated Czech translation

M	po/cs.po

commit 00e02ac97806ef704c6deb433bc80f58b72341c9
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Wed Sep 5 17:33:30 2012 +0700

    Updated Thai translation.

M	po/th.po

commit 5d77f83aea9d60563d08b399947071f77ab1c7ab
Author: Muhammet Kara <muhammetk@acikkaynak.name.tr>
Date:	Tue Sep 4 22:47:38 2012 +0300

    [l10n]Updated Turkish translation

M	po/tr.po

commit 634b52eff65fe2ceb68ac40cdf1bf66c8ba724db
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Tue Sep 4 18:32:11 2012 +0200

    Updated Polish translation

M	po/pl.po

commit b04dd4b897fd6f61cc26ede53d7e413b8603f2b4
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Mon Sep 3 16:27:51 2012 +0200

    Updated Hungarian translation

M	po/hu.po

commit 4de1c7a39c5d62b861db4d0f5d938b28bbbd7233
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:	Mon Sep 3 10:25:40 2012 +0400

    Updated Russian translation

M	po/ru.po

commit b9c73b6843631c5a413f38fd7858952ea469edf6
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Sun Sep 2 20:49:04 2012 +0300

    Updated Latvian translation

M	po/lv.po

commit 1494cefb6ae944eba55b88d208369ce696b424eb
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Sun Sep 2 20:39:48 2012 +0300

    Updated Latvian translation

M	po/lv.po

commit 1f4806cfdfa0e62d9831798759f8de75bda58b68
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Tue Aug 28 22:21:15 2012 +0300

    Updated Lithuanian translation

M	po/lt.po

commit adbb0ca9846897c9497a3276e50a18139d2efaf4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 25 00:18:42 2012 +0100

    core: Add a missing ‘G_BEGIN_DECLS’ to a header file

M	gdata/gdata-commentable.h

commit 3c8bb54c96216ecfd684184260a516d47dc202bd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 24 18:51:37 2012 +0100

    docs: Add an example of inserting an access rule into an ACL

    Hopefully this should make ACLs a little less opaque.

M	gdata/gdata-access-handler.c
M	gdata/gdata-access-rule.c

commit 953a4a5da421fa4a0833e849832ae71265fe903c
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Thu Aug 23 03:44:50 2012 +0200

    Updated Polish translation

M	po/pl.po

commit e7972d97e08f4769a6864758c76cd5d2b30aaded
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:	Wed Aug 22 08:50:45 2012 +0700

    Updated Vietnamese translation

M	po/vi.po

commit 4138a69a48c8be3dfdcef57b1339b20ea4c581e2
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:	Wed Aug 22 08:49:49 2012 +0700

    po/vi: imported from Damned Lies

M	po/vi.po

commit be87eb3471b9ae4a9a25842652997be684c71af4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 21 08:05:57 2012 +0100

    youtube: Fix case of a string in the unit tests

    Looks like Google changed how they treat cases of usernames in URIs.

M	gdata/tests/youtube.c

commit 7c1f8ffaf330827129c5b01f34377ba2ed5a0530
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 20 22:36:34 2012 +0100

    core: Fix parsing of ‘default’ ACL rule scopes

    As found by Meg Ford, libgdata was expecting <gAcl:scope> elements
    to have
    a ‘value’ property, when the documentation
    (https://developers.google.com/google-apps/calendar/v2/reference#gacl_reference)
    explicitly says they shouldn’t have one. Whoops.

    This fixes it and adds a test. Note that the code doesn’t check that
    there _isn’t_ a ‘value’ property, because Google might go and
    change it in
    future.

M	gdata/gdata-access-rule.c
M	gdata/tests/general.c

commit 49f7f28fa1e6b9cbbaab02089a01bb6220853634
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Fri Aug 17 23:23:02 2012 +0200

    Updated Galician translations

M	po/gl.po

commit eeb8d1ee714c5c20bfa1c787bdacdcff3d084d4a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 16 08:18:41 2012 +0100

    docs: Expand documentation on logging and error handling

M	README
M	docs/reference/gdata-running.xml

commit 50bcf6439e3692a33e0cf7b4b036c83cf9397490
Author: Javier Jardón <jjardon@gnome.org>
Date:	Fri Aug 10 03:57:07 2012 +0900

    Makefile.ac: remove reference to not used gnome-doc-utils file

M	Makefile.am

commit a3dbae4a2a540cde2e1d661dcb3ae264e8cb8826
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:	Wed Aug 8 14:23:12 2012 +0530

    Assamese translation updated

M	po/as.po

commit b013ee1618e833f9ddf10718bc6d65575b56892f
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Tue Aug 7 13:42:55 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit aab60b1bc8f3bbe7e58cb3bfaacf109873d2501c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Mon Jul 30 02:43:14 2012 +0200

    Updated Galician translations

M	po/gl.po

commit 219beb2bed7dfcd226c85ff85fba0238f4488b74
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 28 12:41:01 2012 +0200

    build: Increment version to 0.13.2

M	configure.ac

commit fd8116576d8f9c33eadc45be0305f0291012419f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 28 12:03:36 2012 +0200

    Release version 0.13.1

M	NEWS
M	configure.ac

commit d2c038fe3f9a098ec8ee6eb4edb03d114e2daf64
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 28 12:20:32 2012 +0200

    documents: Fix some documentation for thumbnail downloads

M	gdata/services/documents/gdata-documents-document.c

commit d8a93286b0262b273eb926d19cf37032cdd44be6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 28 12:06:16 2012 +0200

    docs: Add a missing xi:include to gdata-docs.xml

M	docs/reference/gdata-docs.xml

commit bb323065ac791f51efad24678b7316664ac052f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 28 11:50:50 2012 +0200

    l10n: Update British English translation

M	po/en_GB.po

commit ea8ea91b685c5521dde2178503fe06a4717492e6
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Wed Jul 25 09:22:13 2012 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 02cef063ab4dc532b913e2e019fbd38a5ada0e92
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Tue Jul 24 22:37:33 2012 +0300

    Updated Hebrew translation.

M	po/he.po

commit 7687d01259c41be11178e9c88203050e5db1a7ec
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Mon Jul 23 11:47:31 2012 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 39b6ac0d4c79730bbaa62f36cd9aa343559b07ee
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 21 11:07:45 2012 +0100

    Bug 656970 — Add thumbnail support

    Add support for downloading thumbnails of Google Documents
    documents. This
    includes a test case, but it isn’t very useful because I can’t
    find a single
    document which has a thumbnail expressed in its metadata. Your
    mileage may
    vary.

    This also includes an example of how to download thumbnails,
    but that’s
    similarly (unfortunately) untestable. This leaves me with a sour
    taste in
    my mouth.

    New API:
     • gdata_documents_document_get_download_uri()

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=656970

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-document.h
M	gdata/tests/documents.c

commit 23a3e2db4405900ac1e3e0ce637dc3434db1a55f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 21 11:06:40 2012 +0100

    documents: Fix uploading documents for some of the tests

    Inserting metadata-only documents is currently broken on the
    servers. Work
    around it for the moment by using resumable upload.

M	gdata/tests/documents.c

commit a6ee6ee1de1e290fcebb3f68e0707f88670657d8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 21 09:33:27 2012 +0100

    docs: Update dependency list in README

M	README

commit 4c5eb11d7555ac8836cbe71d96a823566b1d0d02
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Thu Jul 19 13:02:42 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit d456a8f5c23df309b4bbbd570b3bdbdcea20c534
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Thu Jul 19 10:11:58 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 926efff5e76ffb0fc25f0db9d5323029968cf579
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Wed Jul 18 19:36:18 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 935e69fe86b51508cb22860a5db96aa1989c58ca
Author: Stef Walter <stefw@gnome.org>
Date:	Tue Jul 17 21:16:11 2012 +0100

    core: Use gcr instead of libgnome-keyring for secure memory

    * libgnome-keyring will be deprecated in the future

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=679867

M	README
M	configure.ac
M	docs/reference/gdata-overview.xml
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-service.c

commit 56a39743779f63791e27886aaa3a9338602406f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 16 21:08:00 2012 +0100

    Bug 656976 — Merge eds and GNOME Documents GOA authorisers

    Copy the GOA authoriser from EDS into libgdata, modifying it a bit
    to add
    support for non-Contacts services and remove use of the liboauth
    HMAC function
    in favour of GLib’s implementation.

    This is essentially the same code as used by GNOME
    Documents. Originally
    written by Matthew Barnes. He’s given permission for it to be
    relicenced from
    LGPL v2 or v3 to LGPL v2.1+. (See the bug report.)

    This adds the following API:
     • GDataGoaAuthorizer

    This is currently untested; waiting to port EDS and GNOME Documents
    to it
    to test it.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=656976

M	Makefile.am
M	configure.ac
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
A	gdata/gdata-goa-authorizer.c
A	gdata/gdata-goa-authorizer.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/tests/Makefile.am
M	libgdata.pc.in

commit e483d930c86ba20d390051713f34bc9ed1da0289
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Mon Jul 16 16:45:45 2012 +0200

    Updated Spanish translation

M	po/es.po

commit 5f851c6f82a639ff7c25b28bf49cd42fb90223aa
Author: Andika Triwidada <andika@gmail.com>
Date:	Sun Jul 15 20:00:10 2012 +0700

    Updated Indonesian translation

M	po/id.po

commit 6a4d7b156d833980f6bad286d6fd70d64a923bf2
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:	Sun Jul 15 14:36:03 2012 +0300

    Updated Belarusian translation.

M	po/be.po

commit 2bfde8ba318c991ec909c3f7d788c244b615d7b8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 15 11:00:50 2012 +0100

    Bug 607270 — Support copying documents

    Add support for copying uploaded Google Documents documents without
    having
    to re-upload them.

    New API:
     • gdata_documents_service_copy_document()
     • gdata_documents_service_copy_document_async()
     • gdata_documents_service_copy_document_finish()

    This includes a test case, but I haven’t been able to run it
    because Google’s
    servers are still acting up re. metadata-only uploads.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=607270

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit adc9b5b03e5f8ea121214a66888d9e7d06b5e2dd
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sat Jul 14 14:16:00 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit be230783f8a4105e1a128873b4666060f164e856
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 5 21:45:27 2012 +0100

    contacts: Sleep for 3s after uploading a photo in the tests

    It now seems to fairly consistently take Google servers 3s to process
    uploaded photos. Before this time has passed, a query for an
    uploaded photo
    (using the URI provided in the “upload successful” response)
    will result in
    an error.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072

M	gdata/tests/contacts.c

commit 49ff505cb84341ecd0ae89f25a16cb8e01722311
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 5 21:40:07 2012 +0100

    tests: Temporarily relax requirements on <feed/title> element

    See previous commit (faa7fe461032a3cb6b7a35fc6465bed53c695b70).

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072

M	gdata/tests/general.c

commit faa7fe461032a3cb6b7a35fc6465bed53c695b70
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 3 22:16:59 2012 +0100

    youtube: Temporarily relax requirements on <feed/title> element

    The YouTube comments feed is not a valid Atom feed, as it’s recently
    (somehow)
    lost its <title> element. So we temporarily relax our requirements
    for feeds
    to follow any kind of standards or even the Google-provided
    documentation.

    Filed as: https://code.google.com/p/gdata-issues/issues/detail?id=2908

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072

M	gdata/gdata-feed.c

commit b1de9375b8c652c89415c5cde43607ffb06edbc2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 3 21:53:35 2012 +0100

    contacts: Use fuzzy time comparisons when testing contact insertions

    Yes, having a contact which was last edited before it was created
    is a valid
    thing.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072

M	gdata/tests/common.h
M	gdata/tests/contacts.c

commit 62bb1f674d866f04022a71a7516b52d9895b7444
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 3 00:02:49 2012 +0100

    tests: Update test account password

M	gdata/tests/common.h

commit c04163c0b53c8a9c0db4650cb345b18374ae8d15
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 2 23:48:05 2012 +0100

    picasaweb: Relax some checks in the PicasaWeb test suite

    Don’t compare ETags and update dates exactly. This fixes some
    failures caused
    by Google’s use of relaxed consistency in the server implementation.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072

M	gdata/tests/picasaweb.c

commit 93b1982b23fda320f2e0bd71e982849a8a970a20
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	Mon Jul 2 16:42:54 2012 +0300

    Updated Greek translation

M	po/el.po

commit 5407aa327fc94cd25e2e05773cf7afbb7092c188
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 28 21:19:06 2012 +0100

    calendar: Test with 2 calendars rather than 3

    Google’s poor little servers don’t like 3 calendars being created
    in quick
    succession (although they definitely used to be OK with it),
    resulting in
    the calendar query tests failing.

    Reduce the number of test calendars used for such tests to 2, rather
    than 3.
    That should hopefully fix the problem, although I can’t test the
    fix works
    completely because I’ve run out of GData query quota for the day.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=679072

M	gdata/tests/calendar.c

commit 8c3e14a7504227bb1b59e193fc7da2e8518c1409
Author: Alexander Shopov <ash@kambanaria.org>
Date:	Wed Jun 27 06:50:20 2012 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 09d594d6aad97c8a2f7d0d8b0beae159bc797f95
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	Sat Jun 23 13:09:04 2012 -0400

    documents: add support for Google Drawings

    Add a GDataDocumentsDocument subclass to handle drawing docs.

    https://bugzilla.gnome.org/show_bug.cgi?id=633548

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-document.c
A	gdata/services/documents/gdata-documents-drawing.c
A	gdata/services/documents/gdata-documents-drawing.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/documents/gdata-documents-service.c

commit 4446403ee1323480e9b2eaa37ab30da8c43afba9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat May 19 22:45:41 2012 +0100

    core: Silence a GIR warning

    Since gdata-version.h is included several times, the scanner was
    getting
    confused about seeing the SECTION comment multiple times.

M	gdata/gdata-version.h.in

commit 28ec244a551e1cba09fdcb63cc5f38eba977633e
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:	Tue May 15 22:08:08 2012 +0200

    Updated Dutch translation

M	po/nl.po

commit 72b2d5e3aafc8d3b835ffb96cfbccf5486916e65
Author: Willem Heppe <heppew@yahoo.com>
Date:	Tue May 15 21:09:38 2012 +0200

    Initial Dutch translation

M	po/LINGUAS
A	po/nl.po

commit c6be6c32b45fee3b9e0fd8ddfdca35cc6bd0777f
Author: Γιώργος Στεφανάκης <george.stefanakis@gmail.com>
Date:	Wed May 2 12:29:16 2012 +0300

    Updated Greek translation

M	po/el.po

commit b3267de2e3ab52f7e476eb57ca9a067a7f651858
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Sun Apr 22 21:34:53 2012 +0200

    Updated Galician translations

M	po/gl.po

commit 3be0cfb05eb49b70d22f199ea1fbd7534f6cbc6e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sat Apr 21 13:08:01 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 20449020db4083ce9fdfa5b562dcfab199146a99
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Wed Apr 18 09:29:04 2012 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 5496df57bbe92ead573ebc22310192a6ec13d89a
Author: Sasi Bhushan <sasi@swecha.net>
Date:	Tue Apr 17 15:55:35 2012 +0530

    Updated Telugu Translation

M	po/te.po

commit df9886267101d38fe913ce37d5961b0a5487dda9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 12:31:53 2012 +0100

    build: Increment version to 0.13.1

M	configure.ac

commit 703a7d2cd9ca10392acf9f6916b781dea8c857be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 12:30:32 2012 +0100

    Release version 0.13.0

M	NEWS
M	configure.ac
M	docs/reference/gdata-docs.xml

commit 66a9d2b4d9c6a45bb231549caabf0d1a1446ae5f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 12:14:43 2012 +0100

    l10n: Update British English translation

M	po/en_GB.po

commit dc298f4f5123ba62df56ae1e4ece08d6055eb2bb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 11:08:30 2012 +0100

    documents: Add an XML parsing test for GDataDocumentsFolder

    This includes a test for GDataDocumentsEntry:quota-used.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=588714

M	gdata/tests/documents.c

commit 3ee77832b4dcfdb83a5e653760eeece34d68c045
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 11:00:35 2012 +0100

    Bug 588714 — <gd:quotaBytesUsed> handling in GDataDocumentsEntry

    Add support for <gd:quotaBytesUsed> to GDataDocumentsEntry.

    API additions:
     • GDataDocumentsEntry:quota-used and
     gdata_documents_entry_get_quota_used()

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=588714

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h

commit 72464c86e970f205ae6bad765f65839cc9da46dd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 11:26:40 2012 +0100

    core: Add gdata_parser_int64_from_element() to parse long numbers

    In comparison to the old version, this handles normal integers
    rather than
    dates.

    This also ports some uses of g_ascii_strtoll() in GDataPicasaWebUser
    to the
    new API.

M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/services/picasaweb/gdata-picasaweb-user.c

commit 282d44478b67a7c86f92fb4fa416c47c1cdc101a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 11:13:40 2012 +0100

    core: Rename gdata_parser_int64_from_element()

    So that a new int64 parsing method can be added.

M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-group.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-group.c

commit c31f3d6e8955c37c1351644527917bd9cb082623
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 10:27:18 2012 +0100

    documents: Fix support for downloading arbitrary documents

    This adds a new authorization domain necessary for downloading
    arbitrary
    files. I can’t test this at the moment, though, due to Google
    breaking the
    workaround we were using for uploading metadata-only documents.
    (See:
    http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3033)

    Thanks Google. Thoogle.

M	gdata/services/documents/gdata-documents-service.c
M	gdata/tests/documents.c

commit 8f084ed2f1d8f3256c12ad7184639d0dd2c68ccd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 09:52:40 2012 +0100

    documents: Add GDATA_DOCUMENTS_TEXT_JPEG export format

    API additions:
     • GDATA_DOCUMENTS_TEXT_JPEG

M	docs/reference/gdata-sections.txt
M	gdata/services/documents/gdata-documents-text.h

commit 5cbd5e7e61000f3170bb25dcdd8e316b1208e9c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 09:50:29 2012 +0100

    documents: Tidy up GDataDocumentsFeed a little

M	gdata/services/documents/gdata-documents-feed.c

commit 4617666c239d268b5a90ac3e3dd5b24445e0c878
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 14 09:47:52 2012 +0100

    documents: Add arbitrary file support to GDataDocumentsFeed

M	gdata/services/documents/gdata-documents-feed.c

commit 8fd2cf3963d25eb97014ddb3f234c2bf8cad6261
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 13 13:14:54 2012 +0100

    Bug 607616 — Permit the uploading of documents of any type

    Add support to GDataDocumentsUploadQuery for specifying that documents
    shouldn’t be converted to common formats on being uploaded. This
    permits
    arbitrary files to be uploaded.

    This includes test cases.

    API additions:
     • GDataDocumentsUploadQuery:convert,
       gdata_documents_upload_query_get_convert and
       gdata_documents_upload_query_set_convert

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=607616

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-upload-query.c
M	gdata/services/documents/gdata-documents-upload-query.h
M	gdata/tests/documents.c

commit e1f77430461ea48917a87aa2050d4f91a9440c9f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 13 13:52:00 2012 +0100

    tests: Move check_kind() from contacts tests to
    gdata_test_compare_kind()

M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/contacts.c

commit 1d0e74eeb0851d5be40b5d79d153682d52712180
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 13 13:20:00 2012 +0100

    documents: Make GDataDocumentsDocument non-abstract

    It now represents arbitrary files, so that Google Documents can be
    used as
    a kind of remote filesystem.

    This shouldn’t be an API break.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=656971

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-document.h

commit c8eca065e5f3f11d0ec8c7aac497e19f7d07469e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 13 00:21:51 2012 +0100

    documents: Split upload parameters out into GDataDocumentsUploadQuery

    This new object currently only specifies the destination folder for an
    upload (replacing the folder argument to
    gdata_documents_service_upload_document_resumable()), but will
    in future
    allow specifying things like the ‘convert’ and OCR parameters
    for uploads.

    API additions:
     • GDataDocumentsUploadQuery and its methods

    API breaks:
     • gdata_documents_service_upload_document_resumable()
    (Note that this API hasn’t yet been in a libgdata release, so
    this isn’t
    a real API break.)

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=656971

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
A	gdata/services/documents/gdata-documents-upload-query.c
A	gdata/services/documents/gdata-documents-upload-query.h
M	gdata/tests/documents.c

commit 5eea510bb492e62e76e515534f4f02be85caac81
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 13 00:09:38 2012 +0100

    documents: Tidy up URI escaping a little

M	gdata/services/documents/gdata-documents-service.c

commit 50e671a77fff86641a211ea1434b067d35e359db
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 13 00:04:09 2012 +0100

    docs: Fix some documentation comment syntax

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c

commit b5b93cee8fc3210ac96c40051b14695846ca2f9d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Fri Apr 13 01:03:15 2012 +0300

    Updated Hebrew translation.

M	po/he.po

commit 37a2d6e5802bdadfc1c2f7190d9a75cdfae6f03f
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Wed Apr 11 00:22:39 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 98cd05d04c5ebb9c4e9355d989932b46b3ca5f22
Author: Jordi Serratosa <jordis@softcatala.cat>
Date:	Wed Apr 11 00:22:19 2012 +0200

    [l10n] Fixes on Catalan translation

M	po/ca.po

commit 820216f8a6acb6a3b5ecdcb7a2d076db86109509
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Sun Apr 8 13:25:48 2012 +0200

    Updated Spanish translation

M	po/es.po

commit 611ab8efbc5eaa9884e6217f19c15ae885323f74
Author: Daniel Nylander <po@danielnylander.se>
Date:	Mon Apr 2 18:45:17 2012 +0200

    Updated Swedish translation

M	po/sv.po

commit 96ab38cf45dcf07eb9b125106548a2343457be19
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 2 16:39:26 2012 +0100

    build: Increment version to 0.13.0

    This also fixes the ‘Since’ lines of documentation comments
    which referred
    to the (now non-existent) 0.11.2 release. This will actually be
    the 0.13.0
    release.

M	configure.ac
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/services/documents/gdata-documents-service.c

commit 1f847d3e53e4c1a326f7920e1651e5a4573a990f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 2 15:18:21 2012 +0100

    documents: Fix batch operation tests for v3 of the API

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=593537

M	gdata/tests/documents.c

commit c0358261b2c897c8daacab1be58d63a63b9f4394
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 2 15:17:42 2012 +0100

    documents: Fix adding to/removing from folders with v3 of the API

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537

M	gdata/services/documents/gdata-documents-service.c

commit 6e8499dfbdb6029b7797ae31957b87f688a88482
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 2 15:12:35 2012 +0100

    documents: Add support for resumable uploads and updates

    This adds support for resumable uploads and updates to the Documents
    API. In
    doing so, it was necessary to wade through a sea of bugs and
    documentation
    inadequacies in the GData protocol (thanks, Google). In the end,
    it all seems
    to work (ignoring the pile of hacks to handle differences between
    non-resumable and resumable uploads’ handling of metadata; and
    the bugs in
    content-only uploads).

    It’s worth noting that this is only a basic implementation of
    resumable
    upload/update. It does not, for example, automatically retry chunks of
    uploads which fail. That can come later.

    A new, expanded set of test cases for uploads/updates is included.

    New API:
     • gdata_documents_service_upload_document_resumable()
     • gdata_documents_service_update_document_resumable()

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=607272
    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537

M	docs/reference/gdata-sections.txt
M	gdata/gdata-upload-stream.c
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit c472db8b6cd12c02d4182e4d2f36aa2ae8dcdac2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Oct 28 09:31:24 2011 +0100

    documents: Add basic support for version 3 of the Google Documents API

    Support for v3 of the API will replace support for v2, given that
    v3 is now
    stable and v2 is no longer recommended.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537

M	gdata/services/documents/gdata-documents-service.c

commit 3ff70e3824980996b8c0e3b0f1917144783945d0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Nov 6 23:27:43 2011 +0000

    documents: Changes to IDs for v3 support

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537

M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-service.c

commit 6c4a2b36627a5ceec91d6979eca61ef27ee3ea1f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 2 15:06:41 2012 +0100

    documents: Update links in the documentation

    Google have helpfully moved the GData documentation and not put
    any redirects
    in place, so we have to update all the links for v3 of the Documents
    API.

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537

M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h

commit f91c994f0f6f5f96ea7765e75ecc1ce393f9b61b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 20:40:16 2011 +0000

    core: Extend GDataUploadStream with support for resumable uploads

    This adds the following API:
     • gdata_upload_stream_new_resumable()
     • GDataUploadStream:content-length,
     gdata_upload_stream_get_content_length()

    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=607272

M	docs/reference/gdata-sections.txt
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/gdata.symbols
M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/streams.c

commit c755ad77704e7d1a7cac3bb7d4e4371c5da9a234
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 31 17:20:59 2012 +0100

    core: Bump GLib requirement to ≥ 2.31.0

    This allows us to drop the conditional threading code and just
    use GLib’s
    new threading primitives.

M	configure.ac
M	gdata/gdata-buffer.c
M	gdata/gdata-buffer.h
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c
M	gdata/tests/common.c
M	gdata/tests/memory.c
M	gdata/tests/perf.c
M	gdata/tests/streams.c

commit f02b54681358d477141b8cbe3bcbfc80a3cb344d
Author: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Date:	Mon Mar 26 13:10:11 2012 +0530

    Malayalam translation updated by Anish

M	po/ml.po

commit 05e843480f5db0d79370163b7dc3bec653691a7c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Fri Mar 23 22:31:20 2012 +0100

    Updated Slovenian translation

M	po/sl.po

commit 29357c3cdb19c386f9177dce24fa9e556443c6fb
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:	Fri Mar 23 16:48:15 2012 +0530

    hindi translation by Chandan Kumar

M	po/hi.po

commit 4898f768bf0e88f7cec5dbdc32039697c0354a16
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:	Tue Mar 20 13:44:03 2012 +0530

    Updated Marathi Translations

M	po/mr.po

commit 940ac57432c52f332c33e29bb31b7eeb9618fb57
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:	Tue Mar 20 08:53:46 2012 +0100

    Added Arabic translation

    Based on initial translation by Ibrahim "Diego".

M	po/LINGUAS
A	po/ar.po

commit be9c25f6892eeb530a01ef326fe2258b11828f27
Author: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Date:	Thu Mar 15 14:29:00 2012 +0530

    Malayalam translation by Anish

M	po/LINGUAS
A	po/ml.po

commit 81c5ea68058ca1039d3b881f98fc911d45d9a896
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 12 21:31:38 2012 +0000

    build: Fix NEWS entry for 0.11.1

    I accidentally copied-and-pasted the entry from 0.10.2 without
    editing it
    properly.

M	NEWS

commit fed57ca8526011d9a81dca790bb61e8d305ff2ef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 12 09:15:05 2012 +0000

    build: Increment version to 0.11.2

M	configure.ac

commit 0613f655c8121129bd69a7f51ddd575748ca88db
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 12 09:14:40 2012 +0000

    Release version 0.11.1

M	NEWS

commit 6799f2c525a584dc998821a6ce897e463dad7840
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 8 00:09:08 2012 +0000

    core: Validate SSL certificates for all connections

    This prevents MitM attacks which use spoofed SSL certificates.

    Note that this bumps our libsoup requirement to 2.37.91.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=671535

M	configure.ac
M	gdata/gdata-service.c

commit cfc23bfe8fae81485f424965ec4157993cf655e6
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:	Sat Mar 3 17:01:13 2012 +0200

    Uploaded Ukranian

M	po/uk.po

commit 49d2d96f00a7203fdf11b93357391358a9f0c8b8
Author: Kasia Bondarava <kasia.bondarava@gmail.com>
Date:	Mon Feb 27 13:59:05 2012 +0300

    Added Belarusian translation.

M	po/LINGUAS
A	po/be.po

commit 2dda90f943b8a4419982d54342e14ffada908bd8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jan 21 10:20:44 2012 +0000

    build: Remove some #defines from gdata.symbols

    They should never have been in there, and were breaking the build
    on Solaris.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=668365

M	gdata/gdata.symbols

commit b3d4d6b95645922d1f431b21c41127479b6e463d
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	Thu Jan 12 00:01:01 2012 +0530

    Updated Telugu Translation

M	po/te.po

commit dad027fdb55420341f1379b031f583c9c75ae189
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	Wed Jan 11 23:58:43 2012 +0530

    Added Telugu Translation

M	po/LINGUAS

commit 44476df5362bc1fbc9c052d51330d2f18b04fe6d
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	Wed Jan 11 23:58:15 2012 +0530

    Updated Telugu Translation

A	po/te.po

commit 7e4274b5f31ab9b4af87c1b862f4f1229810688d
Author: Ryan Lortie <desrt@desrt.ca>
Date:	Sat Jan 7 22:21:01 2012 -0500

    fix introspection for srcdir != builddir builds

    https://bugzilla.gnome.org/show_bug.cgi?id=667577

M	Makefile.am

commit a0210434adb4e6ae65db3e1d3820359ca8e57193
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 23:36:21 2011 +0000

    build: Increment version to 0.11.1

M	configure.ac

commit 9509d84b36f2e1910f68ba7d10dc2faf79d4f026
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 23:34:35 2011 +0000

    Release version 0.11.0

M	NEWS
M	configure.ac
M	docs/reference/gdata-docs.xml

commit 8e6c8842b44429fbba8cc4bb445532b314b07885
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 22:59:48 2011 +0000

    core: Atomically update auth_tokens in GDataClientLoginAuthorizer

    If a (synchronous or asynchronous) authentication operation fails
    or is
    cancelled part-way through, we could have successfully authenticated
    against
    some GDataAuthorizationDomains but not others. In this situation,
    we now
    only update the set of domains we're authenticated against if _all_
    domains
    are successfully authenticated against.

    While this may seem like it wastes the valid auth. tokens, it makes
    the API
    more consistent and won't really impact real-world usage. In the
    real world,
    clients are going to want to be authenticated against all of the
    domains
    they're interested in, or none of them. They most likely won't
    care about
    partial success of an authentication operation.

M	gdata/gdata-client-login-authorizer.c

commit fd7c94a176493e4d48f175d28bf9c6266b56da9c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 22:58:47 2011 +0000

    tests: Set G_MESSAGES_DEBUG when running tests

    Recent versions of GLib will only display debug messages when the
    appropriate logging domains are set in G_MESSAGES_DEBUG.

M	gdata/tests/common.c

commit 488106059bd78c600313921c03927b711066725c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 21:55:31 2011 +0000

    documents: Don't use a deprecated function in
    GDataDocumentsSpreadsheet

    Use resource IDs instead of document IDs.

M	gdata/services/documents/gdata-documents-spreadsheet.c

commit b7faf9bfa883fe32d6a73aae55e833e126dde62f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 21:53:23 2011 +0000

    core: Don't use deprecated GLib threading API if we have a recent GLib

    If we have GLib ≥ 2.31.0, use the new threading/mutex/condition
    variable API
    to avoid deprecated function warnings.

    Note that this doesn't bump our GLib dependency from 2.30.0; if
    a recent
    enough GLib is not available, libgdata should still compile with
    the old
    threading API.

M	gdata/gdata-buffer.c
M	gdata/gdata-buffer.h
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c
M	gdata/tests/common.c
M	gdata/tests/memory.c
M	gdata/tests/perf.c
M	gdata/tests/streams.c

commit bcced9de5f3fb427124848f61d06cd896a76aa88
Author: Žygimantas Beručka <uid0@akl.lt>
Date:	Tue Dec 6 17:36:56 2011 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 1c5540bbf98f2b51d23a632dd72a4b2c606d08a7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Oct 27 08:54:03 2011 +0100

    contacts: Add support for the “file as” property

    Add support for “file as” strings on contacts, specifying their
    sort order
    if they have non-Western-style names or names which are otherwise
    incorrectly
    sorted in the contact list.

    The following API has been added:
     • GDataContactsContact:file-as
     • gdata_contacts_contact_[get|set]_file_as()

    This includes basic test coverage of the new code.

    Helps: bgo#661033

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit 43934b019874eb6490f1df72d3d6dbb5fd034234
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Oct 27 08:52:36 2011 +0100

    contacts: Slightly relax a test condition

    Instead of requiring that a contact's creation date be at or after
    its last
    edit date, require that the last edit date be within 5 seconds
    after the
    contact's creation date.

M	gdata/tests/contacts.c

commit 95033d02d73a9d7b6e95d4e201c7f53c60b048af
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 23 11:24:40 2011 +0100

    core: Use GHmac instead of HMAC from liboauth

    This moves us one step closer to dropping the liboauth dependency.

    This bumps our GLib dependency to 2.30.0.

M	configure.ac
M	gdata/gdata-oauth1-authorizer.c

commit 2c7d5579bb82658a2df04dd1e209d9d73d5195ee
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Oct 20 17:19:25 2011 +0100

    Bug 662290 — Can't update contact that has no full name

    Treat the empty string as if it were NULL for
    GDataGDName:full-name. Add a
    test case which does so too.

    This should fix round-trips to Google for contacts which have no
    full name
    set.

    Closes: bgo#662290

M	gdata/gd/gdata-gd-name.c
M	gdata/tests/general.c

commit ec55e6507cdf650a5e071e416fd95192da84a2a6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Oct 11 16:42:48 2011 +0100

    docs: Add a section on privacy considerations to the documentation

    This covers the work on non-pageable memory for sensitive details,
    plus the
    work to redact sensitive details from log output.

    Closes: bgo#656783

M	docs/reference/gdata-overview.xml

commit a5a772a00526b0830c01254d0ba24305d46b1fa5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Oct 11 16:40:21 2011 +0100

    core: Ensure passwords and auth. tokens are stored in non-pageable
    memory

    If we're compiled with --enable-gnome, we now allocate passwords
    and auth.
    tokens in non-pageable memory where possible. Where not possible
    (due to API
    constraints imposed by ourselves or libsoup) we ensure that the
    details are
    zeroed out before being freed.

    This is all with the aim of never having passwords or auth. tokens
    hit disk
    or be leaked in other ways.

    It hasn't been formally reviewed or certified, and there are
    probably cases
    I've missed (which are bugs).

    This adds an optional dependency on libgnome-keyring when compiled
    with
    --enable-gnome.

    Helps: bgo#656783

M	README
M	configure.ac
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c

commit 41129e8ac50e22dddbc5eaf26604e74785f81810
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 10 23:17:35 2011 +0100

    Bug 656973 — Add an example of starring a document

    Add an example of starring a document to the GDataDocumentsService
    documentation.

    This adds the following new API (for convenience of referring
    to URIs):
     • GDATA_CATEGORY_SCHEMA_LABELS
     • GDATA_CATEGORY_SCHEMA_LABELS_STARRED

    Closes: bgo#656973

M	docs/reference/gdata-sections.txt
M	gdata/atom/gdata-category.h
M	gdata/services/documents/gdata-documents-service.c

commit 1e16460f0df6d67c55569c8b2a39293aa32e0f5e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 10 22:27:38 2011 +0100

    Bug 659148 — Add search-term query example to documentation

    Closes: bgo#659148

M	gdata/services/youtube/gdata-youtube-service.c

commit 0360fd97b2af0ba24a9ef54ff9b5a941c293a21b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 10 22:07:39 2011 +0100

    Bug 660174 — Deprecate SWF export of presentations

    SWF export has been deprecated in the protocol and will be disabled,
    leading
    to HTTP 400 errors.

    See:
    http://googleappsdeveloper.blogspot.com/2011/09/deprecating-swf-exports-of.html

    Closes: bgo#660174

M	gdata/services/documents/gdata-documents-presentation.h

commit 7b4bf874d32e2db7832f722c68b89642ad9e1367
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 10 22:07:24 2011 +0100

    youtube: Fix a typo in a documentation comment

M	gdata/services/youtube/gdata-youtube-query.h

commit efb1e2b8ae8328c82d86ce9fb4c3c00f3ddc6846
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 10 21:57:58 2011 +0100

    Bug 658865 — Add support for the license query parameter

    Add a GDataYouTubeQuery:license parameter, plus getter and setter,
    and some
    tests.

    Closes: bgo#658865

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/tests/youtube.c

commit fd2d8a5f14aece4b28b07d2bffeb766d77c972aa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 10 09:38:19 2011 +0100

    core: Filter sensitive details out of debug log output

    Add a new log level, GDATA_LOG_FULL_UNREDACTED = 4, and redact
    usernames,
    passwords and auth. tokens from all log levels below it. Thus,
    taking a
    debug log with LIBGDATA_DEBUG=3 will no longer inadvertently
    reveal the
    user's password.

    Helps: bgo#656783

M	README
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/tests/common.c

commit 6e1ced020c67c9711bb3af1a8a8669b34cfedf5a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 9 22:20:22 2011 +0100

    Bug 656972 — Tidy up document IDs

    Tidy up the mess of IDs available for Google Docs
    documents. Previously,
    they could be identified by any one of their: entry ID, resource
    ID and
    document ID. Document IDs are now deprecated and replaced by
    resource IDs;
    and both are now considered as internal, and thus entry IDs should be
    used everywhere by client code in preference.

    Added API:
     • GDataDocumentsEntry:resource-id and getter

    Deprecated (but not removed) API:
     • GDataDocumentsEntry:document-id and getter

    Closes: bgo#656972

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/tests/documents.c

commit d8904f6c5b0e830df10157906ebfe7c612a18468
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 9 22:02:54 2011 +0100

    build: Add a LIBGDATA_DISABLE_DEPRECATED build flag

    This only affects installed header files, to make it easier for
    clients to
    ensure they're not using deprecated libgdata API. (If, for some
    reason,
    G_GNUC_DEPRECATED_FOR doesn't cut it for them.)

    It doesn't affect the compilation of libgdata.

M	HACKING
M	Makefile.am
M	README
M	docs/reference/Makefile.am
M	gdata/tests/Makefile.am

commit c8ddd2eb7860aca9dc9764f99854bec79de8da1c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 9 22:01:03 2011 +0100

    demos: Port scrapbook demo to GtkGrid from GtkTable

    This fixes compilation against GTK+ with deprecations disabled. This
    also
    requires enforcing a minimum version of GTK+ of 2.91.2, which should
    be fine.

M	configure.ac
M	demos/scrapbook/scrapbook.c
M	demos/scrapbook/scrapbook.h

commit d94fd8402a0e9dbadb2b161e3ff90530ed5cc5b3
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:	Sun Oct 2 11:59:57 2011 +1100

    Added Vietnamese translation

M	po/LINGUAS
A	po/vi.po

commit e1ab283e0a347bea06398953f9ad6eeba4e891c5
Author: Holger Berndt <hb@gnome.org>
Date:	Sun Sep 25 02:24:03 2011 +0200

    Add version check preprocessor macros

    https://bugzilla.gnome.org/show_bug.cgi?id=660038

M	Makefile.am
M	configure.ac
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
A	gdata/gdata-version.h.in
M	gdata/gdata.h

commit ae0a5b82645767367616ce21999bafe7722f4530
Author: YunQiang Su <yqsu@src.gnome.org>
Date:	Wed Sep 28 00:47:03 2011 +0800

    update zh_CN translation

M	po/zh_CN.po

commit cc5dff24c3bc15822a337438760fbd17c39407cb
Author: Tommi Vainikainen <thv@iki.fi>
Date:	Fri Sep 23 10:44:06 2011 +0300

    Updated Finnish translation

M	po/fi.po

commit 4725e9de3c95ae4043f49d437c5ea94c9698ef56
Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
Date:	Fri Sep 23 11:03:30 2011 +0530

    Updated Oriya Translation

M	po/or.po

commit 785b8168baa37a2be3e2be89cc752be983e0e10a
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:	Thu Sep 22 12:07:38 2011 +0200

    Update Assamese translation

M	po/as.po

commit 5481c5e0e02fbc9927c30d8226dfb4915515dd33
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Wed Sep 21 17:24:21 2011 +0200

    Updated Basque language

M	po/eu.po

commit be3c7cbcba4072ca537b7264a63c3eb56f003e60
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Wed Sep 21 02:34:43 2011 +0200

    Updated Hungarian translation

M	po/hu.po

commit 69f533b6feb74712d65365d2f63568f0f729e43e
Author: Aputsiaq Janussen <aj@isit.gl>
Date:	Sat Sep 17 18:16:40 2011 +0200

    Updated Danish translation

M	po/da.po

commit d5c3473e3879f67e89ee00de4f08ebf58b74426d
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:	Sat Sep 17 11:36:20 2011 +0900

    Updated Japanese translation

M	po/ja.po

commit 558e39c4d1f6631a9db7095112378f7debc462af
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Sat Sep 17 00:06:09 2011 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit ad9d5a6fdf3444a0a2983da0cf8e3da5441d0b00
Author: Claudio Arseni <claudio.arseni@ubuntu.com>
Date:	Thu Sep 15 01:02:15 2011 +0200

    l10n: Updated Italian translation

M	po/it.po

commit b21572fce758f2d8d876bb22d9241f80c72af2c8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 14 23:12:20 2011 +0100

    youtube: Fix a potential unref of a NULL pointer

M	gdata/services/youtube/gdata-youtube-service.c

commit 644f49c4be1bbb6b7c9566260fc7d4fdaefc27d1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 14 23:12:01 2011 +0100

    core: Fix a potential unref of a NULL pointer

M	gdata/gdata-service.c

commit 009a587aaadfda39c48e35c3615fb2c756472250
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 14 19:19:38 2011 +0100

    Bug 659016 — @rel not mandatory in website references

    Allow gContact:website elements to include a label attribute but
    no rel
    attribute. Includes new test cases.

    I've filed
    http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2769
    about the lack of clarity in Google's protocol specification
    regarding this.

    Closes: bgo#659016

M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/tests/general.c

commit 9d6d6f4fc1f5bb22ea096142a86164052bfb7c34
Author: I Felix <ifelix25@gmail.com>
Date:	Tue Sep 13 15:30:35 2011 +0530

    Updated Tamil Translations

M	po/ta.po

commit 0eb3d613a2fcf7999aedf9b5395d89b20f9bde3d
Author: I Felix <ifelix25@gmail.com>
Date:	Tue Sep 13 15:28:52 2011 +0530

    Updated Tamil Translations

A	po/ta.po

commit ca607576d05d26c8aef8e220cc07b82511a2847d
Author: I Felix <ifelix25@gmail.com>
Date:	Tue Sep 13 15:28:49 2011 +0530

    Updated linguas with ta

M	po/LINGUAS

commit 99b9b9fe7166907eff88e69f525756b139743108
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Tue Sep 13 08:34:47 2011 +0900

    Updated Korean translation

M	po/ko.po

commit b4dbe53836c8d6024438035c17d6925d12a68f20
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:	Sun Sep 11 20:02:23 2011 +0300

    Updated Latvian translation.

M	po/lv.po

commit 58042bd842c3458221e8cf530764c82d208ca943
Author: A S Alam <aalam@users.sf.net>
Date:	Sun Sep 11 16:43:35 2011 +0530

    Updated Punjabi Translation

M	po/pa.po

commit b30c75355c19e089b9352bac4291aa37de35df76
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Thu Sep 8 20:50:08 2011 +0200

    Updated Polish translation

M	po/pl.po

commit 6e5605d613432871f754cdfa868b643715af28ee
Author: Flamarion Jorge <jorge.flamarion@gmail.com>
Date:	Sun Sep 4 12:32:49 2011 -0400

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit c00264210d15ba310f87839ef152d6fbbbc9d07e
Author: António Lima <amrlima@gmail.com>
Date:	Sat Sep 3 23:46:54 2011 +0100

    Updated Portuguese translation

M	po/pt.po

commit b73e9396c8d79e2c2dc84e16905ade1dc9b581ba
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Mon Aug 29 19:22:12 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit d651e47d37d5c6f98359500f364817f7a9097354
Author: Shankar Prasad <svenkate@redhat.com>
Date:	Wed Aug 24 14:06:14 2011 +0530

    Updated Kannada Translation

M	po/kn.po

commit aba0befd93005eddf2f82e9b3afa72026171a880
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 19:08:40 2011 +0100

    build: Increment version to 0.11.0

M	configure.ac

commit 5abf775c62e081ef0b11f4872aaa2afa8c6efb7d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 19:06:57 2011 +0100

    Release version 0.10.0

M	NEWS
M	configure.ac
M	docs/reference/gdata-docs.xml
M	gdata/gd/gdata-gd-feed-link.c
M	gdata/gd/gdata-gd-feed-link.h
M	gdata/gdata-comment.c
M	gdata/gdata-comment.h
M	gdata/gdata-commentable.c
M	gdata/gdata-commentable.h
M	gdata/gdata-entry.c
M	gdata/services/picasaweb/gdata-picasaweb-comment.c
M	gdata/services/picasaweb/gdata-picasaweb-comment.h
M	gdata/services/youtube/gdata-youtube-comment.c
M	gdata/services/youtube/gdata-youtube-comment.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/common.h

commit 9a5f9cf1efb555aa1b8ff845de5f0e41dcdf7a8f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 18:51:30 2011 +0100

    l10n: Update British English translation

M	po/en_GB.po

commit c67b9e9dac971d4e9ec23901f15d5fff39d85ad6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 18:48:27 2011 +0100

    tests: Fix “unmatched quotes” warning from intltool-update

    Silly intltool.

M	gdata/tests/common.h

commit a62cc92cab588ed89aeb771929f7a227e8518d74
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 19 00:16:38 2011 +0100

    Bug 633364 — Add cancellation tests

    Add a set of generic macros for writing async operation tests. The
    macros
    have inbuilt support for generating cancellation tests too, testing
    cancellation before the operation has started and at several time
    offsets
    afterwards.

    This ports the Calendar, Contacts, Documents, PicasaWeb and YouTube
    test
    suites to use the new macros, and thus gain lots of tests for
    cancellation.

    Closes: bgo#633364

M	gdata/tests/calendar.c
M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 9e5037f2dfdf75090cb97dd9cd06efa46d7036b2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 17:43:24 2011 +0100

    youtube: Ensure comment modification URIs are HTTPS

    Videos apparently now (incorrectly) return HTTP URIs for their comment
    query and modification URIs. We force them to be HTTPS so we
    don't leak
    auth. credentials.

M	gdata/services/youtube/gdata-youtube-video.c

commit 68b5af5eabc0d3f81c9e7e69ce37bfba8c375c95
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 17:42:35 2011 +0100

    contacts: Always set an ETag in gdata_contacts_contact_set_photo()

    If we don't have an ETag to hand, send ‘*’ as the ETag. The
    server requires
    that we send some kind of If-Match header.

M	gdata/services/contacts/gdata-contacts-contact.c

commit 68b13c9ca480da464780f308e60cb5f4cfd8a60e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 17:41:29 2011 +0100

    contacts: Set out parameters in error conditions

    The out parameters of gdata_contacts_contact_get_photo_finish() were
    previously being left uninitialised if an error was returned,
    which isn't
    very friendly. They now return well-defined values, and the
    documentation's
    been updated appropriately.

M	gdata/services/contacts/gdata-contacts-contact.c

commit fde18bd82a883d5955c19b12b40770c62ed40e89
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 17:40:06 2011 +0100

    core: Ensure HTTPS URIs are used when deleting entries

    Apparently YouTube videos have started returning HTTP URIs for
    their edit
    links (which I'd consider as a bug on the server side), but we have
    to work
    around this and use HTTPS in order to avoid leaking auth. credentials.

M	gdata/gdata-service.c

commit 0345885c14f2d5c1f80b6460be302adeb3e14103
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 17:39:06 2011 +0100

    core: Catch SOUP_STATUS_IO_ERROR and treat it as cancellation

    When we cancel a request, it's (somehow) possible for libsoup
    to return
    SOUP_STATUS_IO_ERROR instead of the (desired)
    SOUP_STATUS_CANCELLED. We now
    catch SOUP_STATUS_IO_ERROR and, if the user requested cancellation,
    treat it
    like a normal cancellation status.

M	gdata/gdata-service.c

commit db6ee229558fcd749fc2e6ea2b2fb26bfa46d082
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 17:38:20 2011 +0100

    core: Fix a NULL pointer ref. inc. in GDataService

M	gdata/gdata-service.c

commit 9e3042ef261a2972b2f882f9a71e5cf5a696f4fc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 20 17:37:26 2011 +0100

    core: Only propagate the first auth. error in the ClientLogin
    authorizer

M	gdata/gdata-client-login-authorizer.c

commit 23e7043ef1c8f6fc2d803ecf2ea0ac5b7d4706f2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 18 22:47:21 2011 +0100

    gd: Don't output empty department elements for gd:organization

    See: bgo#651451

M	gdata/gd/gdata-gd-organization.c

commit 2a0f3e3b4b1157c732f8c247be9003e56e47a700
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:	Fri Aug 19 19:58:38 2011 +0200

    Added UG translation

M	po/ug.po

commit d30a70b323a79754c2c07925b79ab971e3fd4989
Author: Fran Dieguez <fran@openhost.es>
Date:	Tue Aug 16 19:05:59 2011 +0200

    Updated Galician translations

M	po/gl.po

commit 611a34616426f89ccb4f9d5404fdee4887ff35d4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 15 22:16:21 2011 +0100

    demos: Fix a potentially uninitialised variable in the scrapbook

M	demos/scrapbook/scrapbook.c

commit 60330e8a42e80c4dd647c55a4b99c44d67cedfc0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 15 22:15:57 2011 +0100

    core: Add missing symbols to symbols file

    Closes: bgo#656529

M	gdata/gdata.symbols

commit d61e0e93472a98fb3998016bc281ebefe69dded8
Author: Andika Triwidada <andika@gmail.com>
Date:	Fri Aug 12 15:55:58 2011 +0700

    Updated Indonesian translation

M	po/id.po

commit 57b5a19a44b76011a49f219b3eff9fcec6ad84af
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:	Fri Aug 12 10:35:00 2011 +0200

    Updated Esperanto translation

M	po/eo.po

commit d901816b2e888b03a5bfe656610740aa7a50a36f
Author: Alexander Shopov <ash@kambanaria.org>
Date:	Thu Aug 11 07:25:25 2011 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 592147a0d49cf7cd0cfaeb5810ee866e5f8b1d6d
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Wed Aug 10 16:32:23 2011 +0700

    Updated Thai translation.

M	po/th.po

commit a3ae21fded378881b5efe74140bc1a1e84e02cda
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:	Mon Aug 1 00:09:08 2011 +0400

    Updated Russian translation

M	po/ru.po

commit 6ddc77720eda2035eddc47d03cdf3aa4971ef3e0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 30 20:50:17 2011 +0100

    demos: Remove some incorrect unrefs

    This doesn't fix the problem of the memory management for widgets
    being a
    little broken in the scrapbook, but at least it stops the warnings.

M	demos/scrapbook/scrapbook.c

commit 2f95f26a8bceec9166ba0c8e7e933fda467d4912
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 30 20:44:30 2011 +0100

    demos: Fix PicasaWeb searches in the scrapbook

M	demos/scrapbook/scrapbook.c

commit e0049fce8be066bc1fc78e801791aebf6b025d1d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 30 20:35:43 2011 +0100

    demos: Add licence headers and a documentation comment

M	demos/scrapbook/scrapbook.c
M	demos/scrapbook/scrapbook.h

commit 620c9f25e26b9036e4ea27e158828c4ed8a80768
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 30 20:33:01 2011 +0100

    demos: Fix error handling for photo uploads in the scrapbook

M	demos/scrapbook/scrapbook.c

commit 48bec40a81aa02d4ed261d07e0a472de127706ee
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 30 20:23:45 2011 +0100

    demos: Use local variables wherever possible

    Move some variables out of malloc()ed structures which needn't
    have been
    there.

M	demos/scrapbook/scrapbook.c
M	demos/scrapbook/scrapbook.h

commit f37ee6a0e6b282a39c4a27a302a8f3d88264e844
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 30 19:45:12 2011 +0100

    demos: Port the scrapbook to GDataAuthorizer

M	demos/scrapbook/scrapbook.c

commit 7b57196184eb1cdc3670d6d1d463f66c212615a1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 30 19:38:28 2011 +0100

    demos: Port the scrapbook to the GTK+ 3 GtkBox API

M	demos/scrapbook/scrapbook.c

commit b58bdaebee63b4b9878fb27c7a4955da525ac3c7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:56:45 2011 +0000

    demos: Fix type of a struct

M	demos/scrapbook/scrapbook.h

commit 9d23c88ba819f3fdaae57e45d08e02600a31dfda
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:53:37 2011 +0000

    demos: Remove trailing whitespace from lines

M	demos/scrapbook/scrapbook.c

commit 517e093df245e0fe83750dde9611705c4579fda2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:50:20 2011 +0000

    demos: Add a client ID to requests

M	demos/scrapbook/scrapbook.c
M	demos/scrapbook/scrapbook.h

commit 570e7e56d631d1acf9925d88222c2d7cccd31118
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:38:21 2011 +0000

    demos: Fix assignments from invalid pointers

M	demos/scrapbook/scrapbook.c
M	demos/scrapbook/scrapbook.h

commit b0e383168ce8dad8d2be535a6f5e162703f195ab
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:34:00 2011 +0000

    demos: Remove extraneous title property

M	demos/scrapbook/scrapbook.c
M	demos/scrapbook/scrapbook.h

commit fc15d815fdd463833f548ab02de2c755659526b7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:28:46 2011 +0000

    demos: Fix window sizes

M	demos/scrapbook/scrapbook.c

commit 108196a9e616fc5fb14f9d540d8840d69232b13c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:19:41 2011 +0000

    demos: Tidy up some of the UI strings

M	demos/scrapbook/scrapbook.c

commit 8e4acea7174bf2da721572a6566f9b03f3a46eb8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:13:46 2011 +0000

    demos: Move services into the main application data struct

M	demos/scrapbook/scrapbook.c
M	demos/scrapbook/scrapbook.h

commit 319bf0680be7855aabe1e0e66cfc5b64cb943186
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 17:01:11 2011 +0000

    demos: Ensure results of queries are freed correctly

M	demos/scrapbook/scrapbook.c

commit 6cbd799733b10ad7b09f14d210c73e120e5bb244
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 16:57:38 2011 +0000

    demos: Port to the 0.8 version of the PicasaWeb upload API

M	demos/scrapbook/scrapbook.c

commit b306201216050e468aab40a73ccb760a28d9ba5a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 16:49:22 2011 +0000

    demos: Port the scrapbook to the GTK+ 3 dialogue API

M	demos/scrapbook/scrapbook.c

commit 1e2b47cd5dd536888ecc415eab34537c971b0e92
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 16:46:45 2011 +0000

    demos: Port the scrapbook from GtkFileSelector to GtkFileChooser

M	demos/scrapbook/scrapbook.c

commit 7e78ef6c37a46f7000d7d5c8cc1726e8fc0a3be8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 16:31:12 2011 +0000

    demos: Rename the scrapbook files to be more consistent

M	Makefile.am
R099	demos/scrapbook/scrap.c demos/scrapbook/scrapbook.c
R100	demos/scrapbook/scrapdata.h	demos/scrapbook/scrapbook.h

commit a1606384f5f9db5b5a324539739818b6d0984b81
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 16 16:29:44 2011 +0000

    docs: Add the “demos” commit message tag

M	HACKING

commit f330d66a19e41f5af5ddd568e103fe9770271f51
Author: Joe C <escozzia@gmail.com>
Date:	Sun Jan 16 16:27:55 2011 +0000

    demos: Add a “scrapbook” demo of PicasaWeb and YouTube services

    Helps: bgo#628069

M	Makefile.am
M	configure.ac
A	demos/scrapbook/scrap.c
A	demos/scrapbook/scrapdata.h

commit 96d88904bc10e066ebcee75e5eac4cf18e23ad55
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 29 23:39:34 2011 +0100

    Bug 647882 — Support rating schemes

    Add support for media rating schemes (such as the MPAA's certificates)
    to
    GDataYouTubeVideo (and GDataMediaGroup). This includes tests, and
    adds the
    following new API:
     • gdata_youtube_video_get_media_rating()
     • GDATA_YOUTUBE_RATING_TYPE_SIMPLE
     • GDATA_YOUTUBE_RATING_TYPE_MPAA
     • GDATA_YOUTUBE_RATING_TYPE_V_CHIP

    Closes: bgo#647882

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-group.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit bba5887ad817439b01ffa80482405effd7be5bbf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 29 22:21:34 2011 +0100

    docs: Fix a typo in README

M	README

commit 537dd49c9ec282c01011e49a11e2fad2b53aa2f9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Mon Jul 18 13:20:18 2011 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 49e31ec2e7ab9b9d6c019301f4b7321fcf90b686
Author: Claude Paroz <claude@2xlibre.net>
Date:	Sat Jul 16 17:47:18 2011 +0200

    Updated French translation

M	po/fr.po

commit 77d8200d4e5d40ac7d1de8b3f170adcae5695609
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sat Jul 16 16:47:13 2011 +0300

    Updated Lithuanian translation.

M	po/lt.po

commit a6f62bd64ad1845d2baf57e11b7e292564399558
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Sat Jul 16 13:20:37 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit eeb83c9719f6e96e53848a15da4dafbf64a2b8d7
Author: Gil Forcada <gforcada@gnome.org>
Date:	Sat Jul 16 13:20:18 2011 +0200

    [l10n]Updated Catalan translation

M	po/ca.po

commit 6c46688c657f47f8b898b337888b4b67e333c12a
Author: Daniel Nylander <po@danielnylander.se>
Date:	Fri Jul 15 13:05:06 2011 +0200

    Updated Swedish translation

M	po/sv.po

commit f1d9d0db2a51e023d4dec2554754b487bb4ba66e
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Fri Jul 15 11:10:27 2011 +0300

    Updated Hebrew translation.

M	po/he.po

commit 8e2c0232fa1e23695952c7bd207f81a8a351ce06
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Thu Jul 14 14:38:13 2011 +0200

    Updated Slovenian translation

M	po/sl.po

commit bef70629d8e91d79866b907e5f1f02a71fea979f
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Wed Jul 13 20:04:50 2011 +0200

    [l10n] Updated German translation

M	po/de.po

commit 999365892e13949190a6a2a48f5e31aa4310b5ed
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:	Wed Jul 13 00:24:03 2011 +0300

    Updated Latvian translation.

M	po/lv.po

commit 4c0768936d97345dd2b40d57964706aaa2eb7488
Author: Marek Černocký <marek@manet.cz>
Date:	Sun Jul 10 19:06:45 2011 +0200

    Updated Czech translation

M	po/cs.po

commit 8e7e826718a23b68acd423c15d29793ff354dc15
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Sun Jul 10 15:40:39 2011 +0200

    Updated Spanish translation

M	po/es.po

commit fb8d70c586466e9600766fdc2d49388203d5ab24
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sun Jul 10 13:51:36 2011 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit 633224349c8de8869381f2f86820513971d5b671
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 9 15:13:07 2011 +0100

    documents: Remove extraneous debug output

    Whoops.

M	gdata/services/documents/gdata-documents-entry.c

commit 8d97202d21f026046f8c316dccd7857f11eb0e90
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 9 15:12:24 2011 +0100

    picasaweb: Implement GDataCommentable on GDataPicasaWebFile

    This adds support for comments to GDataPicasaWebFile, including
    a GDataComment
    subclass, GDataPicasaWebComment, and test cases.

    This adds the following API:
     • GDataPicasaWebComment

    Helps: bgo#598752

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/picasaweb/gdata-picasaweb-comment.c
A	gdata/services/picasaweb/gdata-picasaweb-comment.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit bbb3d20ee62a740ef98a4117003c0364e7b06b26
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 9 15:10:31 2011 +0100

    youtube: Implement GDataCommentable on GDataYouTubeVideo

    This adds support for comments to GDataYouTubeVideo, including
    a GDataComment
    subclass, GDataYouTubeComment, and test cases.

    This adds the following API:
     • GDataYouTubeComment

    Helps: bgo#598752

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/youtube/gdata-youtube-comment.c
A	gdata/services/youtube/gdata-youtube-comment.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/youtube.c

commit 4554cc0490460d2c9f62bced9287bdb721447f76
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 9 14:51:51 2011 +0100

    core: Add gdata_entry_remove_link() to allow removing links from
    entries

    This adds the following API:
     • gdata_entry_remove_link()

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata.symbols
M	gdata/tests/general.c

commit 1e2b9a2805c40abc40ede2aed44c2fdcd38a7d9a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 9 13:05:43 2011 +0100

    core: Fix uninitialised memory in GDataService query data structure

    This can cause problems when cancelling queries, sometimes.

M	gdata/gdata-service.c

commit e6fe52a83786e87559ff4878bef0fc9ca451baa0
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sat Jul 9 15:07:14 2011 +0100

    Bug 598752 — Support comments

    This adds GDataCommentable, an interface to be implemented by
    GDataEntry
    subclasses which support comments being added to them; and
    GDataComment,
    an abstract base class for all types of comments to inherit from.

    This adds the following API:
     • GDataCommentable
     • GDataComment

    Closes: bgo#598752

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
A	gdata/gdata-comment.c
A	gdata/gdata-comment.h
A	gdata/gdata-commentable.c
A	gdata/gdata-commentable.h
M	gdata/gdata.h
M	gdata/gdata.symbols

commit f19560899fe901549f7968124283ce1c008c1e07
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Wed Jul 6 00:19:40 2011 +0100

    Bug 618587 — Implement GDataGDFeedLink

    Add a GDataGDFeedLink class to implement support for gd:feedLink
    elements
    as used in support for comment feeds. (See bgo#598752.)

    Closes: bgo#618587

M	Makefile.am
M	docs/reference/Makefile.am
A	gdata/gd/gdata-gd-feed-link.c
A	gdata/gd/gdata-gd-feed-link.h

commit a3f06e4695fa3ef0fa0695381c6e330696a073da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 4 22:00:08 2011 +0100

    build: Increment version to 0.9.2

M	configure.ac

commit 9dc4508bcf8754e9f0c7d35c76ac56b85f6ae2c1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 4 21:58:55 2011 +0100

    Release version 0.9.1

M	NEWS
M	configure.ac

commit 757e8ec978bdd19001b510ef1f5a0ca4d33853f9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 4 21:55:29 2011 +0100

    docs: Add new symbol list for 0.9.1

M	docs/reference/gdata-docs.xml

commit 7005e8e8b9eb5513ab0667613eec9edb3791f5dc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 4 21:25:18 2011 +0100

    picasaweb: Minor documentation updates to GDataPicasaWebUser

M	gdata/services/picasaweb/gdata-picasaweb-user.c

commit 227da3c082b12a9bab5a55a88b9d818e4f7b14fe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 4 21:24:22 2011 +0100

    Bug 653224 — Add gdata_picasaweb_service_get_user_async()

    Add an async. variant of gdata_picasaweb_service_get_user(). This
    adds the
    following API:
     • gdata_picasaweb_service_get_user_async()
     • gdata_picasaweb_service_get_user_finish()

    Closes: bgo#653224

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit 9341f62a51ac05bcc218bee8f4d2de1159510d40
Author: Fran Dieguez <fran@openhost.es>
Date:	Mon Jul 4 10:22:04 2011 +0200

    Updated Galician translations

M	po/gl.po

commit c3c58a3e88166544ea67315cbd5a606cc06f8628
Author: Tommi Vainikainen <thv@iki.fi>
Date:	Mon Jul 4 11:11:38 2011 +0300

    Updated Finnish translation

M	po/fi.po

commit 0b000891a602776f50b4ae182ad153abc2c14406
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 13:07:04 2011 +0100

    documents: Tidy up whitespace in the test suite

M	gdata/tests/documents.c

commit 7df378d7e2b0d2d41c77092cc8f01da0acd43e4a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 13:04:03 2011 +0100

    documents: Tidy up test names in the test suite

M	gdata/tests/documents.c

commit f605431b9f04e51b268b5b2d68e36c289f589f08
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 12:49:11 2011 +0100

    documents: Work around an ETag bug on the servers for the folder tests

M	gdata/tests/documents.c

commit 8b66dab3d3be2bed53ffa47430122fbc40b251a1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 12:40:32 2011 +0100

    documents: Fix the IDs used to refer to all documents

    As explained in a comment in the commit, it turns out that the
    server returns
    one of two different formats of ID for a document depending on how
    it was
    created. One of these is useful, the other one is not so useful,
    especially
    when it comes to deleting the document.

M	gdata/gdata-entry.c
M	gdata/services/documents/gdata-documents-entry.c

commit b641c41d9aa1bea9fe6bb6811a1be3dd19af460e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 12:39:13 2011 +0100

    documents: Make the access rule tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/documents.c

commit 82354155e9a96f6e234d8ff56e03d95209cbb870
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 11:26:23 2011 +0100

    documents: Make the document update tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/documents.c

commit 07d93c561c68c24544f8955ab28299287c6763e5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 11:05:44 2011 +0100

    documents: Make the document download tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/documents.c

commit bcce6351218460faff0fde865e4f2e3cb713fe33
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 10:53:46 2011 +0100

    documents: Make the document query tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/documents.c

commit 1df7e3aaf322e41e565adee300ccabbad247adf7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 09:48:00 2011 +0100

    documents: Make the deletion tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/documents.c

commit 90719b6d0492f41d90a00aa815aefec6b340257c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 09:21:28 2011 +0100

    documents: Make the document upload tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/documents.c

commit 239d6f785013500ef5bb7d58c4a4063857a9c444
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 3 08:48:27 2011 +0100

    calendar: Remove some dead code from the tests

M	gdata/tests/calendar.c

commit 11acc9979f50d577d501ddc7328739801964a83a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 19:26:24 2011 +0100

    calendar: Expand the documentation for GDataCalendarCalendar:color
    slightly

    It turns out that only a limited palette of colours is allowed.

M	gdata/services/calendar/gdata-calendar-calendar.c

commit 7fde7a83bab6b7fc852d5f4696f5f64bc1b3276f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 19:20:48 2011 +0100

    calendar: Tidy up whitespace in the test suite

M	gdata/tests/calendar.c

commit 3d861e9d6aa2de5ce65fa117674ca23670a357e8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 19:15:15 2011 +0100

    calendar: Tidy up test names in the test suite

M	gdata/tests/calendar.c

commit 78d4dbde2c22c4bdfc2f6a5f0b624b0a0c775402
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 19:12:21 2011 +0100

    calendar: Make the access rule tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/calendar.c

commit fbfcd0adacaed515dff69c0904806ba0ed88b7f8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 18:53:18 2011 +0100

    calendar: Split access rule XML tests out from the insertion test

    Helps: bgo#633359

M	gdata/tests/calendar.c

commit 137eb1f71e37c75234bdd01e8d430a718f088d98
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 18:43:24 2011 +0100

    calendar: Make the event insertion tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/calendar.c

commit 07cfc7ef7e620bdfa50d1a0f6912d3fb43807c45
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 18:37:25 2011 +0100

    calendar: Split event XML tests out from the insertion test

    Helps: bgo#633359

M	gdata/tests/calendar.c

commit 8b90570cb61875d2614f12a2d1bb7f3427b7e739
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 18:31:42 2011 +0100

    calendar: Make the event query tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/calendar.c

commit a9001d5f2478611aedd3c6766789872cffc15f9a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 17:31:24 2011 +0100

    calendar: Make the calendar query tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/calendar.c

commit e1c7c4204df6bdb11252a2c380184b211e7f671d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 17:30:45 2011 +0100

    calendar: Disable ETag support in GDataCalendarCalendar

    The servers don't support it, which makes doing operations like
    deletion on
    a calendar impossible.

M	gdata/services/calendar/gdata-calendar-calendar.c

commit e569ea84dafd1095a3ef9c998b56ab9a88271a09
Merge: b8fd328a 404a2bdb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 11:20:38 2011 +0100

    Merge branch '633359-idempotent-tests'

commit 404a2bdb164c25e31fadf84ff984b35bbf9575bb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 11:15:46 2011 +0100

    contacts: Tidy up whitespace in the test suite

M	gdata/tests/contacts.c

commit 99ea3880b81dd8a9a3a879b6151b2af5f975f5f1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 11:10:09 2011 +0100

    contacts: Tidy up test names in the test suite

M	gdata/tests/contacts.c

commit 8be206dfca19c6adf65a9e56fb73a3548b2bba8b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 10:56:24 2011 +0100

    contacts: Make the group insertion tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/contacts.c

commit a07196c17ac56ff834c4468c7bbdddd825e58567
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 10:50:56 2011 +0100

    contacts: Split group property tests out from the insertion test

    Helps: bgo#633359

M	gdata/tests/contacts.c

commit 1a3edf058c068e5a9c2dba990cb776fc3204952b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 10:45:32 2011 +0100

    contacts: Make the query all groups tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/contacts.c

commit 45e9d03a72525e496794538413da037912cc13bc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 10:37:11 2011 +0100

    contacts: Make the query all contacts tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/contacts.c

commit b7943e20a4054ca168c6dd738f05652b3786ad93
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 10:26:02 2011 +0100

    contacts: Make the contact update and photo tests individually
    idempotent

    Helps: bgo#633359

M	gdata/tests/contacts.c

commit ea2a695ba86a1cc0a7564d2cb0021917049dfa23
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 10:24:56 2011 +0100

    contacts: Ensure that contact entry URIs use HTTPS

M	gdata/services/contacts/gdata-contacts-contact.c

commit aa2c27145caf908c12a6f48e20b1393d49805d06
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 09:46:57 2011 +0100

    contacts: Make the contact insertion tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/contacts.c

commit 8de5e418746fd5f6f1bb1737ebf5f033788cd606
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 2 09:41:21 2011 +0100

    contacts: Split property tests out from the insertion test

    Helps: bgo#633359

M	gdata/tests/contacts.c

commit b8fd328ac68216dd7be7d38970510fa7107db346
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Sat Jul 2 10:51:15 2011 +0300

    Updated Hebrew translation.

M	po/he.po

commit 52b59c1136b639bee7acefa6b64f9f30f1e1a8ee
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Fri Jul 1 17:43:56 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 4e58e8cb02f575869162930b826f5e8e8bad726d
Author: Gil Forcada <gforcada@gnome.org>
Date:	Fri Jul 1 17:43:38 2011 +0200

    [l10n]Updated Catalan translation

M	po/ca.po

commit c72cf6fcb6950abc605b553b4f73f15d7b8bb5ff
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Wed Jun 29 14:07:58 2011 +0300

    Updated Lithuanian translation.

M	po/lt.po

commit 53d9a0b00eb30f785cc226c2e5a7c9da6ac96942
Author: Daniel Nylander <po@danielnylander.se>
Date:	Wed Jun 29 10:44:47 2011 +0200

    Updated Swedish translation

M	po/sv.po

commit 900a93016b00087dadf956e339c2b6a9201ce74f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 29 09:07:14 2011 +0100

    Bug 653530 — Bogus run-time warnings

    Remove usage of g_simple_async_result_report_error_in_idle() because
    it fails
    to set a source tag. Instead, we build an async result ourselves
    with the
    correct source tag.

    Closes: bgo#653530

M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit 5494aef7d705b9a4ad2d0da7db6dd6c0a43f9560
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 29 08:56:02 2011 +0100

    Bug 653535 — Let GDataAuthorizer re-process request after refreshing

    After receiving a 401 status (unauthorised) from the server and
    refreshing
    the current GDataAuthorizer, re-process the message in question
    with the
    authoriser before re-sending it, so that it has updated credentials
    set on
    it.

    This involves a slight change in the semantics of
    GDataAuthorizer->process_request, which now has to handle being called
    multiple times on a given message.

    Closes: bgo#653535

M	gdata/gdata-authorizer.h
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-oauth1-authorizer.c
M	gdata/gdata-service.c

commit baa8e41dd9079411e90c7ec3bd6381a24192bc06
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jun 28 00:06:26 2011 +0100

    core: Ensure that synchronous progress callbacks aren't done in
    idle callbacks

    Progress callbacks should only be made in idle callbacks if the
    operation is
    being performed asynchronously. If it's being performed synchronously,
    we
    should be able to guarantee that all progress callbacks have been
    executed
    by the time the synchronous operation function call returns.

M	gdata/gdata-access-handler.c
M	gdata/gdata-feed.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c

commit a3b83737075015ea159c3e59dc2bb900197f09dd
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:	Sun Jun 26 03:49:12 2011 +0300

    Updated Turkish translation file header

M	po/tr.po

commit ee022d3c926cae2318fbf623c09a616cf98eb4ec
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:	Sun Jun 26 01:19:22 2011 +0300

    Updated Turkish translation

M	po/tr.po

commit 8d34fa9fd080b15d8e8e021c3406bbb60c59d1fd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Fri Jun 24 22:25:17 2011 +0200

    Updated Slovenian translation

M	po/sl.po

commit a07437a6d93f8f4b3949b602992e18127ec65a1f
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Fri Jun 24 22:26:43 2011 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 9214fc318f99fe14b1945bf12e7a4ddf683956ec
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jun 24 19:34:35 2011 +0100

    picasaweb: Fix user tests to work when no photos have been uploaded

    Since all the PicasaWeb tests are now idempotent, we can run them
    on an
    empty PicasaWeb account with no quota used.

M	gdata/tests/picasaweb.c

commit 61112ba7073ffd05d22847cdf0d76f20b20ca632
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jun 24 19:19:10 2011 +0100

    picasaweb: Make the file download tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/picasaweb.c

commit 608a3438a2418a8996f6e2db822b1bbb1552ec64
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jun 24 19:07:54 2011 +0100

    picasaweb: Make the file query tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/picasaweb.c

commit 51df7776ed3a15f48c911899890a353a3040ff6d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jun 24 19:07:23 2011 +0100

    picasaweb: Split some more property checking tests out into
    non-network tests

    Helps: bgo#633359

M	gdata/tests/picasaweb.c

commit 0efe64e8483604ab337852099d03e9a5fde01d6e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jun 24 19:05:30 2011 +0100

    picasaweb: Add a comparison function for GDataPicasaWebFiles in
    the tests

M	gdata/tests/picasaweb.c

commit 3c3d1dcbe2572427dab75167fc8fd1ceeb9bb708
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jun 24 19:04:16 2011 +0100

    picasaweb: Fix uploads to non-default albums

    They were previously broken due to not using the correct ID when
    building
    a URI.

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 0930a77528caa724032fdffbf85fa4479da21ced
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 23 17:20:47 2011 +0100

    picasaweb: Split some property checking tests out into non-network
    tests

    Helps: bgo#633359

M	gdata/tests/picasaweb.c

commit 5d90702da833533da36a954e83f6d9fdb5cc2f36
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 23 16:28:19 2011 +0100

    picasaweb: Make the album insertion tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/picasaweb.c

commit 0c75897a59a9d0d0616cf7627d313fffdf08d9be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 23 16:00:44 2011 +0100

    picasaweb: Ensure the rights of an album are correctly initialised
    to private

    Previously, the default value of the “visibility” property
    wasn't set
    properly, and the GDataEntry:rights property (which is aliased with
    GDataPicasaWebAlbum:visibility) wasn't set to private on
    initialisation.

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/tests/picasaweb.c

commit 2d0322cdf83c22d969f1b8354eb91c5237039496
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 23 12:05:49 2011 +0100

    picasaweb: Make the all album query tests individually idempotent

    Helps: bgo#633359

M	gdata/tests/picasaweb.c

commit c213644b44cafd9208a63988a753e450e31dad9e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 23 16:27:16 2011 +0100

    picasaweb: Add a comparison function for GDataPicasaWebAlbums in
    the tests

M	gdata/tests/picasaweb.c

commit 02e5840a7561a02536b4b56de8517ef811fcc99b
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Thu Jun 23 22:21:47 2011 +0200

    [l10n] Updated German translation

M	po/de.po

commit f22eaa88a39a9c33d35d725c2b57a5972846f18b
Author: Andre Klapper <a9016009@gmx.de>
Date:	Thu Jun 23 21:05:27 2011 +0200

    Update Czech translation

M	po/cs.po

commit 0a5554b5f37bd5d01233e3ef922a39f962ce4055
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Thu Jun 23 18:43:41 2011 +0200

    Updated Spanish translation

M	po/es.po

commit a7597f401019391724eb81d75ab0ee501f67b3df
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jun 21 13:35:45 2011 +0100

    Bug 637664 — Fix GSeekable interface implementation in
    GDataDownloadStream

    Add a few seeking test cases to test the new implementation of seek().
    g_input_stream_truncate() isn't supported by GDataDownloadStream,
    since it's
    an input stream, not an output stream.

    Closes: bgo#637664

M	gdata/gdata-buffer.c
M	gdata/gdata-download-stream.c
M	gdata/tests/streams.c

commit 28e4dbcd66bb085627cd35d70eb8bdb505fc1475
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:	Wed Jun 22 20:14:09 2011 +0400

    Updated Russian translation

M	po/ru.po

commit 3b62d2d1f24e56ee8a60a99a371f830a54a7a958
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 20 21:34:38 2011 +0100

    core: Keep GDataClientLoginAuthorizer alive while notifying property
    changes

    It's possible for the GDataClientLoginAuthorizer to be finalised after
    scheduling property notifications to happen in an idle function,
    but before
    the idle function is called. This would cause crashes, so we hold
    a reference
    to the authorizer while waiting for the idle function to be called.

M	gdata/gdata-client-login-authorizer.c

commit 54fa219d3e55b476b6b843deec63d3889b960ef2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 20 21:09:01 2011 +0100

    calendar: Add support for querying for deleted events

    Add support for the “showdeleted” query parameter, cf. the
    Google Contacts
    service.

    This adds the following API:
     • GDataCalendarQuery:show-deleted
     • gdata_calendar_query_show_deleted()
     • gdata_calendar_query_set_show_deleted()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/tests/calendar.c

commit 4c6b5ea87204ca695e1d51ac65af9dbdbc9e1e59
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 20 20:56:14 2011 +0100

    Bug 639405 — Add max-attendees query parameter

    This adds the following API:
     • GDataCalendarQuery:max-attendees
     • gdata_calendar_query_get_max_attendees()
     • gdata_calendar_query_set_max_attendees()

    Closes: bgo#639405

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/tests/calendar.c

commit fafa68352959512861bcbc8c9d3f0295a70e767c
Author: Philip Chimento <philip.chimento@gmail.com>
Date:	Sat Jun 18 18:31:28 2011 +0100

    introspection: Add GDestroyNotify to progress callbacks

    All query_async functions that take a progress callback should have a
    GDestroyNotify parameter for freeing the progress callback data, since
    there is no suitable (scope) annotation.

    This breaks API by changing the signatures for:
     • gdata_access_handler_get_rules_async()
     • gdata_service_query_async()
     • gdata_calendar_service_query_all_calendars_async()
     • gdata_calendar_service_query_own_calendars_async()
     • gdata_calendar_service_query_events_async()
     • gdata_contacts_service_query_contacts_async()
     • gdata_contacts_service_query_groups_async()
     • gdata_documents_service_query_documents_async()
     • gdata_picasaweb_service_query_all_albums_async()
     • gdata_picasaweb_service_query_files_async()
     • gdata_youtube_service_query_standard_feed_async()
     • gdata_youtube_service_query_videos_async()
     • gdata_youtube_service_query_related_async()

    Closes: bgo#649728

M	HACKING
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/tests/calendar.c
M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 75ededc68bdc77d522156c3fbcb2b2e4cd93e102
Author: Tommi Vainikainen <thv@iki.fi>
Date:	Thu Jun 16 13:34:08 2011 +0300

    Added Finnish translation

M	po/LINGUAS
A	po/fi.po

commit 85d2d82c72ac23cbaffc0badad53cc6d39213330
Merge: 120acd84 ae8c91a9
Author: Davide Italiano <davide.italiano@gmail.com>
Date:	Sun Jun 12 21:15:10 2011 +0200

    Merge branch 'master' of http://git.gnome.org/browse/libgdata

commit 120acd849afd53cdb1d14536fa4c7de270a7b546
Author: Davide Italiano <davide.italiano@gmail.com>
Date:	Sun Jun 12 20:59:19 2011 +0200

    Remove some warnings

M	Makefile.am
M	configure.ac

commit ae8c91a9246ea20599d34af11555cb734908a3bb
Author: Daniel Nylander <po@danielnylander.se>
Date:	Sun Jun 12 20:24:58 2011 +0200

    Updated Swedish translation

M	po/sv.po

commit d1bc058418827aa459066d75a2aa766d44b69961
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 12 12:46:59 2011 +0100

    build: Increment version to 0.9.1

M	configure.ac

commit 827305957733db51124d90873949f45f7ba7a45d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 12 12:45:49 2011 +0100

    Release version 0.9.0

M	NEWS
M	configure.ac

commit 025a6544787772ba2dcb86bf40c21e5abdf83762
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 12 12:38:59 2011 +0100

    docs: Fix builddir ≠ srcdir documentation builds

M	docs/reference/Makefile.am

commit 8f490d76e6586bc88f5af88f9764e829075adfe8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 11 16:51:42 2011 +0100

    contacts: Remove gdata_contacts_contact_has_photo()

    It was deprecated, and since version 0.9.0 breaks API, what harm
    can removing
    it do?

    API changes:
     • Remove gdata_contacts_contact_has_photo() and
       GDataContactsContact:has-photo
       (use gdata_contacts_contact_get_photo_etag() instead)

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h

commit 1de4b2f017f1e743a84bc88bbd26851b860e61c1
Author: Gil Forcada <gforcada@gnome.org>
Date:	Sat Jun 11 20:36:58 2011 +0200

    [l10n]Updated Catalan translation

M	po/ca.po

commit 5af9a0151de5625736773083ed033c328c438188
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Fri Jun 10 20:10:18 2011 +0200

    Updated Slovenian translation

M	po/sl.po

commit 05787c583f870dc65c5f9d85e30a6a59906fd128
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Fri Jun 10 11:21:29 2011 +0200

    [l10n] Updated German translation

M	po/de.po

commit 4a91a5cac302a0b8fc1d49fbe54cbc840b065663
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Fri Jun 10 08:09:12 2011 +0300

    Updated Hebrew translation.

M	po/he.po

commit fa6c25b6af8734b8e1a20379b9dd98bf83145de9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jun 7 10:43:46 2011 +0100

    docs: Fix some typos in gdata-sections.txt

    They were breaking the documentation for GDataOAuth1Authorizer.

M	docs/reference/gdata-sections.txt

commit 84060afb583fc5c9642861eb9ccd82488000f906
Author: P. F. Chimento <philip.chimento@gmail.com>
Date:	Mon Jun 6 21:28:53 2011 +0200

    introspection: Fix introspection for GCancellable parameters

    ...and progress callbacks in non-async functions
    See bug #649728

M	gdata/gdata-access-handler.c
M	gdata/gdata-batch-operation.c
M	gdata/gdata-buffer.c
M	gdata/gdata-client-login-authorizer.c
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit b525bbc905144ce13af8d618022b671e3a4bf27c
Author: Alexander Shopov <ash@kambanaria.org>
Date:	Tue Jun 7 08:31:02 2011 +0300

    Updated Bulgarian translation

M	po/bg.po

commit f29c72c363cd49276eef55ae44b85fa0a1a15adf
Author: Marek Černocký <marek@manet.cz>
Date:	Tue Jun 7 07:21:08 2011 +0200

    Updated Czech translation

M	po/cs.po

commit c5e4594ca21225f81719b1a8d9b8ade3367d72e1
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Mon Jun 6 22:34:29 2011 +0200

    Updated Spanish translation

M	po/es.po

commit 62b86bbb7bc645dd4696e036d35a0e6235b01f67
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Mon Jun 6 22:25:02 2011 +0200

    Updated Spanish translation

M	po/es.po

commit 48c7061cc904a578523f679c073c5ce3b78caf71
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Mon Jun 6 20:56:38 2011 +0200

    Updated Spanish translation

M	po/es.po

commit c1b3f37923f3f5c22b691f65672a570742372f96
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Mon Jun 6 11:22:04 2011 +0200

    Updated Galician translations

M	po/gl.po

commit 47d20c21e8986cdbab21098428dd57bca203f6ad
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 29 22:38:39 2011 +0100

    core: Add an OAuth 1.0 authoriser

    This adds a GDataAuthorizer implementation for OAuth 1.0, the current
    favourite authentication/authorization protocol in Google-land.

    This includes full documentation and a test suite.

    This makes the following API changes:
     • Add GDataOAuth1Authorizer and all its properties and methods.

    It also adds a dependency on liboauth ≥ 0.9.4.

    Helps: bgo#646285

M	Makefile.am
M	README
M	configure.ac
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-authorizer.c
A	gdata/gdata-oauth1-authorizer.c
A	gdata/gdata-oauth1-authorizer.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/tests/Makefile.am
M	gdata/tests/common.c
M	gdata/tests/common.h
A	gdata/tests/oauth1-authorizer.c
M	po/POTFILES.in

commit 65d3e0c373edcaf199b4d3dc3499b237bb620fc1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat May 28 14:56:48 2011 +0100

    docs: Add new symbol list for 0.9.0

M	docs/reference/gdata-docs.xml

commit 2957118536be2c51c9e4c8c14b52c95db7717725
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu May 5 23:29:14 2011 +0100

    core: Remove the old authentication API in favour of a new
    GDataAuthorizer API

    This separates authentication and authorisation from the services
    themselves,
    allowing authorisation schemes to be plugged in as they pop into
    and out of
    fashion.

    This removes the old gdata_service_authenticate() methods, replacing
    them with an equivalent GDataClientLoginAuthorizer.

    Full test cases are provided, covering everything except parsing
    of error
    responses from the server by GDataClientLoginAuthorizer.

    This makes the following API changes:
     • Rename GDataAuthenticationError to
     GDataClientLoginAuthorizerError
       Rename GDATA_AUTHENTICATION_ERROR and
       gdata_authentication_error_quark()
       similarly.
     • Remove gdata_service_authenticate() in favour of
       using GDataClientLoginAuthorizer with GDataService::authorizer:
	- Remove gdata_service_authenticate(),
	  gdata_service_authenticate_async() and
	  gdata_service_authenticate_finish().
	- Replace gdata_service_is_authenticated() by
	  gdata_service_is_authorized() with much the same functionality.
	- Add GDataService::authorizer, gdata_service_get_authorizer(),
	  gdata_service_set_authorizer() and
	  gdata_service_get_authorization_domains().
	- Remove gdata_service_get_client_id() in favour of
	  GDataClientLoginAuthorizer::client-id.
	- Remove gdata_service_get_username() in favour of
	  GDataClientLoginAuthorizer::username.
	- Remove gdata_service_get_password() in favour of
	  GDataClientLoginAuthorizer::password.
	- Remove GDataServiceClass->service_name in favour of
	  GDataAuthorizationDomain::service-name.
	- Remove GDataServiceClass->authentication_uri and
	  GDataServiceClass->parse_authentication_response in favour of
	  different GDataAuthorizer implementations.
	- Add GDataAuthorizer parameters to and remove client_id
	parameters from:
	  gdata_calendar_service_new(), gdata_contacts_service_new(),
	  gdata_documents_service_new(), gdata_picasaweb_service_new() and
	  gdata_youtube_service_new().
     • Add GDataAuthorizationDomain.
	- Add GDataServiceClass->get_authorization_domains and
	  gdata_service_get_authorization_domains().
	- Add auth. domain getters to various GDataService subclasses:
	  gdata_youtube_service_get_primary_authorization_domain(),
	  gdata_contacts_service_get_primary_authorization_domain(),
	  gdata_calendar_service_get_primary_authorization_domain(),
	  gdata_picasaweb_service_get_primary_authorization_domain(),
	  gdata_documents_service_get_primary_authorization_domain() and
	  gdata_documents_service_get_spreadsheet_authorization_domain().
	- Add auth. domain properties to various standalone request
	objects:
	  GDataDownloadStream::authorization-domain with
	  gdata_download_stream_get_authorization_domain(),
	  GDataUploadStream::authorization-domain with
	  gdata_upload_stream_get_authorization_domain() and
	  GDataBatchOperation::authorization-domain with
	  gdata_batch_operation_get_authorization_domain().
	- Add GDataAccessHandlerIface->get_authorization_domain. This
	doesn't
	  have to be implemented by existing GDataAccessHandlers, but it's
	  highly recommended.
	- Add a GDataAuthorizationDomain parameter to
	  GDataServiceClass->append_query_headers,
	  gdata_service_query(), gdata_service_query_async(),
	  gdata_service_query_single_entry(),
	  gdata_service_query_single_entry_async(),
	  gdata_service_insert_entry(),
	  gdata_service_insert_entry_async(),
	  gdata_service_update_entry(),
	  gdata_service_update_entry_async(),
	  gdata_service_delete_entry(),
	  gdata_service_delete_entry_async(),
	  gdata_batchable_create_operation(),
	  gdata_download_stream_new() and gdata_upload_stream_new().
     • Add GDataAuthorizer as described above, implemented by
       GDataClientLoginAuthorizer.

    Helps: bgo#646285

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h
A	gdata/gdata-authorization-domain.c
A	gdata/gdata-authorization-domain.h
A	gdata/gdata-authorizer.c
A	gdata/gdata-authorizer.h
M	gdata/gdata-batch-operation.c
M	gdata/gdata-batch-operation.h
M	gdata/gdata-batchable.c
M	gdata/gdata-batchable.h
A	gdata/gdata-client-login-authorizer.c
A	gdata/gdata-client-login-authorizer.h
M	gdata/gdata-download-stream.c
M	gdata/gdata-download-stream.h
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/Makefile.am
A	gdata/tests/authorization.c
M	gdata/tests/calendar.c
A	gdata/tests/client-login-authorizer.c
M	gdata/tests/common.h
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/general.c
M	gdata/tests/memory.c
M	gdata/tests/picasaweb.c
M	gdata/tests/streams.c
M	gdata/tests/youtube.c
M	po/POTFILES.in

commit d9add17fb43e405f5c72135cf71952e817f4f968
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Sun May 29 14:13:55 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 2ef5875aad2d628578c2f6e4c9f01769594acbd1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon May 23 23:08:05 2011 +0100

    core: Don't assume that messages can't be cancelled externally

    In _gdata_service_actually_send_message() we were previously
    assuming that
    we were the only code which could cancel an in-progress message's
    request.

    This isn't true.

    soup_session_abort() can be called from anywhere else and will
    explicitly
    cancel all in-progress requests. This could happen if the GDataService
    is
    disposed of, which would cause the SoupSession to be disposed of,
    which
    causes it to abort all in-progress requests. Alternatively, it
    could happen
    if the GDataService's (and hence SoupSession's) proxy URI is changed.

    To fix this, we:
     • now hold a reference to the session and message in
       _gdata_service_actually_send_message() so that they're kept alive
       throughout the request; and we
     • no longer assume that a cancelled message was cancelled by us,
     removing
       the assertion which caused the crash in bgo#650835.

    Fixes: bgo#650835

M	gdata/gdata-service.c

commit 9615d1d9381724c9af87421289a19470d4e8d7e7
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:	Mon May 2 07:29:19 2011 +0200

    Added UG translation

M	po/ug.po

commit 8762d9f119962eb77808f2ab7357d20e881ba03c
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:	Tue Apr 26 00:13:13 2011 +0700

    Added Thai translation.

M	po/LINGUAS
A	po/th.po

commit f5779abdbc00a2cd26b858c421f3ba1345334873
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:	Thu Apr 21 20:32:32 2011 +0200

    Add Esperanto translation

M	po/LINGUAS
A	po/eo.po

commit 9560c55e2163e15d4b486eaadd6f9f336fa7f816
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 19 09:13:01 2011 +0100

    Bug 648058 — Doesn't allow empty names for user defined fields

    Allow Google Contacts' user defined fields to have empty names. Test
    cases
    updated. Closes: bgo#648058

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/tests/contacts.c

commit 943a48eb048e3aae0cff9ecc24249757fef189e6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 15 18:08:33 2011 +0100

    picasaweb: Don't check various image URIs exactly in the test suite

    They regularly change (every month or two), and it's a pain to have to
    keep updating the test suite.

M	gdata/tests/picasaweb.c

commit 23571a59e1d4b4dffc1079252f5a8bbe81c249c5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 15 17:54:29 2011 +0100

    media: Handle media:rating elements which don't provide a country
    attribute

    Includes a test case.

M	gdata/media/gdata-media-group.c
M	gdata/tests/youtube.c

commit 9d2e6d49ee144b05a7a46258f6d82ef92fcbe091
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 15 17:17:55 2011 +0100

    build: Remove non-existent symbols from gdata.symbols

    The three symbols in question were removed by commit
    0db5aeece161142093343263652fa5c498e169f6.

    Spotted by openSUSE packagers.

M	gdata/gdata.symbols

commit d49b550f5f9d58735160a8be927b96aa2aa4a6ac
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:	Thu Apr 7 13:54:21 2011 +0530

    Updated Oriya Translation

M	po/or.po

commit 89ad55e7e6ec110d9b9d11619ed66b7025849aca
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Apr 6 00:26:34 2011 +0100

    docs: Add a “public” comment to GDataColor to stop gtk-doc dieing
    on it

    Since it's a boxed enum type, its fields need to be marked public
    to prevent
    gtk-doc complaining about them. See bgo#642998.

    Closes: bgo#642983

M	gdata/gdata-types.h

commit cc2e6f077f22374534a7719056aa8a133dbf7bbc
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Tue Apr 5 06:50:56 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 2cc041b971500ba8b92451789e1a49d5fb9d4bca
Author: Jordi Serratosa <serratosa@gmail.com>
Date:	Mon Apr 4 22:03:11 2011 +0200

    [l10n]Fixes on Catalan translation

M	po/ca.po

commit 5372160c3c14cfdf9e534d9e095ea319538dafad
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:	Mon Apr 4 12:12:40 2011 +0530

    Updated Assamese translations

A	po/as.po

commit 6faff1f461d166d6acf1f6bfea1085a076e84c16
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:	Mon Apr 4 12:12:34 2011 +0530

    Adding as to LINGUAS

M	po/LINGUAS

commit 646404403ab2388a80014501f15568c60a174a3c
Author: Baris Cicek <baris@teamforce.name.tr>
Date:	Mon Apr 4 08:35:39 2011 +0300

    Added Turkish translation by Senol Korkmaz

M	po/LINGUAS
A	po/tr.po

commit 241875c4552c241dca7111408806f67e4b4928d5
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Sun Apr 3 13:00:19 2011 +0200

    Updated Basque language

M	po/eu.po

commit d7e551acf313bb436a526755944b0a9b776d01d6
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Fri Apr 1 14:57:50 2011 +0200

    Updated Hungarian translation

M	po/hu.po

commit ac91c888e64281be6cac7175f0d081933791c1e5
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:	Thu Mar 31 17:55:34 2011 +0530

    hindi updated

M	po/hi.po

commit 83995b727d4429f8eaf9a9fbea8758f6bcf48928
Author: Shankar Prasad <svenkate@redhat.com>
Date:	Thu Mar 31 16:58:48 2011 +0530

    Updated LINGUAS file

M	po/LINGUAS

commit 13f8cc6c9ec2fcd516eb67baa47a8b4e9eae070a
Author: Shankar Prasad <svenkate@redhat.com>
Date:	Thu Mar 31 16:50:52 2011 +0530

    Added kn.po and updated LINUGAS file

A	po/kn.po

commit 320c8ca0e84e127f34e49177440fc1c72e1a057b
Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com>
Date:	Thu Mar 31 01:29:44 2011 +0200

    Added Serbian translation

M	po/LINGUAS
A	po/sr.po
A	po/sr@latin.po

commit e18b5b506549f2b8516547e9ba2ccae29c1a7bac
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:	Wed Mar 30 15:09:21 2011 +0100

    Updated British English translation

M	po/en_GB.po

commit 1749913254d7201e739dd7bd1ab20a875b86629b
Author: António Lima <amrlima@gmail.com>
Date:	Tue Mar 29 23:47:19 2011 +0100

    Updated Portuguese translation

M	po/pt.po

commit dad0a3f8db50e4b1801b8ecb49b65331239d42fa
Author: Kris Thomsen <lakristho@gmail.com>
Date:	Mon Mar 28 23:33:27 2011 +0200

    Updated Danish translation

M	po/da.po

commit cdfbd577468c27690afa5edb7139de50b68f940f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Mon Mar 28 20:19:19 2011 +0200

    Updated Polish translation

M	po/pl.po

commit e0b38d091e45fd4383a707d4ecfdfc3dfe3c1976
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:	Mon Mar 28 16:31:19 2011 +0530

    hindi added and translated and lingua upodated

M	po/LINGUAS
A	po/hi.po

commit 90ab328e5e27c5cf7f5deb52f62d0ca7bd5608e7
Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com>
Date:	Sun Mar 27 17:08:59 2011 -0400

    Updated Brazilian Portuguese translation. Reviewed by Flamarion Jorge.

M	po/pt_BR.po

commit b09bda7ebb8a464fdca4137e4777d9d9f77ab614
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:	Sun Mar 27 21:30:53 2011 +0200

    Added UG translation

M	po/ug.po

commit e1ca5480ff4d68e2b2135fef3ce73001f1301ece
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	Sun Mar 27 21:26:28 2011 +0200

    Updated French translation

M	po/fr.po

commit de00c3039c5e78a787d4246a9292eedf8f78b736
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:	Sat Mar 26 12:59:40 2011 +0200

    Updated Latvian translation.

M	po/lv.po

commit c04315f31997919711faee108127a3b5dbcb44fb
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:	Sat Mar 26 10:57:33 2011 +0100

    Updated Italian translation

M	po/it.po

commit 2e4a51cf8d41cd4708cacd5ec71b6d5d27b98726
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Sat Mar 26 11:44:53 2011 +0200

    Added he to LINGUAS

M	po/LINGUAS

commit 0834417aada000cee002f94006f2ee5999f26ef7
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	Sat Mar 26 11:43:37 2011 +0200

    Updated Hebrew translation.

A	po/he.po

commit 90459d70e4198d46897487597492784cf0ced922
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:	Sat Mar 26 07:38:58 2011 +0100

    Updated German translation

M	po/de.po

commit df8e86874ea2d8f1a919c079b6d2c4e807863ff8
Author: Alexander Shopov <ash@kambanaria.org>
Date:	Fri Mar 25 22:10:15 2011 +0200

    Updated Bulgarian translation

M	po/bg.po

commit bf91897cbb268aa0d38589181ddf93529028e884
Author: Aron Xu <aronxu@gnome.org>
Date:	Fri Mar 25 17:45:53 2011 +0000

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit a4588c7d01e40481ad24bf4606c34a649dc798ee
Author: Joan Duran <jodufi@gmail.com>
Date:	Thu Mar 24 23:25:26 2011 +0100

    [l10n]Updated Catalan translation

M	po/ca.po

commit a85aeb46493bd51f7c882c99fd4042d24e383420
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:	Wed Mar 23 22:47:07 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit 21567d84e9d8f4ff0a70c7d16176d0d90f70392a
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:	Wed Mar 23 23:49:27 2011 +0300

    Updated Russian translation

M	po/ru.po

commit a738beb670c78bffedd4c10e153a7ba981e9be53
Author: Daniel Nylander <po@danielnylander.se>
Date:	Wed Mar 23 18:59:17 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit b76c965d13de0d0854873ea45baee30d16bf78c1
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:	Wed Mar 23 19:28:28 2011 +0530

    Added mr to LINGUAS

M	po/LINGUAS

commit 29a4e18061e775ec4ac5bcba36ed055e099d7bcc
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:	Wed Mar 23 19:26:31 2011 +0530

    Added Marathi Translations

A	po/mr.po

commit 1b4c78e396281b3248441425f6a569500de3c472
Author: Marek Černocký <marek@manet.cz>
Date:	Tue Mar 22 22:49:17 2011 +0100

    Updated Czech translation

M	po/cs.po

commit 977828c3f73004af75a3673412ffee0f6c14868d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Tue Mar 22 22:05:13 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit 7ab756b525cec089f14190b3d963253e34923ea9
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Tue Mar 22 21:34:39 2011 +0100

    Updated Galician translations

M	po/gl.po

commit 4c78396942b69732e972e01302e1ad4b48bf0fc5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Tue Mar 22 20:33:13 2011 +0100

    Updated Spanish translation

M	po/es.po

commit a23845177803a78b7b4d605c3e8e934924328fea
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 22 13:43:02 2011 +0000

    Bug 639610 — Allow access to a contact's photo ETag

    Deprecate gdata_contacts_contact_has_photo() (and the corresponding
    property)
    in favour of a new gdata_contacts_contact_get_photo_etag() and
    property
    which work in exactly the same way, but return the photo's ETag
    or NULL,
    rather than TRUE or FALSE.

    Closes: bgo#639610

M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit 605a4c64109c933e29eecb3e54062db781d7c5a0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 22 13:25:19 2011 +0000

    tests: Remove use of assigned-but-not-used variables in the tests

M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/streams.c
M	gdata/tests/youtube.c

commit 810d9d81676f8eb3462cce590e467bb55fead259
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 22 13:20:44 2011 +0000

    Bug 644946 — Support two-factor authentication

    Add support for notifying the user with a more specific error
    message if
    login failed due to them needing to enter an application-specific
    password.

    This adds the following new error code:
     • GDATA_AUTHENTICATION_ERROR_INVALID_SECOND_FACTOR

    Closes: bgo#644946

M	gdata/gdata-service.c
M	gdata/gdata-service.h

commit bbd37f5f81ae16457c0569f208090114bed1a8c0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 22 13:08:58 2011 +0000

    Bug 644940 — Use HTTPS only

    Use HTTPS for all communications with the server, removing the
    LIBGDATA_FORCE_HTTP environment variable. Closes: bgo#644940

M	README
M	docs/reference/gdata-running.xml
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/tests/picasaweb.c

commit 7c0db41e9f1532201230f5ed8f26a1aeff3d3817
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:	Sat Mar 19 21:50:39 2011 +0200

    Added Latvian translation.

M	po/LINGUAS
A	po/lv.po

commit bb0bdafd89364d4e53b5396c1e5f190b4fbd4d7c
Author: ben <benbenhappy2008@gmail.com>
Date:	Fri Mar 18 23:17:07 2011 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit bdef0fd144d5ff881e4a14c0dde5057d3f22fc7d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Tue Mar 15 15:19:57 2011 +0100

    Updated Hungarian translation

M	po/hu.po

commit 0fdda9016b828200f129a20a2f6a198ad4c255ea
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:	Mon Mar 14 11:19:53 2011 +0100

    Updated Romanian translation

M	po/ro.po

commit 2b709d4c85548fe13b78cbdcd1265f23711cfdbf
Author: António Lima <amrlima@gmail.com>
Date:	Sat Mar 12 19:50:29 2011 +0000

    Updated Portuguese translation

M	po/pt.po

commit a262734d8ed520996c1d332b91460f57ed72e586
Author: Joan Duran <jodufi@gmail.com>
Date:	Thu Mar 10 23:47:32 2011 +0100

    [l10n] Updated Catalan translation

M	po/ca.po

commit 092646351fa5d8399123f86b7a03a2f2e2caca76
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Thu Mar 10 17:50:29 2011 +0100

    Updated Polish translation

M	po/pl.po

commit 9ac8bf38938b881c97401f8a6aab1a897cd21ef7
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:	Sun Mar 6 11:37:45 2011 +0300

    Updated Russian translation

M	po/ru.po

commit 594862238d57bd0f597053ae8745c26735213212
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:	Tue Mar 1 13:45:03 2011 +0530

    Added Oriya (or) to LINGUAS

M	po/LINGUAS

commit 1dd2f1ff98385ddee3ca1629b21936812c6fcde1
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:	Tue Mar 1 13:41:45 2011 +0530

    Updated Oriya Translation

A	po/or.po

commit c70756c6a679ae6ccb0fdd0354c6d07f5a0e20d5
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	Sat Feb 26 10:29:42 2011 +0100

    Updated French translation

M	po/fr.po

commit e0c85b38234df674da9ce889b9697f6f97e35636
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Feb 22 19:50:57 2011 +0000

    docs: Add the 0.8.0 API changes page to the documentation

    Helps: bgo#642983

M	docs/reference/gdata-docs.xml

commit 755235e5623a52b11cccc6908422535830013b73
Author: Runa Bhattacharjee <runab@redhat.com>
Date:	Thu Feb 17 17:37:48 2011 +0530

    Added Bengali India to the list of languages

M	po/LINGUAS

commit 212257a5ad3df0dfcf4c94f2556a0fa59e3c7689
Author: Runa Bhattacharjee <runab@redhat.com>
Date:	Thu Feb 17 17:37:34 2011 +0530

    Added Bengali India Translation

A	po/bn_IN.po

commit 8faeeeb1971b78cba5396306033c728211120b9b
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:	Wed Feb 16 08:03:04 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit 99a85165ce3d35070778342cbe5d0f4f14c628f5
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:	Tue Feb 15 06:39:57 2011 +0200

    Updated Bulgarian translation

M	po/LINGUAS
A	po/bg.po

commit 32a489b0c068b9f57d540a940298609fd931125c
Author: Changwoo Ryu <cwryu@debian.org>
Date:	Sun Feb 13 04:22:08 2011 +0900

    Add Korean translation

M	po/LINGUAS
A	po/ko.po

commit 6ef3a6cd4dbeebce93c6377e65a29bae5ec96fbc
Author: Sweta Kothari <swkothar@redhat.com>
Date:	Tue Feb 8 14:14:30 2011 +0530

    Updated Gujarati Translations & Added gu in LINGUAS

M	po/LINGUAS
A	po/gu.po

commit 8800f1eefba340767484b372ded403e95e2c6146
Author: Gheyret Kenji <gheyret@hotmail.com>
Date:	Fri Feb 4 23:21:33 2011 +0100

    Added UG translation

M	po/LINGUAS

commit 17376b2db91c965eabe1c5b164e6fb9dc0a68bfe
Author: Gheyret Kenji <gheyret@hotmail.com>
Date:	Fri Feb 4 23:17:11 2011 +0100

    Added UG translation

A	po/ug.po

commit 63c01ba9b1ad776a71df8ce0a0788d57715fb0bd
Author: A S Alam <aalam@users.sf.net>
Date:	Sat Jan 29 09:13:12 2011 +0530

    update Punjabi Translation by A S Alam

M	po/pa.po

commit 15a465d951d7aa14508962f193fcfd541c38817e
Author: A S Alam <aalam@users.sf.net>
Date:	Sat Jan 29 08:13:25 2011 +0530

    update Punjabi Translation by A S Alam

M	po/pa.po

commit 8bed9a863def8812ae24dfce94ab488877de9212
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Thu Jan 27 03:22:15 2011 +0100

    QA of Galician translations

M	po/gl.po

commit c26e694f530725766b00bf84e0af86a50c27f98c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Wed Jan 26 15:31:12 2011 +0100

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 78eb567d32a578cef8ae573fa5da4d61cd8bf8e2
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Tue Jan 25 19:26:27 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 5fae259ab79bfa218fa1493923ab8b7bc051699f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Sun Jan 23 11:49:33 2011 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 1951c53b54c9b44b342d4d589ba17223990f4686
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:	Wed Jan 19 18:28:52 2011 +0200

    Updated Greek translation

M	po/el.po

commit ba6676dd0d6f56da993fc2a0d8e458a30e11da31
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Wed Jan 19 15:40:45 2011 +0100

    Updated Galician translations

M	po/gl.po

commit e1a663ad280385f280ef6f32a336cc4f68e82bbe
Author: Andika Triwidada <andika@gmail.com>
Date:	Mon Jan 17 12:25:29 2011 +0700

    Updated Indonesian translation

M	po/id.po

commit e5a49029aaf3accb7fa65d9f4975ba8bbb3862a2
Author: George Stefanakis <george.stefanakis@gmail.com>
Date:	Thu Jan 13 21:18:38 2011 +0200

    Updated Greek translation

M	po/el.po

commit 781e53a5d939e108f7ff57fd75f6409199321de4
Author: Petr Kovar <pknbe@volny.cz>
Date:	Mon Jan 3 21:52:50 2011 +0100

    Update Czech translation by Marek Cernocky

    Reviewed by Petr Kovar.

M	po/cs.po

commit fc90d4563c6209b5f4468c01c187de4e1ff8abd9
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Sat Jan 1 21:16:13 2011 +0100

    [l10n] Updated German translation

M	po/de.po

commit d33046b432da8a2580154dd91767710acbf28d59
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Sat Jan 1 14:47:02 2011 +0100

    Updated Spanish translation

M	po/es.po

commit 75be00208ccf233e551d22e4e5aa39480ebfae40
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Thu Dec 30 21:23:54 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit e6cf0cd9c37c910aab4ae8efb72869cefcad4ac9
Author: Daniel Nylander <po@danielnylander.se>
Date:	Thu Dec 30 18:29:58 2010 +0100

    Updated Swedish translation

M	po/sv.po

commit 065bb38c3b107b2e3574496a8d6e848fd537d7a5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 17:00:03 2010 +0000

    docs: Add a note about the even–odd/stable–unstable versioning
    change

M	HACKING

commit 9b42c97c5562c6937b4efcaedf5b82c99d6bd3f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 16:50:29 2010 +0000

    build: Increment version to 0.9.0

M	configure.ac

commit 430b36875815fcf2b888f952ac84ccc71979d893
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 16:48:14 2010 +0000

    Release version 0.8.0

M	NEWS
M	configure.ac

commit 775255d6e2263772c5ec49677e468617768e9bdf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 15:36:35 2010 +0000

    l10n: Update British English translation

M	po/en_GB.po

commit 889232526478833a43aea49a1bda8342ffca41c6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 15:34:56 2010 +0000

    l10n: Add missing files to POTFILES.in

M	po/POTFILES.in

commit 3a045028895789efdf1248c10a483996426d6003
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 15:07:09 2010 +0000

    core: Don't use a deallocated mutex for early-cancelled messages

    In the case that a message is cancelled before it's queued in
    the session
    (i.e. the cancellation callback is called immediately by
    g_cancellable_connect()), ensure we don't free the mutex which
    we later
    attempt to lock.

M	gdata/gdata-service.c

commit 4869dd85d3853184a42fe66ceded941dfbd148b3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 14:54:04 2010 +0000

    core: Don't use deallocated memory

    When authenticating asynchronously, don't attempt to use the
    username and
    password from the asynchronous closure after it's been implicitly
    deallocated
    by changing the result value of the GSimpleAsyncResult.

    See: bgo#635736

M	gdata/gdata-service.c

commit 9cefc971f8facc88a8597242bc17ae38d22f04c5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 14:10:24 2010 +0000

    calendar: Fix some typos in code examples

    Helps: bgo#579885

M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-query.c

commit c68d0d81945184ca7896360edf05b0aef2bbe899
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:55:31 2010 +0000

    contacts: Add a code example for using batch operations

    Helps: bgo#579885

M	gdata/services/contacts/gdata-contacts-service.c

commit ceddaf96173fcb98f73a414cad2a10d28615f042
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:55:13 2010 +0000

    documents: Fix a small documentation typo

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-service.c

commit 8d5f8f6fb67d32308327f4baf5e3b13bf15a8b2a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:52:12 2010 +0000

    contacts: Add a code example for querying for groups

    Helps: bgo#579885

M	gdata/services/contacts/gdata-contacts-service.c

commit 6e275bc8e3b2c37976338f3753cbd6b5d7179cbc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:46:01 2010 +0000

    contacts: Add a code example for adding a new group

    Helps: bgo#579885

M	gdata/services/contacts/gdata-contacts-group.c

commit edccc5d9b54f174fd15c477434423749137a0763
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:39:05 2010 +0000

    contacts: Add a code example for updating a contact's details

    Helps: bgo#579885

M	gdata/services/contacts/gdata-contacts-contact.c

commit f15d8b4bf226e11278f6344c1bc55d865973a1c0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:28:31 2010 +0000

    contacts: Add a code example for getting/setting a contact's photo

    Helps: bgo#579885

M	gdata/services/contacts/gdata-contacts-contact.c

commit f412792acb1b2787de7efb85d9fcd5df250e7c86
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:24:02 2010 +0000

    contacts: Add a code example for querying for contacts

    Helps: bgo#579885

M	gdata/services/contacts/gdata-contacts-query.c

commit f73bdf5e7c96252685b95864d20ac24646b57b0b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 13:00:43 2010 +0000

    documents: Add a code example for using batch operations

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-service.c

commit 07de9637c5ce8356dc314110e61162c2e947ac60
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:55:50 2010 +0000

    documents: Add a code example for document ACLs

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-document.c

commit bde0a011f9b9e373a642f13b41b99ae84fc1c952
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:55:35 2010 +0000

    calendar: Fix some typos in code examples

    Helps: bgo#579885

M	gdata/services/calendar/gdata-calendar-service.c

commit 6dbc1592506b406d8f47cc400459a5d78ff46dd5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:46:14 2010 +0000

    documents: Add a code example for downloading a specific spreadsheet
    sheet

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-spreadsheet.c

commit 6046970e4c38a87ab83e16e58ea7f0b2a04510bb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:34:32 2010 +0000

    documents: Add a code example for querying for documents

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-query.c

commit e05dd7d6d8ee71ad6bdaec06cae91c2d4b19e748
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:24:47 2010 +0000

    documents: Add a code example for moving an entry between folders

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-entry.c

commit 3151fefa7d4d3e03afed40fa2a71d48091ba84cc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:14:08 2010 +0000

    documents: Add a code example for uploading documents

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-service.c

commit f886abad30b6928a1a38db3b10ba0942fbf0f621
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:13:42 2010 +0000

    youtube: Fix a typo in a code example

    Helps: bgo#579885

M	gdata/services/youtube/gdata-youtube-service.c

commit e081c7144e407bf107c2bebf0bf2ae57313f2ea1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:06:42 2010 +0000

    documents: Add a code example for adding a new folder

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-folder.c

commit 5720765671291315397d4f6c182f300548d4cbac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 12:01:30 2010 +0000

    documents: Add a code example for downloading a document

    Helps: bgo#579885

M	gdata/services/documents/gdata-documents-document.c

commit 1e0ff1cdc9e70676ad3d21f2174663680b4ce899
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 11:40:11 2010 +0000

    youtube: Add a code example for querying standard video feeds

    Helps: bgo#579885

M	gdata/services/youtube/gdata-youtube-service.c

commit e6763ee4f5a7fc76d8011f24e756106fc21906a7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 11:34:00 2010 +0000

    youtube: Add a code example for uploading videos

    Helps: bgo#579885

M	gdata/services/youtube/gdata-youtube-service.c

commit a246c29d8e4421663eb2448883f31ae3c61b51cb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 11:11:13 2010 +0000

    calendar: Add a code example for using batch operations

    Helps: bgo#579885

M	gdata/services/calendar/gdata-calendar-service.c

commit 6864acd870b589622f9d7f482a86a448972cc57c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 10:41:20 2010 +0000

    calendar: Add a code example for listing calendars

    Helps: bgo#579885

M	gdata/services/calendar/gdata-calendar-calendar.c

commit fd41f764f19a0daad8a351e128cd23a6434a879d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 10:41:04 2010 +0000

    calendar: Add a code example for querying for events

    Helps: bgo#579885

M	gdata/services/calendar/gdata-calendar-query.c

commit ba0fe9776a9048b262abb64a94d5f7db4171fb13
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 10:22:52 2010 +0000

    calendar: Add a code example for inserting events

    Helps: bgo#579885

M	gdata/services/calendar/gdata-calendar-event.c

commit 61927f8f0ad6c0e819fadf88637ae94d4fba0aef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 10:04:51 2010 +0000

    calendar: Add a code example for calendar ACLs

    Helps: bgo#579885

M	gdata/services/calendar/gdata-calendar-service.c

commit bb023759e90b3be386c100193560652d6e31efe3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 30 09:58:43 2010 +0000

    core: Fix a minor typo in the documentation

M	gdata/gdata-upload-stream.c

commit 841301ce2999bf54af8959843fc90ff65272f312
Author: Daniel Nylander <po@danielnylander.se>
Date:	Wed Dec 29 18:54:21 2010 +0100

    Updated Swedish translation

M	po/sv.po

commit e9d3eeb92226b2f179a1bc74e4595a64cb51f144
Author: Kris Thomsen <lakristho@gmail.com>
Date:	Wed Dec 29 11:59:54 2010 +0100

    Updated Danish translation

M	po/da.po

commit f2317ea32b594e0054673557c6ea3c2fec4d080b
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Sun Dec 26 00:32:12 2010 +0100

    Updated Hungarian translation

M	po/hu.po

commit 29f7b1582d5b7a4bed51ef2497bb0b04b644b052
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 21 17:48:50 2010 +0000

    contacts: Don't return deleted groups in
    gdata_contacts_contact_get_groups()

    Also take the opportunity to rewrite it to use GHashTableIter
    instead of
    a tiny little callback function.

M	gdata/services/contacts/gdata-contacts-contact.c

commit bda2daa2a4741eb7ad7e59859c62c4df329656d7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 21 17:44:55 2010 +0000

    contacts: Improve documentation for
    gdata_contacts_contact_is_group_deleted()

M	gdata/services/contacts/gdata-contacts-contact.c

commit c3129e7de1b02ea646c30051dad2c7b3938946c1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 21 17:44:37 2010 +0000

    contacts: Add tests for group membership

M	gdata/tests/contacts.c

commit 3dfd4dedf71fae3481477fb66e199f9d235402fd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 13:57:40 2010 +0000

    docs: Remove some outdated TODO comments

M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit d3a1231d07669b05b791b15b370065effc35b20e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 13:51:36 2010 +0000

    core: Expand documentation about cancellation of core query methods

M	gdata/gdata-service.c

commit f5c20a31ae87a543a60024a1f3a62c15eef56b70
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 11:29:51 2010 +0000

    core: Expand GDataUploadStream documentation

M	gdata/gdata-upload-stream.c

commit 515868e62f6ed1096b55b7df30c9867a52f3154a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 11:06:54 2010 +0000

    core: Expand GDataDownloadStream documentation

M	gdata/gdata-download-stream.c

commit 7d28021fa21a3349f08940154f5370c0d385266b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 10:28:55 2010 +0000

    core: Move sending of final boundary to gdata_upload_stream_close()

    It makes more sense for the final boundary to be sent to the
    server when
    the stream is closed, and makes the bookkeeping simpler. It also
    means that
    the boundary can't be sent multiple times, which was possible
    before if
    g_output_stream_write() was called multiple times after EOF.

M	gdata/gdata-upload-stream.c

commit 475e64a25734af7366984e5a5cdb070e01996dd1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 10:12:04 2010 +0000

    core: Don't signal completion of a download in a callback function

    If completion of a GDataDownloadStream download is signalled in
    a callback
    function, it's possible for the stream object to be unreffed and
    finalised
    while the network thread is still using the object (as it has
    some cleanup
    work to do after emitting the “finished” signal).

    This is fixed by moving signalling of finished_cond to the end of
    the thread's
    main function.

M	gdata/gdata-download-stream.c

commit 063845eaabfdf0703914c3d59b63a7945250ce4d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 10:09:21 2010 +0000

    core: Return G_IO_ERROR_CLOSED if stream close methods are called
    again

    While g_[input|output]_stream_close() prevents the close method
    implementation
    from being called multiple times, other methods in GIO (such as
    g_output_stream_splice()) call the close method implementation
    directly, so
    gdata_[upload|download]_stream_close() need to be safe to call
    multiple
    times.

M	gdata/gdata-download-stream.c
M	gdata/gdata-upload-stream.c

commit d968510805686fba3f0b6d1318db4402b10fbcbe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 20 10:05:21 2010 +0000

    core: Ensure that _gdata_service_actually_send_message() never
    returns NONE

    If the message was cancelled before
    _gdata_service_actually_send_message()
    was called, it wasn't previously getting the correct status code
    (SOUP_STATUS_CANCELLED) set.

M	gdata/gdata-service.c

commit 756cdd54d364bea57a751eb8a543219847d84fdb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Dec 19 17:23:49 2010 +0000

    core: Take offset into account multiple times in GDataBuffer

    If many small pops are requested of a GDataBuffer which has only
    had large
    pushes done on it, the head_read_offset should be used to return
    the correct
    data from increasing positions in the first chunk. Previously,
    it wasn't.

M	gdata/gdata-buffer.c

commit 2cb5ab13464357ad5ed76a1f32dde79f0cfdaeff
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Dec 19 17:22:51 2010 +0000

    tests: Add test suite for GDataUploadStream and GDataDownloadStream

    Add a simple test suite (comprising two tests cases so far) for
    the two
    stream classes. More tests will be added in future.

M	gdata/tests/Makefile.am
A	gdata/tests/streams.c

commit 7b700f72366981c8fb97cfc929d28db1aee2a269
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 23:28:26 2010 +0000

    core: Tidy up critical regions in GDataDownloadStream

    Tidy up the mutex locks and unlocks, and ensure that all variables
    which
    should be protected by a mutex, are.

M	gdata/gdata-download-stream.c

commit f9b2d01bbc94a20091e466c9989b641cc654cd7d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 22:12:44 2010 +0000

    core: Tidy up critical regions in GDataUploadStream

    Tidy up the mutex locks and unlocks, and ensure that all variables
    which
    should be protected by a mutex, are.

M	gdata/gdata-upload-stream.c

commit 0c5cb2bee46d0646cba336dc44feb28301bd5e6d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 21:56:04 2010 +0000

    core: Make behaviour of response values more consistent

    We now make more guarantees about the response values (response_status
    and
    response_error). Firstly, we guarantee that they won't be set
    until the
    network activity has finished. Secondly, we guarantee that they
    won't be
    returned by any GOutputStream methods other than
    g_output_stream_close().
    Thirdly, we guarantee that they are immutable once set.

M	gdata/gdata-upload-stream.c

commit ef2af1afd03788feed7e3ed52de84280e2eaeea1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 18:57:42 2010 +0000

    core: Ensure that data from the EOF chunk is uploaded in
    GDataUploadStream

M	gdata/gdata-upload-stream.c

commit 484f237da97941f486b5fd4fac84f7baa6810f21
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 17:24:44 2010 +0000

    core: Cancel gdata_download_stream_read() if the entire download
    is cancelled

    Helps: bgo#637036

M	gdata/gdata-download-stream.c

commit b1b2f8399a2a03d7ccc11ff8b99fd0ad42411490
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 17:07:39 2010 +0000

    core: Refactor return path in gdata_download_stream_read()

    Refactor it to contain a single return statement which asserts
    a postcondition
    derived from the documentation for g_input_stream_read().

M	gdata/gdata-download-stream.c

commit 8dca3d4cb09de2787d490f0b62246d2bd22360a7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 19:10:47 2010 +0000

    core: Allow gdata_download_stream_close() to be cancelled

    Helps: bgo#637036

M	gdata/gdata-download-stream.c

commit 4d2061ee2f614f5ff923d2f49f9218a8db38ddfd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 12:46:07 2010 +0000

    media: Add a cancellable parameter to gdata_media_thumbnail_download()

    Add a cancellable parameter to gdata_media_thumbnail_download()
    to mirror
    GDataDownloadStream:cancellable. The tests have been updated
    accordingly.

    This breaks the following API:
    • gdata_media_thumbnail_download()

    Helps: bgo#637036

M	gdata/media/gdata-media-thumbnail.c
M	gdata/media/gdata-media-thumbnail.h
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/tests/picasaweb.c

commit 63e1cc0b4e8440f851549552da334fe0c58bdc47
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 12:43:07 2010 +0000

    media: Add a cancellable parameter to gdata_media_content_download()

    Add a cancellable parameter to gdata_media_content_download()
    to mirror
    GDataDownloadStream:cancellable. The tests have been updated
    accordingly.

    This breaks the following API:
    • gdata_media_content_download()

    Helps: bgo#637036

M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-content.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit 032a5bc08986f66735846ffec3d1daafcd62cd0f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 12:39:43 2010 +0000

    documents: Add a cancellable parameter to
    gdata_documents_document_download()

    Add a cancellable parameter to gdata_documents_document_download()
    to mirror
    GDataDownloadStream:cancellable. The tests have been updated
    accordingly.

    This breaks the following API:
    • gdata_documents_document_download()

    Helps: bgo#637036

M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-document.h
M	gdata/tests/documents.c

commit 002d4d83e03f7bb30544d7690c83e4c44f5ae73f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 18 12:35:54 2010 +0000

    core: Add a “cancellable” property to GDataDownloadStream

    Allow the code which creates the GDataDownloadStream to specify
    a GCancellable
    which will cancel the entire download operation (i.e. permanently
    cancel all
    I/O on the stream and all network activity).

    This breaks the following API:
    • gdata_download_stream_new()

    The following API has been added:
    • GDataDownloadStream:cancellable
    • gdata_download_stream_get_cancellable()

    Helps: bgo#637036

M	docs/reference/gdata-sections.txt
M	gdata/gdata-download-stream.c
M	gdata/gdata-download-stream.h
M	gdata/gdata.symbols
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/documents/gdata-documents-document.c

commit 26b8b853f3c24f47077b277a95ca1f49e37d7584
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 23:55:59 2010 +0000

    core: Add support for g_output_stream_flush() to GDataUploadStream

    Now, calling g_output_stream_flush() on a GDataUploadStream will
    block until
    all outstanding bytes have been written to the network.

M	gdata/gdata-upload-stream.c

commit e74adbd5a414cf075df5fdd868a3cfb628e7f1ac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 21:49:06 2010 +0000

    core: Fix cancellation of gdata_upload_stream_close()

    It shouldn't return a cancellation error for the entire stream — if
    gdata_upload_stream_close() is cancelled, it merely means to return
    from the
    call without blocking on the stream actually being closed.

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit b7974ac2ed3293968cfb0c10c610a0afb0d2abc8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 23:30:28 2010 +0000

    youtube: Add a cancellable parameter to the upload video method

    Add a cancellable parameter to gdata_youtube_service_upload_video() to
    mirror GDataUploadStream:cancellable. The tests have been updated
    accordingly.

    This breaks the following API:
     • gdata_youtube_service_upload_video()

    Helps: bgo#637036

M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/tests/youtube.c

commit c512dd50e0c5c5561dae0ad333cf35e29ff5c1ae
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 23:28:30 2010 +0000

    picasaweb: Add a cancellable parameter to the upload file method

    Add a cancellable parameter to gdata_picasaweb_service_upload_file()
    to mirror
    GDataUploadStream:cancellable. The tests have been updated
    accordingly.

    This breaks the following API:
     • gdata_picasaweb_service_upload_file()

    Helps: bgo#637036

M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit 2641a723031b13b129cbe9b8e864115f0024a398
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 23:26:53 2010 +0000

    documents: Add a cancellable parameter to the upload/update methods

    Add a cancellable parameter to
    gdata_documents_service_upload_document()
    and gdata_documents_service_update_document() to mirror
    GDataUploadStream:cancellable. The tests have been updated
    accordingly.

    This breaks the following API:
     • gdata_documents_service_upload_document()
     • gdata_documents_service_update_document()

    Helps: bgo#637036

M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit 2338e007e768770627158f5298cc44bd6de80ed8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 23:13:53 2010 +0000

    core: Add a “cancellable” property to GDataUploadStream

    Allow the code which creates the GDataUploadStream to specify
    a GCancellable
    which will cancel the entire upload operation (i.e. permanently
    cancel all
    I/O on the stream and all network activity).

    This breaks the following API:
     • gdata_upload_stream_new()

    The following API has been added:
     • GDataUploadStream:cancellable
     • gdata_upload_stream_get_cancellable()

    Helps: bgo#637036

M	docs/reference/gdata-sections.txt
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit 89fbed575e1e22c3e68b9bbc1cc4cb93b9800e21
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 23:11:19 2010 +0000

    core: Cancel gdata_upload_stream_write() if the entire upload is
    cancelled

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 4ca3dbe2b46fab8d578ca9d16ab06fe60be08c26
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 17 22:22:24 2010 +0000

    core: Port GDataUploadStream to use the safe message cancellation
    methods

    GDataUploadStream now uses _gdata_service_actually_send_message(), and
    consequently message cancellation is properly an non-racily
    supported by
    holding a GCancellable in the GDataUploadStream's private data.

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 8962b93e81f3095cd3c78f0bf2af81c2360311cf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 23:37:54 2010 +0000

    core: Fix synchronisation between threads in GDataUploadStream

    This upgrades GDataUploadStream to keep track of the number of
    bytes in
    various buffers, so that it can return more accurate numbers of
    bytes written
    in each gdata_upload_stream_write() operation, as well as support
    cancellation
    of a write without cancelling the entire upload.

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 9170ed2d603397a12be1cbfafd6408b7c37de98a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 23:37:09 2010 +0000

    core: Don't reach EOF in gdata_buffer_pop_data() unless it's the
    last read

    Helps: bgo#637036

M	gdata/gdata-buffer.c

commit 97b1e0dccee1a70a53bd601721219ac1639ed450
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 22:31:12 2010 +0000

    core: Rearrange the network thread callbacks in GDataUploadStream

    If we use wrote-body-data, we have access to the number of bytes
    which were
    written from the last chunk, which is important for keeping track
    of the total
    number of bytes written, coming up in the next commit.

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 61f4f916bfb249c8ed6ff2dcfb5c71a47a6ee902
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 22:06:12 2010 +0000

    core: Don't set the response error when cancelling
    gdata_upload_stream_write()

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 76ddf92f954288ff187b69328e37317829f24ce9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 19:22:09 2010 +0000

    core: Prevent a race condition in joining GDataUploadStream's
    network thread

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 1d32533173641103283c2fc201821cd50e7f180d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 19:16:58 2010 +0000

    core: Add some comments about the lifecycle of GDataDownloadStream

    Helps: bgo#637036

M	gdata/gdata-download-stream.c

commit 7dfcadbc0e34e378eff8890a269e91cc0dab298e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 18:27:34 2010 +0000

    core: Port GDataDownloadStream to use the safe message cancellation
    methods

    GDataDownloadStream now uses _gdata_service_actually_send_message(),
    and
    consequently message cancellation is properly an non-racily
    supported by
    holding a GCancellable in the GDataDownloadStream's private data.

    Helps: bgo#637036

M	gdata/gdata-download-stream.c

commit ffde18eaeeb03464ad183cc46c41ed10d03f57a9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 18:05:25 2010 +0000

    core: Expose _gdata_service_actually_send_message() internally

    This will allow the GDataUploadStream and GDataDownloadStream
    message-sending
    code to be rebased on it to fix cancellation races.

    Helps: bgo#637036

M	gdata/gdata-private.h
M	gdata/gdata-service.c

commit fbf02481e91a4bc0aea673dc1a971063426ec3fd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 17:59:12 2010 +0000

    core: Prevent cancellation races being caused by other messages
    being queued

    The SoupSession::request-queued signal is emitted for messages
    other than
    the one we're preventing message cancellation races for, so we need
    to check
    that it's been emitted for the message we're interested in.

    Helps: bgo#637036

M	gdata/gdata-service.c

commit 0edc7d221cf99bd701d4912e4ba1546797978544
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 17:50:06 2010 +0000

    core: Handle GDataDownloadStreams which never have a network thread
    started

    Helps: bgo#637036

M	gdata/gdata-download-stream.c

commit 3e9e1dbfa7b8a2853635aa3f0ea64421290490b5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 17:36:04 2010 +0000

    core: Block gdata_download_stream_close() on completion of network
    activity

    It wasn't previously waiting for the network activity to finish,
    which it
    should (if any has started).

    Helps: bgo#637036

M	gdata/gdata-download-stream.c

commit 458b9cc57e2a9a734a591a3fe4e0955b3decd401
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 16:41:44 2010 +0000

    core: Remove redundant cancellation checks from the authentication
    thread

    Helps: bgo#637036

M	gdata/gdata-service.c

commit cd457fa88f55e3306baef639a7e6a9d292836afb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 16:40:44 2010 +0000

    core: Only notify for GDataService::authenticated if it's actually
    changed

M	gdata/gdata-service.c

commit 7111756f40c188479364830b1da819e3e8cf39f9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 16:31:11 2010 +0000

    core: Fix cancellation handling for closing a GDataUploadStream

    Deadlocks could have occurred if the cancellable was in the process
    of being
    cancelled when g_cancellable_disconnect() was called (as it was
    being called
    with the same mutex locked that the cancellation callback attempts
    to lock).

    Additionally, the suboptimal method of running the cancellation code
    in an
    idle callback to ensure that it wasn't run in the same thread as
    gdata_upload_stream_close() can be removed, because the cancellation
    handler
    is now installed before gdata_upload_stream_close() locks the
    response_mutex,
    thus removing the possibility of deadlock if the cancellable has
    already been
    cancelled.

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 80be38cfb29922a4b0846c1b5496ba3cd3f1f5f4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 16:07:10 2010 +0000

    core: Fix cancellation handling for writing to a GDataUploadStream

    There was a minor locking issue with write_finished, and deadlocks
    could have
    occurred if the cancellable was in the process of being cancelled when
    g_cancellable_disconnect() was called (as it was being called with
    the same
    mutex locked that the cancellation callback attempts to lock).

    Helps: bgo#637036

M	gdata/gdata-upload-stream.c

commit 321abcef328f35b2cd732fea7e3e2ccfd96ccf4d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 15:45:50 2010 +0000

    core: Fix error handling for reading from a GDataDownloadStream

    Cancellation should only return an error if it couldn't read a
    single byte.
    All errors should be accompanied by a return value of -1, not 0.

M	gdata/gdata-download-stream.c

commit 76e7ba27e5f275fdd886648b00e0d7ea0e2147b4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 15:25:45 2010 +0000

    core: Fix liveness issues and cancellation problems in GDataBuffer

    There was a race condition with cancellation of a
    gdata_buffer_pop_data()
    operation where if the operation was cancelled before the first
    g_cond_wait()
    call, the thread would sit in the g_cond_wait() for ever, as the
    GCond would
    never be signalled in the cancellation handler, as it had already run.

    This commit fixes the problem by serialising access to the cancelled
    flag,
    ensuring that deadlock doesn't occur by setting up and tearing
    down the
    cancellation stuff without the buffer's mutex being held.

    Helps: bgo#637036

M	gdata/gdata-buffer.c

commit 6273d1c7161c892c42e76320fc87988fd58c02f8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 15:02:02 2010 +0000

    core: Ensure all GDataUploadStream ops are finished before freeing
    the message

    It was previously possible for the SoupMessage being used in an
    ongoing
    upload to be unreffed (by dispose()) and destroyed before the
    ongoing network
    operation finished, causing a crash. We now ensure that all network
    operations
    are finished at the start of dispose(), rather than at the start of
    finalize().

M	gdata/gdata-upload-stream.c

commit 877c9b0b3ca169d0edd7280b256b0af658a6803a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 14:06:09 2010 +0000

    core: Expand the cancellation docs on gdata_service_query()

M	docs/reference/gdata-overview.xml
M	gdata/gdata-service.c

commit 5d3f8c90da42719cd49bb1f3ef643a676e901f15
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Mon Dec 20 12:57:29 2010 +0100

    [l10n] Updated German translation

M	po/de.po

commit b1f7f3fd54a155889939c5bbcafe711e072406e9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 12:45:46 2010 +0000

    docs: Add a diagram of cancellation in libgdata

M	docs/reference/Makefile.am
A	docs/reference/cancellation.dia
A	docs/reference/cancellation.png
M	docs/reference/gdata-overview.xml

commit ab094bab26aa754196d467a9c183f9598ed8d1f1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 12:41:36 2010 +0000

    docs: Add missing file to EXTRA_DIST

M	docs/reference/Makefile.am

commit 8baf76c36876bd46c4ebe3399bf52d1775078293
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 16 12:19:52 2010 +0000

    Bug 594814 — Handle GeoRSS for YouTube videos

    Add support for getting and setting the latitude and longitude
    for YouTube
    videos. This adds the following new API:
     • GDataYouTubeVideo:latitude
     • GDataYouTubeVideo:longitude
     • gdata_youtube_video_get_coordinates()
     • gdata_youtube_video_set_coordinates()

    Closes: bgo#594814

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit ba11882e88125857219145f6da72ae52d3d3d7c4
Author: Marek Černocký <marek@manet.cz>
Date:	Mon Dec 13 14:53:02 2010 +0100

    Updated Czech translation

M	po/cs.po

commit 464606f752f1b6832c45e348569dd241b43c66ed
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 23:13:50 2010 +0000

    core: Minor documentation fix for some of the authentication
    documentation

M	gdata/gdata-service.c

commit 425fc2eb51acbc2ca4b98961a8903ef23dac0d8f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 23:13:23 2010 +0000

    core: Add an example of async authentication to the documentation

    Helps: bgo#579885

M	gdata/gdata-service.c

commit 6f39903405ba8f12c3d1808c1fc36b51105ce8a1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 20:12:03 2010 +0000

    tests: Fix comparison of attributes' namespaces in XML tree
    comparisons

M	gdata/tests/common.c

commit 7c73cdda649657245de554eb0711c04591ef9f9e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sat Dec 11 20:23:21 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit ef956e38771209b1dc815e95382f006ceea04c57
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 18:27:30 2010 +0000

    core: Remove _gdata_download_stream_find_destination()

    It was unused and private.

M	gdata/gdata-download-stream.c
M	gdata/gdata-private.h

commit 3a3e1704e0da0c3ddeff973f1beb5c3a69d2b464
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 18:24:09 2010 +0000

    core: Fix handling early cancellation of batch operations

    If we left cancellation handling to the GSimpleAsyncResult, our
    code to
    propagate errors to all the operation's callbacks was not being
    called if
    the GCancellable was cancelled really early in running the operation
    (e.g.
    before calling gdata_batch_operation_run[_async]()).

    This commit fixes the problem by disabling GSimpleAsyncResult's
    cancellation
    handling feature for batch operations.

M	gdata/gdata-batch-operation.c

commit 3fe595e302eaed8af46b7b3d58313548e4473584
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 18:20:46 2010 +0000

    core: Fix a race condition in message cancellation handling

    Message cancellation is performed using soup_session_cancel_message(),
    but
    this has no effect until after the message is queued in the
    SoupSession's
    message queue. Consequently, with the naïve cancellation
    implementation we
    had before, there was a race condition which could occur if the
    message was
    cancelled before it was queued in the session (typically if the
    cancellable
    was cancelled before the message was even passed to the GDataService).

    We fix this by locking message cancellation while the message is
    added to
    the session's message queue, and separately handling cancellation
    which
    occurs before the message is passed to the GDataService.

M	gdata/gdata-service.c

commit 9d04916081eea719b162cde3be0ee5b0da2eb99d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 16:32:36 2010 +0000

    core: Consolidate message sending code in GDataService

    This reduces duplication of the repetitive code needed to send
    messages in
    the authentication and query code paths, and gives a central
    location to
    fix the race conditions in cancellation.

M	gdata/gdata-service.c

commit 4ab7b69209455a95afbce8a4b479617696ab860f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 15:58:09 2010 +0000

    youtube: Fix another leak in the test suite

M	gdata/tests/youtube.c

commit bca50ab7f79f24fa5d4ba1269094e2e4daf811ab
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 15:44:55 2010 +0000

    youtube: Fix batch tests

    Due to the fixes in GDataBatchOperation which ensure that callbacks
    are
    always called for every operation, the batch operation tests need
    fixing.

M	gdata/tests/youtube.c

commit 997fc9a3dda1d3d1e38e68b11cb3c5136d484e63
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 14:38:00 2010 +0000

    tests: Convert all the tests to use the new XML tree comparison
    function

    This fixes them to work correctly regardless of the GLib version.

M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit c32acde2c4d486fb1a01fed8f76e1442844ac190
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 11 11:53:55 2010 +0000

    tests: Add an XML tree comparison function for the test suite

    Due to a recent change in GLib master which affects the ordering
    of entries
    in hash tables (g_str_hash()'s implementation has been changed),
    many of the
    XML comparisons in libgdata's test suite have been broken. A tidy
    solution is
    to introduce an XML-aware comparison function, rather than just
    using a
    simple string comparison. This commit does that.

    This commit only adds the comparison function; a further one will
    port all
    the test suites to use it.

M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/general.c

commit be936bbdf8b4e4b45d15a7675655e3841a2168e1
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Sat Dec 11 18:18:42 2010 +0100

    Updated Spanish translation

M	po/es.po

commit 6fb9eb819b1122dca6128133484820ffcd5f421c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 20:01:46 2010 +0000

    contacts: Add an async method for gdata_contacts_contact_set_photo()

    This includes new tests.

    The following API has been added:
     • gdata_contacts_contact_set_photo_async()
     • gdata_contacts_contact_set_photo_finish()

    Closes: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit 2735092f558b98cfa58c71cdf167ba102b424ce2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 19:46:48 2010 +0000

    contacts: Tighten the type of service in
    gdata_contacts_contact_set_photo()

    We shouldn't support the use of a GDataService for one service
    with methods
    for a different service.

    This breaks the API of gdata_contacts_contact_set_photo() (again).

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit a456b9be8884b2bc9d39ffd09e54b2ce1d0b1ca5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 19:25:10 2010 +0000

    contacts: Require the content type of new contact photos to be passed

    Google's servers technically require a precise content type for
    image data
    which is uploaded by gdata_contacts_contact_set_photo(), so it's
    necessary
    to add a content type argument to the method.

    This breaks the API of gdata_contacts_contact_set_photo().

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit 03ffabc8a6a7cb0dedd91e61d9a1355b7d08f8bf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 19:15:22 2010 +0000

    contacts: Add an async method for gdata_contacts_contact_get_photo()

    This includes new tests.

    The following API has been added:
     • gdata_contacts_contact_get_photo_async()
     • gdata_contacts_contact_get_photo_finish()

    Helps: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit fd5f10453b6456ad55d707327a24f14d3df57d95
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 18:41:22 2010 +0000

    contacts: Use guint8 instead of gchar for image data

    When handling contacts' photos, we should use guint8 representations
    rather
    than gchar ones, as the data isn't textual, and for consistency with
    GDataBuffer and friends.

    This changes the types of the following methods, which is an API
    break on
    weird platforms where sizeof(gchar) != sizeof(guint8):
     • gdata_contacts_contact_get_photo()
     • gdata_contacts_contact_set_photo()

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit f7a0cc289fc2fa82a5ae4d1af6adceb8ed7f5934
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 18:21:26 2010 +0000

    calendar: Add an async method for
    gdata_calendar_service_insert_event()

    This includes new tests.

    The following API has been added:
     • gdata_calendar_service_insert_event_async()

    Helps: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/tests/calendar.c

commit 98cabcd58764cd535b3139a9594d3b0f0245bd1f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 18:08:48 2010 +0000

    calendar: Add an async method for
    gdata_calendar_service_query_events()

    This includes new tests.

    The following API has been added:
     • gdata_calendar_service_query_events_async()

    Helps: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/tests/calendar.c

commit 6a728e3d24f446934bd36f7687d841540ada08f6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 17:51:41 2010 +0000

    core: Fix attribute escaping for GDataFeed

    Helps: bgo#631033

M	gdata/gdata-feed.c
M	gdata/tests/general.c

commit 56b33358f94c325dca0fee75a9028247ef5ad896
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 17:45:20 2010 +0000

    core: Fix attribute escaping for GDataAccessRule

    Helps: bgo#631033

M	gdata/gdata-access-rule.c
M	gdata/tests/general.c

commit 87d003808596109dbb7ab4bf6f946898a9a53c0e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 17:27:19 2010 +0000

    core: Fix attribute escaping for GDataEntry

    Helps: bgo#631033

M	gdata/gdata-entry.c
M	gdata/tests/general.c

commit 5a6637eb4ba66265a7f698d8bbae4a3f5b6a30a5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 17:13:33 2010 +0000

    youtube: Switch to a stream-based upload API

    For similar reasons as the Documents service's switch to a
    stream-based
    upload and download API, it makes sense to switch the YouTube service
    to a
    stream-based upload API. This gives us more flexibility as to the
    source of
    uploaded data.

    The test suite has been updated appropriately.

    The following API has been changed:
     • gdata_youtube_service_upload_video()

    The following API has been removed:
     • gdata_youtube_service_upload_video_async()
     • gdata_youtube_service_upload_video_finish()

    The following API has been added:
     • gdata_youtube_service_finish_video_upload()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/tests/youtube.c

commit f3e240dda770f1816d4d4e533fc6f734e782eac0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 16:55:45 2010 +0000

    youtube: Make the upload tests idempotent

    This helps towards the goal of making all tests idempotent, but
    also means
    that the tests will be a lot easier to adapt to a stream-based upload
    mechanism which is landing shortly for the YouTube service.

    Helps: bgo#633359

M	gdata/tests/youtube.c

commit 70e9d50ae9007181e2938ff347118c93810ef1d1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 16:49:25 2010 +0000

    youtube: Fix a crash in the error handling code if no GError is
    passed in

M	gdata/services/youtube/gdata-youtube-service.c

commit ea6df1cfd4f7f4d2ccad733e20f9ee05ad618b88
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 15:45:33 2010 +0000

    media: Switch GDataMediaThumbnail to a stream-based download API

    Downloading to a file provided by its path was unnecessarily limiting,
    forcing downloads to be made directly to disk instead of
    (e.g.) another
    network stream, and subjecting clients to libgdata's idea of
    “Replace this
    File?” logic. It's not much extra code for the clients to handle
    this
    themselves, and offers much greater flexibility. We also get async
    support
    for free, as creating the GDataDownloadStream is a cheap operation,
    and it
    already has async support.

    This updates the test suite appropriately. We now load thumbnails
    in the
    test suite directly into GdkPixbufs, which requires that we bump our
    gdk-pixbuf requirement to 2.14.

    This is an API break which affects:
     • gdata_media_thumbnail_download()

    Helps: bgo#633363

M	configure.ac
M	gdata/media/gdata-media-thumbnail.c
M	gdata/media/gdata-media-thumbnail.h
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/tests/picasaweb.c

commit 8c6c28dca3cbd84759f7933e8fc29aec0a5eb4ac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 15:29:58 2010 +0000

    media: Switch GDataMediaContent to a stream-based download API

    Downloading to a file provided by its path was unnecessarily limiting,
    forcing downloads to be made directly to disk instead of
    (e.g.) another
    network stream, and subjecting clients to libgdata's idea of
    “Replace this
    File?” logic. It's not much extra code for the clients to handle
    this
    themselves, and offers much greater flexibility. We also get async
    support
    for free, as creating the GDataDownloadStream is a cheap operation,
    and it
    already has async support.

    This updates the test suite appropriately.

    This is an API break which affects:
     • gdata_media_content_download()

    Helps: bgo#633363

M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-content.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit bee6e510abd2cb63341028d30c59f0f2f374b2dd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 15:05:46 2010 +0000

    picasaweb: Switch to a stream-based upload API

    For similar reasons as the Documents service's switch to a
    stream-based
    upload and download API, it makes sense to switch the PicasaWeb
    service to a
    stream-based upload API. This gives us more flexibility as to the
    source of
    uploaded data.

    The test suite has been updated appropriately.

    The following API has been changed:
     • gdata_picasaweb_service_upload_file()

    The following API has been removed:
     • gdata_picasaweb_service_upload_file_async()
     • gdata_picasaweb_service_upload_file_finish()

    The following API has been added:
     • gdata_picasaweb_service_finish_file_upload()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit ab3a9b5f5c69ad9d716d853ea00610915dda626c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 14:11:55 2010 +0000

    picasaweb: Make the upload tests idempotent

    This helps towards the goal of making all tests idempotent, but
    also means
    that the tests will be a lot easier to adapt to a stream-based upload
    mechanism which is landing shortly for the PicasaWeb service.

    Helps: bgo#633359

M	gdata/tests/picasaweb.c

commit 719230d79d877238fc8f13ff9640e24f01d54c24
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 13:04:00 2010 +0000

    picasaweb: Rearrange and rename the upload tests

    This makes them more logical, in preparation for making them
    idempotent.

M	gdata/tests/picasaweb.c

commit ef81ce227917b36a29b57d88a66c2ed7d5adb4b2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 12:12:40 2010 +0000

    picasaweb: Fix memory leaks in the picasaweb test suite

M	gdata/tests/picasaweb.c

commit 1f33f87086c6005f2938985c98575ab3a9f0d142
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 12:12:17 2010 +0000

    picasaweb: Fix a memory leak in GDataPicasaWebService

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 82ca3cb7a602184bafd87003fddce297f82aa2a1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 12:11:49 2010 +0000

    core: Fix a memory leak in GDataMediaGroup

M	gdata/media/gdata-media-group.c

commit 2c087dd6d3ab3be0ee81c811d9deb98ded181f0f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 11:54:43 2010 +0000

    picasaweb: Update test URIs

    It appears that the test account on PicasaWeb has been moved to
    a different
    server, so we need to update a few URIs in the tests accordingly.

M	gdata/tests/picasaweb.c

commit 4f8564081500373ef15e0d15c4f35f1e498bb53e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 11:44:22 2010 +0000

    tests: Fix memory leaks in the general test suite

M	gdata/tests/general.c

commit e1d394cde3a24b466b3c8d1bb5839b2766eeb0e0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 11:30:43 2010 +0000

    contacts: Fix a leak in GDataContactsContact

M	gdata/services/contacts/gdata-contacts-contact.c

commit 205874013f1d29df289f5ddc0ac019f11d207521
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 11:18:49 2010 +0000

    contacts: Fix memory leaks in the contacts test suite

M	gdata/tests/contacts.c

commit d85e212574069365574e0e31f009013cb0febc08
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 11:11:36 2010 +0000

    contacts: Test that batch operations' callbacks are always called

M	gdata/tests/contacts.c

commit 3de1294e146d33dff8cb94f01dbce1d2715c764b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 10:47:50 2010 +0000

    calendar: Test that batch operations' callbacks are always called

M	gdata/tests/calendar.c

commit c2703d63f24a77b5dfd440a69b91932c63c00199
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 10:46:29 2010 +0000

    calendar: Fix memory leaks in the calendar test suite

M	gdata/tests/calendar.c

commit 321fbe1f19184c2b9863c285c803fda120be9a41
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 10:39:44 2010 +0000

    tests: Fix batch tests

    Due to the fixes in GDataBatchOperation which ensure that callbacks
    are
    always called for every operation, some of the batch operation
    tests need
    fixing.

M	gdata/tests/calendar.c
M	gdata/tests/contacts.c

commit a26e978bff4cb83845a822e1ff9d4356a860f047
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 01:59:20 2010 +0000

    core: Fix a major memory leak in GDataDownloadStream

    It turns out that we were leaking the entirety of every file
    downloaded using
    a GDataDownloadStream. Whoops.

M	gdata/gdata-download-stream.c

commit ac7299c52faed679d7135ed72861b35b329a6ad2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 01:52:54 2010 +0000

    core: Fix a memory leak in the URI handling code

M	gdata/gdata-service.c

commit 58964fb7f1e1608b32f275f28046fcffa6949fd7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Dec 10 01:50:39 2010 +0000

    core: Fix a memory leak in the logging code

M	gdata/gdata-service.c

commit 6a9e3708203828aabd4904d9b676603a6ea76726
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 21:50:20 2010 +0000

    core: Rearrange some of the batch operation code

    This replaces a g_hash_table_foreach() call with use of a
    GHashTableIter,
    saving some function calls and reusing existing variables better.

M	gdata/gdata-batch-operation.c

commit 17142ca07f96d671ad07c8be48df5892bd8187c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 21:45:51 2010 +0000

    core: Ensure GDataBatchOperation's operations' callbacks are always
    called

    Even in error conditions, the callbacks for each of the operations
    in a
    GDataBatchOperation should be called, or memory leaks could result.

M	gdata/gdata-batch-feed.c
M	gdata/gdata-batch-operation.c
M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/documents.c

commit d08105e42c0f6d93dfff9fd5e61fe9522579cdb6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 19:54:58 2010 +0000

    core: Emit notifications from GDataDownloadStream in the download
    thread

    Emitting them in the main thread doesn't guarantee us any extra thread
    safety (the client is still required to be MT-safe, as the thread
    which
    started the download operation could be different from the one
    with the
    main loop), and can cause memory leaks if a main loop isn't running.

    Note that this is an API break (of sorts), as extra restrictions
    have been
    added to the use of notification signals for
    GDataDownloadStream::content-length and
    GDataDownloadStream::content-type.

M	gdata/gdata-download-stream.c

commit b6a3b8e2dd1c844be5a8adda378ca900c255714c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 19:01:32 2010 +0000

    documents: Fix some memory leaks in the documents test suite

M	gdata/tests/documents.c

commit 940ef4279001cf2ea5551192e668865d1cc52375
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 18:58:33 2010 +0000

    core: Fix a memory leak in GDataBatchOperation

M	gdata/gdata-batch-feed.c

commit 118758e95854ae98ba8183e358d35be98d497fce
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 18:46:39 2010 +0000

    documents: Fix a memory leak in GDataDocumentsQuery

M	gdata/services/documents/gdata-documents-query.c

commit 7ba3624aac18d7233cae4901a0d02449f0ffeb0e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 17:48:37 2010 +0000

    picasaweb: Fix a minor documentation problem

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 4e97fad4065c3d85ffe83406f38eb5de6dbadc7e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 17:30:02 2010 +0000

    documents: Add an async method to remove entries from folders

    This adds an asynchronous version of
    gdata_documents_service_remove_entry_from_folder(), and the associated
    normal
    and cancellation tests.

    The following API has been added:
     • gdata_documents_service_from_entry_from_folder_async()
     • gdata_documents_service_from_entry_from_folder_finish()

    Helps: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit 83b78714fa32ed23dbb16155d827f6bfad40ea13
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 17:23:28 2010 +0000

    documents: Make the test for removing from a folder idempotent

    This helps towards the goal of making all tests idempotent, but
    also means
    that the setup and teardown code can be reused to test the
    asynchronous
    method gdata_documents_service_remove_entry_from_folder_async().

    Helps: bgo#633359

M	gdata/tests/documents.c

commit 54c6db565cc1d4bb263d58aac2cb8e8743f44bbd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 17:09:11 2010 +0000

    documents: Add an async method to add entries to folders

    This adds an asynchronous version of
    gdata_documents_service_add_entry_to_folder(), and the associated
    normal and
    cancellation tests.

    The following API has been added:
     • gdata_documents_service_add_entry_to_folder_async()
     • gdata_documents_service_add_entry_to_folder_finish()

    Helps: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit e5ea2a506ca42ff7c4095c8aa06f17591a29d314
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 16:28:16 2010 +0000

    documents: Make the test for adding to a folder idempotent

    This helps towards the goal of making all tests idempotent, but
    also means
    that the setup and teardown code can be reused to test the
    asynchronous
    method gdata_documents_service_add_entry_to_folder_async().

    Helps: bgo#633359

M	gdata/tests/documents.c

commit de5b50417d7e128bd7eed12ed81dbf0247c28ee0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 15:40:02 2010 +0000

    documents: Rename add to/remove from folder methods

    To better indicate that the following methods can be used on
    documents and
    folders, and because “move” was a misnomer (the document isn't
    moved; it's
    merely added to a new folder without being removed from its old
    ones), two
    methods in GDataDocumentsService have been renamed.

    The following API changes have been made:
     • gdata_documents_service_move_document_to_folder() has been
     renamed to
       gdata_documents_service_add_entry_to_folder()
     • gdata_documents_service_remove_document_from_folder() has been
     renamed to
       gdata_documents_service_remove_entry_from_folder()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit c5954219e84d94ee70cbde9390ed2f0da8d20893
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 15:25:30 2010 +0000

    documents: Fix the API of the document upload methods

    Since the upload methods are now only for uploading documents
    with data,
    they should no longer be used to insert folders
    (gdata_service_insert_entry() should be used instead). Consequently,
    they
    can accept the more specific GDataDocumentsDocument rather than
    GDataDocumentsEntry.

    This changes the API of the following methods (again):
     • gdata_documents_service_upload_document()
     • gdata_documents_service_update_document()
     • gdata_documents_service_finish_upload()

M	gdata/services/documents/gdata-documents-document.h
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit 35b6599dff2d54e3ddc05ce43f75b87a8ef8c04c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 14:22:09 2010 +0000

    documents: Don't fail the batch tests if cleaning up fails

M	gdata/tests/documents.c

commit f3e8cc9bc4df36d0882b37734d1a44467eda4692
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 14:14:38 2010 +0000

    documents: Work around an ETag problem when uploading new documents

    Google's servers appear to modify newly uploaded documents a few
    seconds
    after returning the entry and ETag for them to the client, thus
    changing the
    documents' ETags and causing subsequent queries by the client to
    fail due to
    an outdated ETag. This commit hacks the test suite to sleep for
    5 seconds
    after uploading a new document before querying for the new document
    to get
    the updated ETag.

    See:
    http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2337

M	gdata/tests/documents.c

commit c405bb66b00a72a3882452ff11b29aac6f2a0e4e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 9 01:31:10 2010 +0000

    documents: Switch to a stream-based upload API

    For similar reasons as the switch to a stream-based download API,
    it makes
    sense to switch to a stream-based upload API. This gives us
    asynchronous
    support for free.

    The test suite has been updated appropriately.

    The following API has been broken:
     • gdata_documents_service_upload_document()
     • gdata_documents_service_update_document()

    The following API has been added:
     • gdata_documents_service_finish_upload()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit 3f3fd8ca71d10bb24b5b3ee8b12325f46f17cf34
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Dec 8 15:06:38 2010 +0000

    documents: Switch to a stream-based download API

    Downloading to a file provided by its path was unnecessarily limiting,
    forcing downloads to be made directly to disk instead of
    (e.g.) another
    network stream, and subjecting clients to libgdata's idea of
    “Replace this
    File?” logic. It's not much extra code for the clients to handle
    this
    themselves, and offers much greater flexibility. We also get async
    support
    for free, as creating the GDataDownloadStream is a cheap operation,
    and it
    already has async support.

    This updates the test suite appropriately.

    This is an API break which affects:
     • gdata_documents_document_download()

M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-document.h
M	gdata/tests/documents.c

commit 0aa354ee8017e1a13f394c29e95ac5ba5b55363f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Dec 4 12:29:20 2010 +0000

    picasaweb: Fix XML tag names for GDataPicasaWebFile:version

    The gphoto:version tag has been deprecated (see
    http://code.google.com/apis/picasaweb/docs/2.0/releasenotes.html), and
    appears to have been replaced by gphoto:imageVersion.

M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit abc595a95f9556678bde56364fdfe40920fbb5cb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 18:24:40 2010 +0000

    picasaweb: Remove GDataPicasaWebFile:position

    The service no longer deals with photo positions in albums (see
    http://code.google.com/apis/picasaweb/docs/2.0/releasenotes.html). The
    following API has been removed:
     • GDataPicasaWebFile:position
     • gdata_picasaweb_file_get_position()
     • gdata_picasaweb_file_set_position()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/tests/picasaweb.c

commit fadf3de794738340162b53c0390f4254614b7ebc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 18:19:45 2010 +0000

    picasaweb: Remove GDataPicasaWebFile:client

    The service no longer deals with client information (see
    http://code.google.com/apis/picasaweb/docs/2.0/releasenotes.html). The
    following API has been removed:
     • GDataPicasaWebFile:client
     • gdata_picasaweb_file_get_client()
     • gdata_picasaweb_file_set_client()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/tests/picasaweb.c

commit 8e751ef512ec8feae2e374d1e0698f2d9fa4efb9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 18:12:57 2010 +0000

    picasaweb: Fix parsing of GDataPicasaWebFile:checksum

M	gdata/services/picasaweb/gdata-picasaweb-file.c

commit a672b202e53fb46ddb9793d5d2cdfc43e55895f6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 18:07:06 2010 +0000

    youtube: Fix attribute escaping for GDataYouTubeVideo

    Closes: bgo#631033

M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/youtube.c

commit a4c26eee25bdc5dfc87cc34998655f769b5b62b9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 18:06:15 2010 +0000

    youtube: Emit XML for a video's aspect ratio

M	gdata/services/youtube/gdata-youtube-group.c

commit 2b16dc2baf8a1691b078606d5dc8820b063f33bd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 18:00:54 2010 +0000

    youtube: Don't notify on a non-existent property when changing
    aspect ratio

M	gdata/services/youtube/gdata-youtube-group.c

commit 6de8fc98f282e338e372b1ab612e05e37925707a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 17:24:55 2010 +0000

    youtube: Fix attribute escaping for GDataYouTubeCredit

    Note: we can't add a test case for this, as GDataYouTubeCredit
    isn't publicly
    exposed.

    Helps: bgo#631033

M	gdata/services/youtube/gdata-youtube-credit.c

commit a4dae63676259caa67b48f0cefec4522c7516d56
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 17:19:27 2010 +0000

    picasaweb: Fix attribute escaping for GDataPicasaWebFile

    Helps: bgo#631033

M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit 58880acd7ad007d2fee1f2278ffbb78f7b7bea02
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 17:06:00 2010 +0000

    picasaweb: Fix attribute escaping for GDataPicasaWebAlbum

    Helps: bgo#631033

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/tests/picasaweb.c

commit a14db789764bd49a83d9a91d3682217a6dd492f2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 16:48:33 2010 +0000

    documents: Fix attribute escaping for GDataDocumentsEntry subclasses

    No test cases can be added, as no public API is affected by the
    escaping.

    Helps: bgo#631033

M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c

commit 82c4747c889d795841ae9c42310c60e421ea7274
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 16:37:14 2010 +0000

    contacts: Fix attribute escaping for GDataContactsGroup

    Helps: bgo#631033

M	gdata/services/contacts/gdata-contacts-group.c
M	gdata/tests/contacts.c

commit 9e04e24eaca7ddbb7a3c98f459baf1593f394e67
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 16:29:24 2010 +0000

    contacts: Fix attribute escaping for GDataContactsContact

    Helps: bgo#631033

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/tests/contacts.c

commit c6bde418737a0816a839156055e0ebc860443031
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 15:58:09 2010 +0000

    calendar: Fix attribute escaping for GDataCalendarEvent

    Helps: bgo#631033

M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/tests/calendar.c

commit 344a3136ba02ce33849d76318ea1c62e2c2057f8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 15:49:01 2010 +0000

    calendar: Fix attribute escaping for GDataCalendarCalendar

    Helps: bgo#631033

M	gdata/tests/calendar.c

commit e18ee7f900762b49043849ad1d66c51357f2fead
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 15:36:21 2010 +0000

    media: Fix attribute escaping for GDataMediaGroup

    Note: we can't add a test case for this, as GDataMediaGroup isn't
    publicly
    exposed.

    Helps: bgo#631033

M	gdata/media/gdata-media-group.c

commit 435d9a9b250e9e81f454912e344b5e4b7707c33c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 15:30:51 2010 +0000

    media: Fix attribute escaping for GDataMediaCategory

    Helps: bgo#631033

M	gdata/media/gdata-media-category.c
M	gdata/tests/general.c

commit 0e59d4caf5463d846322f240431128df0fddc771
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 12:23:42 2010 +0000

    gcontact: Fix attribute escaping for GDataGContactWebsite

    Helps: bgo#631033

M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/tests/general.c

commit 91c1bc17304dcde4356652ac2ed2552961e34d36
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 12:20:40 2010 +0000

    gcontact: Fix attribute escaping for GDataGContactRelation

    Helps: bgo#631033

M	gdata/gcontact/gdata-gcontact-relation.c
M	gdata/tests/general.c

commit 807ae95cb8d2baac80002c4bb79118f9de2b1e1f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 12:17:31 2010 +0000

    gcontact: Fix attribute escaping for GDataGContactLanguage

    Helps: bgo#631033

M	gdata/gcontact/gdata-gcontact-language.c
M	gdata/tests/general.c

commit 0cf802f5f3c6f90e04cb6ef5f308ece73dca20e3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 12:14:35 2010 +0000

    gcontact: Fix attribute escaping for GDataGContactJot

    Helps: bgo#631033

M	gdata/gcontact/gdata-gcontact-jot.c
M	gdata/tests/general.c

commit db01acd110abb30bbce46d9e6d922a1947c84ef9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 12:12:11 2010 +0000

    gcontact: Fix attribute escaping for GDataGContactExternalID

    Helps: bgo#631033

M	gdata/gcontact/gdata-gcontact-external-id.c
M	gdata/tests/general.c

commit 1645782428aaf608bce29915641a91da3568ab20
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 12:08:16 2010 +0000

    gcontact: Fix attribute escaping for GDataGContactEvent

    Helps: bgo#631033

M	gdata/gcontact/gdata-gcontact-event.c
M	gdata/tests/general.c

commit d0060ea09749752aa6c15676beb0467faef0f9f1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 12:01:16 2010 +0000

    gcontact: Fix attribute escaping for GDataGContactCalendar

    Helps: bgo#631033

M	gdata/gcontact/gdata-gcontact-calendar.c
M	gdata/tests/general.c

commit 852579001a8e76c4cb5b5413429342dd643647f5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 11:53:27 2010 +0000

    atom: Fix attribute escaping for GDataLink

    Helps: bgo#631033

M	gdata/atom/gdata-link.c
M	gdata/tests/general.c

commit 47e85e0de0094fc161aa9ab4b53f23b64feecde8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 11:47:41 2010 +0000

    atom: Fix attribute escaping for GDataCategory

    Helps: bgo#631033

M	gdata/atom/gdata-category.c
M	gdata/tests/general.c

commit edf4d2e0afa128bcae9ef348a085e63fd6f19952
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 2 11:44:03 2010 +0000

    atom: Fix attribute escaping for GDataAuthor

    Helps: bgo#631033

M	gdata/tests/general.c

commit ede9722c773167ff91af3d5b9f1f75bd5e1b82da
Author: Evan Nemerson <evan@coeus-group.com>
Date:	Fri Nov 19 23:50:37 2010 -0800

    build: Include information about exported packages in GIR

    Closes: bgo#635335

M	Makefile.am

commit 195819c7ee35dedbb0e55e0832b970977a21867d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Dec 1 20:56:19 2010 +0000

    youtube: Remove GDataYouTubeService:youtube-user

    Due to standardisation on the ClientLogin interface for authentication
    in the
    YouTube service, the user's YouTube username is no longer accessible
    to
    libgdata (and would be largely irrelevant even if it
    was). Consequently, the
    following API has been removed:
     • GDataYouTubeService:youtube-user
     • gdata_youtube_service_get_youtube_user()

    See also: bgo#634033

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h

commit a0944994877651f63fb7f9bcde76e9a7961d416c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Dec 1 20:52:08 2010 +0000

    Bug 634033 — Use standard login URI for YouTube

    YouTube is switching over to using the same ClientLogin URI as
    all other
    GData services. This obsoletes GDataYouTubeService:youtube-user,
    which will
    disappear shortly.

    Closes: bgo#634033

M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/tests/youtube.c

commit 30ddfe1864085a1bdfe69a057065eaf977811771
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Dec 1 20:45:03 2010 +0000

    Bug 635736 — Asynchronous authentication tests broken

    The asynchronous authentication tests have been broken for a while,
    probably
    caused due to changes of asynchronous callback functions within
    GIO. We
    previously depended on an idle function to set the username and
    password
    after a successful asynchronous authentication, but due to the
    priority
    changes this has stopped being called before the asynchronous result
    callback, meaning that the results of authentication weren't
    available to
    the callback. This made it look like authentication had failed,
    when in
    reality it had succeeded and the results were waiting in the main
    loop's
    queue.

    This changes it so that the authentication information in GDataService
    is
    set inside the authentication thread, protected by a mutex.

    Closes: bgo#635736

M	gdata/gdata-service.c

commit acf599f253512bced955e5fa94528c82dac79f82
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Nov 30 23:56:18 2010 +0000

    Bug 635959 — Proper cancellation support for GDataUploadStream

    Add proper cancellation support to GDataUploadStream. This involves
    adding
    support for not starting the upload thread if the operation has been
    cancelled very early, plus adding support for cancelling it mid-upload
    using
    soup_session_cancel_message().

    One of the PicasaWeb upload cancellation tests had to be changed to
    use a
    smaller timeout in order to provide more of a guarantee that it'll
    cancel
    during the upload.

    Closes: bgo#635959

M	gdata/gdata-upload-stream.c
M	gdata/tests/picasaweb.c

commit 1cf698f8233f9a431a4b84cc4a69efbb125439b8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Nov 27 23:11:13 2010 +0000

    core: Store the start index as an unsigned int in GDataQuery

    The external interface was accepting unsigned values, but was
    storing them
    as signed internally.

M	gdata/gdata-query.c

commit 8fb1a2873e39e2e1dae6e405cef756e2a289653b
Author: George Stephanos <gaf.stephanos@gmail.com>
Date:	Sat Nov 27 23:04:16 2010 +0000

    Bug 607620 — Cancelled uploads appear partially complete in
    PicasaWeb

    Ensure that the bottom multipart/related boundary string isn't sent
    to the
    server for cancelled uploads (or indeed, any uploads which have
    experienced
    an error). This prevents partial uploads from being interpreted by
    the server
    as images. Patch based directly on work by George Stephanos
    <gaf.stephanos@gmail.com> for GCI 2010. Closes: bgo#607620

M	gdata/gdata-upload-stream.c

commit f80a20656ec3cdabc9882670769ebd331495d2f6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Nov 27 23:00:15 2010 +0000

    core: Prevent deadlock when closing a cancelled GDataUploadStream

    When closing a GDataUploadStream which has already been cancelled, the
    cancellation callback would be executed in the same thread as
    gdata_upload_stream_close(), causing a deadlock (as they both tried
    to hold
    the same lock). The only solution I can think of is to move the
    cancellation
    out to the main thread, which ensures that deadlock will only happen
    if the
    application is doing synchronous I/O (i.e. gdata_upload_stream_close()
    gets
    called in the main thread). If they're doing that, they deserve
    the deadlock.
    Spotted by George Stephanos <gaf.stephanos@gmail.com>. Helps:
    bgo#607620

M	gdata/gdata-upload-stream.c

commit c760229b57fa19a43777c96e32584432a3b3c894
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Nov 27 22:51:08 2010 +0000

    picasaweb: Add tests for upload cancellation

    There are two tests: one cancels as early as possible (ideally
    before any
    data is uploaded, though that can't be guaranteed), and one cancels
    at few
    tens of milliseconds into the upload (ideally half-way through
    uploading the
    data). Helps: bgo#607620

M	gdata/tests/picasaweb.c

commit 61e704dc4a948f3fba2f874da5ca23593a5f8712
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Nov 27 21:47:46 2010 +0000

    core: Store the maximum number of results as an unsigned int in
    GDataQuery

    The external interface was accepting unsigned values, but was
    storing them
    as signed internally, leading to interesting things happening when
    G_MAXUINT
    was passed as max-results, as recommended by the documentation.

M	gdata/gdata-query.c

commit 10356809fe9621b409266d0840c855f10e0f480b
Author: Eleanor Chen <chenyueg@gmail.com>
Date:	Sat Nov 27 16:50:28 2010 +0000

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 48edf829a465abe7ff43d29a71ca6f1ecc7756e6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Nov 22 22:07:45 2010 +0000

    build: Don't use IT_PROG_INTLTOOL and AM_GNU_GETTEXT

    They conflict. See bgo#635134.

M	configure.ac

commit af998f97bc2efdeeed944ec87cc6f6080da9f66f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Thu Nov 18 22:38:55 2010 +0100

    Updated Basque language

M	po/eu.po

commit c2ef6202f60bbfb6f78dee8e72bc567435b924f0
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Sun Nov 14 22:26:33 2010 +0100

    Updated Hungarian translation

M	po/hu.po

commit b13fe3d891264b520fa95e6d8512a48976187bbe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Nov 7 16:15:22 2010 +0000

    picasaweb: Add gdata_picasaweb_service_query_files_async()

    Helps: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit 79f37d272c704ef2000c087e6e9d70e599314c91
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Nov 7 15:49:02 2010 +0000

    picasaweb: Add gdata_picasaweb_service_insert_album_async()

    Helps: bgo#633363

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit 0ac15d351d22069476161adfbf1ca3c8faf98c18
Author: Petr Kovar <pknbe@volny.cz>
Date:	Sun Oct 31 12:32:33 2010 +0100

    Update Czech translation by Marek Cernocky

M	po/cs.po

commit e67903b21218455a405d2294f0516cf21896193f
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	Fri Oct 29 23:36:43 2010 +0100

    Added Catalan (Valencian) translation

M	po/LINGUAS
A	po/ca@valencia.po

commit 85a249181981af3333673d9e1ea4e76c2b691c73
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Oct 28 10:10:17 2010 +0100

    youtube: Add gdata_youtube_service_upload_video_async()

    This includes tests and documentation.

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/tests/youtube.c

commit e1d1e949e49fb8ed84c274946318da1e1701e723
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Mon Oct 25 20:07:20 2010 +0200

    [l10n] Updated German translation

M	po/de.po

commit 877083a871a0d929ab818be7baf01c99ff034d5f
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	Sat Oct 23 19:51:53 2010 +0200

    Updated French translation

M	po/fr.po

commit 624badcb9219b3f18bc65e2d843b047f46c45f88
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Mon Oct 18 10:19:52 2010 +0200

    Updated Spanish translation

M	po/es.po

commit 1861636d0fae529d558bec9765194e2cacf09f84
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sun Oct 17 20:29:57 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit d9e70da78562534c1b7969eaa80f9c2521ac8284
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 15:49:15 2010 +0100

    build: Increment version to 0.8.0

M	configure.ac

commit 57d7197bc07539e269d9eef4ecea4517f327eeef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 15:45:49 2010 +0100

    Release version 0.7.0

M	NEWS
M	configure.ac

commit 8b440e4d7c95357d75d5b577b6a76ed850ea544f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 15:41:17 2010 +0100

    l10n: Add a missing file to POTFILES.in

M	po/POTFILES.in

commit d116a0b8721c3143d190b85f2781b4bde0a73a8b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 15:13:35 2010 +0100

    build: Fix header inclusion checking for srcdir != builddir

M	Makefile.am

commit 3dc5ed40ecbd95b8b3b990cb2644754b99c4e7ba
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 29 16:58:56 2010 +0100

    build: Fix builddir != srcdir build with enum generation

M	Makefile.am

commit 0e0947f442e3d90141f1e07e1ba9ce44ea99d5cb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 14:55:07 2010 +0100

    l10n: Update British English translation

M	po/en_GB.po

commit 35c44fd913939c0730b708bc024b39f5841f043c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 13:20:27 2010 +0100

    tests: Disable the invalid proxy test

    There's a bug in libsoup (bgo#632354) which breaks our error codes,
    and consequently breaks this test.

M	gdata/tests/general.c

commit 6b9bafbad973acb026f4090cfd22d078ec0ad75c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 12:47:40 2010 +0100

    calendar: Fix the batch operation tests

    The Calendar service can't deal with ETags properly, so we can't
    test for
    them being handled properly.

M	gdata/tests/calendar.c

commit 98954c4a40681b0fef38197838be975eb931cc29
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 12:28:40 2010 +0100

    core: Expand the GDataAccessRule documentation a little

M	gdata/gdata-access-rule.c

commit 457e546708559af44091f01501373fb91bacee9f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 17 12:03:12 2010 +0100

    contacts: Add contact group manipulation methods

    This adds gdata_contacts_service_query_groups(),
    gdata_contacts_service_insert_group() and their async counterparts,
    as well
    as test cases for them.

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/tests/contacts.c

commit d7fcbca5ab8bc6ee0b08e9feac83696eae26145e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Sep 6 09:57:54 2010 +0100

    contacts: Add a GDataContactsGroup class

    This represents a group of contacts. Test cases included.

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/contacts/gdata-contacts-group.c
A	gdata/services/contacts/gdata-contacts-group.h
M	gdata/tests/contacts.c

commit 89a659d6102433c63bfa4600a35e77b56d373b1b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Oct 9 09:41:39 2010 +0100

    contacts: Add gdata_contacts_service_insert_contact_async()

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h

commit f89a43ccdad7c4eab393246347f64d2089e8b5bf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Oct 9 00:09:27 2010 +0100

    build: Use upstream gettext instead of GLib's gettext

    As explained here: http://blogs.gnome.org/jjardon/2010/10/08
    /use-upstream-gettext-instead-the-glib-one/.

M	Makefile.am
M	configure.ac

commit d1ee7679981f42d5f32e334d04a3f51a426b5949
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Oct 6 16:32:03 2010 +0100

    core: Add gdata_access_handler_get_rules_async()

M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h
M	gdata/gdata.symbols

commit 3d237ba01fc862697692764905609b2acea8847f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Oct 6 16:12:42 2010 +0100

    core: Simplify gdata_access_handler_get_rules()

M	gdata/gdata-access-handler.c

commit e5e811acdbe50c93de17575afd6683a88be180be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Oct 5 13:51:49 2010 +0100

    core: Override GDataEntry::etag in GDataAccessRule

    Access rules don't seem to support ETags (at least in Google
    Calendar), so
    we override GDataEntry::etag so that it's always NULL for access
    rules.

M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c

commit f9ebfd701a78ccef5b4ae01d136bd17d93f75928
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Oct 5 13:50:20 2010 +0100

    core: Remove ACL modification methods from GDataAccessHandler

     • gdata_access_handler_insert_rule() →
     gdata_service_insert_entry()
     • gdata_access_handler_update_rule() →
     gdata_service_update_entry()
     • gdata_access_handler_delete_rule() →
     gdata_service_delete_entry()

M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h
M	gdata/gdata.symbols
M	gdata/tests/calendar.c
M	gdata/tests/documents.c

commit 047b48ec87b70f8d2c662f5f28b9531cedabdd95
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Oct 5 13:05:07 2010 +0100

    core: Add a GDATA_LINK_ACCESS_CONTROL_LIST #define for ACL links

M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h

commit a46494f5ac624bcf79f088762e4b81dee3a21065
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 4 10:56:40 2010 +0100

    introspection: Fix annotations on
    gdata_contacts_contact_get_email_addresses()

M	gdata/services/contacts/gdata-contacts-contact.c

commit 1c98bf024bcf06355fc5e77a0d7fa6cc59e126a0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 4 10:50:04 2010 +0100

    introspection: Skip gdata_service_query_async()

    Its progress_callback parameter was incorrectly marked as (scope
    async),
    which could cause crashes in the bindings. It will have to be skipped.

M	gdata/gdata-service.c

commit a6762e29ab0ffb275e907fe927c7fe96e3b1dfc8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 4 00:18:22 2010 +0100

    core: Use gint64 timestamps instead of GTimeVals

    This means we no longer have to register GTimeVal with the GType
    system, and
    everything is generally neater because we never used GTimeVal's
    microsecond
    precision anyway.

M	docs/reference/gdata-sections.txt
M	gdata/exif/gdata-exif-tags.c
M	gdata/exif/gdata-exif-tags.h
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-when.h
M	gdata/gdata-access-rule.c
M	gdata/gdata-access-rule.h
M	gdata/gdata-batch-operation.c
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit fc13dc995e8afc12e154f384554cbf613da76e48
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 19:44:31 2010 +0100

    gd: Fix parsing and output of country codes in GDataGDPostalAddress

M	gdata/gd/gdata-gd-postal-address.c
M	gdata/tests/general.c

commit 98efcfaac4f06ebe25ea434f9337b18319d15bb7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 19:17:59 2010 +0100

    gd: Fix attribute escaping for GDataGDWho

M	gdata/gd/gdata-gd-who.c
M	gdata/tests/general.c

commit c595f1fac6197838bd831e1bcfaaea0af51950f0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 19:13:30 2010 +0100

    gd: Fix attribute escaping for GDataGDWhere

M	gdata/gd/gdata-gd-where.c
M	gdata/tests/general.c

commit c17b1478b6b798025f55bb8703c82588cce56a58
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 19:09:55 2010 +0100

    gd: Fix attribute escaping for GDataGDWhen

M	gdata/gd/gdata-gd-when.c
M	gdata/tests/general.c

commit 5b3ff1ead3f14cfd9e8cbfcacc617461e3115f4a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 19:05:13 2010 +0100

    gd: Fix attribute escaping for GDataGDReminder

M	gdata/gd/gdata-gd-reminder.c
M	gdata/tests/general.c

commit a0e97a3a386edca2c7da4137b0a0067066659520
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 18:59:10 2010 +0100

    gd: Fix attribute escaping for GDataGDPostalAddress

M	gdata/gd/gdata-gd-postal-address.c
M	gdata/tests/general.c

commit 019f4c0c2be2d3ca486a9832d4121271e5ca6b5c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 18:44:07 2010 +0100

    gd: Fix attribute escaping for GDataGDPhoneNumber

M	gdata/gd/gdata-gd-phone-number.c
M	gdata/tests/general.c

commit 135b790ca479085fec78e8f37de302cf2d04515c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 17:31:48 2010 +0100

    gd: Fix attribute escaping for GDataGDOrganization

M	gdata/gd/gdata-gd-organization.c
M	gdata/tests/general.c

commit f37944aa5dabe5cb6c72002384ddb60416089738
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 17:23:46 2010 +0100

    gd: Fix attribute escaping for GDataGDIMAddress

M	gdata/gd/gdata-gd-im-address.c
M	gdata/tests/general.c

commit 68584f8c6a3ae3564919b02343dcbaf2282a3c72
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Sep 30 17:10:12 2010 +0100

    gd: Fix attribute escaping for GDataGDEmailAddress

    Add a test case for it too. Closes: bgo#630350

M	gdata/gd/gdata-gd-email-address.c
M	gdata/tests/general.c

commit 5ea9abe1da7115f2828be474e2d13619f7d9f04a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 29 17:14:34 2010 +0100

    build: Ensure g-ir-scanner is passed the correct includes

M	Makefile.am

commit 22518fc61ebcb7f0aae41d0d125a6301ddbb089c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 29 15:23:07 2010 +0100

    introspection: Add missing (transfer full) annotations

M	gdata/gdata-access-handler.c
M	gdata/gdata-batchable.c
M	gdata/gdata-service.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 9fe511b3fcb5fca3698f897a503cd24ec74fa4ed
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 29 15:11:49 2010 +0100

    introspection: (skip) async query methods

    This is because they all take in a callback parameter which is neither
    (scope call) or (scope async), so requires a GDestroyNotify callback
    to be
    properly introspectable. Since we're not breaking API for this
    point release,
    that isn't possible, so the functions have to be marked as
    non-introspectable.

M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit 7c87167f17b062ab40efb69fa53e1d7a8fd70552
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 29 15:08:28 2010 +0100

    introspection: Add missing (scope call) annotations

M	gdata/gdata-access-handler.c
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit 529dd65fd823fc677257298cc0dcd3000b2e3147
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 29 15:00:16 2010 +0100

    introspection: Remove outdated (default) annotations

M	gdata/services/documents/gdata-documents-spreadsheet.c

commit cd209b1b07bf163a011efbadaf2f742fee1edd2a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 29 14:54:55 2010 +0100

    introspection: Fix the type name registered by libgdata for GTimeVal

    This stops the introspection build failing because GData was
    stomping on
    GLib's namespace when registering GTimeVal with the type system.

M	gdata/gdata-types.c

commit 867179aa0dbc7bbc62e576450e1a72fa016f1f57
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 18:15:10 2010 +0100

    introspection: Port to Makefile.introspection

    This bumps our gobject-introspection dependency to 0.9.7 as we
    require the
    fix for bgo#628594.

M	Makefile.am
M	configure.ac

commit d14b3a80009df8c0418c827266b47e57e4c11215
Author: Milo Casagrande <milo@ubuntu.com>
Date:	Sun Sep 26 19:32:48 2010 +0200

    [l10n] Updated Italian translation

M	po/it.po

commit 427c277fb6294e1125824fde1d0e89d3ff1d3efb
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Wed Sep 22 23:21:59 2010 +0200

    Updated Polish translation

M	po/pl.po

commit 1bd68396b1d93d23ff0af6010a8597979ddc35fe
Author: Djavan Fagundes <djavan@comum.org>
Date:	Tue Sep 21 17:53:13 2010 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit f4646e01fb23b8ae1a7314a17d01cb274b69061d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Tue Sep 14 12:06:06 2010 +0200

    Updated Hungarian translation

M	po/hu.po

commit 9bcac38a8819608633c24045df4098bbd4e0ae4b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Sep 7 09:30:08 2010 +0100

    contacts: Remove gdata_contacts_service_update_contact()

    It was an unnecessary wrapper around gdata_service_update_entry(),
    which
    should be used instead. This is an API break.

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/tests/contacts.c

commit 662fb24615c54e5cae7ca0cc456417aeecd14df1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Sep 7 09:24:49 2010 +0100

    contacts: Add a contact update test

M	gdata/tests/contacts.c

commit e88b9c0be1094773096735221aa14a7c2eda3e76
Author: Aron Xu <aronxu@gnome.org>
Date:	Sun Sep 5 04:18:16 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 1ca1fe27891bf133ba61f33196c89d59c8ccb725
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Sep 4 15:33:42 2010 +0100

    build: Depend on gdk-pixbuf instead of gdk

    Since we only use GdkPixbuf, and gdk-pixbuf was split out from GDK
    a while
    ago.

M	configure.ac
M	gdata/tests/Makefile.am
M	gdata/tests/picasaweb.c

commit 2029616d693bf306092943ec118de3a8f43e5bb2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Sep 4 15:21:15 2010 +0100

    contacts: Fix a leak in a parsing error condition

M	gdata/services/contacts/gdata-contacts-contact.c

commit df443a3eabb743df695927fd2943e52d29ee2685
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Sep 4 15:20:19 2010 +0100

    contacts: Ensure group IDs use the "base" projection

    Another example of GData services giving out two different formats
    of the
    same ID and only accepting one of them. We need to ensure that group
    IDs sent
    to the service use the "base" projection rather than the "full"
    projection.

M	gdata/services/contacts/gdata-contacts-contact.c

commit ef1a0fba654f403336d0bca0d81d28dcc9e10ec6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Sep 4 15:19:41 2010 +0100

    contacts: Prevent a double free by correctly copying group names

M	gdata/services/contacts/gdata-contacts-contact.c

commit b8dea231b15fc22bce35263e02d4a14a079b1bed
Author: Daniel Nylander <po@danielnylander.se>
Date:	Fri Sep 3 00:33:22 2010 +0200

    Updated Swedish translation

M	po/sv.po

commit 282b8802922c5009f5057ca610ae790426c660c5
Author: Claude Paroz <claude@2xlibre.net>
Date:	Sun Aug 29 20:00:08 2010 +0200

    Updated French translation

M	po/fr.po

commit de54084b09f972715885fb7661a595cf4ebcd118
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Sat Aug 28 21:38:20 2010 +0200

    [i18n] Updated German translation

M	po/de.po

commit af0a2a6ef5f91f1b867636c3972c482aed439766
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:	Sat Aug 28 21:50:57 2010 +0300

    Updated Romanian translation

M	po/ro.po

commit d6fde667228d8f765d843acce5b4c3071c8d2e46
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:	Sat Aug 28 21:30:58 2010 +0300

    Added Romanian translation

M	po/LINGUAS
A	po/ro.po

commit 71987dbf5b38c737d18a1e8fa0b2389bb6c8c9d2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 27 09:22:20 2010 +0100

    l10n: Update British English translation

M	po/en_GB.po

commit 4fe7a305eb88a4d38a969f0c00485996802fdcf1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 27 00:02:34 2010 +0100

    Bug 624141 — Add batch operation support to Documents service

    Add the GDataBatchable interface to GDataDocumentsService and add
    the relevant
    test cases to the documents test suite. Closes: bgo#624141

M	gdata/services/documents/gdata-documents-service.c
M	gdata/tests/common.c
M	gdata/tests/documents.c

commit e21402592623baaec5498e6f61e00da6d5076581
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 26 21:01:01 2010 +0100

    build: Add checks for various functions and headers to configure.ac

    As suggested by `autoscan`.

M	configure.ac

commit f5e351ccb68a281f6405222522539e77c976bb05
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 26 20:58:54 2010 +0100

    build: Clean up configure.ac

    Remove deprecated and unnecessary macros from configure.ac, as
    suggested by
    running `autoupdate`.

M	configure.ac

commit a318351dc493529d43b325440920a3058994aa59
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 26 09:38:44 2010 +0100

    core: Use the GDataEntry.get_entry_uri() method for batch queries

    To fix the YouTube batch operations so that video IDs can be used
    in queries
    instead of self URIs, GDataEntry.get_entry_uri() needs to be used
    to get the
    "ID" to send in a batch query.

M	gdata/gdata-batch-operation.c
M	gdata/tests/youtube.c

commit 2e26e1a0ca6ce6ac25f621b9ad057a65b71dc286
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 26 09:37:44 2010 +0100

    contacts: Use "default" instead of the user's username in request URIs

    Just like with the Calendar service, this magically fixes batch
    operations
    so that the contact's ID can be used in them, rather than its
    self URI.

M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/tests/contacts.c

commit 730a8d66e9a38cbf50b07ffd4f01b0c629c9afe9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Wed Aug 25 15:13:13 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit c57da8c600e9581b3caa35955fbb0210935b30e3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 25 09:28:54 2010 +0100

    build: Clean up checking logic

M	docs/reference/Makefile.am

commit 40c1e0506dc7e5bb336717bd9aa05257a27ae9c1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 25 09:26:56 2010 +0100

    build: Add a rule to check whether files are included in the public
    header

M	Makefile.am

commit e1938a8c1d418fd4f7543fe1e39cd5b2dcca32da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 25 00:07:34 2010 +0100

    Bug 624142 — Add batch operation support to Calendar service

    Add the GDataBatchable interface to GDataCalendarService and add
    the relevant
    test cases to the calendar test suite. Closes: bgo#624142

M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/tests/calendar.c

commit 1c193d636dca778d68135f9221ec60c6e41cc675
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 25 00:05:35 2010 +0100

    calendar: Use "default" instead of the user's username in request URIs

    There appears to be a bug in the Google Calendar server which
    returns a
    different set of results if you query using the user's username
    instead of
    "default", which cause batch queries to inexplicably fail due
    because of
    "invalid" IDs, which are really actually valid.

    Thanks Google.

M	gdata/services/calendar/gdata-calendar-service.c

commit 99636752cacaa97580e5575ae38372caa7a7fd8e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 25 00:03:15 2010 +0100

    core: Use namespaces from all entries in a feed

    We were previously assuming that all entries in the feed had
    identical sets
    of namespaces, and just using the namespaces from the first
    entry. This can
    be untrue for batch feeds, so we must use the namespaces from all
    entries in
    the feed.

M	gdata/gdata-feed.c

commit 0fcbae7db8cb519e83ebfcabae893bcd29251949
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 24 22:19:43 2010 +0100

    build: Better document the LT version change process

M	HACKING
M	configure.ac

commit 892f77e28597331ad933c7d1f635f1f6d8170744
Author: Kris Thomsen <lakristho@gmail.com>
Date:	Tue Aug 24 09:41:16 2010 +0200

    Updated Danish translation

M	po/da.po

commit 436b26e5e8d1dd6036761040c54831dc36747434
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Tue Aug 24 00:23:43 2010 +0200

    Updated Spanish translation

M	po/es.po

commit 2d5dcc8195e565219b65713a139ba654a92fe4cc
Author: Kris Thomsen <lakristho@gmail.com>
Date:	Mon Aug 23 23:45:59 2010 +0200

    Updated Danish translation

A	po/da.po

commit 750c401a66d4875edaca9a0e1246af781b8755fc
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:	Mon Aug 23 23:45:58 2010 +0200

    Added da to list of languages

M	po/LINGUAS

commit 1667d0e5b1b1bf966dfccf93a5d67c000c154347
Author: Petr Kovar <pknbe@volny.cz>
Date:	Mon Aug 23 23:11:43 2010 +0200

    Update Czech translation by Marek Cernocky

M	po/cs.po

commit 23925976366313b6475801a732b42d293ff4aa7d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 23 09:55:46 2010 +0100

    core: Add a _gdata_service_build_uri() function to escape URI
    components

    This allows building URIs in a printf()-style manner, while
    automatically
    escaping the strings being substituted into the URI. This means that
    malformed input can't cause requests to fail or execute incorrectly by
    producing invalid or incorrect URIs.

M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 33181607696118df9715f18e633a942dc10f470b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 23 22:04:32 2010 +0100

    documents: Ensure the correct service is used to download spreadsheets

M	gdata/services/documents/gdata-documents-document.c

commit d0313cce89cab39af917bd9bf1686db76f01b6fa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 23 21:32:41 2010 +0100

    youtube: Add a missing XML element to the upload test

M	gdata/tests/youtube.c

commit b1199dfc2952ac776485f5822d77ff4fe7845c93
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 23 21:31:38 2010 +0100

    calendar: Update GDataCalendarService to GDataEntry:content-uri

M	gdata/services/calendar/gdata-calendar-service.c

commit 936e746d8e8a2a9550b685963355452c5b11726c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 23 21:13:41 2010 +0100

    documents: Fix use of an uninitialised variable

M	gdata/services/documents/gdata-documents-document.c

commit f4121290366419ff63966a747e9dbf74559df75a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 15:04:29 2010 +0100

    docs: Add the deprecated API index to the documentation ToC

M	docs/reference/gdata-docs.xml

commit ab429e5518e39bd112dc3126571e751b8dd45bd4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 14:58:42 2010 +0100

    docs: Add an automake rule to check whether files are included in
    the docs

M	docs/reference/Makefile.am

commit 45d0208c981efc778a0649b08dbdb535ac07d946
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 14:21:57 2010 +0100

    docs: Move the annotation glossary to a better location in the ToC

M	docs/reference/gdata-docs.xml

commit 0a9bc352d02c5e507b9bcebb5144ce4fb7f4c28b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 14:15:06 2010 +0100

    docs: Add gdata-running.xml to content_files

M	docs/reference/Makefile.am

commit 2de2eef36afabb71a9a1e19168fbda03e8afdce1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 13:44:06 2010 +0100

    docs: Use the no-tmpl flavour of gtk-doc

    This removes the need for the outdated tmpl directory, and means
    we now
    require gtk-doc >= 1.14.

M	autogen.sh
M	configure.ac
M	docs/reference/Makefile.am

commit ae175298fd4c3d606c7c7bef24ac3a9655221d96
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 13:43:52 2010 +0100

    build: Fix strings in autogen.sh

M	autogen.sh

commit d326c297df49a6e8c69c056d5a0d066174d2dad2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 13:03:18 2010 +0100

    docs: Fix some incorrect <ulink> tags in documentation comments

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c

commit e529d3b351510a30f8984061aa9f61dfd02024e2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 12:57:31 2010 +0100

    docs: Switch to a new commit message tagging format

M	HACKING

commit fff46be28a2e5da887fab946fdb416e6ae89f80b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 00:39:34 2010 +0100

    [documents] Actually make GDataDocumentsEntry abstract

M	gdata/services/documents/gdata-documents-entry.c

commit bf10250e65c9832056d0d1515e9dc884b9f57a41
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 22 00:34:34 2010 +0100

    [documents] Move download methods to GDataDocumentsDocument

    This breaks API by removing the various download methods from
    GDataDocumentsPresentation, GDataDocumentsSpreadsheet and
    GDataDocumentsText.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-private.h
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-document.c
M	gdata/services/documents/gdata-documents-document.h
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h
M	gdata/tests/documents.c

commit e7b9b03f19bbd3b6c07aa9fe19932c8b24771a5b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 21 23:48:31 2010 +0100

    [documents] Add GDataDocumentsDocument below GDataDocumentsEntry

    It's the new parent class of GDataDocumentsPresentation,
    GDataDocumentsSpreadsheet and GDataDocumentsText. This breaks API.
    Helps: bgo#607616

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-private.h
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/documents/gdata-documents-document.c
A	gdata/services/documents/gdata-documents-document.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h

commit 14b888cd4da261e8fdc6b139d63c39d963b3ce29
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 21 23:24:48 2010 +0100

    [core] Add a GDataEntry:content-uri property

    This complements the GDataEntry:content property by exposing
    content which
    is linked to by a URI, rather than embedded directly, in a more
    natural way.
    This is an API break, since GDataEntry:content may now return NULL
    in cases
    where it previously returned a URI (e.g. for GDataPicasaWebPhotos).

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata.symbols
M	gdata/tests/common.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c

commit 2387cc736a6404ed3930a501d007358d2b77edda
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 21 23:04:43 2010 +0100

    [core] Minor documentation fix

M	gdata/gdata-entry.c

commit 0db5aeece161142093343263652fa5c498e169f6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 21 22:37:29 2010 +0100

    [documents] Specify export format by strings instead of enums

    This makes libgdata more futureproof, as it allows future formats
    to be used
    with old versions of libgdata without modification. API compatibility
    is
    retained with #defines for each old enum member, but this is an
    ABI break.

M	docs/reference/gdata-sections.txt
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h

commit 57611eaec815c8182f4bbe7113bae7c2f4383958
Author: António Lima <amrlima@gmail.com>
Date:	Sat Aug 21 16:19:04 2010 +0100

    Updated Portuguese translation

M	po/pt.po

commit b941ce8d55cecfab3d53e65965df31f64deeff5e
Author: Andika Triwidada <andika@gmail.com>
Date:	Mon Aug 16 05:45:50 2010 +0700

    Added Indonesian translation
    Added id to LINGUAS

M	po/LINGUAS
A	po/id.po

commit 082032b23eb167a97c1079399ecd7d7dda7be550
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 11 22:32:55 2010 +0100

    [picasaweb] Fix timestamps in the PicasaWeb tests

M	gdata/tests/picasaweb.c

commit 03034722aac6d625ca30ddb04425a90536f2db44
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 11 22:19:07 2010 +0100

    [picasaweb] Move initialisation code into constructor() in PicasaWeb
    service

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c

commit c2c4cfb9ac30ad5ad47573c8016b7858db567d6a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 11 22:10:05 2010 +0100

    [contacts] Move initialisation code into constructor() in Contacts
    service

M	gdata/services/contacts/gdata-contacts-contact.c

commit f5722095a0f1daafc862ad7985b7b08a10805166
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 11 09:49:33 2010 +0100

    [documents] Move initialisation code into constructor() in Documents
    service

M	gdata/gdata-private.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c

commit 20a2b4933fc823487949fe2fd5e59be3f195593a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 11 09:42:36 2010 +0100

    [calendar] Move initialisation code to constructor() in Calendar
    service

    Fix it in GDataCalendarCalendar and GDataCalendarEvent.

M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c

commit 3aea865c76ac62c318a390b94fd95c78400bb9be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 11 09:38:05 2010 +0100

    [core] Move initialisation code to constructor() in
    GDataDownloadStream

M	gdata/gdata-download-stream.c

commit 360ddb1519bed387ab523c258dc878bb031270b4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 11 09:34:42 2010 +0100

    [core] Move initialisation code to constructor() in GDataUploadStream

M	docs/reference/gdata-sections.txt
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/gdata.symbols

commit c779bfb0069a823c7606fc6defcfdaf616d864af
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sat Aug 7 15:59:06 2010 +0100

    [core] Move initialisation code to constructor() in GDataAccessRule

M	gdata/gdata-access-rule.c

commit 8cfcb2c721425b18cce75823327a8a094da0e397
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sat Aug 7 15:58:21 2010 +0100

    [youtube] Move initialisation code to constructor() in
    GDataYouTubeVideo

M	gdata/services/youtube/gdata-youtube-video.c

commit eadd48a4322791bfca16ada52310100bac15eae9
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sat Aug 7 15:45:39 2010 +0100

    [core] Add a GDataParsable:constructed-from-xml property

    This allows code which was previously in GDataParsable subclasses'
    *_new()
    functions to be moved into their constructor() functions, making
    them more
    suitable for bindings.

M	gdata/gdata-parsable.c
M	gdata/gdata-private.h

commit b8db20a777e016b56b6c652dda0f73cb035a7631
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sat Aug 7 15:12:57 2010 +0100

    [core] Minor documentation fix

M	gdata/gdata-parser.c

commit 4575caa4b181db863d2c31dd29644588df76d661
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Sat Aug 7 12:14:17 2010 +0100

    [core] Fix a memory leak in an unlikely error condition

M	gdata/gdata-parsable.c

commit d65da89752a44d1edf0b45f414122a1f7cadd2bb
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Mon Aug 9 17:31:37 2010 +0100

    [build] Make gdata-marshal.c depend on gdata-marshal.h to fix build

    The build was failing to bootstrap since gdata-marshal.h wasn't
    being built
    for some reason.

M	Makefile.am

commit 7231b18a03041139cf2309634c86aed3bc15e0b5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 19:29:36 2010 +0100

    [core] Add an assertion to back up a comment

M	gdata/gdata-buffer.c

commit 90a9933a633320089fb5995e8c5d0c5dc8fd62e6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 19:28:02 2010 +0100

    [core] Remove a dead assignment

M	gdata/gdata-buffer.c

commit e49d38b32f6697d785c133e12a0f02be40a36649
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 19:25:37 2010 +0100

    [calendar] Remove half-baked comment support from GDataCalendarEvent

M	gdata/services/calendar/gdata-calendar-event.c

commit b146e845f7cc82c6583318d27b11bd06689f9253
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 19:24:45 2010 +0100

    [documents] Fix gdata_documents_entry_get_edited()

M	gdata/services/documents/gdata-documents-entry.c

commit e31c3efad0364fc8aa989d4ab0d25d7cda794ff7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 19:23:51 2010 +0100

    [youtube] Remove half-baked comment support from GDataYouTubeVideo

M	gdata/services/youtube/gdata-youtube-video.c

commit 1afdab0f3d6adbd7ebbbf3bd7248651a924e6b68
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 19:21:45 2010 +0100

    [core] Fix potential use of NULL in memcpy()

M	gdata/gdata-buffer.c

commit 4f2db5a119f2e4a7a86ca3b9b72c9d085b5152bc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 19:19:16 2010 +0100

    [documents] Fix potential use of NULL variable in strcmp()

M	gdata/services/documents/gdata-documents-service.c

commit c033884168796d4ebd685532717dc47a24d7b703
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 17:16:02 2010 +0100

    [tests] Rearrange tests to use --no-internet option

    This also removes the dependency of a lot of tests on the -m (mode)
    command
    line option, meaning that more tests get run by default.

M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 7a1d8784af0f1e36b0ae0cb84d02389537f54ba3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 17:02:21 2010 +0100

    [tests] Add support for a --no-internet option to the tests

    This should allow automated testing to run more than just the
    general tests.

M	gdata/tests/calendar.c
M	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 29c826bdcaa53992647f70d5a33fe24241fe8300
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 7 17:51:44 2010 +0100

    [core] Explicitly mark private symbols as G_GNUC_INTERNAL

M	gdata/gdata-batch-private.h
M	gdata/gdata-private.h

commit dd62124509086b02367fcc231e409aaa58e4c111
Author: Daniel Nylander <po@danielnylander.se>
Date:	Fri Aug 6 14:53:47 2010 +0200

    Updated Swedish translation

M	po/sv.po

commit 9abba7d89741a9e47c9c0e880bd2a95ca987fb1f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 10:19:40 2010 +0100

    [introspection] Add missing annotations to GDataYouTubeVideo

M	gdata/services/youtube/gdata-youtube-video.c

commit 123fd8e1cded15d5c002e4d6aada303a4c1abad3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 10:14:19 2010 +0100

    [introspection] Add missing annotations to GDataYouTubeService

M	gdata/services/youtube/gdata-youtube-service.c

commit 9a0ada5d0e29974aa2003c67b9e5964d4c01f8e4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 10:11:54 2010 +0100

    [introspection] Add missing annotations to GDataYouTubeQuery

M	gdata/services/youtube/gdata-youtube-query.c

commit cde0c4bc90aa9bea5ef94d574a09953e7480f639
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 10:09:07 2010 +0100

    [introspection] Add missing annotations to GDataYouTubeGroup

M	gdata/services/youtube/gdata-youtube-group.c

commit bc6c4bd684b7996fac147b94d3e833093b3418d3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 10:08:50 2010 +0100

    [youtube] Add missing precondition

M	gdata/services/youtube/gdata-youtube-group.c

commit fbb19f672b68aef452bc64b22561e9b2119d3fe4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 10:07:04 2010 +0100

    [introspection] Add missing annotations to GDataYouTubeControl

M	gdata/services/youtube/gdata-youtube-control.c

commit 764fc0ae4ee74b1fd69533cad6e705a89c126526
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 10:01:02 2010 +0100

    [introspection] Add missing annotations to GDataPicasaWebService

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 01bc90742eff08cec6eb55fa854f5b88ce85fe72
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:57:09 2010 +0100

    [introspection] Add missing annotations to GDataPicasaWebQuery

M	gdata/services/picasaweb/gdata-picasaweb-query.c

commit 94b8faf822afff1fe9e9aac2e92772d2d0db0902
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:53:51 2010 +0100

    [introspection] Add missing annotations to GDataPicasaWebFile

M	gdata/services/picasaweb/gdata-picasaweb-file.c

commit d3819a6b8be09dd17be2ffb3add6fe839185b2b2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:48:03 2010 +0100

    [introspection] Add missing annotations to GDataPicasaWebAlbum

M	gdata/services/picasaweb/gdata-picasaweb-album.c

commit 0b96db5ee45927b0eac5a491a2064f2f5d8747fa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:42:04 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsText

M	gdata/services/documents/gdata-documents-text.c

commit 10a3515fc13aa542dbda67a776e257d8a99680c0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:41:05 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsSpreadsheet

M	gdata/services/documents/gdata-documents-spreadsheet.c

commit b6ee76b1a328140bc109cf4edf2c024c85d7b976
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:39:36 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsService

M	gdata/services/documents/gdata-documents-service.c

commit 2c76309b3bd0f0484721948bfe933b02c227123d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:35:47 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsQuery

M	gdata/services/documents/gdata-documents-query.c

commit 0b53641319ce14d5b97215db846a75cf5e472021
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:34:08 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsPresentation

M	gdata/services/documents/gdata-documents-presentation.c

commit e8b0a10f3a67ca0c7873352a2d898d9a35562de5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:30:03 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsFolder

M	gdata/services/documents/gdata-documents-folder.c

commit 2df578bc0d4ea43643ef81c447d936fc3e21a888
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 4 09:29:01 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsEntry

M	gdata/services/documents/gdata-documents-entry.c

commit 450948f83dcec543904ece854f99f959f9a4d7bc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 23:36:33 2010 +0100

    [introspection] Add missing annotations to GDataContactsService

M	gdata/services/contacts/gdata-contacts-service.c

commit c44bac82e3347e7b87d5a2de5a9335be843355f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 23:33:53 2010 +0100

    [introspection] Add missing annotations to GDataContactsQuery

M	gdata/services/contacts/gdata-contacts-query.c

commit bf9cccd6ecde074fd626d445b7e51537c4810122
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 23:31:42 2010 +0100

    [introspection] Add missing annotations to GDataContactsContact

M	gdata/services/contacts/gdata-contacts-contact.c

commit 51bd6c5a701ae5716577d42e524841f4d7f0dfac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 23:15:34 2010 +0100

    [introspection] Add missing annotations to GDataCalendarService

M	gdata/services/calendar/gdata-calendar-service.c

commit 1dc351d916086e72663b28eed88a37291420dfb4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 23:09:55 2010 +0100

    [introspection] Add missing annotations to GDataCalendarQuery

M	gdata/services/calendar/gdata-calendar-query.c

commit 86e0eb33c5e6558f796fd8e9aedfd2fd452af796
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 23:05:08 2010 +0100

    [introspection] Add missing annotations to GDataCalendarEvent

M	gdata/services/calendar/gdata-calendar-event.c

commit 69694781910a89a50cbbc7f7a94a937b09cd41ef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:58:01 2010 +0100

    [introspection] Add missing annotations to GDataCalendarCalendar

M	gdata/services/calendar/gdata-calendar-calendar.c

commit 1b66aea00acb59d2a186497137a439327a00a571
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:52:52 2010 +0100

    [introspection] Add missing annotations to GDataMediaGroup

M	gdata/media/gdata-media-group.c

commit 469b7a91d09aa178a770c08bbdc40223cb189fd4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:49:26 2010 +0100

    [media] Small documentation fix

M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-thumbnail.c

commit e493645e8b61c7fd23c95f21e774f8dae638ac0b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:44:51 2010 +0100

    [introspection] Add missing annotations to GDataMediaCategory

M	gdata/media/gdata-media-category.c

commit 7e208ced1b33315c3e3c0ffec2dee10a8b7150c7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:41:02 2010 +0100

    [introspection] Add missing annotations to GDataGContactWebsite

M	gdata/gcontact/gdata-gcontact-website.c

commit e4eae999ddcda10d1d880700017f7ad0592a7229
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:40:00 2010 +0100

    [introspection] Add missing annotations to GDataGContactRelation

M	gdata/gcontact/gdata-gcontact-relation.c

commit 90c4dada3b9f584cf2d9fd0bd0ca6c741e487110
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:39:06 2010 +0100

    [introspection] Add missing annotations to GDataGContactLanguage

M	gdata/gcontact/gdata-gcontact-language.c

commit 93dc86ab858a8e155aac72d1df81784071e45212
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:37:23 2010 +0100

    [introspection] Add missing annotations to GDataGContactExternalID

M	gdata/gcontact/gdata-gcontact-external-id.c

commit a097de2235fb9e5ed8f62e4cc20e410e11c1fef5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:35:53 2010 +0100

    [introspection] Add missing annotations to GDataGContactEvent

M	gdata/gcontact/gdata-gcontact-event.c

commit bd975321486b9366e4c0ff80ec3419a8818f2147
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:34:30 2010 +0100

    [introspection] Add (out) annotations to GDate parameters

M	gdata/gcontact/gdata-gcontact-event.c
M	gdata/services/contacts/gdata-contacts-contact.c

commit 9782b8229fa681384a3a41bc5e3e2dd67183de2d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 22:32:25 2010 +0100

    [introspection] Add missing annotations to GDataGContactCalendar

M	gdata/gcontact/gdata-gcontact-calendar.c

commit ac8ed04346622ab8b53e117a15e201a4e02e91d5
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:	Tue Aug 3 23:36:55 2010 +0200

    Updated German translation

M	po/de.po

commit 489ba73ed993cef4fe2edaf9fa1fbee71f5c55e5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Tue Aug 3 14:38:12 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit 61b244e0bb67faf75ebe549b4cd35022ce0f7c56
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:54:26 2010 +0100

    [build] Silence g-ir-scanner

M	Makefile.am

commit 43b885d25fb9f28d76a239185221b1cada71b22d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:50:30 2010 +0100

    [introspection] Add missing annotations to GDataGDWho

M	gdata/gd/gdata-gd-who.c

commit 3ebc546c1eea803201ca5636a1275278e5bcc8c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:48:39 2010 +0100

    [introspection] Add missing annotations to GDataGDWhere

M	gdata/gd/gdata-gd-where.c

commit 760357e2b7f360af70097b52c58cf448e9b329ff
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:47:32 2010 +0100

    [introspection] Add missing annotations to GDataGDWhen

M	gdata/gd/gdata-gd-when.c

commit 2de0baff1bf820174564b92c8758de810bd83b9c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:45:53 2010 +0100

    [introspection] Add missing annotations to GDataGDReminder

M	gdata/gd/gdata-gd-reminder.c

commit 98ff632986df4dd3c4934119d75673c9c7dc0fe9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:44:25 2010 +0100

    [introspection] Add missing annotations to GDataGDPostalAddress

M	gdata/gd/gdata-gd-postal-address.c

commit cd7cc8b58832bc4a5137c9d22c9dac6a6451bac2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:40:01 2010 +0100

    [introspection] Add missing annotations to GDataGDPhoneNumber

M	gdata/gd/gdata-gd-phone-number.c

commit 83c4b44c839b21e2715166cde0d97e85d60b1a43
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:38:38 2010 +0100

    [introspection] Add missing annotations to GDataGDOrganization

M	gdata/gd/gdata-gd-organization.c

commit 311519d751d31c2a0ffe5eb1d4962f25509d81db
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:36:04 2010 +0100

    [introspection] Add missing annotations to GDataGDName

M	gdata/gd/gdata-gd-name.c

commit 6122f99aa2ed0273f9a6474a299e9636cc9e3750
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:34:17 2010 +0100

    [introspection] Add missing annotations to GDataGDIMAddress

M	gdata/gd/gdata-gd-im-address.c

commit 4fea0bc30ea89fb5f698fd9ca426629712adfb69
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:31:15 2010 +0100

    [introspection] Add missing annotations to GDataGDEmailAddress

M	gdata/gd/gdata-gd-email-address.c

commit 039c022ff686ff27c448789f0d727aeb129124f7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:29:08 2010 +0100

    [introspection] Add missing annotations to GDataLink

M	gdata/atom/gdata-link.c

commit d172a8e6accf5eed42edcd3b2252758fd4c169ee
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:26:03 2010 +0100

    [introspection] Add missing annotations to GDataCategory

M	gdata/atom/gdata-category.c

commit 9822973cf7288b6d942bfad6c8b136013d7136fb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 3 09:24:45 2010 +0100

    [introspection] Add missing annotations to GDataAuthor

M	gdata/atom/gdata-author.c

commit 48d44fceb9fa0ce95d482d0581834b8d8f3d2e22
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Tue Aug 3 07:55:10 2010 +0200

    Updated Spanish translation

M	po/es.po

commit e502b450702482ee649f504b6f4092997acc1b44
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 23:16:02 2010 +0100

    [introspection] Add missing annotations to GDataUploadStream

M	gdata/gdata-upload-stream.c

commit 182e28680a2db2643ab0d3773cb19c0dbfe8ae7f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 23:11:51 2010 +0100

    [introspection] Add missing annotations to GDataColor

M	gdata/gdata-types.c

commit 25ac0192d314422b0f903dc71cba80f4f0c669d1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 23:10:25 2010 +0100

    [introspection] Add missing annotations to GDataQuery

M	gdata/gdata-query.c

commit 88f5010f10ea50ef5acf87a117399a5afcd72df6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:56:01 2010 +0100

    [introspection] Add missing annotations to GDataDownloadStream

M	gdata/gdata-download-stream.c

commit b8ec49a28f012f92d69e681fb396bfd4a400c323
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:54:38 2010 +0100

    [introspection] Add missing annotations to GDataComparable

M	gdata/gdata-comparable.c

commit 4ebc986bca1d8447d9b6abec37ef3648975ccb57
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:43:57 2010 +0100

    [introspection] Add missing annotations to GDataBatchOperation

M	gdata/gdata-batch-operation.c

commit 57c2d72e1075a6615763956b55071246c84d5160
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:38:27 2010 +0100

    [introspection] Add missing annotations to GDataAccessRule

M	gdata/gdata-access-rule.c
M	gdata/gdata-batch-operation.c

commit b93e8a9a4dd4235463a80d8b48cb4577d8ed0718
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:34:06 2010 +0100

    [introspection] Add missing annotations to GDataFeed

M	gdata/gdata-feed.c

commit 8315e83e806d8a1361f6c107a5191f401ba94be2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:32:38 2010 +0100

    [introspection] Add missing annotations to GDataEntry

M	gdata/gdata-entry.c

commit d66dd4ec51f8cf275a9bb76e6b4ea706aabdeda2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:29:50 2010 +0100

    [introspection] Add (out) annotations to GTimeVal parameters

M	gdata/exif/gdata-exif-tags.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-query.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-video.c

commit e705e0fb18692589c2d383080cb5fb6375c2ee5b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 22:22:17 2010 +0100

    [introspection] Add missing annotations to GDataService

M	gdata/gdata-service.c

commit 667f685dcd6b318924d64c6743fe9796cf0f23dd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 2 00:11:26 2010 +0100

    [youtube] Add batch operation support

    Add the GDataBatchable interface to GDataYouTubeService and add
    the relevant
    test cases to the youtube test suite.

M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/tests/youtube.c

commit 161e3e57c4c722d6e4770475a76b85b4b7f18b90
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 1 23:04:34 2010 +0100

    [youtube] Use migrated account details in tests

M	gdata/tests/youtube.c

commit 3c184a926ec17a44b03a8cc13aaa30ee085f80c4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 1 23:02:39 2010 +0100

    [core] Add support for AccountMigrated authentication errors

    These are used by YouTube to signal that new login credentials need to
    be used in order to log in.

M	gdata/gdata-service.c
M	gdata/gdata-service.h

commit ac4e1b6e9a991c6d029b62a1aa43e63861061f53
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Mon Jul 26 00:29:39 2010 +0200

    [introspection] Add (closure) annotations

M	gdata/gdata-access-handler.c
M	gdata/gdata-batch-operation.c
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit bd9d18e340b7ab28f0416edd33072f682ec92fb8
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:	Mon Jul 26 00:29:21 2010 +0200

    [docs] Add annotation glossary

M	docs/reference/gdata-docs.xml

commit 23ce123a0ccbd319891844b8c22a3c389ad5e788
Author: António Lima <amrlima@gmail.com>
Date:	Sun Jul 25 23:28:17 2010 +0100

    Updated Portuguese translation

M	po/pt.po

commit 593300b04fc75b78358193c8ae368a57e8697385
Author: Aron Xu <aronxu@gnome.org>
Date:	Mon Jul 19 00:56:44 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 4294b256c2584504a913f426d15508cebb811ead
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Sun Jul 18 12:42:13 2010 +0200

    Updated Spanish translation

M	po/es.po

commit 5f1b98340f5050a9f4e3ae402bb6b45e52e7c582
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 16 10:09:34 2010 +0100

    [introspection] Add (element-type) annotations

M	gdata/app/gdata-app-categories.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/media/gdata-media-group.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 505045c324116e8b7ea12f38b94afc98db9cc62d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 16 10:08:52 2010 +0100

    [introspection] Allow g-ir-scanner to actually pick up the gtk-doc
    comments

    Also enable warnings from the scanner about missing annotations.

M	Makefile.am

commit 441a650b516a680926b33ee9d14bd4489c07faed
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 16 10:08:39 2010 +0100

    [docs] Add an "introspection" commit tag

M	HACKING

commit 6a6578ee77e830b6b275153ea3e4b92a48a55458
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 16 09:44:09 2010 +0100

    [build] Fix includes for GIR build

M	Makefile.am

commit 5b570c019d4e5c9335b681427687a65cd8f650e3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 16 09:40:34 2010 +0100

    [build] gcc warning fixes

M	gdata/services/youtube/gdata-youtube-category.c
M	gdata/tests/general.c

commit a76664d3fcecc53224b731257eca433b6791abf2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 16 09:11:24 2010 +0100

    [atom] Remove the link rel hack used to work around cgo#2129

M	gdata/atom/gdata-link.c

commit 268f9dd4a62da5b9ab8b811e3acd9921589e3a13
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 16 09:08:48 2010 +0100

    [contacts] Enforce use of the full projection in contact IDs

    The server can return contacts whose IDs use the base projection,
    which will
    cause problems if we then submit changes to those IDs. We need to
    hack the
    IDs to use the full projection as early as possible. Test case
    included.

    Helps: http://code.google.com/p/gdata-issues/issues/detail?id=2129

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/tests/contacts.c

commit 24699f3a6b65e88260651473c0f79f5c13159d7c
Author: Petr Kovar <pknbe@volny.cz>
Date:	Thu Jul 15 21:00:45 2010 +0200

    Update Czech translation by Marek Cernocky

M	po/cs.po

commit c8017672142ea3d9600b23ae8137dedf7a5e69a3
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Wed Jul 14 19:21:33 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit 9d1cff4c2f6ff80cf087bc321f82c2eedd82a1b0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Wed Jul 14 15:03:05 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit 3e7c7af837fdade64a66cfd955924ad6640d89dd
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Tue Jul 13 23:26:10 2010 +0200

    [i18n] Updated German translation

M	po/de.po

commit 3bd5972905a0af089f44aa13a148a1e997426724
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 13 09:07:09 2010 +0100

    [core] Ensure GDataEntry:title follows GDataAccessRule:role

M	gdata/gdata-access-rule.c
M	gdata/tests/general.c

commit 072cfc6d0029ffedd66af2e8cc8f29f8d0c1ab94
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 8 22:29:09 2010 +0100

    [contacts] Add batch operation support

    Add the GDataBatchable interface to GDataContactsService and add
    the relevant
    test cases to the contacts test suite.

M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/tests/contacts.c

commit 5c32aadbddb89eea4d8fc15626e179ce8a8f2d13
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jan 26 13:20:41 2010 +0000

    [core] Batch operation support

    Add batch operation support. Batch operations are executed by creating
    a new
    GDataBatchOperation, adding the required operations to it, then
    running it
    (sync or async). Batch operations are only supported by services which
    implement GDataBatchable.

    This includes full test cases and documentation.

    Closes: bgo#579169

M	Makefile.am
M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/atom/gdata-link.c
A	gdata/gdata-batch-feed.c
A	gdata/gdata-batch-feed.h
A	gdata/gdata-batch-operation.c
A	gdata/gdata-batch-operation.h
C055	gdata/tests/common.c	gdata/gdata-batch-private.h
A	gdata/gdata-batchable.c
A	gdata/gdata-batchable.h
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/tests/common.c
M	gdata/tests/common.h

commit adf35ec6f1f46f0522d30f90140659a002c59122
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 12 08:58:20 2010 +0100

    [build] Remove intltoolized file from git

D	po/Makefile.in.in

commit f357ee80fe860ab1b55072e943bbe66bf61b485d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 8 21:40:07 2010 +0100

    [core] Use the error reason phrase if the response body is empty

M	gdata/gdata-service.c

commit e82a65cc3e5c224f423c1f4ed0d135fbc721326b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 8 21:38:09 2010 +0100

    [core] Fix a return type

M	gdata/gdata-parsable.c

commit 376973f9671765fab3a89aafe5282405233d7b09
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 8 21:37:34 2010 +0100

    [core] Reference entries when adding them to feeds

M	gdata/gdata-feed.c
M	gdata/services/documents/gdata-documents-feed.c

commit 728424f9ed5e80f89ff2a3a3d7e36a8b9decb715
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 8 21:34:12 2010 +0100

    [docs] Move the link types to the correct place

M	docs/reference/gdata-sections.txt

commit c5347ce1992b51039270f0c5efd892cf6a833e3b
Author: Gil Forcada <gforcada@gnome.org>
Date:	Sat Jun 26 13:21:24 2010 +0200

    Updated Catalan translation

M	po/ca.po

commit 2ed1c7cad2a2bf60c9fae644ea5f34f2dd5ce62a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Mon Jun 21 11:18:43 2010 +0200

    Updated Galician translations

M	po/gl.po

commit 582cb55c6f559638211ca6987e3e71401bba2e51
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 16 16:12:59 2010 +0100

    [core] Fix parameter name in header

    Fix it for consistency with the previous commit.

M	gdata/gdata-entry.h

commit eec6379527f50f7356dc7f51e5616470ba870685
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 16 16:11:11 2010 +0100

    [core] Remove more shadowing of functions from unistd.h

M	gdata/gdata-access-handler.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-service.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit ea180875d562fe38c846e04a258dd33194915b4f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 16 15:55:17 2010 +0100

    [core] Move kind support to GDataEntry

    Add support for kinds in GDataEntry, consolidating the existing
    code for
    adding kind categories which existed in various GDataEntry subclasses
    before.

M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/picasaweb.c

commit 36bb9c9fe745cf42970b6088f805877e6f2f669b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jun 15 13:29:03 2010 +0100

    [core] Add a GDataComparable interface

    Add a GDataComparable interface and use it to replace all the tiny
    *_compare()
    functions for various classes. They've consequently been removed
    from the API
    in a pretty massive API break.

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-author.h
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-category.h
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-generator.h
M	gdata/atom/gdata-link.c
M	gdata/atom/gdata-link.h
M	gdata/gcontact/gdata-gcontact-calendar.c
M	gdata/gcontact/gdata-gcontact-calendar.h
M	gdata/gcontact/gdata-gcontact-external-id.c
M	gdata/gcontact/gdata-gcontact-external-id.h
M	gdata/gcontact/gdata-gcontact-language.c
M	gdata/gcontact/gdata-gcontact-language.h
M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/gcontact/gdata-gcontact-website.h
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-name.h
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-when.h
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.c
M	gdata/gd/gdata-gd-who.h
A	gdata/gdata-comparable.c
A	gdata/gdata-comparable.h
M	gdata/gdata-entry.c
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/tests/general.c

commit 4416f9d5dafb5cac81c8598c02e4595c51233e46
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 14 20:41:02 2010 +0100

    [core] Remove shadowing of functions from unistd.h

    I wish the C standard library was namespaced.

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/tests/general.c

commit 60dd6f1c939c1370daba65a49c4a6c897e9ff9c6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 14 20:29:33 2010 +0100

    [documents] Clarified status of ETag support for adding documents
    to folders

    Removed a TODO about ETag support for adding documents to folders.

M	gdata/services/documents/gdata-documents-service.c

commit ac5100204516070296d0f54a5d3622ef06edbc13
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 14 17:00:14 2010 +0100

    Bug 618586 — gdata_service_query_single_entry() encounters NULL
    type class

    Fix a crasher when using gdata_service_query_single_entry() with a
    type class
    which hasn't previously been initialised. Based on a patch by Richard
    Schwarting <aquarichy@gmail.com>. Closes: bgo#618586

M	gdata/gdata-service.c

commit 649ab36963e57d839a845bdf0dd823a1f4f14485
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 14 16:36:15 2010 +0100

    Bug 615721 — Support listing video categories

    Add support for listing the categories currently available on
    YouTube, along
    with whether they're assignable, browsable or deprecated. Coupled
    with locale
    support, this provides for localised category listings, too.
    Closes: bgo#615721

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
A	gdata/app/gdata-app-categories.c
A	gdata/app/gdata-app-categories.h
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/services/youtube/gdata-youtube-category.c
A	gdata/services/youtube/gdata-youtube-category.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/tests/general.c
M	gdata/tests/youtube.c

commit 39c4bdd6ed202fdef6bd41259a63d86209f095ba
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 13 23:27:39 2010 +0100

    [core] Add service locale support

    Add support for setting the locale for network requests on a
    per-service
    basis, using the Accept-Language header. Helps: bgo#615721

M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/tests/general.c

commit 865618c3b9a202e2836cb5deb0786df0fdce4def
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 10 17:28:47 2010 +0100

    [core] Makefile improvements

    An improvement to the marshalling stuff in the Makefile.am, plus a
    fix for
    EXTRA_DIST.

M	Makefile.am

commit f74adf8b91241192b66b49eb8498d6388b028779
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Tue Jun 8 15:26:29 2010 +0200

    Updated Hungarian translation

M	po/hu.po

commit 34ad1221607aab8f123faeedd9152a556c709d94
Author: António Lima <amrlima@gmail.com>
Date:	Tue May 25 00:20:58 2010 +0100

    Updated Portuguese translation

M	po/pt.po

commit 1c93522f7e82af080f4d467ddcc32d991cc2ad54
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sat May 15 14:07:46 2010 +0100

    Bug 618584 — Implement gdata_entry_get_authors()

    Add gdata_entry_get_authors(), documentation and test cases.
    Closes: bgo#618584

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata.symbols
M	gdata/tests/general.c

commit c06ae0489b53c7f54fd78e2e7526067b78bf07ea
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue May 4 00:09:56 2010 +0100

    [contacts] Fix use of uninitialised memory

M	gdata/services/contacts/gdata-contacts-contact.c

commit 68e224154436d5f67a8bb0aac2979d711b48d65d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 2 17:46:56 2010 +0100

    [youtube] Fix documentation example formatting

M	gdata/services/youtube/gdata-youtube-video.c

commit 4e45d2f1cf199f9eed524769a6344b4dab25d546
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sun May 2 17:44:20 2010 +0100

    Bug 579885 — Add code examples to documentation

    Add code examples to the documentation for GDataPicasaWebAlbum,
    GDataPicasaWebFile and GDataPicasaWebService. Helps: bgo#579885

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 91f7854eb50f05ca14fd4a151278f6c26951c51c
Author: Claude Paroz <claude@2xlibre.net>
Date:	Fri Apr 30 21:43:40 2010 +0200

    Updated French translation

M	po/fr.po

commit b7e888d11c87b8a41c86bc15e1430f0f144ec13d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 25 22:59:42 2010 +0100

    [core] Update authentication documentation

    Update the authentication property documentation to be more specific
    about
    client IDs, and improve the documentation for a few other properties
    slightly.

M	gdata/gdata-service.c

commit ed06b683af28db476d11be44c24dfeb0369c8af2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Apr 25 22:55:21 2010 +0100

    [youtube] Remove X-GData-Client header

    It was deprecated on 2010-03-22, so we might as well save the
    bandwidth and
    not send it with every request.

M	gdata/services/youtube/gdata-youtube-service.c

commit ae22caed577207bf55a5d394eedfa413ed64c4d2
Author: Daniel Nylander <po@danielnylander.se>
Date:	Sun Apr 25 08:03:53 2010 +0200

    Updated Swedish translation

M	po/sv.po

commit b932c923d2ada7b552728d711f371728004f81cc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 24 20:37:52 2010 +0100

    [build] Add introspection.m4

    Add a copy of introspection.m4 to the tree, copied from the
    gobject-introspection tree as per
    http://mail.gnome.org/archives/gtk-devel-list/2010-April/msg00092.html,
    since libgdata only has an optional dependency on g-i.

M	Makefile.am
A	introspection.m4

commit 4468035a9fab71253d66bf50234d9ca50cb3328a
Author: Paul Smith <psmith@gnu.org>
Date:	Fri Apr 23 14:13:09 2010 +0100

    Bug 616222 — libgdata fails to build from a remote directory

    Be more strict in our use of top_[srcdir|builddir]. Closes: bgo#616222

M	Makefile.am

commit fd1ad35ae98f811a893392698a54f39a9b2ea268
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:	Mon Apr 19 02:09:46 2010 +0300

    Added Lithuanian translation by Aurimas Černius.

A	po/lt.po

commit ebc4e10337016c258e90cef29d4e445d93349b55
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:	Mon Apr 19 02:09:41 2010 +0300

    Added Lithuanian translation by Aurimas Černius.

M	po/LINGUAS

commit addb12cf63dedcd0b29543cc77693b741594a862
Author: Petr Kovar <pknbe@volny.cz>
Date:	Sat Apr 17 21:34:48 2010 +0200

    Update Czech translation by Marek Cernocky

M	po/cs.po

commit 77cb5aaa8ec8f67511d38d9b4f3977d316b3510a
Author: Petr Kovar <pknbe@volny.cz>
Date:	Sat Apr 17 21:26:00 2010 +0200

    Update Czech translation by Marek Cernocky

M	po/cs.po

commit cccac6be204384c71b73a0ac8fbbb5a55b23d0c8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 17 13:55:27 2010 +0100

    [core] Simplify GDataQuery

M	gdata/gdata-query.c

commit f3d4e4261e0b1b06c2ab5ec401b08e518ed22090
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 3 00:02:49 2010 +0100

    [core] Mark most getter functions as pure

    Add G_GNUC_PURE to all applicable getter functions, which should
    allow gcc to
    optimise calls to libgdata in some cases. This required a little
    rewrite of
    the authentication system to ensure the username and password
    (etc.) are only
    changed on the #GDataService from the main thread.

M	gdata/atom/gdata-author.h
M	gdata/atom/gdata-category.h
M	gdata/atom/gdata-generator.h
M	gdata/atom/gdata-link.h
M	gdata/exif/gdata-exif-tags.h
M	gdata/gcontact/gdata-gcontact-calendar.h
M	gdata/gcontact/gdata-gcontact-event.h
M	gdata/gcontact/gdata-gcontact-external-id.h
M	gdata/gcontact/gdata-gcontact-jot.h
M	gdata/gcontact/gdata-gcontact-language.h
M	gdata/gcontact/gdata-gcontact-relation.h
M	gdata/gcontact/gdata-gcontact-website.h
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-name.h
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.h
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.h
M	gdata/gdata-access-rule.h
M	gdata/gdata-download-stream.h
M	gdata/gdata-entry.h
M	gdata/gdata-feed.h
M	gdata/gdata-private.h
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata-upload-stream.h
M	gdata/georss/gdata-georss-where.h
M	gdata/media/gdata-media-category.h
M	gdata/media/gdata-media-content.h
M	gdata/media/gdata-media-credit.h
M	gdata/media/gdata-media-group.h
M	gdata/media/gdata-media-thumbnail.h
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-feed.h
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/documents/gdata-documents-query.h
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/services/picasaweb/gdata-picasaweb-user.h
M	gdata/services/youtube/gdata-youtube-content.h
M	gdata/services/youtube/gdata-youtube-control.h
M	gdata/services/youtube/gdata-youtube-credit.h
M	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-state.h
M	gdata/services/youtube/gdata-youtube-video.h

commit e54748533b841ffa9decbb0245b1bdb39a86ae3e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 16 19:45:30 2010 +0100

    Bug 615506 — totem: Youtube Search lasts forever while playing Video

    Add a #GDataService:timeout property, proxying the
    #SoupSession:timeout
    property, and allowing network requests to return with
    %GDATA_SERVICE_ERROR_NETWORK_ERROR if the timeout is exceeded.
    Helps: bgo#615506

M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols

commit 474abfaf1a30a3fa80283e716f1376a26bfefc70
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Apr 14 18:47:24 2010 +0100

    [core] Remove unused parameters from _gdata_service_query()

M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 88fbd3e060b4f3ff43c38b5a41de9c405ea86924
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 12 20:46:19 2010 +0100

    [core] Include an XML declaration in the result of
    gdata_parsable_get_xml()

    Make the results of gdata_parsable_get_xml() valid XML documents in
    themselves.

M	gdata/gdata-parsable.c
M	gdata/gdata-upload-stream.c
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c
M	gdata/tests/youtube.c

commit 5d41df2fb49d88ff84887e4923a5093d9e1a39e9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 12 20:18:17 2010 +0100

    [core] Revert interface change

    For it to work, it would have to break API by renaming
    GDataAccessHandlerIface to GDataAccessHandlerInterface.

M	README
M	configure.ac
M	gdata/gdata-access-handler.c

commit 33ef10a4f0cd472c69d9651cee0184c20db8fa02
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 12 19:53:12 2010 +0100

    [core] Use G_DEFINE_INTERFACE

    This bumps the GLib requirement up to 2.23.1.

M	README
M	configure.ac
M	gdata/gdata-access-handler.c

commit 043bbfaf99f6cd4e186d458a1fbfae537d6e1a78
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 12 19:28:17 2010 +0100

    [core] Whitespace fixes

    Make indentation and whitespacing consistent throughout the entire
    project.
    I am so sad.

M	HACKING
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/atom/gdata-link.h
M	gdata/exif/gdata-exif-tags.c
M	gdata/gcontact/gdata-gcontact-calendar.c
M	gdata/gcontact/gdata-gcontact-event.c
M	gdata/gcontact/gdata-gcontact-external-id.c
M	gdata/gcontact/gdata-gcontact-jot.c
M	gdata/gcontact/gdata-gcontact-language.c
M	gdata/gcontact/gdata-gcontact-relation.c
M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h
M	gdata/gdata-access-rule.c
M	gdata/gdata-buffer.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h
M	gdata/gdata-parser.c
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata-types.c
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/georss/gdata-georss-where.c
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

commit 886a47e9cdbd964fb8808af59ccf7f670b865edf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 10 18:34:18 2010 +0100

    [documents] Fix type checks for document queries

M	gdata/services/documents/gdata-documents-service.c

commit 3cfb19d58b7a817c36938ff4168ebf4e8b962440
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 10 18:27:02 2010 +0100

    [core] Fix cancellation races in GDataBuffer and GDataUploadStream

M	gdata/gdata-buffer.c
M	gdata/gdata-upload-stream.c

commit ca20862ec3235e25763317ebdea60146327ecd14
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 10 18:13:52 2010 +0100

    [core] Tidy up preconditions

    Tidy up the public API preconditions and ensure they're present
    for all
    public (and most semi-public) functions.

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/gcontact/gdata-gcontact-calendar.c
M	gdata/gcontact/gdata-gcontact-external-id.c
M	gdata/gcontact/gdata-gcontact-language.c
M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-access-handler.c
M	gdata/gdata-buffer.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c
M	gdata/media/gdata-media-group.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c

commit f76e3ce0fdd14beb58fd1dae48eb865e21a54ee3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 10 16:23:43 2010 +0100

    [core] Fix sign issues in GDataQuery

    Make GDataQuery:start-index and GDataQuery:max-results unsigned
    integers,
    rather than signed integers, with default values of 0.

    Note that this is an API break, though it doesn't affect any known
    current
    users of libgdata.

M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-query.h
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/tests/general.c

commit eeaaf33238c08962c72193d90205fa490c5dfb87
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 9 22:34:56 2010 +0100

    [core] Improve documentation a little

M	gdata/gdata-service.c

commit 721dd8d66611474a71ec55ae86f133e4a67aac26
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 9 22:32:29 2010 +0100

    [picasaweb] Fix small leak

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit a7659ba16449f2cae97eadcb2e3ac59f01bfe016
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 9 22:31:30 2010 +0100

    [gcontact] Fix documentation

M	gdata/gcontact/gdata-gcontact-external-id.c

commit b56ed5d7d6bdebc793bbb5a13d022aa61fb86860
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 9 00:53:36 2010 +0100

    [core] Improve cancellation support

    Make use of libsoup's message cancellation functionality, rather than
    checking for cancellation ourselves at arbitrary points during
    operations.

    This fixes cancellation support for sync and async operations,
    and adds an
    API guarantee that if an operation is cancelled before its network
    activity
    has finished (or started), the operation will always return a
    cancelled
    error. If an operation is cancelled after its network activity
    has finished,
    the operation will always return its results as normal.

M	docs/reference/gdata-overview.xml
M	gdata/gdata-access-handler.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-service.c

commit 5b7b1e0e6a18ae4dbc63aecc11c473b651e5244d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 9 19:18:20 2010 +0100

    [core] Improve preconditions for GDataService methods

M	gdata/gdata-service.c

commit e4ebb13a83cd9d2747ac8eedfd3b43997d6e48f0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Apr 8 21:53:23 2010 +0100

    [core] Fix ETag returns for async queries

    If an async query had an ETag match, a NULL feed was returned, but the
    async query code didn't handle this properly.

M	gdata/gdata-service.c

commit e2c05a5ec51624a17e1c7792eb55efed174c077e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Apr 8 21:07:50 2010 +0100

    [youtube] Fix parsing of content elements

M	gdata/media/gdata-media-group.c
M	gdata/services/youtube/gdata-youtube-group.c

commit eab9685d23dcd6e809281a04e1eef33faa9adeee
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 6 19:00:24 2010 +0100

    [gcontact] Add support for GDataGContactLanguage and hobbies

    Closes: bgo#613551

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
A	gdata/gcontact/gdata-gcontact-language.c
A	gdata/gcontact/gdata-gcontact-language.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c
M	gdata/tests/general.c

commit 4dd2c49b2039d8d6153cbe5563a531e6c55aa77f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 6 18:04:08 2010 +0100

    [gcontact] Add GDataGContactExternalID

    Helps: bgo#613551

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
A	gdata/gcontact/gdata-gcontact-external-id.c
A	gdata/gcontact/gdata-gcontact-external-id.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c
M	gdata/tests/general.c

commit 79e784f5d6151b4a1ec2c2799d9e4239a52d2b98
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 6 17:14:23 2010 +0100

    [contacts] Add user-defined field support

    Helps: bgo#613551

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit ac13100d5464e944aa8b07811202a410cd1546b8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 6 16:32:29 2010 +0100

    [build] Update git.mk from Pango

M	git.mk

commit e82c804128fa775d26dad7a39acd09c1b0603b6a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 6 15:51:10 2010 +0100

    [contacts] Add support for more gContact namespace elements

    The following elements are now supported:
     * billingInformation
     * directoryServer
     * gender
     * initials
     * maidenName
     * mileage
     * occupation
     * priority
     * sensitivity
     * shortName
     * subject
    Helps: bgo#613551

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit 58da2602ea3616a6d397384d0b1bfae8eef0437a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Apr 6 09:35:08 2010 +0100

    [core] Add support for <rights> to GDataFeed

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata.symbols
M	gdata/tests/general.c

commit 459aaf6d5931b426e062ecbe6d29df06cca2d7fe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 3 09:10:57 2010 +0100

    [core] Make function order consistent

M	gdata/gdata-access-rule.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-video.c

commit f98aed130bb2275ab4ea50aaec6016562aa54a3a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Apr 1 22:58:46 2010 +0100

    [core] Add G_GNUC_MALLOC to all functions returning allocated data

    This is in addition to G_GNUC_WARN_UNUSED_RESULT, so that we get
    the benefit
    of compiler aliasing optimisations, plus a reminder to not discard
    returned
    values without freeing/unreffing them.

M	gdata/atom/gdata-author.h
M	gdata/atom/gdata-category.h
M	gdata/atom/gdata-link.h
M	gdata/gcontact/gdata-gcontact-calendar.h
M	gdata/gcontact/gdata-gcontact-event.h
M	gdata/gcontact/gdata-gcontact-jot.h
M	gdata/gcontact/gdata-gcontact-relation.h
M	gdata/gcontact/gdata-gcontact-website.h
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-name.h
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.h
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.h
M	gdata/gdata-access-handler.h
M	gdata/gdata-access-rule.h
M	gdata/gdata-buffer.h
M	gdata/gdata-download-stream.h
M	gdata/gdata-entry.h
M	gdata/gdata-parsable.h
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/gdata-query.h
M	gdata/gdata-service.h
M	gdata/gdata-types.h
M	gdata/gdata-upload-stream.h
M	gdata/media/gdata-media-category.h
M	gdata/media/gdata-media-content.h
M	gdata/media/gdata-media-thumbnail.h
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/documents/gdata-documents-folder.h
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-query.h
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.h
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.h

commit b926e8e717f309a7d49c57560b4ad4dbf683b215
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Apr 1 20:58:00 2010 +0100

    [docs] Add note about #defined strings

M	HACKING
M	docs/reference/gdata-overview.xml

commit f0a69f5d52511152e089977827eb69e0497c88d2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Apr 1 20:23:36 2010 +0100

    [core] Use libsoup status constants

    Use libsoup status constants when dealing with HTTP statuses for
    clarity.

M	gdata/gdata-access-handler.c
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-service.c

commit ce3e887ec2f1a4a5f10bb9276d25eff2dd057164
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Mar 31 00:45:26 2010 +0100

    [calendar] Add missing parsing fallback

M	gdata/services/calendar/gdata-calendar-feed.c

commit a0742d438ac0cca989e3eb4756d9985596e5479a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Mar 31 00:22:07 2010 +0100

    [core] Unify queries for single entries

    Add a new gdata_service_query_single_entry() function (and async
    variant)
    to serve as the main function to call for retrieving a single
    entry from
    any service.

    As a consequence of this, the GDataQuery:entry-id property has
    been removed,
    as it's now redundant (and never worked well anyway).

    ABI has been broken apart from the API removals due to adding a
    new member
    to GDataEntryClass.

    Note that this includes the removal of:
     * gdata_youtube_service_query_single_video() (and async variant)
     * gdata_documents_service_query_single_document()
     * gdata_query_new_for_id()
     * gdata_query_[get|set]_entry_id()

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 4e36bb3457f45828c79f9f9794307f1205d9e59d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 30 17:24:31 2010 +0100

    [youtube] Fix keyword tests

M	gdata/tests/youtube.c

commit 66aa9b407b014aa8af1528f1a72fe3d097397429
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 30 17:19:59 2010 +0100

    [picasaweb] Fix class definition for GDataPicasaWeb

M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/picasaweb/gdata-picasaweb-user.h

commit 54a8022e06e986c06a0a5aa87458c2d3d8d7f4fb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Tue Mar 30 20:53:16 2010 +0200

    Updated Spanish translation

M	po/es.po

commit 270b8bae0c238ea0b8335af8f04e4c20a505ddc1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 30 00:44:47 2010 +0100

    Bug 614253 — GDataMediaGroup:tags should be a string array

    Convert GDataMediaGroup:tags to be a string array, which automatically
    escapes and unescapes the tags passed to it. Also convert all
    properties
    which proxy GDataMediaGroup:tags, which means the following API
    breaks:
     * GDataPicasaWebAlbum:tags and getter/setter
     * GDataPicasaWebFile:tags and getter/setter
     * GDataYouTubeVideo:keywords and getter/setter
    All these properties are now string arrays, and their getters/setters
    deal
    with them as such. Closes: bgo#614253

M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-group.h
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/picasaweb.c

commit 8625f6bf68dda2e4f973ca5c1dc92d81f55e4f6f
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Mon Mar 29 21:56:50 2010 +0200

    Updated German translation

M	po/de.po

commit 1fb54efce0bba1e611c3c5a7bb30258b9163e95e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Mon Mar 29 20:57:16 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit ba286a7f4b52f9c35d2062a9cc5c7181cc6573c9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 29 19:19:45 2010 +0100

    [core] Improve error reporting when there's no network connection

    Add GDATA_SERVICE_ERROR_NETWORK_ERROR and
    GDATA_SERVICE_ERROR_PROXY_ERROR,
    to be returned by all network operations (authentication, queries,
    insertions, updates and deletions) in case of a local network error
    or a
    proxy error, respectively.

M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/tests/general.c

commit b193da507a63da2fe1e0f7dc44aae9949f4d7545
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Mon Mar 29 14:09:38 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 1ad02bfea27ef665e1298c1ca29208bdc30233cd
Author: Petr Kovar <pknbe@volny.cz>
Date:	Mon Mar 29 00:47:30 2010 +0200

    Update Czech translation

M	po/cs.po

commit 3f159da1916e6d3c3c7728928b147c7c326976ca
Author: Marek Černocký <marek@manet.cz>
Date:	Sun Mar 28 23:03:58 2010 +0200

    Update Czech translation

M	po/cs.po

commit fa4a5fdd33be5a7aac9a34e30efce744a22f88b5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Sat Mar 27 19:31:44 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit 7b79b7da769d96aacb182e684a4b85b3bb0140c5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 27 16:21:19 2010 +0000

    [docs] More documentation warning fixes

M	HACKING
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/exif/gdata-exif-tags.c
M	gdata/gcontact/gdata-gcontact-calendar.c
M	gdata/gcontact/gdata-gcontact-website.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-buffer.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-query.c
M	gdata/gdata-service.h
M	gdata/gdata-upload-stream.c
M	gdata/georss/gdata-georss-where.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 09022c450b40178782016036391d60973a7dba72
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 27 15:04:10 2010 +0000

    [youtube] Add #defines for YouTube objects

M	docs/reference/gdata-sections.txt
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-credit.h

commit 548d9dda255f0f359e04280c0b1512459b7f606b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 27 14:49:41 2010 +0000

    [picasaweb] Add #defines for PicasaWeb objects

M	docs/reference/gdata-sections.txt
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h

commit c78794f350371e31b54d4b44bb264ccb27238571
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 27 14:38:03 2010 +0000

    [calendar] Add #defines for Google Calendar objects

M	docs/reference/gdata-sections.txt
M	gdata/gd/gdata-gd-when.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/tests/calendar.c
M	gdata/tests/general.c

commit d6a73292156dd30e779a85291f75ae23ccdfc38b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Sat Mar 27 13:42:46 2010 +0100

    Updated Spanish translation

M	po/es.po

commit fe88f6da332e26a154b8ea241993b6f2405d1f7d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 27 00:28:56 2010 +0000

    [documents] Minor documentation fix

M	gdata/services/documents/gdata-documents-presentation.h

commit a464563b8203381db2b708e65998ef6ae3ed6012
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Mar 27 00:18:49 2010 +0000

    [gd] Add #defines for GData namespace objects

M	docs/reference/gdata-sections.txt
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.c
M	gdata/gd/gdata-gd-who.h
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c

commit 464988fc97a1aaa9eebcd8657626a0dab6f33597
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 26 22:57:27 2010 +0000

    [core] Add #defines for GDataAccessRule-related things

    from the new defines, which are split across the gAcl, Google
    Calendar and
    Google Documents namespaces.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-rule.c
M	gdata/gdata-access-rule.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/calendar.c
M	gdata/tests/documents.c
M	gdata/tests/general.c

commit 869553d37d02ddff39166c0c961c2697b59ae9ba
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 26 22:10:44 2010 +0000

    [core] Remove several enumerated types

    Remove GDataYouTubeAspectRatio, and replace it with a
    GDATA_YOUTUBE_ASPECT_RATIO_WIDESCREEN #define.

    Remove GDataYouTubeAction and replace it with #defines for all
    its members.

    This is an API and ABI break necessary to enforce the newly-finalised
    policy that enums are avoided where possible for API which interacts
    with or
    represents data from the server.

M	docs/reference/gdata-overview.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

commit 37376eb3e63da22c4ba766988810d4a0b72f8e84
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 26 19:35:25 2010 +0000

    [docs] Add a philosophy section to the documentation

    This section gives some details about some of the design decisions in
    libgdata which have affected the API.

    This also updates the HACKING file, with references to the new
    documentation
    sections, and a few updated commenting rules.

M	HACKING
M	docs/reference/gdata-overview.xml

commit dc7df0137940a62de0895d0831a7dd0965110b1c
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Fri Mar 26 11:57:24 2010 +0100

    Updated German translation

M	po/de.po

commit 2902326cd1437d7d3d9ee5f2298d8e6ad4b05c70
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	Fri Mar 26 10:58:04 2010 +0100

    Updated French translation

M	po/fr.po

commit aa23ec1cdcaaa5511a5ba713bebdbe0f101bf180
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 25 00:43:09 2010 +0000

    Bug 613551 — Add gContact namespace

    Add support for various elements from the gContact namespace,
    and implement
    them in #GDataContactsContact. There is now support for contact:
     * nicknames
     * birthdays
     * jots (notes about a contact)
     * relations (with other people, not necessarily family)
     * websites
     * events (anniversaries, important dates, etc.)
     * calendar links
    Helps: bgo#613551

M	Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
A	gdata/gcontact/gdata-gcontact-calendar.c
A	gdata/gcontact/gdata-gcontact-calendar.h
A	gdata/gcontact/gdata-gcontact-event.c
A	gdata/gcontact/gdata-gcontact-event.h
A	gdata/gcontact/gdata-gcontact-jot.c
A	gdata/gcontact/gdata-gcontact-jot.h
A	gdata/gcontact/gdata-gcontact-relation.c
A	gdata/gcontact/gdata-gcontact-relation.h
A	gdata/gcontact/gdata-gcontact-website.c
A	gdata/gcontact/gdata-gcontact-website.h
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c
M	gdata/tests/general.c

commit 3dad7fe3e3b48fd7090b21dc92ed770c338732da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 25 14:33:04 2010 +0000

    [core] Add GDataAccessRule:edited

    Allow retrieval of the last edit time for access rules using the

M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-rule.c
M	gdata/gdata-access-rule.h
M	gdata/gdata.symbols
M	gdata/tests/calendar.c
M	gdata/tests/general.c

commit c9dc64a56aa098a5dff2b1317d2916d182932619
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 25 13:38:32 2010 +0000

    [core] Remove unnecessary preconditions in internal functions

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c

commit 4193e1819b4d05a97c54803a71e1f4ff0f1df974
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 25 13:29:18 2010 +0000

    [core] Ensure newly-created entries can never be inserted if they
    have an ID

    It should not be possible to use gdata_service_insert_entry() on
    an entry
    created by the program which has an ID.

M	gdata/gdata-entry.c

commit db1a1bdf07bb09ab6b59fc94872c87d67b0c841e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 25 13:10:22 2010 +0000

    [docs] Small function link fix

M	gdata/gdata-entry.c

commit 9b868119b6168dc1af26713a2be57f045db58482
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 25 12:54:12 2010 +0000

    [core] Removed unnecessary *_GET_PRIVATE macros everywhere

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/exif/gdata-exif-tags.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c
M	gdata/georss/gdata-georss-where.c
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 8b64cfab781063e08432294786beb2ad433e4f58
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Mar 25 00:27:06 2010 +0000

    [picasaweb] Add functions to get album and file IDs

    Add gdata_picasaweb_album_get_id() and gdata_picasaweb_file_get_id()
    to get
    the forms of ID which were previously (incorrectly) returned by
    gdata_entry_get_id() for the two classes.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-parsable.c
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/tests/picasaweb.c

commit 469f55d88d624252641aeb76b6703a208b740c8b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Mar 24 23:35:49 2010 +0000

    [core] Add namespace checks to all parse_xml() functions

    This should (theoretically, though untested) speed up parsing a
    little, since
    whole chunks of unrelated elements can now be skipped at once in
    the search
    for the right element.

    Important: these changes accidentally fix the behaviour of
    gdata_entry_get_id() for #GDataPicasaWebAlbum, which was returning
    incorrect
    results before. Any applications which depend on the broken behaviour
    should
    be updated to deal with the correct form IDs (i.e. URIs), or use a new
    gdata_picasaweb_album_get_id() function which will be added shortly.

M	gdata/atom/gdata-author.c
M	gdata/exif/gdata-exif-tags.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/georss/gdata-georss-where.c
M	gdata/media/gdata-media-group.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/picasaweb.c

commit 5c64f9db5a20fd4967a8e2190c9a719a1e04360e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Mar 24 21:44:27 2010 +0000

    [core] Move all GTimeVal parsing into a single function

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-group.c

commit 078e7bda419b5320d55c8d24ec80c545451f5bb1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Mar 24 00:50:48 2010 +0000

    [core] Tidy up some objects' parsing methods

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-generator.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-credit.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c

commit c18152c862c7311c21293a6840ef8e20a77daa6a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 23 16:40:53 2010 +0000

    [core] Move all element object parsing into two functions

M	docs/reference/gdata-sections.txt
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-when.h
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata.symbols
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-group.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/general.c

commit 39c746ad78870a34dceec15a1775a6df3e3476d4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Mar 23 00:19:47 2010 +0000

    [core] Move all element string content parsing into one function

M	gdata/atom/gdata-author.c
M	gdata/exif/gdata-exif-tags.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-group.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-group.c

commit 3d42629c55cdaef4901d7cb343e3696a87d12030
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 21:55:47 2010 +0000

    [core] Move all boolean property parsing into one function

M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/media/gdata-media-content.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c

commit e33b3cf397ad635b47bb76f3d9ca00960df5b3de
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Wed Mar 24 14:28:41 2010 +0100

    Updated Hungarian translation

M	po/hu.po

commit bcccfa9dc3a3be7af3766daaac8989e79bc71a17
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	Tue Mar 23 14:25:56 2010 +0100

    Updated French translation

M	po/fr.po

commit f749f3e6f351942a59211ce396d350164e6dd284
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 18:43:26 2010 +0000

    [core] Constify GTimeVals and GDataColors where possible

    Add const attributes to add GTimeVals and GDataColors where they're
    used
    unmodified by a function.

M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-when.h
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

commit 18831e7d65157a9f568b122b0411b3362c4f0f56
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 18:27:14 2010 +0000

    [build] Add missing includes to gdata.h

M	gdata/gdata.h

commit a739a08ba28fae9f6c38bf085e30e5b0fe25acf8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 18:16:12 2010 +0000

    [docs] Added missing Since tags

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-link.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-when.h
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.c
M	gdata/gd/gdata-gd-who.h
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-parsable.c
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-content.h
M	gdata/media/gdata-media-credit.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/documents/gdata-documents-folder.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-content.h
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-credit.h
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 6a5d3da539dbf124f6a795fc2b74ee82647b91a2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Mon Mar 22 18:51:08 2010 +0100

    Updated Spanish translation

M	po/es.po

commit b1d21ba9a34aba333e2e737e2de30453e7107831
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
Date:	Mon Mar 22 18:42:03 2010 +0100

    Updated German translation

M	po/de.po

commit b6092c7c204c1814d2d27488d70bd647612bbf47
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Mon Mar 22 18:20:15 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit 1f1c5566c27b697c4f6e623e875f6feb919dae36
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 16:59:44 2010 +0000

    [gd] Ensure comparisons of two NULL values return 0

    Add test cases too.

M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/tests/general.c

commit d40afb3d5c2df1c41bcbce11773a7be90bbad781
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 16:50:33 2010 +0000

    [documents] Fix gcc printf format warning message

M	gdata/services/documents/gdata-documents-service.c

commit c6f00c3f92ab4d51fb740f28a6d77221b468b4be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 16:47:09 2010 +0000

    [docs] Fix various documentation errors

    Fix various small documentation errors (generally broken links
    and typos)
    and add documentation for the properties in #GDataEntry.

M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-entry.c
M	gdata/gdata-service.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/youtube/gdata-youtube-service.h

commit bb89e0f9bedd0deec4c7ebd289de9cc46b172664
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 00:16:53 2010 +0000

    [picasaweb] Fix casting

M	gdata/services/picasaweb/gdata-picasaweb-query.c

commit 4cd13d3423b3f408bd3ed9b00704906bbb627273
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 22 00:12:07 2010 +0000

    Ensure GDataYouTubeService's parse_error_response always sets an error

    Ensure #GDataYouTubeService's parse_error_response() always sets
    an error
    before returning; there was a case where it wouldn't if the server's
    response
    was completely unparsable. This could've caused the crash in
    bgo#613529.

M	gdata/services/youtube/gdata-youtube-service.c

commit 516f791014459a423930569edca0b470ded62473
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 21 23:29:32 2010 +0000

    Bug 613529 — Sending ETag with modified query

    Ensure #GDataQuery:etag is unset after any property of a query
    is changed.
    This ensures that if a single query instance is reused for multiple
    queries
    (as in Totem's YouTube plugin), there's no chance that the server
    could
    unexpectedly return an "unchanged" status. Closes: bgo#613529

M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 30425800e825d9d2d1a4525ad7d5c69fbcf3a2bb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 21 20:07:48 2010 +0000

    [docs] Added missing PicasaWeb class pages to the documentation

M	docs/reference/gdata-docs.xml

commit dba66e7a0da3454cb7e7dac206c4469100e496e7
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:	Sat Mar 20 19:18:54 2010 +0900

    Updated Japanese translation.
    Merged with Nishio Futoshi's translation downloaded from
    http://developer.momonga-linux.org/viewvc/pkgs/trunk/pkgs/libgdata/ja.po?view=log

M	po/ja.po

commit 9fd77968057abc845bd4ee029fa95241cbf67508
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 19 15:54:38 2010 +0000

    [core] Catch HTTP 412 errors as version mismatches

M	gdata/gdata-service.c

commit 7644d2d821e10a4d5b94841e18d0a8cb88a48eb7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 19 15:18:54 2010 +0000

    [gd] Reject empty strings from GDataGDPostalAddress' properties

M	gdata/gd/gdata-gd-postal-address.c

commit a49dadd3890aee1ce51c918f2b54afb9b5c5b3a9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 19 15:12:22 2010 +0000

    [contacts] Add the kind category to new GDataContactsContacts

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/tests/contacts.c

commit 4aa89019908b1c6c951ffa5695e6678b6f2c8b52
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Mar 19 14:03:54 2010 +0000

    [contacts] Add gdata_contacts_contact_set_name()

    Make the #GDataContactsContact:name object writeable, instead
    of making
    people change the properties of the singleton GDataGDName.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/tests/contacts.c

commit e29b4b724a3ebed858f3721d7a6e9f669fa11da9
Author: Leonid Kanter <leon@asplinux.ru>
Date:	Thu Mar 18 08:45:39 2010 +0200

    Added Russian translation

M	po/LINGUAS
A	po/ru.po

commit 64bafaf44305d77567e292769e5b3a33a3f3e372
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	Mon Mar 15 18:55:42 2010 +0100

    Updated Basque language

M	po/eu.po

commit 57df327231a48bb7a92e2c0d01393d7a8b2fac7b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Mar 10 22:36:12 2010 +0000

    Parse new format YouTube URIs

    Extend gdata_youtube_video_get_video_id_from_uri() to deal with
    the new
    format URIs introduced recently:
    http://apiblog.youtube.com/2010/03/upcoming-change-to-youtube-video-page.html

M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/youtube.c

commit aac0586ca01463dce55f2a1a123ff4f8e3fb217c
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Mon Mar 8 12:18:41 2010 +0100

    Updated Polish translation

M	po/pl.po

commit 745a59088cb0070ef3f5729ab62aa70e6d2487d3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 7 22:23:12 2010 +0000

    Bug 610948 — Improve access control support

    Remove the gdata_youtube_video_[get|set]_no_embed() functions
    and replace
    them with gdata_youtube_video_[get|set]_access_control(),
    GDataYouTubeAction
    and GDataYouTubePermission. This allows more permissions to be set on
    YouTube videos, using their new permissions system. Closes: bgo#610948

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit 41ba653f9fdaa44b81b591183a67898791eb1821
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 7 21:09:51 2010 +0000

    Bug 605699 — Add packet capture to test suite

    Add a LIBGDATA_DEBUG environment variable which allows setting
    the debug
    output level (from none, through messages and headers, to full network
    logging). This variable is now used in the test suite, so that
    output from
    test programs can be piped to a log file and the network traces
    analysed
    later.

    The network logging uses libsoup's inbuilt logging facilities.
    Closes: bgo#605699

M	README
M	docs/reference/gdata-docs.xml
A	docs/reference/gdata-running.xml
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/tests/Makefile.am
M	gdata/tests/calendar.c
C065	gdata/tests/common.h	gdata/tests/common.c
M	gdata/tests/common.h
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 69adbb8d33b4621ca1e1151e0819921039bf1c32
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Feb 18 12:55:20 2010 +0000

    Bug 610273 —  Fails to build without a system-wide libtool

    Fix the introspection build if a system-wide libtool isn't available.
    Closes: bgo#610273

M	Makefile.am

commit c9966fde521542155062063f7b1d460d8e03ddae
Author: Aron Xu <aronxu@gnome.org>
Date:	Tue Feb 16 09:55:31 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 4e12a47186ebb6d9dbfe3285719ff9b7a8922cdc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Feb 15 17:46:47 2010 +0000

    Updated British English translation

M	po/en_GB.po

commit 43b43d55c9261b0ea838211ab6dceda0371433d6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Feb 15 17:45:16 2010 +0000

    Bug 610007 — libgdata introspection support requires installed
    libgdata.pc

    Fix the introspection build for a previously-non-installed libgdata.
    Closes: bgo#610007

M	Makefile.am

commit 44f5093b69e5cad672564e3e21bb249c0a968251
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Feb 14 20:42:21 2010 +0000

    [build] Increment version to 0.7.0

M	configure.ac

commit 85ecd4493e289a89d6039682e2f5f633628ea4e4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Feb 14 20:35:51 2010 +0000

    Release version 0.6.0

M	Makefile.am
M	NEWS
M	configure.ac

commit d7aa66ba69788fd90ef2738f0f3dfb3d64bdf66e
Author: Julien Hardelin <jm.hard@wanadoo.fr>
Date:	Mon Feb 8 22:17:13 2010 +0100

    Updated French translation

M	po/fr.po

commit 1655f211611b3d77650b26d59f6fdf3aa3dacc9f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 31 14:07:15 2010 +0000

    [docs] Tidy up service propagation in documents tests

M	gdata/tests/documents.c

commit fec244fd5e1693d8d60893be25e64fb6c575c64b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 31 14:03:12 2010 +0000

    [core] Consolidate generic errors

    Consolidate the GDATA_SERVICE_ERROR_WITH_* generic errors, and convert
    everything to use GDATA_SERVICE_ERROR_PROTOCOL_ERROR instead. This
    is an API
    break, as the old errors have now been removed.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-handler.c
M	gdata/gdata-download-stream.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata-upload-stream.c
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/youtube/gdata-youtube-service.c

commit 4e82deebe019dcab1e6f470ad7d9c3ad964c0692
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jan 30 20:15:57 2010 +0000

    [build] Remove INSTALL file

    Remove the INSTALL file, as it's generated by autofoo.

D	INSTALL

commit 8f41511b3d8dd02a7f7eaf4284d8223803300aa0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jan 30 20:14:36 2010 +0000

    [build] Use API version for GIR file

    Add an API version variable (currently set to 0.0) for the GIR
    filename,
    rather than using the release version. The library itself will have
    the API
    version appended to the name when we reach API version 1.0.

M	Makefile.am
M	configure.ac

commit d39736dbc915a83c8ea687f714eb58ea61caa224
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jan 26 13:40:42 2010 +0000

    [build] Modernise configure.ac

    Don't use deprecated Autoconf macros any more.
    See: http://live.gnome.org/GnomeGoals/ModernAutotools

M	configure.ac
M	libgdata.doap

commit 8314ebcd5a4826aba1c1bc2e1c2f4c43afa40a33
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jan 25 15:42:54 2010 +0000

    [general] Remove unnecessary g_object_notify() calls

    There's no need to notify of property changes during XML parsing,
    as the
    initial object state received from the server should be consistent. If
    it
    isn't, it's either a bug at Google's end, or a new addition to the
    API which
    libgdata shouldn't preempt.

M	gdata/gd/gdata-gd-name.c
M	gdata/gdata-entry.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-video.c

commit afd50ddc91bcd4a9cb1da17181f1f2e6658eb0ec
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jan 25 15:15:08 2010 +0000

    [gd] Make string parsing UTF-8–safe

    Make the various small bits of string parsing/handling (which all
    occur in
    the GData code) UTF-8 safe, and add some test cases.

M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/tests/general.c

commit 62fafe938a1dd03d763de1068d69495b3e219ba4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 24 17:18:55 2010 +0000

    [tests] Add performance and callgrind tests

    Add perf and callgrind tests, and add the perf test to the test suite.
    Add some more alloc-fns to the massif test case.

M	gdata/tests/Makefile.am
A	gdata/tests/callgrind
M	gdata/tests/massif
A	gdata/tests/perf.c

commit 6f3e933edf2d7538a65de14f10476776d92795c1
Author: Aron Xu <aronxu@gnome.org>
Date:	Sun Jan 24 14:54:50 2010 +0800

    Add Simplified Chinese translation.

M	po/LINGUAS
A	po/zh_CN.po

commit 59fa2910237997073f8aa5eea0a5e02bc7ebf4ec
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jan 22 23:59:58 2010 +0000

    [core] Fix memory leaks

    Fix a few memory leaks, including a fairly large one which would
    leak the
    entire XML parse tree for each GDataParsable.

M	gdata/atom/gdata-link.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-parsable.c
M	gdata/tests/memcheck

commit 998f434ae52f82e4fcf81bc889069407b81941b6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jan 22 23:12:44 2010 +0000

    [core] Use GLib memory functions with libxml2

    Set the libxml2 memory allocation functions to be the GLib ones,
    allowing
    us to free libxml2's memory with g_free(), meaning all return
    values from
    libxml2 functions no longer have to be marshalled into the GLib memory
    pool. This saves lots of string duplication.

    Some statistics:
     * g_strdup() calls before: 223; after: 170
     * xmlFree() calls before: 296; after: 179

    This only (apparently) gives a 2% decrease in memory usage according
    to
    tests/memory, but it's better than nothing.

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/exif/gdata-exif-tags.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-name.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-service.h
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-feed.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-user.c
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/general.c

commit 29566e6d895aab227854bd279b26466aae31a663
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Fri Jan 22 01:50:02 2010 +0100

    Updated Hungarian translation

M	po/hu.po

commit 45f641673c3536f65f54d241c526132975617483
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jan 21 22:36:32 2010 +0000

    [gd] Add support for e-mail display names and organization locations

    Add support for e-mail address display names, and divination of
    the location
    of organizations. This adds the following API:
     * gdata_gd_organization_get_location
     * gdata_gd_organization_set_location
     * gdata_gd_email_address_get_display_name
     * gdata_gd_email_address_set_display_name
    Full documentation and test coverage is included.

M	docs/reference/gdata-sections.txt
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata.symbols
M	gdata/tests/general.c

commit c8ccb796d7d4116d65d62fbb379d339655ff48df
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jan 21 21:30:16 2010 +0000

    [core] Improve GDataEntry, GDataFeed and GDataAccessHandler test
    coverage

    Improve the test coverage for those three classes, which necessitates
    allowing GDataFeeds to be parsed from XML.

M	gdata/gdata-access-handler.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-service.c
M	gdata/tests/general.c

commit 03865e0ba1f998c6b3ce072545254d21da2e9d87
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jan 21 15:06:38 2010 +0000

    Bug 607607 — Undefined symbol with introspection

    Fix introspection support. Closes: bgo#607607

M	Makefile.am

commit 6ce5aa368cdab2f885d8d99f9bebd3b735fb2fcd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jan 20 21:09:11 2010 +0000

    [gd] Update documentation links

    Update the documentation links to point to the version of the GData
    specification which is implemented (2.0, whereas it used to be 1.0),
    and fix
    a few small documentation bugs for the gd namespace.

M	docs/reference/gdata-docs.xml
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c

commit a61f3c360cb0fcd4340cb468109b6ab212245690
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jan 20 20:54:46 2010 +0000

    [youtube] Convert YouTube video uploading to use GDataUploadStream

    Convert gdata_youtube_service_upload_video() to use GDataUploadStream,
    which
    should lower memory consumption (by using streaming I/O) and ease
    maintenance.

M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit d04760535609c38ab2b53316f65995a235eaa0ea
Author: António Lima <amrlima@gmail.com>
Date:	Mon Jan 18 01:42:54 2010 +0000

    Updated Portuguese translation

M	po/pt.po

commit 77c94bf6d165db7e3c2f85b714e6955f9f410bba
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jan 18 00:01:26 2010 +0000

    [core] Use HTTPS URIs wherever possible

    Use HTTPS request URIs wherever services support them, as sensitive
    data
    could potentially be transmitted. So far, only the Calendar,
    Contacts and
    PicasaWeb services support HTTPS.

    If the LIBGDATA_FORCE_HTTP environment variable is defined, all
    requests
    (except authentication requests, which must always be HTTPS) will
    be forced
    to be HTTP, for debugging purposes.

M	README
M	gdata/atom/gdata-link.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 06ca3389099f3dee7b68a49ca5d18d39208d32fe
Author: Richard Schwarting <rschwart@src.gnome.org>
Date:	Tue Jan 12 12:44:58 2010 -0500

    Bug 598748 — *_download_document prevents non-overwriting saving
    into directories

    Make _gdata_documents_entry_download_document rely on
    _gdata_download_stream_find_destination to allow saving into
    directories
    without the overwrite flag.  Closes: bgo#598748

M	gdata/services/documents/gdata-documents-entry.c

commit 7a9683604b48ddc1d369d0943f4f50db1ab697ca
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jan 12 12:38:02 2010 +0000

    [docs] Small XML validity cleanups

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-overview.xml

commit 6a0294a5ec0c70f492887f96d1357bb239bca18e
Author: Petr Kovar <pknbe@volny.cz>
Date:	Tue Jan 12 00:28:04 2010 +0100

    Add Czech translation by Marek Cernocky and Petr Kovar

M	po/LINGUAS
A	po/cs.po

commit 71ffb8912ef4a8cdaa5bec0334c837c9f46258e0
Author: Daniel Nylander <po@danielnylander.se>
Date:	Sun Jan 10 11:59:10 2010 +0100

    Updated Swedish translation

M	po/sv.po

commit 60a9e07c58dab8124044d30cfa401bcefc3cf55c
Author: Fran Dieguez <fran.dieguez@glug.es>
Date:	Fri Jan 8 17:57:52 2010 +0100

    Updated Galician Translation

M	po/gl.po

commit 9a386001d802eca9075253c868696dac5b67ef22
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jan 3 13:17:30 2010 +0000

    [build] Remove intltool scripts, introspection.m4, and rename
    COPYING.LIB

    Remove mention of the intltool scripts from the Makefile, since
    intltool >= 0.40.0 doesn't require them to be in-tree. Rename
    COPYING.LIB to
    COPYING to be more standardised, and remove introspection.m4 from
    the tree
    since it too can be installed system-wide.

R100	COPYING.LIB	COPYING
M	Makefile.am
M	autogen.sh
M	configure.ac
D	introspection.m4

commit 53c12f5b14e785e6cfa6a21d72d40c1e4e741d89
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Fri Jan 1 10:38:07 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit aaa3e476fa978a308d6873c2998d5020f845b782
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Dec 30 11:27:40 2009 +0000

    [atom] Extend Atom tests to give complete coverage

    Extend the Atom test suite to give over 97% code coverage, and fix
    a few
    buglets in the process.

M	Makefile.am
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/gdata-parser.c
M	gdata/tests/general.c

commit c1c5fba2869847a30558130defeff6eda0c470e1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 29 20:46:22 2009 +0000

    [build] Limit gcov profiling to the library itself

    Profiling was being done on the documentation scanner and test
    files before,
    which was less than desirable. Now only the main libgdata library
    is compiled
    with profiling support if it's enabled.

M	Makefile.am
M	configure.ac

commit 023e14a4cd33561209ba6148ff02a99cedb1073c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 29 17:19:57 2009 +0000

    [contacts] Improved test coverage and fixed a few small bugs

    Improved the test coverage of the Google Contacts service, and
    consequently
    fixed a few small bugs, such as some uninitialised timestamps and
    incorrect
    signal names. This takes our overall test coverage up to about
    60%, not
    including the Google Documents code.

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/contacts.c

commit 8eec98b6bb8ab6171e0fd13e1b56febd17a1e8de
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 29 01:06:21 2009 +0000

    [tests] Fixed problems with types of data test functions

M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/documents.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 08ec075dd645934d1d81bffd61ff17196411495b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 29 00:23:51 2009 +0000

    [docs] Fixed some gtk-doc warnings

M	gdata/exif/gdata-exif-tags.c
M	gdata/gdata-buffer.c
M	gdata/georss/gdata-georss-where.c
M	gdata/media/gdata-media-group.c
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-group.c

commit b96db0bf51ea05fed6ddec5af41d39add634d651
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 29 00:18:36 2009 +0000

    [build] Update git.mk and .gitignore generation

    Update our copy of git.mk from Pango and fix up some problems with
    .gitignore
    generation.

M	Makefile.am
M	git.mk

commit 30728e6de85c13f3839e36a7bc4c92551a3c9a25
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 20 22:53:21 2009 +0100

    [build] Reorganised to use non-recursive automake and added gcov
    support

    Reorganised to use non-recursive automake for everything except API
    documentation and translations. As a consequence of this
    reorganisation, two
    private header files which were mistakenly installed before are
    no longer
    installed (this will not be considered an API break). The
    introspection and
    gtester include files have been updated.

    Support for code coverage checking for the test suite has been
    added too,
    using gcov. It can be invoked by `make gcov`, and will output a
    file called
    "gcov-report.txt" in the main source directory with the results of the
    checks.

M	INSTALL
M	Makefile.am
M	configure.ac
M	docs/reference/Makefile.am
D	gdata/Makefile.am
D	gdata/atom/Makefile.am
D	gdata/exif/Makefile.am
D	gdata/gd/Makefile.am
D	gdata/georss/Makefile.am
D	gdata/media/Makefile.am
D	gdata/services/Makefile.am
D	gdata/services/calendar/Makefile.am
D	gdata/services/contacts/Makefile.am
D	gdata/services/documents/Makefile.am
D	gdata/services/picasaweb/Makefile.am
D	gdata/services/youtube/Makefile.am
M	gdata/tests/Makefile.am
M	gdata/tests/documents.c
R092	Makefile.decl	gtester.mk
M	introspection.m4

commit ab9dc1cc20a61895f6d674018de3ade6cc515108
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 28 11:59:47 2009 +0000

    [tests] Fix deletion of directories for PicasaWeb tests

M	gdata/tests/picasaweb.c

commit 18fbd9320e49fe84f52fd411cbe018705a4023fa
Author: Rita Bandiera <rbandiera@email.it>
Date:	Sat Dec 26 12:13:46 2009 +0100

    Added Italian translation
    Updated LINGUAS file

M	po/LINGUAS
A	po/it.po

commit 8881cf269c56c13bb6b2b79c3e5030050733093e
Author: Richard Schwarting <rschwart@src.gnome.org>
Date:	Wed Dec 16 22:29:05 2009 +0000

    Bug 601919 — Expand a comment, organise some media tests

    Closes: bgo#601919

M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit 1c4d9fc24ad8a1f1c91b028811335ea398ed4048
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Dec 13 12:44:08 2009 +0000

    [build] Tidy up build messages

    Remove an EXTRA_DIST warning message and quieten the introspection
    build
    messages.

M	gdata/Makefile.am
M	gdata/tests/Makefile.am

commit 031c67f23c171f98147a1f128b97ba20e237f22e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Sun Dec 13 09:42:37 2009 +0100

    Updated Spanish translation

M	po/es.po

commit 1f2d46eaa957ddc3d70e5e12d0f2e2b48de6ec23
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Fri Dec 11 17:04:49 2009 +0100

    Updated German translation

M	po/de.po

commit fa135b0da0df85f751af84d136cce9a68e707a23
Author: Richard Schwarting <rschwart@src.gnome.org>
Date:	Fri Dec 11 11:27:45 2009 +1300

    Bug 604313 — Test failures in 0.5.1

    Google increased # of photos per album (hurrah), so update the tests
    to something a little more robust.	Closes: bgo#604313

M	gdata/tests/picasaweb.c

commit 79ab76ca03644618ec3d26c8d3e9642ba19f835e
Author: Richard Schwarting <rschwart@src.gnome.org>
Date:	Sat Dec 12 01:30:16 2009 +1300

    Bug 600262 — Add async PicasaWeb upload API

    Add an asynchronous file upload API to the PicasaWeb service.
    Closes: bgo#600262

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit 0c72c53de8cf5a85124d298e4c350fde3566e577
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Dec 7 15:31:57 2009 +0000

    [tests] Fix GdkPixbuf declaration for non-installed GDK+ headers

M	gdata/tests/picasaweb.c

commit cf9d6021e4e46d0d169a6c15fc25e18e14f3a5fb
Author: Richard Schwarting <rschwart@src.gnome.org>
Date:	Sun Dec 6 18:03:05 2009 +1300

    Bug 598913 -  Add gdata_picasaweb_service_insert_album()

    Add an API to facilitate the creation of new PicasaWeb albums

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit efc38812b658cf56f4141aa59dd1639b1430adde
Author: Richard Schwarting <rschwart@src.gnome.org>
Date:	Sun Dec 6 17:46:07 2009 +1300

    Bug 598649 — Download API for PicasaWeb images and thumbnails

    Add download APIs and infrastructure for GDataMedia and GDataThumbnail

M	configure.ac
M	docs/reference/gdata-sections.txt
M	gdata/gdata-download-stream.c
M	gdata/gdata-private.h
M	gdata/gdata.symbols
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-content.h
M	gdata/media/gdata-media-thumbnail.c
M	gdata/media/gdata-media-thumbnail.h
M	gdata/tests/Makefile.am
M	gdata/tests/picasaweb.c

commit a3ad67db38082514cc85891df305369b3ba7ed98
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Dec 3 14:26:42 2009 +0000

    Add GObject introspection support

    Add basic GObject introspection support for the library. None of
    the GIR file
    has been checked, and no annotations have been added yet.

M	Makefile.am
M	configure.ac
M	gdata/Makefile.am
A	introspection.m4

commit f696772dfb63dbb9e032e8f0de5dde958354eef2
Author: Djavan Fagundes <dnoway@gmail.com>
Date:	Fri Nov 27 08:44:43 2009 -0200

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 84764e2042a8c51dcff4eccb4dd41e373302f42e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Nov 22 16:19:22 2009 +0000

    Properly encode Unicode characters in query URIs

    Previously, Unicode characters would just be left in query URIs
    unchanged. Google's servers don't like this, and tend to return empty
    result sets (but without errors), so we should escape Unicode
    characters
    too. See: bgo#602497

M	gdata/gdata-access-handler.c
M	gdata/gdata-query.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/tests/general.c

commit 35a970c145c0390c6cbd663b7d04f515901cd2fc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Nov 17 12:46:39 2009 +0000

    Bug 602156 — GDataUploadStream should close GOutputStream on dispose

    Close the GOutputStream before disposing private data for
    GDataUploadStream which could be referenced by threaded code
    called when
    the upload is cancelled. Closes: bgo#602156

M	gdata/gdata-upload-stream.c

commit 15b567f35c5886301d5a07119bbb30b464ba2fc1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Nov 17 12:54:41 2009 +0000

    Properly catch splice errors when uploading PicasaWeb files

    Use a known-existing child error instead of a potentially NULL
    passed-in
    error to detect whether splicing on upload failed.

M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit 9ed1ad613bd5d72d83139a1e851cacc2913b491d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Fri Nov 13 12:08:35 2009 +0100

    Added sl for Slovenian translation

M	po/LINGUAS

commit 97a50f1ac9803ee1e18e432f967f0b7e51afaf99
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Fri Nov 13 12:08:17 2009 +0100

    Updated Slovenian translation

A	po/sl.po

commit 8c397d328427ad0d2fb6a6cf1b08bbee23a6488e
Author: Daniel Nylander <po@danielnylander.se>
Date:	Fri Oct 30 18:28:38 2009 +0100

    Updated Swedish translation

M	po/sv.po

commit 4ce8c2324106172d603ed3dabd44d18f8db5dac3
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Wed Oct 28 00:03:47 2009 +0100

    Updated Spanish translation

M	po/es.po

commit 857aebe4fe01a2c7174a9b5345754ea536a4279d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 26 21:36:53 2009 +0000

    [youtube] Remove gdata_youtube_video_[get|set]_title

    They were duplicating the atom:title (accessible via
    gdata_entry_[get|set]_title).

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit 791711972c658d1aca0cddda8077bf7471adb6cd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 26 21:14:02 2009 +0000

    Bug 579885 — Add code examples to documentation

    Added a code example for GDataYouTubeVideo. Helps: bgo#579885

M	gdata/services/youtube/gdata-youtube-video.c

commit 7cb98b535d40adf3d2016c5d72e344a4f11c5ec4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 26 20:39:40 2009 +0000

    [picasaweb] Add missing User and Feed files

A	gdata/services/picasaweb/gdata-picasaweb-feed.c
A	gdata/services/picasaweb/gdata-picasaweb-feed.h
A	gdata/services/picasaweb/gdata-picasaweb-user.c
A	gdata/services/picasaweb/gdata-picasaweb-user.h

commit 66eaf1948c1d4c38482c37b0b8cd1cd89f65d0a9
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sun Oct 25 15:34:23 2009 +0000

    Bug 598913 — Add gdata_picasaweb_service_insert_album()

    Remove API bloat in GDataPicasaWebAlbum: *_get_name and
    *_[get|set]_description are now gone. Helps: bgo#598913

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/tests/picasaweb.c

commit bc738bcb272a815b58ae1d6202587a57c39120e0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Oct 25 15:11:02 2009 +0000

    [picasaweb] Handle testing of album and photo timestamps

    Album and photo timestamps needed testing after being added
    previously,
    which requires the use of a regex in the testing suite, since the time
    can change between building the expected XML string and the actual
    one.

M	gdata/tests/picasaweb.c

commit 68b774ab2134e311cd564139aa899d8fe8ecbb65
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sun Oct 25 14:46:23 2009 +0000

    Bug 589858 — Handle gphoto XML elements found in 'GDataFeed'

    Adds a GDataPicasaWebUser, which exposes information about each
    registered user on PicasaWeb, queryable from the PicasaWeb
    service. The
    patch also suppresses gphoto XML elements on PicasaWeb feeds, since
    they duplicate data available in other, better places.
    Closes: bgo#589858

M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/picasaweb/Makefile.am
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit 4fca63c8e23ba788506f834228ff18ec1c8f152e
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sat Oct 24 10:44:51 2009 +0100

    Bug 599140 — Have albums initialise date to now by default

    Both albums and files now initialise their timestamps to the current
    date, rather than the Unix epoch. Closes: bgo#599140

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c

commit aed5482aa90d17e3c0ac9110b72dd19f79a2df17
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sat Oct 24 10:40:00 2009 +0100

    Bug 598893 — gdata_picasaweb_album_new doesn't set a valid
    visibility

    Set GDataPicasaWebAlbum:visibility to private when creating a
    new album.
    Closes: bgo#598893

M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/tests/picasaweb.c

commit 3f9f7050ffaebc2b0b476997a0e063108b0c6f52
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Mon Oct 19 16:56:30 2009 +0100

    Bug 598912 —  Test data was changed by my mucking around with
    comments

M	gdata/tests/picasaweb.c

commit 7c342e241e7ccd581b28292b81b38d77c1d3b35e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Oct 19 16:53:57 2009 +0100

    Bug 598910 — Timestamp bug

    Fixes incorrect usage of GTimeVal.tv_usec as milliseconds in the
    PicasaWeb backend and in GDataGDWhen. Closes: bgo#598910.

M	gdata/gd/gdata-gd-when.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c

commit f4550a6eccb918402cad18e49b64ed1006c1a07f
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Mon Oct 19 16:07:37 2009 +0100

    Bug 598746 — gdata_picasaweb_query_set_image_size documentation fix

    Fixes the claim that set_image_size can deal with lists (it can't).
    Closes: bgo#598746.

M	gdata/services/picasaweb/gdata-picasaweb-query.c

commit ef2cdd8fe96a659cf8b764eae157f571e3b60887
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:	Sun Oct 18 16:01:38 2009 -0400

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit ccadb2688bfcb05d422be4a06ce1060d0faa82f0
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:	Mon Oct 12 18:47:02 2009 +0900

    2009-10-12	Updated Japanese translation.

M	po/LINGUAS
A	po/ja.po

commit 9b08a9ae6140ac7398ae4fd87910f555f95600a0
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Thu Oct 8 22:45:49 2009 +0100

    [picasaweb] Suppress gphoto:access on GDataPicasaWebFile

    Handle the gphoto:access element for files with a stub, such that a
    warning isn't printed. Proper support will be added when individual
    file
    permissions are supported by PicasaWeb. Helps: bgo#589858

M	gdata/services/picasaweb/gdata-picasaweb-file.c

commit ceb151b4f8b80722516478a577297431eed056d9
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Thu Oct 8 22:43:42 2009 +0100

    [core] Add support for atom:icon to GDataFeed

    Add support for the atom:icon element to GDataFeed. Helps: bgo#589858

M	docs/reference/gdata-sections.txt
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata.symbols
M	gdata/tests/picasaweb.c

commit d55b48bb650ff31c31f1611a59dec3c5de3b9979
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Thu Oct 8 22:34:18 2009 +0100

    Bug 597248 — Add gdata_picasaweb_query_new_with_limits

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-query.h
M	gdata/tests/picasaweb.c

commit 4e5c7e57d50d42c0db1fc4fc32eb2084873cefd7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Oct 7 20:39:27 2009 +0100

    [build] Renamed configure.in to configure.ac for clarity

M	autogen.sh
R100	configure.in	configure.ac

commit 46c7fe5d5788375068f78df0172218288ab4e773
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Mon Sep 28 22:07:43 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 5142ec1ebb59bf8cb58f25f09c52e2c43122dc91
Author: Claude Paroz <claude@2xlibre.net>
Date:	Mon Sep 21 22:12:36 2009 +0200

    Updated French translation

M	po/fr.po

commit 054d5eff2d480c7dc29cdd346a3c0129eb5bc5e0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Sep 21 09:13:22 2009 +0100

    [build] Increment version to 0.6.0

M	configure.in

commit 4004971de98ccb8d6e16ea0e88f65c6f2c6be295
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Sep 21 09:12:38 2009 +0100

    Release version 0.5.0

M	NEWS
M	configure.in

commit 9faa7ae4d66e7814399e22fd7ff8da15087e9679
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Sep 21 08:28:40 2009 +0100

    [youtube] Fix potential unref of NULL

    This fixes a crash when querying for a single video without a
    GDataQuery.

M	gdata/services/youtube/gdata-youtube-service.c

commit fb9db6f6edb1480b54e281a1f4de57e492b0dfd4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Sep 21 08:25:31 2009 +0100

    [media] Corrected Media RSS namespace

M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit c7e34540485457acbe1db545ea042ce9c0f796d4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Sep 21 08:17:04 2009 +0100

    [youtube] Fix test suite

    Includes a change to the upload URI for videos to upload them to the
    default (i.e. logged in) user, rather than having us worry about
    whether
    to send a Google Account username or YouTube username.

M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/tests/youtube.c

commit 23a0b740e6d25bff76497f6e2743e67e0e6845cd
Author: Daniel Nylander <po@danielnylander.se>
Date:	Mon Sep 21 00:33:53 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 371e7789ff3cc7a07bc61c5224bab674d4702541
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Sun Sep 20 22:02:50 2009 +0200

    Updated German translation

M	po/de.po

commit f9b71dd217f973157b66a6de3b37e5424aef4bbc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 20 19:11:19 2009 +0100

    [media] Added tests for media:category, :content, :credit and
    :thumbnail

M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/tests/general.c

commit 5c4bf2c42063b9a0fcbaabc0802e7162d4155450
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 20 17:28:40 2009 +0100

    [documents] Make upload_update_document() static

M	gdata/services/documents/gdata-documents-service.c

commit 37d2830af877827a73ae9f68f49422b5c913a67c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 20 17:20:13 2009 +0100

    Bug 593336 — Query parameter "q=..." isn't valid for album kinds

    Also add checks in gdata_picasaweb_service_query_all_albums*()
    to ensure
    the q parameter isn't set, including a corresponding error code and a
    test in the suite. Closes: bgo#593336

M	gdata/gdata-service.h
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/tests/picasaweb.c

commit d499901b4a689db1218beeae693498e947db4025
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 20 17:05:05 2009 +0100

    Bug 593336 — Query parameter "q=..." isn't valid for album kinds

    Add a few notes in the API documentation to say that the q parameter
    isn't valid for album queries. Closes: bgo#593336

M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/picasaweb/gdata-picasaweb-service.c

commit d33b3aad55a94d35a6fe9dc31d714da89c57e59d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Sat Sep 19 02:56:37 2009 +0200

    Added Hungarian translation

A	po/hu.po

commit d2c64a8ba1293b4a7db37b4e1061e472b8cd6f3d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	Sat Sep 19 02:56:26 2009 +0200

    Added hu to LINGUAS

M	po/LINGUAS

commit 5e2f2effe7cae3506602e71e0afc473340a075b2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Sep 13 13:44:38 2009 +0100

    Updated British English translation

M	po/en_GB.po

commit 67f09aa52323bc8f5e7c9e5beab44e386d19db1d
Author: António Lima <amrlima@gmail.com>
Date:	Wed Sep 9 23:51:20 2009 +0100

    Updated Portuguese translation

M	po/LINGUAS
A	po/pt.po

commit 80898b2e3addc980dc38d424fd8cdb9a08ba5c49
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Fri Aug 28 16:48:32 2009 +0100

    Bug 593239 — Use GDataUploadStream for uploading files

    Use GDataUploadStream in the PicasaWeb service to upload photos. This
    also
    now adds the appropriate kind category to entries when they're
    uploaded (if
    it hasn't already been added to the entry), and improves the upload
    test case
    so that the current timestamp is added to the description for
    uploaded files,
    allowing for easier inspection of files online to see whether
    the tests
    were successful. Closes: bgo#593239

M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/picasaweb.c

commit 9fffe702b9f39a850925e830d55cd2ca1bcfa3b9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 28 16:45:44 2009 +0100

    [core] Fix race condition when updating authentication details

    If a GDataService is destroyed before the
    set_authentication_details_cb idle
    callback is called, it will access freed memory. The authentication
    process
    now keeps a reference to the service until it has finished updating
    the
    service's authentication details.

M	gdata/gdata-service.c

commit 38026d747eb9e26118885fc6ba83e3806c5cb21e
Author: Inaki Larranaga <dooteo@zundan.com>
Date:	Fri Aug 28 16:50:34 2009 +0200

    Added Basque translation

M	po/LINGUAS
A	po/eu.po

commit 71f5d8c88576ba98aee7b4ae1aa0abe68b42531d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Aug 28 15:28:03 2009 +0100

    Bug 592845 — Undefined symbol: gdata_picasaweb_query_new_with_limits

    Remove gdata_picasaweb_query_new_with_limits from the symbol file,
    since it
    doesn't exist. Closes: bgo#592845

M	gdata/gdata.symbols

commit d9cc2f8b1c5a517190c758baa7b6c5aca64f045e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Aug 18 16:29:54 2009 +0100

    Bug 592124 — G_LOG_DOMAIN not set for subdirectories

    Patch based on one from Thibault Saunier <saunierthibault@gmail.com>
    to
    add G_LOG_DOMAIN to the Makefiles of build subdirectories, to
    ensure the
    "libgdata" log domain is set for all messages emitted by the library.
    Closes: bgo#592124

M	gdata/atom/Makefile.am
M	gdata/exif/Makefile.am
M	gdata/gd/Makefile.am
M	gdata/georss/Makefile.am
M	gdata/media/Makefile.am
M	gdata/services/calendar/Makefile.am
M	gdata/services/contacts/Makefile.am
M	gdata/services/documents/Makefile.am
M	gdata/services/picasaweb/Makefile.am
M	gdata/services/youtube/Makefile.am

commit 90fdd19d607d5b232e5678d50150fc670b208e4c
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Tue Aug 18 16:17:45 2009 +0100

    Bug 591691 — Getting a feed containing PDF documents returns NULL

M	gdata/services/documents/gdata-documents-feed.c

commit 442d1b58a45ad46416ecdfd64e1a19571402d6b1
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Mon Aug 17 18:14:29 2009 +0100

    Bug 591974 — remove_document_from_folder moves documents to
    the trash

M	gdata/services/documents/gdata-documents-service.c

commit 047e5af9fbfe5b3dbd90a5cb28880cc1710499f2
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Mon Aug 17 17:58:14 2009 +0100

    Bug 591966 — Can't query single spreadsheets

M	gdata/services/documents/gdata-documents-service.c

commit c00fa4b85f81ee572ea1d56941cf015aa3ca5add
Author: Fran Dieguez <fran.dieguez@glug.es>
Date:	Mon Aug 17 15:27:16 2009 +0200

    Updated Galician Translation

M	po/gl.po

commit f7520786e67bc71ec29d1f5a0691b656026e131f
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Sat Aug 15 13:31:31 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 714222b63b9a7b21ccb335019abc4062ce37cb01
Author: Daniel Nylander <po@danielnylander.se>
Date:	Fri Aug 14 10:01:38 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 31238b0ce7f199098f9ca40aa1cba94dc9b37dc3
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:	Fri Aug 14 00:24:44 2009 -0300

    Fixed typos in the Brazilian Portuguese translation.

    Thanks to Rodolfo Ribeiro Gomes for spoting them.

M	po/pt_BR.po

commit d75811855d956b62b3d983e59553155c8ec9a071
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:	Thu Aug 13 23:29:48 2009 -0300

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit ad8eb5ad901c1c1ad7ac35b054fd646ed7c768da
Author: Flamarion Jorge <jorge.flamarion@gmail.com>
Date:	Thu Aug 13 22:39:46 2009 -0300

    Added Brazilian Portuguese translation.

M	po/LINGUAS
A	po/pt_BR.po

commit 5fca748b86f46a67daa13e437fa14faf8af506c8
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Thu Aug 13 15:51:48 2009 +0200

    Added Polish translation

M	po/LINGUAS
A	po/pl.po

commit 3775bb85db79e4f9609a60dac1409a870ba4a0e9
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Tue Aug 11 21:38:00 2009 +0200

    Updated German translation

M	po/de.po

commit 372610c967ac8bd1e088a290dd62299b5261dd02
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Mon Aug 10 21:20:25 2009 +0100

    [documents] Added a function to get the document upload URI

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h

commit 0a8e11dbbc4208acebbbdbc21588f8cfd06bf4d7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 10 20:53:06 2009 +0100

    [gd] Updated the GData namespace to version 3

    Added structured name and postal address handling from version 3
    of the
    GData namespace, including updated test cases.

M	docs/reference/gdata-sections.txt
M	gdata/gd/Makefile.am
A	gdata/gd/gdata-gd-name.c
A	gdata/gd/gdata-gd-name.h
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gdata-parser.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c

commit 6d5a2712416a2f70e87b47a2efe6f9abfdb1ee36
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Sat Aug 8 16:29:50 2009 +0100

    Bug 590568 – Crash on querying inside a folder

    Re-fix queries in folders to use the correct URI as per the API
    change on
    2009-08-03 (http://code.google.com/apis/documents/changelog.html).

M	gdata/services/documents/gdata-documents-service.c

commit caa0947705aad4cbc6b2b8d853772f35752239d8
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sat Aug 8 21:44:06 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit da8f20efdb2ddb640c42d2f0ff4f695467ef21c1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Fri Aug 7 14:06:08 2009 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 69a8ef2bffd54fac4bf68dee175293bc47b05fec
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 6 23:30:56 2009 +0100

    [documents] Fix the "remove all" test case so it doesn't fail on
    old ETags

M	gdata/gdata-service.c
M	gdata/tests/documents.c

commit e66e42f1637f5ed07efdde31aad5602aa30d2f89
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 6 23:07:20 2009 +0100

    [documents] Re-query the document when removing it from a folder

    This ensures we return the latest version of the document, rather
    than having
    to hack around with removing the old folder's links and categories
    ourselves.
    See: http://code.google.com/p/gdata-issues/issues/detail?id=1380

M	gdata/gdata-upload-stream.c
M	gdata/services/documents/gdata-documents-service.c

commit c6a02abf76fd6c29b2eac61c107c8f4101af11c4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 6 22:09:16 2009 +0100

    [documents] Test case fixes

    Use the correct HTTP method when updating documents, check more
    strictly for
    missing XML responses, use the Google-provided URI for removing
    documents from
    folders, and don't try to parse a response to the same request
    which doesn't
    exist.

M	gdata/gdata-parsable.c
M	gdata/gdata-service.c
M	gdata/gdata-upload-stream.c
M	gdata/gdata-upload-stream.h
M	gdata/services/documents/gdata-documents-service.c

commit d51293735acc3e136374a5d3c0cc589e13936011
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 6 20:07:47 2009 +0100

    [core] Fix some warnings

M	gdata/gdata-buffer.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c

commit db45f076ced74e28e6cb45bfd7d618ac71be3857
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Aug 6 20:07:00 2009 +0100

    [build] Added support for AM_SILENT_RULES and updated git.mk

M	configure.in
M	gdata/Makefile.am
M	gdata/media/Makefile.am
M	gdata/services/documents/Makefile.am
M	gdata/services/picasaweb/Makefile.am
M	gdata/services/youtube/Makefile.am
M	git.mk

commit ef78512a717eb47533ff45c0f6222cef0691fbe3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 5 22:53:31 2009 +0100

    [core] Fix premature termination of request body on buffer underflow

    EOF and buffer underflow returns from gdata_buffer_pop_data()
    were getting
    confused and, if data wasn't pushed to a GDataUploadStream fast
    enough, would
    result in premature termination of the request body.

M	gdata/gdata-buffer.c
M	gdata/gdata-buffer.h
M	gdata/gdata-download-stream.c
M	gdata/gdata-upload-stream.c

commit 7c0cd3d0f1d14cbf7d39cadbc2b1b258351e47f8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 5 21:58:46 2009 +0100

    [documents] Don't try to insert documents when updating without a
    new file

M	gdata/services/documents/gdata-documents-service.c

commit 68d89ae3953aaaa0741ec3726450275436eada6d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 5 20:16:20 2009 +0100

    [docs] Added missing image

    Add the data flow diagram to the list of images to be packaged.

M	docs/reference/Makefile.am

commit 4369021250a06320c56654616e8ef20bb6da4e2e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Aug 5 20:14:45 2009 +0100

    [core] Added GDataUploadStream to allow easy uploading of large files

    GDataUploadStream is a subclass of GOutputStream designed to
    allow easy
    uploading of files (with or without an associated entry) to a
    service using
    streaming I/O.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
M	gdata/gdata-buffer.c
M	gdata/gdata-buffer.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
A	gdata/gdata-upload-stream.c
A	gdata/gdata-upload-stream.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-service.c

commit 7444c1c6d60332445b4771d813c528702a3e2853
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Tue Aug 4 20:03:22 2009 +0200

    Updated Spanish translation

M	po/es.po

commit da82480d680f9871ca4120b304728170bc7fa3b7
Author: Claude Paroz <claude@2xlibre.net>
Date:	Mon Aug 3 21:13:31 2009 +0200

    Updated French translation

    Contributed by Nicolas Repentin and Claude Paroz

M	po/fr.po

commit d35e5400ca860a5ea12c734bd6b4a9f8437cd091
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 3 19:05:27 2009 +0100

    [core] Added GDataDownloadStream to allow easy downloading of
    large files

    GDataDownloadStream is a subclass of GInputStream which allows large
    files to
    be downloaded in a more controlled manner than by just specifying the
    file to save them to.

M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
A	gdata/gdata-buffer.c
A	gdata/gdata-buffer.h
A	gdata/gdata-download-stream.c
A	gdata/gdata-download-stream.h
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h

commit d61d33f99968e7493afccadd9816a7a3d2f95128
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Aug 3 18:35:59 2009 +0100

    [core] Added a method to escape text and append it to a GString

    This reduces the number of small allocations required when building up
    an XML output tree by a large number. XML output checks in the test
    suites can act as a test case.

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-link.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-entry.c
M	gdata/gdata-parsable.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-group.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 82fa0a20505cc85bfcc0355fbf3f35c7a8a62fba
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Mon Aug 3 18:01:47 2009 +0100

    Bug 590568 – Crash on querying inside a folder

M	gdata/services/documents/gdata-documents-query.c

commit 02488eeb8cf890ec2fd52791edb3153c6d84a4ee
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 2 23:31:58 2009 +0100

    [georss] Add missing files

A	gdata/georss/Makefile.am
A	gdata/georss/gdata-georss-where.c
A	gdata/georss/gdata-georss-where.h

commit 3c735026b6b8d587c48139b3c7e504353192aec9
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Sun Aug 2 22:52:16 2009 +0100

    Bug 590132 – Unhandled XML for georss

    Patch to add GeoRSS support to the PicasaWeb backend, with support for
    getting and setting coordinates of albums and files, including
    test cases.
    Closes: bgo#590132

M	configure.in
M	docs/reference/Makefile.am
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/tests/picasaweb.c

commit 953d0c148e412b45bd7f1d0e8f36309f256d131f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 2 19:57:28 2009 +0100

    [core] Added error domain

    Added an error domain ("libgdata") and made all "unhandled element"
    messages
    into proper messages, rather than warnings. This means that all
    command line
    output of libgdata can now be redirected so it doesn't mess up
    command line
    applications.

M	gdata/Makefile.am
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/youtube/gdata-youtube-service.c

commit abaa3f0c0eca903206bb81fa28edf4c9213ffb1f
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Sun Aug 2 19:39:06 2009 +0100

    [documents] Fix GDataDocumentsEntry:is-deleted

    Brown paper bag commit of a fix to the is-deleted property of
    GDataDocumentsEntry, which apparently doesn't have any attributes.
    Closes: bgo#590345

M	gdata/services/documents/gdata-documents-entry.c

commit f79e6196edb542911c2fde15756676f7f1753f70
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 2 19:32:48 2009 +0100

    [documents] Warning fixes and extra error checking

M	gdata/services/documents/gdata-documents-service.c
M	gdata/tests/documents.c

commit 0f63d2d39d5514bcbd53002a5496a773b2f5cf40
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 2 18:24:01 2009 +0100

    Bug 590341 – Allow querying of single documents

    Patch from Thibault Saunier <saunierthibault@gmail.com> to allow
    querying of
    single documents from the Google Documents backend. Closes: bgo#590341

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-query.c
M	gdata/services/documents/gdata-documents-service.c
M	gdata/services/documents/gdata-documents-service.h
M	gdata/tests/documents.c

commit c04a3fa92d193c2ae1cd68174129dfb3bb56f2be
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Aug 2 17:08:42 2009 +0100

    Bug 589855 – Obsolete <rights> not handled in GDataPicasaWebAlbum
    parse_xml()

    Changes based on a patch from Richard Schwarting <aquarichy@gmail.com>
    to
    handle the Atom <rights> element in GDataEntry. Closes: bgo#589855

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/tests/picasaweb.c

commit f500b1b6b8b698a87f3cdfd17dd562f67f9ec659
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sun Aug 2 16:13:55 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 68bd454a875f8f1a83791fff1d3db59399e138c9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Aug 1 11:23:45 2009 +0100

    Bug 590345 – <gd:deleted> handling in GDataDocumentsEntry

    Patch by Thibault Saunier <saunierthibault@gmail.com> to add handling
    for <gd:deleted> tags in the Documents service. Closes: bgo#590345

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h

commit 1a02a3574ec4f8864f38c8edbc1a79b2ce586963
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Wed Jul 29 19:37:45 2009 +0100

    Bug 589850 – gdata_picasaweb_album_get_timestamp() returns date
    in 1970!

    Patch from Richard Schwarting <aquarichy@gmail.com> to fix timestamp
    parsing
    re. word size incompatibilities in the PicasaWeb service. Closes:
    bgo#589850

M	gdata/exif/gdata-exif-tags.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/tests/picasaweb.c

commit 1e971a20100097c5cad077dffa5b3e30bb9db2ae
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 28 21:52:35 2009 +0100

    [picasaweb] Added missing EXIF tag files

    I'm an idiot.

A	gdata/exif/Makefile.am
A	gdata/exif/gdata-exif-tags.c
A	gdata/exif/gdata-exif-tags.h

commit 34b758dea90cfc87dab4f78b151ac597ec62c2c5
Author: Richard Schwarting <aquarichy@gmail.com>
Date:	Tue Jul 28 19:44:53 2009 +0100

    Bug 589201 – Add EXIF support for PicasaWeb image files

    Patch from Richard Schwarting <aquarichy@gmail.com> to add support
    for EXIF
    attributes to the PicasaWeb service. Closes: bgo#589201

M	configure.in
M	docs/reference/Makefile.am
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
M	gdata/gdata.symbols
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/tests/picasaweb.c

commit 88159d6a2c37cf3edd1b80398a020968d6728c39
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 27 23:42:34 2009 +0100

    Bug 589545 – *_download_document(): let the client decide where
    to download

    Patch from Thibault Saunier <saunierthibault@gmail.com> to change the
    semantics of the *_download_document() functions. Closes: bgo#589545

M	gdata/gdata-private.h
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-presentation.c
M	gdata/services/documents/gdata-documents-presentation.h
M	gdata/services/documents/gdata-documents-spreadsheet.c
M	gdata/services/documents/gdata-documents-spreadsheet.h
M	gdata/services/documents/gdata-documents-text.c
M	gdata/services/documents/gdata-documents-text.h
M	gdata/tests/documents.c

commit c6c5a1c41c2a3f30a61898effaa824bea27c05c1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 25 18:48:17 2009 +0100

    [core] Changed error handling to print the response message

    It previously printed the human-readable version of the HTTP status
    code.
    This doesn't introduce any string changes.

M	gdata/gdata-service.c

commit 96d9d1ba0adb0a3f3d399f45e6432c23819fe453
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Fri Jul 24 17:32:00 2009 +0200

    Updated German translation

M	po/de.po

commit dbb25d3103466bd205f66572a64982e94109b871
Author: Daniel Nylander <po@danielnylander.se>
Date:	Wed Jul 22 23:28:32 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 9b67a37d9af5f0200b7da6c49e3ae494ac4a995a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jul 21 19:23:54 2009 +0100

    Bug 589265 – Crash on query error

M	gdata/gdata-service.c

commit a2b06cc6c4f01f5cce7838a9af50da93477ecaea
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	Tue Jul 21 19:35:37 2009 +0200

    Updated Spanish translation

M	po/es.po

commit eabbfce26c99bebcd61fd46285266ad95515193d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 20 20:43:42 2009 +0100

    [build] Increment version to 0.5.0

M	configure.in

commit cc58afed3ee1003f20fa93c6401020025c25c316
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 20 20:40:38 2009 +0100

    Release version 0.4.0

M	NEWS
M	configure.in
M	gdata/tests/Makefile.am
M	gdata/tests/documents.c
A	gdata/tests/test_updated_file.ppt
M	po/POTFILES.in
M	po/en_GB.po

commit 28676603a8aec0167662448702d8c9699ba5bc74
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 20 19:40:50 2009 +0100

    [picasaweb] Test suite fixes

    Someone went and edited the photos online! They destroyed my test
    cases!

M	gdata/tests/picasaweb.c

commit e2882f3cd445cb2e4fbc9ffd25e5addcb9fa6010
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 20 19:27:29 2009 +0100

    [docs] Added some missing YouTube functions to the documentation

M	docs/reference/gdata-sections.txt

commit a1824d8706439c882f3e6fcb6496120fd4300e78
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jul 20 19:18:16 2009 +0100

    [documents] Fixed gdata_documents_entry_get_path function

    Necessarily also fixed gdata_entry_look_up_links, and added test
    cases for
    it. Based on patches by Thibault Saunier <saunierthibault@gmail.com>.
    Closes: bgo#589067

M	gdata/atom/gdata-link.c
M	gdata/gdata-entry.c
M	gdata/gdata.symbols
M	gdata/services/documents/gdata-documents-entry.c
M	gdata/services/documents/gdata-documents-entry.h
M	gdata/tests/general.c

commit 8940a0b026bf9b6df9c602430057af5934951c18
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 19 18:50:38 2009 +0100

    [documents] Added missing test files

M	gdata/tests/Makefile.am
A	gdata/tests/test.doc
A	gdata/tests/test.ods
A	gdata/tests/test.odt
A	gdata/tests/test.ppt
A	gdata/tests/test.xls
A	gdata/tests/test_updated.odt

commit 352a620bff7fd01d5c9e9fd455b42eeecce16786
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 19 18:43:05 2009 +0100

    [contacts] Added methods to remove all (e.g.) phone numbers from
    a contact

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h

commit 9ab94286da929f3bfa0c04a052963b608a45f956
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 19 12:41:02 2009 +0100

    Bug 588995 – float radix character depends on LC_NUMERIC, but
    Google wants "."

    Changes based on a patch by Richard Schwarting <aquarichy@gmail.com>
    to
    use locale-independent functions to print doubles. Closes: bgo#588995

M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-query.c
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/tests/youtube.c

commit 4ee6c030ecdc75086d6317fd0e2e8fa8ae454903
Author: Thibault Saunier <saunierthibault@gmail.com>
Date:	Fri Jul 17 19:04:15 2009 +0100

    Bug 587073 – Add Google Documents service

    Added support for Google Documents, from work done by Thibault Saunier
    <saunierthibault@gmail.com>. Closes bgo#587073 and bgo#588282.

M	HACKING
M	configure.in
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
M	gdata/atom/gdata-link.c
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-private.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/Makefile.am
A	gdata/services/documents/Makefile.am
A	gdata/services/documents/gdata-documents-entry.c
A	gdata/services/documents/gdata-documents-entry.h
A	gdata/services/documents/gdata-documents-feed.c
A	gdata/services/documents/gdata-documents-feed.h
A	gdata/services/documents/gdata-documents-folder.c
A	gdata/services/documents/gdata-documents-folder.h
A	gdata/services/documents/gdata-documents-presentation.c
A	gdata/services/documents/gdata-documents-presentation.h
A	gdata/services/documents/gdata-documents-query.c
A	gdata/services/documents/gdata-documents-query.h
A	gdata/services/documents/gdata-documents-service.c
A	gdata/services/documents/gdata-documents-service.h
A	gdata/services/documents/gdata-documents-spreadsheet.c
A	gdata/services/documents/gdata-documents-spreadsheet.h
A	gdata/services/documents/gdata-documents-text.c
A	gdata/services/documents/gdata-documents-text.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/Makefile.am
M	gdata/tests/common.h
A	gdata/tests/documents.c
M	gdata/tests/picasaweb.c
M	po/fr.po

commit 533ad2afe4cb37307dcec180759f0741a5cf39f0
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:	Fri Jul 10 14:55:47 2009 +0200

    Bug 588052 – Parse the yt:aspectratio tag

    Add support for aspect ratios to YouTube videos. Patch by Víctor
    Manuel
    Jáquez Leal. Closes bgo#588052.

M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit 31ae4270a735e768901b03e230845713a8a51395
Author: Daniel Nylander <po@danielnylander.se>
Date:	Fri Jul 10 17:30:37 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 11feedf628437743836ec02bb2ed22bd35672d66
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 8 15:26:18 2009 +0100

    [youtube] Check the hostname when extracting video IDs from URIs

M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/youtube.c

commit 4a7c1d78a04ad6be69705eaf036913ee76e4e3c9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Mon Jul 6 21:00:59 2009 +0800

    Added Traditional Chinese translation(Hong Kong and Taiwan)

M	po/LINGUAS
A	po/zh_HK.po
A	po/zh_TW.po

commit fdcfed6f126a622e946532dba12a3cc3596d562a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 23:15:15 2009 +0100

    [youtube] Added a convenience function to extract video IDs from
    video URIs

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit f8490dd614d953e1d28835d97bc70b6746f4e224
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jul 5 22:44:19 2009 +0100

    [youtube] Added a query to retrieve the details of a single video

    Added sync and async query functions to retrieve the details of a
    single video
    based on its video ID. Test cases and documentation are included.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/tests/youtube.c

commit dfff80454d66075b0ce1dbbd85b823ebe3df9625
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 4 18:09:39 2009 +0100

    [tests] Rearchitected the test suites to not use global variables

    The global main_loop and service variables are now declared in the
    scope of
    the main function, and passed to the appropriate test
    cases. Individual test
    cases can now be run without needing to also run the authentication
    test.

M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 54a08c31db4c3ab6904f2f52bbb77102b351e459
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jul 4 15:11:30 2009 +0100

    [tests] Use better paths for test files in the test suite

M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit 97355e5cfc3bb12afb30b690aa0e4b185457b931
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Jul 3 10:12:09 2009 +0100

    [core] Made the get_xml functions use a single GString throughout

    Previously, each call to _gdata_parsable_get_xml would create its
    own GString,
    then destroy it at the end. Now, the same GString is reused throughout
    a tree
    of calls to _gdata_parsable_get_xml, saving quite a few
    allocations/frees
    (in exchange for more reallocations).

M	gdata/gd/gdata-gd-when.c
M	gdata/gdata-entry.c
M	gdata/gdata-parsable.c
M	gdata/gdata-private.h
M	gdata/media/gdata-media-group.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 65531a6bae54340722c2cdaa5e156a9ca9a49637
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jul 2 16:09:37 2009 +0100

    [contacts] Added gdata_contacts_service_update_contact

    Added gdata_contacts_service_update_contact to work around some
    weirdness
    with the edit URIs the contacts service gives us, and also fixed
    some bugs
    with handling empty extended properties.

M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/tests/contacts.c

commit 362a970abd6623d09fc4194d57e840996c9b702c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jun 30 18:36:26 2009 +0100

    [atom] Added #defined values for the standard link relation types

M	docs/reference/gdata-sections.txt
M	gdata/atom/gdata-link.c
M	gdata/atom/gdata-link.h
M	gdata/gdata-access-handler.c
M	gdata/gdata-entry.c
M	gdata/gdata-service.c
M	gdata/tests/general.c

commit ca7aba560734b3b3a6999e8a869b77ae6492e87a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jul 1 14:12:10 2009 +0100

    [picasaweb] Fixed declaration of gdata_picasaweb_file_get_size

M	gdata/services/picasaweb/gdata-picasaweb-file.h

commit 7b45582cdda4ce176c8106b008448814e81e6409
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	Wed Jul 1 15:21:40 2009 +0300

    Updated Ukrainian translation

M	po/LINGUAS

commit a5c983cea95e9faea1c42120fd40e7891e22a459
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	Wed Jul 1 15:20:54 2009 +0300

    Updated Ukrainian translation

A	po/uk.po

commit f752236c8dfdbcf1e0e123b70a1e039a4ce6aef8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 29 16:20:57 2009 +0100

    [gd] Added test cases for the GData elements with classes

    Added test cases for all the GData elements represented in gdata/gd. A
    few
    bugs (mainly escaping bugs) in the classes were fixed as a result.

M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/tests/general.c

commit be8b372b310579d17d042afb0fc6145348cec328
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 29 10:44:26 2009 +0100

    Bug 587277 – Some files are GPLv3 but license is LGPLv2.1?

    Fix licencing headers to consistently be LGPLv2.1+.

M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-author.h
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-category.h
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-generator.h
M	gdata/atom/gdata-link.c
M	gdata/atom/gdata-link.h
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-email-address.h
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-im-address.h
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-organization.h
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-phone-number.h
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-postal-address.h
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-reminder.h
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-when.h
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-where.h
M	gdata/gd/gdata-gd-who.c
M	gdata/gd/gdata-gd-who.h
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-handler.h
M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-category.h
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-content.h
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-credit.h
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-group.h
M	gdata/media/gdata-media-thumbnail.c
M	gdata/media/gdata-media-thumbnail.h
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/calendar/gdata-calendar-feed.h
M	gdata/services/youtube/gdata-youtube-content.c
M	gdata/services/youtube/gdata-youtube-content.h
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-control.h
M	gdata/services/youtube/gdata-youtube-credit.c
M	gdata/services/youtube/gdata-youtube-credit.h
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-state.h

commit 33be5a3f48f400611132c3a85e8f1b17fd5f383e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 29 01:05:08 2009 +0100

    [atom] Added test cases for the Atom elements with classes

    Added test cases for all the Atom elements represented in
    gdata/atom. A few
    bugs in GDataParsable, GDataGenerator and GDataLink were fixed as
    a result.
    Most notably, gdata_link_get_uri will now always return a valid IRI.

M	HACKING
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/gdata-parsable.c
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c
M	gdata/tests/youtube.c

commit 20cad32f52be0505a25305bad7d6167df6ad8de6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 28 22:31:44 2009 +0100

    [media] Fixed a crasher when trying to free static memory

    Static memory was being inserted into a hash table, then later freed.
    Also updated the list of allowed commit tags in HACKING.

M	gdata/media/gdata-media-group.c

commit 920c0249bd241320abcd15cf3379b66d6c83e2f5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 28 22:23:55 2009 +0100

    [core] Link element names and namespaces to the relevant classes

    This introduces new element_name and element_namespaces fields to the
    GDataParsableClass struct, allowing for simpler parsing of XML
    by linking
    XML element names to parsable object types. Some of the GDataParsable
    API
    is now public, which will allow for a more comprehensive test suite
    in future.

M	docs/reference/gdata-sections.txt
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
M	gdata/gd/gdata-gd-email-address.c
M	gdata/gd/gdata-gd-im-address.c
M	gdata/gd/gdata-gd-organization.c
M	gdata/gd/gdata-gd-phone-number.c
M	gdata/gd/gdata-gd-postal-address.c
M	gdata/gd/gdata-gd-reminder.c
M	gdata/gd/gdata-gd-when.c
M	gdata/gd/gdata-gd-where.c
M	gdata/gd/gdata-gd-who.c
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-rule.c
M	gdata/gdata-access-rule.h
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata.symbols
M	gdata/media/gdata-media-category.c
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-thumbnail.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/picasaweb/gdata-picasaweb-album.c
M	gdata/services/picasaweb/gdata-picasaweb-album.h
M	gdata/services/picasaweb/gdata-picasaweb-file.c
M	gdata/services/picasaweb/gdata-picasaweb-file.h
M	gdata/services/picasaweb/gdata-picasaweb-service.c
M	gdata/services/youtube/gdata-youtube-control.c
M	gdata/services/youtube/gdata-youtube-group.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-state.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c
M	gdata/tests/picasaweb.c
M	gdata/tests/youtube.c

commit dad5356795c230886e11d8a63fbd4fc27596b2f4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 28 17:34:33 2009 +0100

    [docs] Added data flow diagram and protocol description

A	docs/reference/data-flow.dia
A	docs/reference/data-flow.png
M	docs/reference/gdata-overview.xml
M	docs/reference/structure.dia
M	docs/reference/structure.png

commit f989a8f8474ad92e8bc43bd6143af0a6d6566300
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Sun Jun 28 12:48:51 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 3364795201c16230102a3f9120515d026845bf4a
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Mon Jun 22 22:00:37 2009 +0200

    Updated German translation

M	po/de.po

commit 0f9d29fdbb87e6bb2a4a0e5d239e6e8a8f8fe3f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Jun 21 20:24:34 2009 +0100

    [picasaweb] Added a PicasaWeb service

    Originally written by Richard Schwarting <aquarichy@gmail.com>,
    the PicasaWeb
    service has decent test suite coverage, decent documentation, and
    support for
    common PicasaWeb operations. Closes: bgo#580375

M	configure.in
M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-service.c
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/media/gdata-media-content.c
M	gdata/media/gdata-media-credit.c
M	gdata/media/gdata-media-group.c
M	gdata/media/gdata-media-group.h
M	gdata/services/Makefile.am
A	gdata/services/picasaweb/Makefile.am
A	gdata/services/picasaweb/gdata-picasaweb-album.c
A	gdata/services/picasaweb/gdata-picasaweb-album.h
A	gdata/services/picasaweb/gdata-picasaweb-file.c
A	gdata/services/picasaweb/gdata-picasaweb-file.h
A	gdata/services/picasaweb/gdata-picasaweb-query.c
A	gdata/services/picasaweb/gdata-picasaweb-query.h
A	gdata/services/picasaweb/gdata-picasaweb-service.c
A	gdata/services/picasaweb/gdata-picasaweb-service.h
M	gdata/tests/Makefile.am
A	gdata/tests/picasaweb.c
M	po/POTFILES.in

commit f81049f70f1568f95b3db8ca5ed6d7e8891b0644
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 13 19:44:17 2009 +0100

    Bug 579170 – Eliminate gdata_parser_error_unhandled_element

    Split parsing of app:control elements in GDataYouTubeVideo out into
    GDataYouTubeControl, and converted the GDataYouTubeState struct to
    a GObject.

    All instances of gdata_parser_error_unhandled_element are now
    banished.
    Closes: bgo#579170

M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/youtube/Makefile.am
A	gdata/services/youtube/gdata-youtube-control.c
A	gdata/services/youtube/gdata-youtube-control.h
M	gdata/services/youtube/gdata-youtube-service.c
A	gdata/services/youtube/gdata-youtube-state.c
A	gdata/services/youtube/gdata-youtube-state.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
D	gdata/services/youtube/gdata-youtube.c
D	gdata/services/youtube/gdata-youtube.h
M	gdata/tests/youtube.c

commit 0ec119dc1af85ef45ac333c584f6939b7e93bdf9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Jun 13 18:14:31 2009 +0100

    [core] Converted Media RSS structs to GObjects

    Converted all the Media RSS structs to GObjects, and moved them to a
    "media"
    directory. The documentation for the new objects is mostly complete,
    but no
    new test cases have been added.
    A few of the new classes had to be subclassed to add YouTube-specific
    properties to them. Helps: bgo#579170

M	configure.in
M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
D	gdata/gdata-media-rss.c
D	gdata/gdata-media-rss.h
M	gdata/gdata.h
M	gdata/gdata.symbols
A	gdata/media/Makefile.am
A	gdata/media/gdata-media-category.c
A	gdata/media/gdata-media-category.h
A	gdata/media/gdata-media-content.c
A	gdata/media/gdata-media-content.h
A	gdata/media/gdata-media-credit.c
A	gdata/media/gdata-media-credit.h
A	gdata/media/gdata-media-group.c
A	gdata/media/gdata-media-group.h
A	gdata/media/gdata-media-thumbnail.c
A	gdata/media/gdata-media-thumbnail.h
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/youtube/Makefile.am
A	gdata/services/youtube/gdata-youtube-content.c
A	gdata/services/youtube/gdata-youtube-content.h
A	gdata/services/youtube/gdata-youtube-credit.c
A	gdata/services/youtube/gdata-youtube-credit.h
A	gdata/services/youtube/gdata-youtube-group.c
A	gdata/services/youtube/gdata-youtube-group.h
M	gdata/services/youtube/gdata-youtube-query.c
M	gdata/services/youtube/gdata-youtube-query.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/general.c
M	gdata/tests/youtube.c

commit a53ecbd393e8eac9b773743bc7963d613deaafa0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 10 19:43:07 2009 +0100

    [core] Converted GData structs to GObjects

    Converted all the GData structs to GObjects, and moved them to a "gd"
    directory. The documentation for the new objects is mostly complete,
    but
    no new test cases have been added. Helps: bgo#579170

M	configure.in
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
M	gdata/atom/gdata-author.c
M	gdata/atom/gdata-category.c
M	gdata/atom/gdata-generator.c
M	gdata/atom/gdata-link.c
A	gdata/gd/Makefile.am
A	gdata/gd/gdata-gd-email-address.c
A	gdata/gd/gdata-gd-email-address.h
A	gdata/gd/gdata-gd-im-address.c
A	gdata/gd/gdata-gd-im-address.h
A	gdata/gd/gdata-gd-organization.c
A	gdata/gd/gdata-gd-organization.h
A	gdata/gd/gdata-gd-phone-number.c
A	gdata/gd/gdata-gd-phone-number.h
A	gdata/gd/gdata-gd-postal-address.c
A	gdata/gd/gdata-gd-postal-address.h
A	gdata/gd/gdata-gd-reminder.c
A	gdata/gd/gdata-gd-reminder.h
A	gdata/gd/gdata-gd-when.c
A	gdata/gd/gdata-gd-when.h
A	gdata/gd/gdata-gd-where.c
A	gdata/gd/gdata-gd-where.h
A	gdata/gd/gdata-gd-who.c
A	gdata/gd/gdata-gd-who.h
M	gdata/gdata-access-rule.c
M	gdata/gdata-access-rule.h
D	gdata/gdata-gdata.c
D	gdata/gdata-gdata.h
M	gdata/gdata-parsable.c
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c
M	gdata/tests/general.c
M	gdata/tests/youtube.c

commit 05d2280925c8492764b2bdc8d9a2f7957dafc877
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu Jun 4 11:34:25 2009 +0100

    [core] Converted Atom structs to GObjects

    Converted all the Atom structs to GObjects, and moved them to an
    "atom"
    directory. This entailed moving get_xml and get_namespaces to
    GDataParsable,
    which simplifies things anyway. The documentation for the new
    Atom objects
    is mostly complete, but no new test cases have been added. Helps:
    bgo#579170

M	configure.in
M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
A	gdata/atom/Makefile.am
A	gdata/atom/gdata-author.c
A	gdata/atom/gdata-author.h
A	gdata/atom/gdata-category.c
A	gdata/atom/gdata-category.h
A	gdata/atom/gdata-generator.c
A	gdata/atom/gdata-generator.h
A	gdata/atom/gdata-link.c
A	gdata/atom/gdata-link.h
M	gdata/gdata-access-handler.c
M	gdata/gdata-access-rule.c
D	gdata/gdata-atom.c
D	gdata/gdata-atom.h
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-parsable.c
M	gdata/gdata-parsable.h
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/calendar.c
M	gdata/tests/general.c

commit 16e5b361250164b503e4dc84a0ac24391438adb9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Wed Jun 10 15:31:38 2009 +0200

    Add Norwegian bokmål

M	po/LINGUAS

commit 6913ffea72ba5db340821de3ce66f63a6a89bb0d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Wed Jun 10 15:31:14 2009 +0200

    Updated Norwegian bokmål translation.

A	po/nb.po

commit 111ba382c2de7ad24424da6de391865057e9bf9f
Author: Claude Paroz <claude@2xlibre.net>
Date:	Thu Jun 4 19:24:35 2009 +0200

    Added French translation by Laurent Coudeur and Claude Paroz

M	po/LINGUAS
A	po/fr.po

commit 0d73821eae07ab62745dec65530e212e1f5ef09e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 3 19:00:35 2009 +0100

    [core] Fix usage of a potentially-NULL object

M	gdata/gdata-service.c

commit 1b2292336c6864456ad84ec319f672fb6c0a1463
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 3 17:30:25 2009 +0100

    Bug 584737 – String parsing is locale-sensitive

    Replace some uses of strtod() with g_ascii_strtod() so that string
    parsing
    isn't locale-dependent. Add a test case. Closes: bgo#584737

M	gdata/gdata-media-rss.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/general.c

commit ccf58327523258335f77eb07ed3162411ddbdce7
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Wed Jun 3 20:21:45 2009 +0200

    Updated German translation

M	po/de.po

commit bac9dc210a6d344c61c09458a46cdb7a96b28796
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Wed Jun 3 20:04:57 2009 +0200

    Updated Spanish translation

M	po/es.po

commit e74940e22180cdd8cedd79270c118991d3e96c87
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Jun 3 13:39:48 2009 +0100

    Bug 584417 – Strings are not properly formed for localisation

    Reworded a number of strings to make them (hopefully) easier to
    translate, and
    added translator comments to every string which takes
    parameters. Moved a few
    existing translator comments so gettext actually picks them up.
    Closes: bgo#584417

M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parsable.c
M	gdata/gdata-parser.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-feed.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c

commit ff5ff0632b572fdd01092df9950abbd07c1b23fa
Author: Joan Duran <jodufi@gmail.com>
Date:	Tue Jun 2 23:18:56 2009 +0200

    Added Catalan translation

M	po/LINGUAS
A	po/ca.po

commit 639bb11b26e13935cc6fab741c19f99fa1325f9f
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Tue Jun 2 20:19:05 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 59fca6a0a7fc0f68f0767c4260d3c0dd9625b635
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Jun 2 00:15:49 2009 +0100

    [contacts] Add contact photo support

    Add support for getting, setting and removing contact photos. Full
    test cases
    and documentation are included.

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/tests/contacts.c
A	gdata/tests/photo.jpg

commit 371fceb5a6913e4d4eac69f5e850a76ab4847288
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 1 18:06:58 2009 +0100

    [core] Add comparison functions for main Atom and GData structs

    Consequently, add code to *_add_* functions to prevent duplicate
    structs being
    added to entries.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-atom.c
M	gdata/gdata-atom.h
M	gdata/gdata-entry.c
M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c

commit 3684d2e4276c4a98b30e38613114456f20f84c31
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Jun 1 16:46:50 2009 +0100

    [contacts] Add the ability to list all extended properties of
    a contact

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h

commit 8a3390b19c25730dba1f578c986911dc3c963aa8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 31 17:01:52 2009 +0100

    [docs] Add the builddir to gtkdoc-mkhtml's path so builddir !=
    srcdir works

M	docs/reference/Makefile.am

commit 2e960de884529f63c939e08f80c22c62208e1e6c
Author: A S Alam <aalam@users.sf.net>
Date:	Tue May 26 19:16:58 2009 +0530

    Adding Punjabi (Gurmukhi) Language to Project by A S Alam

M	po/LINGUAS
A	po/pa.po

commit 135312e5a803997e54bbacfbdf198aea187b3d02
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon May 25 11:28:06 2009 +0100

    [build] Increment version to 0.4.0

M	configure.in

commit 7e684c0fee65c65a6f07c4d458032024072790ea
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon May 25 11:24:55 2009 +0100

    Release version 0.3.0

M	Makefile.am
M	NEWS
M	configure.in
M	gdata/tests/youtube.c
M	po/Makefile.in.in

commit 81cea2e1830f2925f865894da0bb0ed0069aa108
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon May 25 10:30:18 2009 +0100

    Updated British English translation

M	po/en_GB.po

commit e4d91569399a17cea1807087390c01258dc117fa
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Sat May 23 19:58:28 2009 +0200

    Updated Spanish translation

M	po/es.po

commit e83e538ba4ecd795206e494615308282f4113503
Author: Simos Xenitellis <simos@gnome.org>
Date:	Fri May 22 17:45:34 2009 +0100

    Added el to LINGUAS

M	po/LINGUAS

commit 02537937225f29d769c09e1bd64c7237fe1c9e61
Author: Γιάννης Κατσαμπίρης <juankatsampirhs@gmail.com>
Date:	Fri May 22 17:44:36 2009 +0100

    Added Greek UI translation

A	po/el.po

commit bf88dd2c10b6e7228e065791ad5ba7362ab6d6ae
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Fri May 22 07:31:42 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 027133b8e96849355a3c38ce6f297a85a4bcd059
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Wed May 20 20:50:59 2009 +0200

    Added es to LINGUAS

M	po/LINGUAS

commit f30d9187090faac5d8596318e7a512c87640fd83
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Wed May 20 20:50:40 2009 +0200

    Added initial Spanish translation

A	po/es.po

commit 93681c6fddf142291b9c2375cc68ceee91214f96
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 20 07:07:01 2009 +0100

    [core] Made GDataEntry a prerequisite for GDataAccessHandler

M	gdata/gdata-access-handler.c

commit e48934965085fdf12e58222c573d123a81dbbc89
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	Mon May 18 14:47:00 2009 +0200

    Added Galician Translation.

M	po/LINGUAS
A	po/gl.po

commit be665338dbfc10f935d9efed6d315015e1b2abf7
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Sun May 17 21:03:36 2009 +0200

    Updated German translation

M	po/de.po

commit 36472b67980073b816a9e3717ccde57b76a43e23
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 17 18:53:53 2009 +0100

    [calendar] Added GDataCalendarFeed to parse Calendar-specific feed
    properties

    GDataCalendarFeed is a subclass of GDataFeed, and implements parsing
    of two
    Calendar-specific feed properties. Documentation is included, but
    there are
    no test cases.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-access-handler.c
M	gdata/gdata-feed.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/calendar/Makefile.am
A	gdata/services/calendar/gdata-calendar-feed.c
A	gdata/services/calendar/gdata-calendar-feed.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/tests/calendar.c

commit c1c6885e2cf997175e8a71470e74e2deddcb6c2f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 17 18:03:26 2009 +0100

    [core] Abstract XML parsing from GDataFeed and GDataEntry into
    GDataParsable

    Adds a new abstract class, GDataParsable, which adds extensible
    XML parsing
    functionality to inheriting classes. A little documentation is
    included, but
    there is no real public API for the class.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
M	gdata/gdata-access-rule.c
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
A	gdata/gdata-parsable.c
A	gdata/gdata-parsable.h
M	gdata/gdata-private.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c
M	po/POTFILES.in

commit 164c9b9fbd8c9bf35427e088973b0b79a90bca3e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 17 12:54:00 2009 +0100

    [core] Fix reference problems and filter out duplicate namespaces

    Fixes reference problems in the error case of
    gdata_service_delete_entry,
    and ensures that the extra_namespaces hash table doesn't contain any
    namespaces which are duplicates of the defined set (when building
    XML).

M	gdata/gdata-entry.c
M	gdata/gdata-service.c

commit c81b6308a8fbad64618073df83a92d2ff8a5f2c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 17 12:53:16 2009 +0100

    [calendar] Implement ACL functionality on GDataCalendarCalendar

    GDataCalendarCalendar now implements the GDataAccessHandler
    interface. A
    complete set of test cases is included.

M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/tests/calendar.c

commit 5d853ec5706129ce8af1bc0a2baae3dfed52d8d0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 17 12:50:57 2009 +0100

    Bug 582026 – Access Control List functionality

    This adds a framework for controlling access control lists (ACLs). It
    includes GDataAccessHandler, an interface to be implemented by
    any GDataEntry
    which has an ACL. It also includes GDataAccessRule, a GDataEntry
    representing
    a single access control rule, initially written by Thibault Saunier
    <saunierthibault@gmail.com>.

    Full documentation is included, and test cases will be added
    per-service.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/Makefile.am
A	gdata/gdata-access-handler.c
A	gdata/gdata-access-handler.h
A	gdata/gdata-access-rule.c
A	gdata/gdata-access-rule.h
M	gdata/gdata-service.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	po/POTFILES.in

commit 1b9bff25139448bc18f4afd3025d86c5fe942362
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 15 07:32:37 2009 +0100

    [contacts] Don't require that queries are GDataContactsQuerys

M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h

commit 4236f11e671e3e1cb45193b5a5ab6c29252f2b00
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 15 07:32:05 2009 +0100

    [calendar] Don't require that queries are GDataCalendarQuerys

M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h

commit 480d4ea370cb80930ea6e75fce976643b570ac30
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri May 15 07:26:20 2009 +0100

    Bug 578367 – Add support for YouTube-specific query parameters

    Adds a GDataYouTubeQuery class, implementing the custom query
    parameters
    supported by YouTube. A test case is included. Closes: bgo#578367

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/youtube/Makefile.am
A	gdata/services/youtube/gdata-youtube-query.c
A	gdata/services/youtube/gdata-youtube-query.h
M	gdata/tests/youtube.c

commit b29ff8b0a5efbc44bd3559c1b1e01276b7e10a1f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 13 07:51:40 2009 +0100

    [youtube] Added support for recorded times and comment feed links

    Added tests to the YouTube test suite, and also fixed parsing
    media:group/category elements.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/youtube.c

commit 710d8a8281c341d124e74c8d039253cf8124736c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue May 12 22:14:41 2009 +0100

    [docs] Add a basic section to the documentation about the class
    structure

M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
A	docs/reference/gdata-overview.xml
A	docs/reference/structure.dia
A	docs/reference/structure.png
M	gdata/services/calendar/gdata-calendar-event.c

commit a777890b44052c1266deb51864444a901511bb1c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 10 23:29:12 2009 +0100

    [calendar] Add the remaining XML output to GDataCalendarCalendar

M	docs/reference/gdata-sections.txt
M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/tests/general.c

commit f7596a72609017537d8ef3cd677369b8db28cd4a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun May 10 22:27:41 2009 +0100

    [core] Cleaned up a few TODO comments

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c

commit ca6bd816e64e1a3aa28f507e67777742fdf0621f
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Sat May 9 21:16:24 2009 +0200

    Updated German translation

M	po/de.po

commit e7cb37bcf253d42e0c568640ce0bc7ff27b8c4b1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat May 9 17:31:16 2009 +0100

    [core] Added async versions of insert_entry, update_entry and
    delete_entry

    There aren't currently any test cases for this API, since none of
    the services
    implement it yet.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols

commit 185026570b0887ea94f769f9a53462b237df0ed8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat May 9 16:51:52 2009 +0100

    [core] Improved default error handling for insertions, updates
    and deletions

    Wrote a better implementation of real_parse_error_response, which
    will examine
    the HTTP status code to choose a more appropriate error
    message. Failing that,
    it will fall back to generic error messages for each different action
    (insertion, update, etc.).

    This has changed the API of GDataServiceClass->parse_error_response.

M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/youtube/gdata-youtube-service.c

commit 116e74b7b9ab9bd6fc47b47c3e36b5e2a92b5e19
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Sat May 9 12:08:01 2009 +0200

    Updated German translation

M	po/de.po

commit 2d3386d6827e524dd103a0bff629c4919398f8a8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu May 7 21:05:21 2009 +0100

    Bug 581706 – translation issues

    Added more translator comments and corrected minor problems in
    a couple
    of error strings. Closes: bgo#581706

M	gdata/gdata-parser.c
M	gdata/services/calendar/gdata-calendar-calendar.c

commit 91d50308d1f8152b9fb4e4f613bbd9a95f442b99
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu May 7 18:52:51 2009 +0100

    Bug 581706 – translation issues

    Added some translator comments and improved a few strings a little.

M	gdata/gdata-parser.c
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/youtube/gdata-youtube-service.c

commit c712a5ae0e75bfec4db6780237887d4ce45e782f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu May 7 17:17:42 2009 +0100

    [core] Remove use of a deprecated libsoup symbol, bumping req. to
    2.26.1

    This bumps the libsoup requirement to 2.26.1.

M	README
M	configure.in
M	gdata/gdata-service.c

commit 2404e380873bfce8c60ee8ea43dd19f63489555b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Thu May 7 07:37:10 2009 +0100

    [docs] Updated HACKING and README

M	HACKING
M	README

commit 7c7edec310c636cfbe0b91ca2dc2bcc4d1ffa83c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 21:19:15 2009 +0100

    [build] Removed generated files which don't belong in git

D	config.h.in
D	intltool-extract.in
D	intltool-merge.in
D	intltool-update.in

commit 3cd11c1bbc1e4f6e9ddbb62505f32f012efbd86a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 21:16:43 2009 +0100

    [core] Added GNOME support for automagical proxy use

M	configure.in
M	gdata/Makefile.am
M	gdata/gdata-service.c

commit 219d5c069e3172f374d472f19adb9ae552840fcb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed May 6 20:45:58 2009 +0100

    [calendar] Added missing documentation about freeing memory

M	gdata/services/calendar/gdata-calendar-event.c

commit 54819628cbf2c1a4d1a907dac0d9f3aee6628e88
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 27 19:39:19 2009 +0100

    [core] Corrected uses of deprecated libxml API

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c

commit 895a3f25756f0a368e6844c6caaf0b80c5612bef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 27 18:44:26 2009 +0100

    [calendar] Added recurrence support to GDataCalendarEvent

    Added gdata_calendar_event_[get|set]_recurrence,
    gdata_calendar_event_get_original_event_details and
    gdata_calendar_event_is_exception. Added a test case too.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/tests/calendar.c

commit 1ebf97cb0f45d12f3b1de608ffab00ba11606e2d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 27 17:46:19 2009 +0100

    [core] Bug 580330 – Rejects empty entry titles

    Empty (but present) entry titles now result in GDataEntry:title
    being set
    to an empty string, while non-present titles continue to set it
    to NULL.
    A test case has been added.

M	gdata/gdata-entry.c
M	gdata/tests/contacts.c

commit ea3f9525d952da1d3302084e587b88a2884337d4
Author: Mario Blättermann <mariobl@gnome.org>
Date:	Mon Apr 27 19:45:31 2009 +0200

    Updated German translation

M	po/de.po

commit 5ba1e0437e22d9adfe24bb46ddc9af05267af246
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Apr 27 07:20:55 2009 +0100

    [core] Fixed a crasher on oddly-formatted error messages

M	gdata/gdata-service.c

commit c32d976cfa735c80c8cc2d90c8527deff61ad36a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sat Apr 25 09:10:42 2009 +0100

    Removed MAINTAINERS file and updated DOAP file

D	MAINTAINERS
M	libgdata.doap

commit 45554e6f9272a053d5bc6e07deaf9941a9b4c3b8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 23:37:56 2009 +0100

    Incremented version number — switching to post-release incrementing

M	configure.in

commit 15a2192105eaa9fb3cd0492b948ec02949309513
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Fri Apr 24 23:22:52 2009 +0100

    Release version 0.2.0

M	NEWS
M	configure.in

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

M	po/POTFILES.in
M	po/en_GB.po

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

M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols

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.

M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/tests/youtube.c

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

M	gdata/tests/calendar.c

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.

M	gdata/gdata-service.c
M	gdata/gdata.h

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

M	gdata/Makefile.am

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

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-gdata.c
M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-service.c

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

M	gdata/services/youtube/gdata-youtube.c

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

    [docs] Standardised documentation a little better

M	gdata/gdata-atom.c
M	gdata/gdata-feed.c
M	gdata/gdata-gdata.c
M	gdata/gdata-media-rss.c
M	gdata/gdata-query.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube.c

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

    [docs] Added a HACKING file

A	HACKING
M	Makefile.am

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

M	gdata/gdata-query.c

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.

M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/tests/calendar.c
M	gdata/tests/contacts.c

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.

M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/tests/calendar.c

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.

M	gdata/gdata-types.c
M	gdata/tests/general.c

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.

M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/gdata-parser.c
M	gdata/gdata-private.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/tests/calendar.c

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h

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

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-media-rss.c
M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/services/youtube/Makefile.am
M	gdata/services/youtube/gdata-youtube.c

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

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-media-rss.c
M	gdata/gdata-media-rss.h
M	gdata/services/youtube/gdata-youtube.c
M	gdata/services/youtube/gdata-youtube.h

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.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/tests/calendar.c

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/tests/calendar.c

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/youtube/gdata-youtube-video.c

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.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h

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

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h

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

    Added German translation

M	po/LINGUAS
A	po/de.po

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.

M	gdata/gdata-atom.h
M	gdata/gdata-entry.h
M	gdata/gdata-gdata.h
M	gdata/gdata-media-rss.h
M	gdata/gdata-private.h
M	gdata/gdata-query.h
M	gdata/gdata-service.h
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/services/youtube/gdata-youtube.h

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

M	gdata/gdata-entry.h
M	gdata/gdata-feed.h
M	gdata/gdata-parser.h
M	gdata/gdata-query.h
M	gdata/gdata-service.h
M	gdata/gdata-types.h
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.h

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).

M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h

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.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h

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

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-query.h
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h

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

M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/services/contacts/gdata-contacts-contact.c

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

M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-contact.h

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.

M	gdata/gdata.symbols
M	gdata/services/contacts/gdata-contacts-contact.c
M	gdata/services/contacts/gdata-contacts-service.c
M	gdata/services/contacts/gdata-contacts-service.h
M	gdata/tests/Makefile.am
A	gdata/tests/contacts.c

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.

M	gdata/Makefile.am
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/contacts/Makefile.am
A	gdata/services/contacts/gdata-contacts-contact.c
A	gdata/services/contacts/gdata-contacts-contact.h
M	gdata/services/contacts/gdata-contacts-query.c
M	gdata/services/contacts/gdata-contacts-service.h

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.

M	configure.in
M	docs/reference/gdata-sections.txt
M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/Makefile.am
A	gdata/services/contacts/Makefile.am
A	gdata/services/contacts/gdata-contacts-query.c
A	gdata/services/contacts/gdata-contacts-query.h
A	gdata/services/contacts/gdata-contacts-service.c
A	gdata/services/contacts/gdata-contacts-service.h

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

    Fixed typo in previous commit

M	gdata/gdata-feed.c

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

M	gdata/gdata-feed.c

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.

M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/calendar/gdata-calendar-service.c

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

    Added sv translation

M	po/LINGUAS
A	po/sv.po

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.

M	Makefile.am
M	git.mk

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

    Compiler warning fixes

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-media-rss.c
M	gdata/gdata-media-rss.h
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/youtube/gdata-youtube-video.c

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.

D	.gitignore
M	Makefile.am
M	docs/Makefile.am
D	docs/reference/.gitignore
M	docs/reference/Makefile.am
M	gdata/Makefile.am
M	gdata/services/Makefile.am
M	gdata/services/calendar/Makefile.am
M	gdata/services/youtube/Makefile.am
M	gdata/tests/Makefile.am
A	git.mk

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

    Added British English translation

M	po/LINGUAS
A	po/en_GB.po

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.

M	docs/reference/version.xml.in
D	po/ChangeLog

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.

D	ChangeLog
M	Makefile.am
A	libgdata.doap

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/general.c

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.

M	gdata/gdata-entry.c
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/youtube/gdata-youtube-video.c

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.

M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/general.c

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/general.c

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

    Improved documentation gdata_service_authenticate

M	gdata/gdata-service.c

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.

M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/tests/calendar.c
M	gdata/tests/common.h

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.

M	gdata/gdata-service.c

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c

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.

M	gdata/services/youtube/Makefile.am

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.

M	gdata/gdata-service.c

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.

M	configure.in

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.

M	gdata/gdata.symbols

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

    Added basic proxy support to GDataService.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-feed.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata.symbols

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.

M	gdata/gdata-entry.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/general.c
M	gdata/tests/youtube.c

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).

M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h

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.

M	docs/reference/Makefile.am

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.

M	NEWS
M	configure.in
M	docs/reference/Makefile.am
M	gdata/gdata-service.c
M	gdata/services/youtube/gdata-youtube-service.c

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.

M	README

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.

M	COPYING.LIB
M	gdata/gdata-atom.c
M	gdata/gdata-atom.h
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/gdata-media-rss.c
M	gdata/gdata-media-rss.h
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/gdata.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
M	gdata/services/youtube/gdata-youtube.c
M	gdata/services/youtube/gdata-youtube.h
M	gdata/tests/calendar.c
M	gdata/tests/common.h
M	gdata/tests/general.c
M	gdata/tests/memory.c
M	gdata/tests/youtube.c

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".

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata.symbols

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.

M	Makefile.am
M	NEWS
M	README
M	configure.in
M	gdata/Makefile.am
M	gdata/gdata.h
M	gdata/services/calendar/Makefile.am
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/youtube/Makefile.am
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/tests/Makefile.am
M	gdata/tests/general.c
M	po/POTFILES.in

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-query.c
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

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.

M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c

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.

M	docs/reference/Makefile.am
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

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.

M	docs/reference/Makefile.am
M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/youtube/gdata-youtube-video.c

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.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-atom.c
M	gdata/gdata-atom.h
M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/services/youtube/gdata-youtube-service.h

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

    Finished documentation for GDataYouTubeService.

M	gdata/services/youtube/gdata-youtube-service.c

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.

M	.gitignore
M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata.symbols
M	gdata/services/youtube/Makefile.am
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h

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.

M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.h

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.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-query.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/tests/general.c

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.

M	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/tests/general.c

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.

A	docs/reference/.gitignore
D	docs/reference/MODULE.types
M	docs/reference/Makefile.am
A	docs/reference/gdata-docs.xml
M	docs/reference/gdata-sections.txt
D	docs/reference/gdata.sgml
D	docs/reference/gdata.types
M	docs/reference/version.xml.in
M	gdata/Makefile.am
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c

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.

M	gdata/gdata-query.c
M	gdata/gdata-service.c
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/youtube/Makefile.am
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h
C050	gdata/gdata.h	gdata/services/youtube/gdata-youtube.c
C051	gdata/gdata.h	gdata/services/youtube/gdata-youtube.h
M	gdata/tests/youtube.c

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

M	gdata/gdata-query.c

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.

M	gdata/gdata-feed.c
M	gdata/gdata-query.c

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

    Added pagination functionality to GDataQuery.

M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata.symbols

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.

M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

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.

M	gdata/gdata-feed.c

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.

M	gdata/gdata-gdata.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h

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.

M	gdata/gdata.symbols
M	gdata/services/youtube/gdata-youtube-video.c
M	gdata/services/youtube/gdata-youtube-video.h

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.

M	gdata/gdata-feed.c
M	gdata/gdata-private.h
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/tests/calendar.c
M	gdata/tests/memory.c
M	gdata/tests/youtube.c

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.

M	.gitignore
M	Makefile.am
M	configure.in
M	gdata/gdata-entry.h
M	gdata/gdata-feed.h
M	gdata/gdata-private.h
M	gdata/gdata-service.h
M	gdata/services/calendar/gdata-calendar-calendar.h
M	gdata/services/calendar/gdata-calendar-event.h
M	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/services/youtube/gdata-youtube-service.h
M	gdata/services/youtube/gdata-youtube-video.h
R080	gdata.pc.in	libgdata.pc.in

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.

M	.gitignore
M	gdata/Makefile.am
M	gdata/gdata-parser.h
M	gdata/gdata-service.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h

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.

M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/services/youtube/gdata-youtube-service.h

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.

M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/tests/Makefile.am
M	gdata/tests/calendar.c
A	gdata/tests/common.h
A	gdata/tests/massif
A	gdata/tests/memcheck
A	gdata/tests/memory.c
M	gdata/tests/youtube.c

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.

M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h

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.

M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-gdata.c
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-event.c
M	gdata/services/calendar/gdata-calendar-event.h

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.

M	gdata/services/calendar/gdata-calendar-query.c

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.

M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-private.h
M	gdata/gdata-query.c
M	gdata/gdata.symbols
M	gdata/services/calendar/Makefile.am
M	gdata/services/calendar/gdata-calendar-calendar.c
A	gdata/services/calendar/gdata-calendar-event.c
A	gdata/services/calendar/gdata-calendar-event.h
A	gdata/services/calendar/gdata-calendar-query.c
A	gdata/services/calendar/gdata-calendar-query.h
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/tests/calendar.c

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

    Added "own calendars" query.

M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/calendar/gdata-calendar-service.h
M	gdata/tests/calendar.c

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.

M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/calendar/gdata-calendar-service.c
M	gdata/services/youtube/gdata-youtube-service.c
M	gdata/tests/calendar.c
M	gdata/tests/youtube.c

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.

M	gdata/gdata-types.c
M	gdata/gdata-types.h
M	gdata/services/calendar/gdata-calendar-calendar.c
M	gdata/services/calendar/gdata-calendar-calendar.h

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.

M	gdata/gdata-service.c
M	gdata/gdata.symbols
M	gdata/tests/calendar.c
M	gdata/tests/youtube.c

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.

M	configure.in
M	gdata/Makefile.am
M	gdata/gdata-private.h
M	gdata/gdata.h
M	gdata/gdata.symbols
M	gdata/services/Makefile.am
A	gdata/services/calendar/Makefile.am
A	gdata/services/calendar/gdata-calendar-calendar.c
A	gdata/services/calendar/gdata-calendar-calendar.h
A	gdata/services/calendar/gdata-calendar-service.c
A	gdata/services/calendar/gdata-calendar-service.h
M	gdata/tests/Makefile.am
A	gdata/tests/calendar.c

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

    Updated git ignore list.

M	.gitignore

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.

M	gdata/gdata-marshal.list
M	gdata/gdata-service.c
M	gdata/gdata-service.h

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.

M	configure.in
M	gdata/Makefile.am
M	gdata/gdata-entry.c
M	gdata/gdata-private.h
M	gdata/gdata.h
M	gdata/services/Makefile.am
A	gdata/services/youtube/Makefile.am
R100	gdata/services/gdata-youtube-service.c
gdata/services/youtube/gdata-youtube-service.c
R100	gdata/services/gdata-youtube-service.h
gdata/services/youtube/gdata-youtube-service.h
R100	gdata/services/gdata-youtube-video.c
gdata/services/youtube/gdata-youtube-video.c
R100	gdata/services/gdata-youtube-video.h
gdata/services/youtube/gdata-youtube-video.h
M	gdata/tests/general.c

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.

R100	.bzrignore	.gitignore
M	README

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).

M	ChangeLog
M	README
M	po/Makefile.in.in

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/>.

M	.bzrignore
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata.symbols
M	gdata/services/gdata-youtube-service.c
M	gdata/services/gdata-youtube-service.h
M	gdata/services/gdata-youtube-video.c
M	gdata/tests/youtube.c

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.

M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-media-rss.c
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/gdata-youtube-service.c
M	gdata/services/gdata-youtube-service.h
M	gdata/services/gdata-youtube-video.c
M	gdata/services/gdata-youtube-video.h
A	gdata/tests/sample.ogg
M	gdata/tests/youtube.c

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.

D	gtk-doc.make

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.

M	gdata/gdata-atom.c
M	gdata/gdata-atom.h
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-media-rss.c
M	gdata/gdata-media-rss.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/gdata-youtube-service.c
M	gdata/services/gdata-youtube-video.c
M	gdata/tests/general.c

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.

M	gdata/gdata-query.c
M	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/gdata-youtube-service.c
M	gdata/services/gdata-youtube-service.h
M	gdata/services/gdata-youtube-video.c
M	gdata/tests/youtube.c

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.

M	gdata/Makefile.am
D	gdata/gdata-media-group.c
D	gdata/gdata-media-group.h
M	gdata/gdata-private.h
M	gdata/services/Makefile.am
D	gdata/services/gdata-youtube-media-group.c
D	gdata/services/gdata-youtube-media-group.h
M	gdata/services/gdata-youtube-video.c
M	gdata/services/gdata-youtube-video.h

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.

M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
M	gdata/gdata-parser.c
M	gdata/gdata-parser.h
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/gdata-youtube-media-group.c
M	gdata/services/gdata-youtube-video.c

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.

M	gdata/gdata-gdata.c
M	gdata/gdata-gdata.h
M	gdata/services/gdata-youtube-video.c

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.

M	gdata/Makefile.am
M	gdata/gdata-entry.c
M	gdata/gdata-feed.c
M	gdata/gdata-media-group.c
A	gdata/gdata-parser.c
A	gdata/gdata-parser.h
M	gdata/gdata-private.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.h
M	gdata/services/Makefile.am
M	gdata/services/gdata-youtube-media-group.c
M	gdata/services/gdata-youtube-service.c
M	gdata/services/gdata-youtube-service.h
D	gdata/services/gdata-youtube-video-feed.c
D	gdata/services/gdata-youtube-video-feed.h
M	gdata/services/gdata-youtube-video.c
M	gdata/tests/youtube.c

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.

M	.bzrignore
M	gdata/Makefile.am
A	gdata/gdata-atom.c
A	gdata/gdata-atom.h
M	gdata/gdata-entry.c
M	gdata/gdata-entry.h
M	gdata/gdata-feed.c
M	gdata/gdata-feed.h
A	gdata/gdata-gdata.c
A	gdata/gdata-gdata.h
A	gdata/gdata-marshal.list
A	gdata/gdata-media-group.c
A	gdata/gdata-media-group.h
A	gdata/gdata-media-rss.c
A	gdata/gdata-media-rss.h
M	gdata/gdata-private.h
A	gdata/gdata-query.c
A	gdata/gdata-query.h
M	gdata/gdata-service.c
M	gdata/gdata-service.h
M	gdata/gdata.symbols
M	gdata/services/Makefile.am
A	gdata/services/gdata-youtube-media-group.c
A	gdata/services/gdata-youtube-media-group.h
M	gdata/services/gdata-youtube-service.c
M	gdata/services/gdata-youtube-video.c
M	gdata/services/gdata-youtube-video.h

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.

A	.bzrignore
A	AUTHORS
A	COPYING.LIB
A	ChangeLog
A	INSTALL
A	MAINTAINERS
A	Makefile.am
A	Makefile.decl
A	NEWS
A	README
A	autogen.sh
A	config.h.in
A	configure.in
A	docs/Makefile.am
A	docs/reference/MODULE.types
A	docs/reference/Makefile.am
A	docs/reference/gdata-overrides.txt
A	docs/reference/gdata-sections.txt
A	docs/reference/gdata.sgml
A	docs/reference/gdata.types
A	docs/reference/version.xml.in
A	gdata.pc.in
A	gdata/Makefile.am
A	gdata/gdata-entry.c
A	gdata/gdata-entry.h
A	gdata/gdata-feed.c
A	gdata/gdata-feed.h
A	gdata/gdata-private.h
A	gdata/gdata-service.c
A	gdata/gdata-service.h
A	gdata/gdata-types.c
A	gdata/gdata-types.h
A	gdata/gdata.h
A	gdata/gdata.symbols
A	gdata/services/Makefile.am
A	gdata/services/gdata-youtube-service.c
A	gdata/services/gdata-youtube-service.h
A	gdata/services/gdata-youtube-video-feed.c
A	gdata/services/gdata-youtube-video-feed.h
A	gdata/services/gdata-youtube-video.c
A	gdata/services/gdata-youtube-video.h
A	gdata/tests/Makefile.am
A	gdata/tests/general.c
A	gdata/tests/youtube.c
A	gtk-doc.make
A	intltool-extract.in
A	intltool-merge.in
A	intltool-update.in
A	po/ChangeLog
A	po/LINGUAS
A	po/Makefile.in.in
A	po/POTFILES.in