<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgdata.git, branch libgdata-0-7</title>
<subtitle>gitlab.gnome.org: GNOME/libgdata.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/'/>
<entry>
<title>build: Remove non-existent symbols from gdata.symbols</title>
<updated>2011-04-15T16:23:53+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2011-04-15T16:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=3cc712304a0c084923ed8baf6b0ddd91cc3caf8d'/>
<id>3cc712304a0c084923ed8baf6b0ddd91cc3caf8d</id>
<content type='text'>
The three symbols in question were removed by commit
0db5aeece161142093343263652fa5c498e169f6.

Spotted by openSUSE packagers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The three symbols in question were removed by commit
0db5aeece161142093343263652fa5c498e169f6.

Spotted by openSUSE packagers.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add a “public” comment to GDataColor to stop gtk-doc dieing on it</title>
<updated>2011-04-15T16:23:38+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2011-04-05T23:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=754661472a034bf26fb5eecf07e9b44e3f08d942'/>
<id>754661472a034bf26fb5eecf07e9b44e3f08d942</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>contacts: Don't return deleted groups in gdata_contacts_contact_get_groups()</title>
<updated>2010-12-30T17:06:56+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-21T17:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=53cf91cda591c47a5dd767178a1d6acc43103920'/>
<id>53cf91cda591c47a5dd767178a1d6acc43103920</id>
<content type='text'>
Also take the opportunity to rewrite it to use GHashTableIter instead of
a tiny little callback function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also take the opportunity to rewrite it to use GHashTableIter instead of
a tiny little callback function.
</pre>
</div>
</content>
</entry>
<entry>
<title>contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()</title>
<updated>2010-12-30T17:06:49+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-21T17:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=4f76847d871b70b3b6cafb6037d77ccb21c2be70'/>
<id>4f76847d871b70b3b6cafb6037d77ccb21c2be70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>contacts: Add tests for group membership</title>
<updated>2010-12-30T17:06:43+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-21T17:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=920770a867023cf1413952ea8ff2accf836ebb26'/>
<id>920770a867023cf1413952ea8ff2accf836ebb26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: Take offset into account multiple times in GDataBuffer</title>
<updated>2010-12-30T17:06:06+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-19T17:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=c64836c2a2feeba77a4777618da6e8819193c702'/>
<id>c64836c2a2feeba77a4777618da6e8819193c702</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add missing file to EXTRA_DIST</title>
<updated>2010-12-30T17:04:58+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-16T12:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=64257b39cc981a997b1af31b350cd17d2196e020'/>
<id>64257b39cc981a997b1af31b350cd17d2196e020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fix comparison of attributes' namespaces in XML tree comparisons</title>
<updated>2010-12-11T20:12:03+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-11T20:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=a7f2c6b32627c7f3f730773ff426bb9f50a8a77f'/>
<id>a7f2c6b32627c7f3f730773ff426bb9f50a8a77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documents: Actually store the content-type notification signal handler ID</title>
<updated>2010-12-11T20:02:14+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-11T19:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=373c739299ff56f88cf1ae1a59a5aff47d89328d'/>
<id>373c739299ff56f88cf1ae1a59a5aff47d89328d</id>
<content type='text'>
This is the third commit to fix this trivial problem. I need more sugar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the third commit to fix this trivial problem. I need more sugar.
</pre>
</div>
</content>
</entry>
<entry>
<title>youtube: Fix another leak in the test suite</title>
<updated>2010-12-11T20:02:14+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>philip@tecnocode.co.uk</email>
</author>
<published>2010-12-11T15:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgdata.git/commit/?id=2367f07cd57f65e50b2537a7a2f4fff68d705d50'/>
<id>2367f07cd57f65e50b2537a7a2f4fff68d705d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
