<rss version="2.0">
  <channel>
    <title>Haberdasher patches (Gabber)</title>
    <link>http://haberdasherhq.org</link>
    <description>Patches for Gabber</description>
    <language>en-en</language>
    <item>
      <title>Gabber - Patch size limit test</title>
      <description>&lt;pre&gt;1,2c1,2
&lt; Hello, World!
&lt; -------------
---
&gt; Hello, Universe!
&gt; ================
6a7,8
&gt;
&gt; Some rea&lt;/pre&gt;</description>
      <pubDate>Mon, 15 Oct 2007 23:27:14 +0100</pubDate>
      <link>http://haberdasherhq.org/demo/patches/show/16</link>
      <guid>http://haberdasherhq.org/demo/patches/show/16</guid>
    </item>
    <item>
      <title>Gabber - Some fake patch, unified diff</title>
      <description>&lt;pre&gt;--- a.txt       2007-10-15 22:38:51.000000000 +0100
+++ b.txt       2007-10-15 22:41:38.000000000 +0100
@@ -1,6 +1,8 @@
-Hello, World!
--------------
+Hello, Universe!
+================

 Some interesting stuff to read. Some interesting stuff to read. Some
 interesting stuff to read. Some interesting stuff to read. Some interesting
 stuff to read. Some interesting stuff to read.
+
+Some really crazy ideas about ruling the world and conquering the Universe.
&lt;/pre&gt;</description>
      <pubDate>Mon, 15 Oct 2007 22:45:18 +0100</pubDate>
      <link>http://haberdasherhq.org/demo/patches/show/13</link>
      <guid>http://haberdasherhq.org/demo/patches/show/13</guid>
    </item>
    <item>
      <title>Gabber - Make roster pop-up on online contact</title>
      <description>&lt;pre&gt;--- gabber-0.8.7.orig/src/RosterView.cc
+++ gabber-0.8.7/src/RosterView.cc
@@ -404,6 +404,8 @@
          }
          // Update the statusbar and clear in 30 seconds 
          G_Win-&gt;push_status_bar_msg(nickname + _(" is now online"), 30000);
+
+         gdk_window_show(G_Win-&gt;getBaseWindow()-&gt;get_window().gdkobj());
      }
      else if (available &amp;&amp; prev_type == Presence::ptAvailable)
      {
&lt;/pre&gt;</description>
      <pubDate>Mon, 28 Aug 2006 18:26:44 +0100</pubDate>
      <link>http://haberdasherhq.org/demo/patches/show/2</link>
      <guid>http://haberdasherhq.org/demo/patches/show/2</guid>
    </item>
    <item>
      <title>Gabber - Make GroupChat windows pop-up</title>
      <description>&lt;pre&gt;--- gabber-0.8.7.orig/src/MessageViews.cc
+++ gabber-0.8.7/src/MessageViews.cc
@@ -1776,6 +1776,10 @@
          //_thisWindow-&gt;set_title(_("Gabber: Group Chat - ") + fromUTF8(_thisWi
ndow, subj));
          _entSubject-&gt;set_text(fromUTF8(_entSubject, subj));
      }
+
+     // Popup the window if they like it that way
+     if (G_App-&gt;getCfg().msgs.raise)
+         gdk_window_show(_thisWindow-&gt;get_window().gdkobj());
 }
 
 gint GCMessageView::on_window_delete(GdkEventAny* e)
&lt;/pre&gt;</description>
      <pubDate>Mon, 28 Aug 2006 18:23:24 +0100</pubDate>
      <link>http://haberdasherhq.org/demo/patches/show/1</link>
      <guid>http://haberdasherhq.org/demo/patches/show/1</guid>
    </item>
  </channel>
</rss>
