commit 9e99119d917b7af762b46b91b067a3ad55710aa5
Author: Philip Withnall <[email protected]>
Date:   Tue Feb 26 00:04:59 2013 +0000

   docs: Add a missing xi:include to gdata-docs.xml

docs/reference/gdata-docs.xml | 4 ++++
1 file changed, 4 insertions(+)

commit 56490d4db4cf8b7fdfa84aa0b583da908ec21a10
Author: Philip Withnall <[email protected]>
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.

Makefile.am | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

commit 1d58568969ce533bf92870b378937057e95fe0c2
Author: Evan Nemerson <[email protected]>
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

autogen.sh          |  1 -
introspection.m4    | 94
-----------------------------------------------------
m4/introspection.m4 | 94
+++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 94 insertions(+), 95 deletions(-)

commit ba0d4a06dcec5bf26e23effded0973df70569dc1
Author: Colin Walters <[email protected]>
Date:   Sun Feb 24 04:30:44 2013 -0500

   vala: Fix a typo in the build rule

Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 2186969875520d535704f61280f62145932b4948
Author: Evan Nemerson <[email protected]>
Date:   Thu Feb 21 21:53:45 2013 -0800

   build: Add Vala bindings

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

Makefile.am              |  27 +++++++++++++
configure.ac             |   2 +
gdata/GData-0.0.metadata |  11 ++++++
m4/vapigen.m4            | 101
+++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 141 insertions(+)

commit 0fd7b768d14350854db00ad393ddc33e05681e1a
Author: William Jon McCann <[email protected]>
Date:   Sat Feb 16 09:14:38 2013 -0500

   Add support for PDF files

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

Makefile.am                                        |  4 +-
docs/reference/gdata-docs.xml                      |  1 +
docs/reference/gdata-sections.txt                  | 18 ++++++
gdata/gdata.h                                      |  1 +
gdata/gdata.symbols                                |  2 +
.../services/documents/gdata-documents-document.c  |  4 +-
gdata/services/documents/gdata-documents-entry.c   |  2 +-
gdata/services/documents/gdata-documents-feed.c    |  3 +
gdata/services/documents/gdata-documents-pdf.c     | 72
++++++++++++++++++++++
gdata/services/documents/gdata-documents-pdf.h     | 71
+++++++++++++++++++++
gdata/services/documents/gdata-documents-service.c |  3 +
11 files changed, 177 insertions(+), 4 deletions(-)

commit 1d38ac14d3e57ebf20431086bf45cac5bfbb3ca5
Author: Evan Nemerson <[email protected]>
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

gdata/services/contacts/gdata-contacts-contact.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit 618be836a12a32bc0af661c54bfd76d30c992466
Author: Ján Kyselica <[email protected]>
Date:   Wed Feb 6 18:15:29 2013 +0100

   Updated slovak translation

po/sk.po | 91
+++++++++++++++++++++++++++++-----------------------------------
1 file changed, 41 insertions(+), 50 deletions(-)

commit dad8706c3ab4b0c36dd8956dd0abe50d5f5d1df8
Author: Gheyret Kenji <[email protected]>
Date:   Sat Feb 2 12:39:21 2013 +0900

   Updated Uyghur translation

   Signed-off-by: Gheyret Kenji <[email protected]>

po/ug.po | 245
++++++++++++++++++++++++++++-----------------------------------
1 file changed, 107 insertions(+), 138 deletions(-)

commit 2fa88858a96b7368e342dc60996be8327a387ebc
Author: Peter Mráz <[email protected]>
Date:   Thu Jan 31 22:24:14 2013 +0100

   Added missing et to LINGUAS

po/LINGUAS | 1 +
1 file changed, 1 insertion(+)

commit e59b3db62c09b5872c2f0c19182228cc184d4aa5
Author: Ján Kyselica <[email protected]>
Date:   Wed Jan 30 22:34:11 2013 +0100

   Added slovak translation

po/LINGUAS |   1 +
po/sk.po   | 511
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 512 insertions(+)

