<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GTK+ &#187; GTK+</title>
	<atom:link href="http://blogs.gnome.org/gtk/category/gtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/gtk</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Fri, 25 Sep 2009 17:59:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GTK+ 2.18 stable release</title>
		<link>http://blogs.gnome.org/gtk/2009/09/25/gtk-2-18-stable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/09/25/gtk-2-18-stable-release/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:59:41 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Stable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=322</guid>
		<description><![CDATA[GTK+ 2.18 adds new functionality while maintaining source and binary compatibility with GTK+ 2.16. Highlights of new features and improvements in GTK+ 2.18 are:
GtkInfoBar
A new widget to show a transient &#8216;message area&#8217; inside a content pane. The API is similar to GtkDialog and supports theming for different message types (warnings, errors, etc)
GtkBuilder

Scale marks can be [...]]]></description>
			<content:encoded><![CDATA[<p>GTK+ 2.18 adds new functionality while maintaining source and binary compatibility with GTK+ 2.16. Highlights of new features and improvements in GTK+ 2.18 are:</p>
<p><strong>GtkInfoBar</strong><br />
A new widget to show a transient &#8216;message area&#8217; inside a content pane. The API is similar to GtkDialog and supports theming for different message types (warnings, errors, etc)</p>
<p><strong>GtkBuilder</strong></p>
<ul>
<li>Scale marks can be specified in builder markup</li>
<li>GtkAssistant action widgets can be added in builder markup</li>
</ul>
<p><strong>GtkLabel</strong><br />
GtkLabel can show embedded URLs, much like SexyUrlLabe</p>
<p><strong>GtkEntry</strong><br />
GtkEntry has been refactored to follow the model-view pattern, with GtkEntryBuffer as model. One intended use case for this is to support &#8217;secure memory&#8217; for password entries</p>
<p><strong>File chooser</strong></p>
<ul>
<li>Backup files are hidden by default</li>
<li>GTK+ remembers the sorting state of the file list</li>
<li>File sizes are shown by default</li>
<li>The &#8216;Create Folder&#8217; button can be disabled with the the ::create-folders property</li>
</ul>
<p><strong>Printing support</strong></p>
<ul>
<li>GTK+ supports authentication against CUPS servers</li>
<li>A backend for the PAPI printing system has been added</li>
<li>The file and lpr backends can print multiple pages per sheet</li>
<li>The file backend can produce svg files</li>
<li>GTK+ supports printing an application-defined &#8217;selection&#8217; in addition to the usual page ranges</li>
<li>The print dialog can optinally include the page setup controls, avoiding the need for a separate page setup dialog in many situations</li>
</ul>
<p><strong>Theming support</strong></p>
<ul>
<li>The bullet character used in invisible entries can be set by themes with the ::invisible-char style property</li>
<li>The file chooser can show different icons for xdg user dirs. The icon names are folder-documents, folder-download, folder-music, folder-pictures, folder-publicshare, folder-templates and folder-video</li>
<li>The GtkInfoBar uses symbolic colors for theming its background color depending on the message type. The color names are info_fg_color, info_bg_color, warning_fg_color&#8221;, warning_bg_color, etc.</li>
</ul>
<p><strong>GDK changes</strong><br />
GDK has been rewritten to use &#8216;client-side windows&#8217;. This means that GDK maintains its own window hierarchy and only uses X windows where it is necessary or explicitly requested. Some of the benefits of this change are</p>
<ul>
<li>Reduced flicker</li>
<li>The ability to do transformed and animated rendering of widgets</li>
<li>Easier embedding of GTK+ widgets, e.g. into Clutter scene graphs</li>
<p>See gdk-demo for some simple examples of client-side windows in action. See <a href="http://library.gnome.org/devel/gtk/2.18/gtk-migrating-ClientSideWindows.html">the documentation</a> for information about possible problems when moving to client-side windows.
</ul>
<p>For more details and lists of fixed bugs, see the<br />
announcements for the 2.17.x development releases: <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-May/msg00015.html">2.17.0</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-May/msg00175.html">2.17.1</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-June/msg00050.html">2.17.2</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00019.html">2.17.3</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00032.html">2.17.4</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00085.html">2.17.5</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00114.html">2.17.6</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-August/msg00087.html">2.17.8</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-August/msg00134.html">2.17.9</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-September/msg00001.html">2.17.10</a>, <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-September/msg00017.html">2.17.11</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/09/25/gtk-2-18-stable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.17.8 unstable release</title>
		<link>http://blogs.gnome.org/gtk/2009/08/18/gtk-2-17-8-unstable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/08/18/gtk-2-17-8-unstable-release/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 04:56:26 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Unstable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=316</guid>
		<description><![CDATA[This is a development release leading up to GTK+ 2.18.
Overview of Changes from GTK+ 2.17.7

Client-side windows

 &#8211; various fixes to expose handlings
fix memory leaks



Minor API additions

New setter as part of the GSEAL effort: gtk_widget_set_allocation



11 bugs fixed in this release!
]]></description>
			<content:encoded><![CDATA[<p>This is a development release leading up to GTK+ 2.18.</p>
<p><strong>Overview of Changes from GTK+ 2.17.7</strong></p>
<ul>
<li>Client-side windows
<ul>
<li> &#8211; various fixes to expose handlings</li>
<li>fix memory leaks</li>
</ul>
</li>
<li>
Minor API additions</p>
<ul>
<li>New setter as part of the GSEAL effort: gtk_widget_set_allocation</li>
</ul>
</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=585211,588437,589367,589877,590959,591432,591434,591526,591751,591998,592003">11 bugs</a> fixed in this release!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/08/18/gtk-2-17-8-unstable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK 2.17.6 unstable release</title>
		<link>http://blogs.gnome.org/gtk/2009/07/27/gtk-2176-unstable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/07/27/gtk-2176-unstable-release/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 23:29:42 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Unstable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=314</guid>
		<description><![CDATA[This is a development release leading up to GTK+ 2.18.
Overview of Changes from GTK+ 2.17.5

Client-side windows:

Several optimizations, such as client-side tracking of viewable windows
Clipping for drawing pixbufs on windows has been fixed
Rendering to large subwindows has been fixed


Changes that are relevant for translators:

Markup has been removed from several strings



12 bugs fixed in this release!
See the [...]]]></description>
			<content:encoded><![CDATA[<p>This is a development release leading up to GTK+ 2.18.</p>
<p><strong>Overview of Changes from GTK+ 2.17.5</strong></p>
<ul>
<li>Client-side windows:
<ul>
<li>Several optimizations, such as client-side tracking of viewable windows</li>
<li>Clipping for drawing pixbufs on windows has been fixed</li>
<li>Rendering to large subwindows has been fixed</li>
</ul>
</li>
<li>Changes that are relevant for translators:
<ul>
<li>Markup has been removed from several strings</li>
</ul>
</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=588398,588943,588076,574674,582674,588553,588897,588958,589035,589275,588964,587337">12 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00114.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/07/27/gtk-2176-unstable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.16.5 stable release</title>
		<link>http://blogs.gnome.org/gtk/2009/07/22/gtk-2165-stable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/07/22/gtk-2165-stable-release/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:44:10 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Stable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=311</guid>
		<description><![CDATA[This is a bug fix release in the stable 2.16 series.
Overview of Changes from GTK+ 2.16.4

Fix a side-effect introduced by the fix for bug 586330 that caused all stock buttons to loose their mnemonics.

4 bugs fixed in this release!
See the original announcement for more info and downloads.
]]></description>
			<content:encoded><![CDATA[<p>This is a bug fix release in the stable 2.16 series.</p>
<p><strong>Overview of Changes from GTK+ 2.16.4</strong></p>
<ul>
<li>Fix a side-effect introduced by the fix for bug 586330 that caused all stock buttons to loose their mnemonics.</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=582025,150951,527583,588484">4 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00086.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/07/22/gtk-2165-stable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.17.5 unstable release</title>
		<link>http://blogs.gnome.org/gtk/2009/07/22/gtk-2175-unstable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/07/22/gtk-2175-unstable-release/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:39:07 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Unstable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=308</guid>
		<description><![CDATA[This is a development release leading up to GTK+ 2.18.
Overview of Changes from GTK+ 2.17.4

Client-side windows: Quite a few fixes have happened for the win32 and directfb backends
GSEAL: Accessors have been added for sealed members in GtkCellRenderer and GtkWidget
Changes that are relevant for distributors: The jpeg2000 pixbuf loader is now optional. Pass &#8211;with-libjasper to configure [...]]]></description>
			<content:encoded><![CDATA[<p>This is a development release leading up to GTK+ 2.18.</p>
<p><strong>Overview of Changes from GTK+ 2.17.4</strong></p>
<ul>
<li>Client-side windows: Quite a few fixes have happened for the win32 and directfb backends</li>
<li>GSEAL: Accessors have been added for sealed members in GtkCellRenderer and GtkWidget</li>
<li>Changes that are relevant for distributors: The jpeg2000 pixbuf loader is now optional. Pass &#8211;with-libjasper to configure to build it</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=588373,588379,588388,588461,588666,588665,588395,524066,527583,588694,588484,583522,150951">13 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00085.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/07/22/gtk-2175-unstable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.17.4 unstable release</title>
		<link>http://blogs.gnome.org/gtk/2009/07/17/gtk-2174-unstable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/07/17/gtk-2174-unstable-release/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:03:54 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Unstable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=303</guid>
		<description><![CDATA[This is a development release leading up to GTK+ 2.18.
Overview of Changes from GTK+ 2.17.3

GtkEntry now has model-view separation, with GtkEntryBuffer. One intended use case for this is to support &#8217;secure memory&#8217; for password entries.
The print dialog can now optionally include the page setup controls, avoiding the need for a separate page setup dialog in [...]]]></description>
			<content:encoded><![CDATA[<p>This is a development release leading up to GTK+ 2.18.</p>
<p><strong>Overview of Changes from GTK+ 2.17.3</strong></p>
<ul>
<li>GtkEntry now has model-view separation, with GtkEntryBuffer. One intended use case for this is to support &#8217;secure memory&#8217; for password entries.</li>
<li>The print dialog can now optionally include the page setup controls, avoiding the need for a separate page setup dialog in many applications.</li>
<li>Coloring of visited links in GtkLabel can now be turned off, with the ::track-visited-links property.</li>
<li>Support for clipmasks in gdk_draw_pixbuf now works, this will introduce visual changes in code that uses clipmasks when drawing pixbufs. However, since this never worked that is unlikely to happen. Old code using gdk_pixbuf_render_threshold_alpha masks when rendering pixbufs will now produce truncated results at the edges.</li>
<li>A number of regressions from the client-side window merge have been fixed.</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=569393,587559,551409,588115">4 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00032.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/07/17/gtk-2174-unstable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.17.3 unstable release</title>
		<link>http://blogs.gnome.org/gtk/2009/07/10/gtk-2173-unstable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/07/10/gtk-2173-unstable-release/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:45:34 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Unstable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=301</guid>
		<description><![CDATA[This is a development release leading up to GTK+ 2.18.
Overview of Changes from GTK+ 2.17.2

GtkFileChooser: Shows the size column by default now
GtkStatusIcon: Has a title property, which can be used by ATs when they read status icons
GtkInfoBar:

The default theme now includes color definitions for infobars
The ::use-tooltip-style style property has been removed


GtkMountOperation now supports interaction during [...]]]></description>
			<content:encoded><![CDATA[<p>This is a development release leading up to GTK+ 2.18.</p>
<p><strong>Overview of Changes from GTK+ 2.17.2</strong></p>
<ul>
<li>GtkFileChooser: Shows the size column by default now</li>
<li>GtkStatusIcon: Has a title property, which can be used by ATs when they read status icons</li>
<li>GtkInfoBar:
<ul>
<li>The default theme now includes color definitions for infobars</li>
<li>The ::use-tooltip-style style property has been removed</li>
</ul>
</li>
<li>GtkMountOperation now supports interaction during unmount operations.</li>
<li>The client-side windows branch has been merged; GDK now maintains its own window hierarchy client-side, and only uses X windows where unavoidable. Some of the benefits of this change are
<ul>
<li>Reduced flicker</li>
<li>The ability to do transformed and animated rendering of widgets</li>
<li>Easier embedding of GTK+ widgets e.g. into Clutter scene graphs</li>
</ul>
<p>This is a fundamental change to the way GDK works, so watch out for regressions.
</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=586315,461944,490724,564063,582025,585626,585802,585858,586330,318807,587716,587485">12 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00019.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/07/10/gtk-2173-unstable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.17.2 unstable release</title>
		<link>http://blogs.gnome.org/gtk/2009/06/22/gtk-2172-unstable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/06/22/gtk-2172-unstable-release/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 17:21:50 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Unstable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=290</guid>
		<description><![CDATA[This is a development release leading up to GTK+ 2.18.
Overview of Changes from GTK+ 2.17.1

GtkInfoBar: A new widget to show a transient &#8216;message area&#8217; inside a content pane. The API is similar to GtkDialog and supports theming for different message types (warnings, errors, etc)

GtkFileChooser:

Improve path bar by ellipsizing long names and preventing vertical size changes
Backup [...]]]></description>
			<content:encoded><![CDATA[<p>This is a development release leading up to GTK+ 2.18.</p>
<p><strong>Overview of Changes from GTK+ 2.17.1</strong></p>
<ul>
<li>GtkInfoBar: A new widget to show a transient &#8216;message area&#8217; inside a content pane. The API is similar to GtkDialog and supports theming for different message types (warnings, errors, etc)</li>
<li>
GtkFileChooser:</p>
<ul>
<li>Improve path bar by ellipsizing long names and preventing vertical size changes</li>
<li>Backup files are now hidden by default</li>
<li>GTK+ remembers the file chooser sorting state now</li>
</ul>
</li>
<li>GtkButtonBox: Implements the GtkOrientable interface now.</li>
<li>Printing: GTK+ supports printing an application-defined &#8217;selection&#8217; now, in addition to usual page ranges.</li>
<li>
Changes that are relevant for theme authors:</p>
<ul>
<li>The new GtkInfoBar widget uses symbolic colors for theming its background color depending on the message type. By default, it uses the same background color as tooltips. This can be turned off with style property.</li>
<li>The GTK+ file chooser (as well as nautilus and other users of GIO icon information) can now show different icons for xdg user dirs. The icon names are folder-documents, folder-download, folder-music, folder-pictures, folder-publicshare, folder-templates, folder-videos, with an automatic fallback to the standard folder icon.</li>
</ul>
</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=584021,579590,584125,171416,420335,161670,327152,355851,390312,486839,562335,565317,565998,580079,580511,580560,584598,584637,584805,584832,585024,585371,585791,562579,344519,484922,555344">27 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-June/msg00050.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/06/22/gtk-2172-unstable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.16.2 stable release</title>
		<link>http://blogs.gnome.org/gtk/2009/06/03/gtk-2162-stable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/06/03/gtk-2162-stable-release/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 23:08:06 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Stable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=285</guid>
		<description><![CDATA[This is a bug fix release in the 2.16 series.
16 bugs fixed in this release!
See the original announcement for more info and downloads.
]]></description>
			<content:encoded><![CDATA[<p>This is a bug fix release in the 2.16 series.</p>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=463773,315462,531490,574386,575319,576678,579366,579884,580511,582003,582488,382676,535557,579590,584125,584021">16 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-May/msg00178.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/06/03/gtk-2162-stable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK+ 2.17.1 unstable release</title>
		<link>http://blogs.gnome.org/gtk/2009/06/03/gtk-2171-unstable-release/</link>
		<comments>http://blogs.gnome.org/gtk/2009/06/03/gtk-2171-unstable-release/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 23:04:01 +0000</pubDate>
		<dc:creator>andreasn</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Unstable]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/gtk/?p=283</guid>
		<description><![CDATA[This is a development release leading up to GTK+ 2.18.
Overview of Changes from GTK+ 2.17.0:

GtkLabel:

GtkLabel can show embedded URLs, much like SexyUrlLabel


Printing: 

GTK+ includes a print backend that works with the PAPI printing service.
The file and lpr backends can print multiple pages per sheet.


Changes that are relevant for theme authors:

The URL support in GtkLabel uses [...]]]></description>
			<content:encoded><![CDATA[<p>This is a development release leading up to GTK+ 2.18.</p>
<p><strong>Overview of Changes from GTK+ 2.17.0:</strong></p>
<ul>
<li>GtkLabel:
<ul>
<li>GtkLabel can show embedded URLs, much like SexyUrlLabel</li>
</ul>
</li>
<li>Printing: 
<ul>
<li>GTK+ includes a print backend that works with the PAPI printing service.</li>
<li>The file and lpr backends can print multiple pages per sheet.</li>
</ul>
</li>
<li>Changes that are relevant for theme authors:
<ul>
<li>The URL support in GtkLabel uses the link-color / visited-link-color style properties</li>
</ul>
</li>
</ul>
<p><a href="http://bugzilla.gnome.org/buglist.cgi?bug_id=576091,315462,390331,531490,574386,576678,579366,579884,580511,581876,581878,582003,582488,582950,582963,583050,583522,535557,549859">19 bugs</a> fixed in this release!</p>
<p>See the <a href="http://mail.gnome.org/archives/gtk-devel-list/2009-May/msg00175.html">original announcement</a> for more info and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/gtk/2009/06/03/gtk-2171-unstable-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