commit 2d64f6a90a9055c51beaf10f1aa35d5c8b8ef7a4
Author: Philip Withnall <[email protected]>
Date:   Tue Dec 25 09:44:03 2012 +0000

   build: Update git.mk from upstream

   Upstream is now https://github.com/behdad/git.mk.

git.mk | 87
++++++++++++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 64 insertions(+), 23 deletions(-)

commit 88e381defb549aa499d7cc482dc7d2dfe5a93577
Author: Philip Withnall <[email protected]>
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

gdata/gdata-parsable.c            | 2 +-
gdata/georss/gdata-georss-where.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

commit b4d828e002adf21a5ef671ec1b62bed2f48382af
Author: Nirbheek Chauhan <[email protected]>
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

Makefile.am    |  6 +++---
configure.ac   | 16 +++++++++++++++-
libgdata.pc.in |  1 +
3 files changed, 19 insertions(+), 4 deletions(-)

commit 60230e288e465091380135ed2d2397cce7ae956c
Author: Alexandre Rostovtsev <[email protected]>
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

configure.ac | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

commit 1d0ea81d59e03674dceeaa74c277dd4048ff1377
Author: Philip Withnall <[email protected]>
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 <[email protected]>
    • 935e69fe by Stef Walter <[email protected]>

   Both people have agreed to relicence their contributions to
   LGPLv2.1+ by
   e-mail.

gdata/gdata-authorization-domain.c                      | 16
++++++++--------
gdata/gdata-authorization-domain.h                      | 16
++++++++--------
gdata/gdata-authorizer.c                                | 16
++++++++--------
gdata/gdata-authorizer.h                                | 16
++++++++--------
gdata/gdata-client-login-authorizer.c                   | 16
++++++++--------
gdata/gdata-client-login-authorizer.h                   | 16
++++++++--------
gdata/gdata-oauth1-authorizer.c                         | 16
++++++++--------
gdata/gdata-oauth1-authorizer.h                         | 16
++++++++--------
gdata/services/documents/gdata-documents-upload-query.c | 16
++++++++--------
gdata/services/documents/gdata-documents-upload-query.h | 16
++++++++--------
10 files changed, 80 insertions(+), 80 deletions(-)

commit cc229e19456c20ab884f501ce39027faa26c97dd
Author: Colin Walters <[email protected]>
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 <[email protected]>

gdata/gdata-download-stream.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

commit 5e088ccdaace6d12331fc63b67b7bfd46808bbff
Author: Mattias Põldaru <[email protected]>
Date:   Tue Oct 30 15:31:10 2012 +0200

   [l10n] Updated Estonian translation

po/et.po | 396
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 396 insertions(+)

commit adf2dd3171017430defa8e68792903724d1f9389
Author: Philip Withnall <[email protected]>
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.

demos/scrapbook/scrapbook.c | 3 +++
gdata/tests/common.c        | 2 ++
gdata/tests/memory.c        | 2 ++
gdata/tests/perf.c          | 2 ++
4 files changed, 9 insertions(+)

commit 811ccbefe1b711a29763700a2bbb5b54b06384d5
Author: Philip Withnall <[email protected]>
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
   <[email protected]> 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

gdata/gdata-goa-authorizer.c | 82
+++++++++++++++++++++++++++++++++++++-------
1 file changed, 70 insertions(+), 12 deletions(-)

commit 4e72579d1bbb302776a42551cbfb560ddd4258b3
Author: Robert Ancell <[email protected]>
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

configure.ac   | 12 ++++++++++--
libgdata.pc.in |  3 ++-
2 files changed, 12 insertions(+), 3 deletions(-)

commit 990f3498f31d646b072a39a937f9628fe45ec67a
Author: Philip Withnall <[email protected]>
Date:   Sun Sep 30 11:08:26 2012 +0100

   build: Increment version to 0.13.3

configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 4e8ed9843b55037b01a59143b8876c23a1f7b089
Author: Philip Withnall <[email protected]>
Date:   Sun Sep 30 11:06:39 2012 +0100

   Release version 0.13.2

NEWS         | 41 +++++++++++++++++++++++++++++++++++++++++
configure.ac |  2 +-
2 files changed, 42 insertions(+), 1 deletion(-)