<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.window-managers.awesome">
    <title>gmane.comp.window-managers.awesome</title>
    <link>http://blog.gmane.org/gmane.comp.window-managers.awesome</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2948"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2944"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2940"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2930"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2927"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2919"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2913"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2911"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2908"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2902"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2890"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2886"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2883"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2879"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2877"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2858"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2844"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2843"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2836"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/2833"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2948">
    <title>How to add Mod1+] keybinding</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2948</link>
    <description>Hi,

I want to bind Mod1+] to a key.
If I do:
keybinding({ "Mod1" }, "]", some_function):add()

It does not work. It seems to not like the ] character, because it works if I replace it by "o" for example.

Thanks!
Nathan

</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-30T11:09:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2944">
    <title>New Layout</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2944</link>
    <description>Hello,

I wrote a layout which I find usefull. I called it "fair", but I am not sure if that is a good name.
The Idea is, that client has about the same space on the screen.
The screen is tiled in a way, that the aspect ratio is holed as good as possible.

I have attached a patch (never done this before, I hope it is in a apropiate format).

Regards,
Nathan
From 47aa1480d9779e2ad0e46b39f959f20d92c90da8 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Nathan=20H=FCsken?= &lt;ls&lt; at &gt;SamZwo.localdomain&gt;
Date: Sat, 30 Aug 2008 01:06:38 +0200
Subject: [PATCH] Added fair layout.

The new layout tries to give the same amount of space to every window and keep the aspect ratio of the screen.
---
 CMakeLists.txt |    1 +
 layouts/fair.c |   76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 layouts/fair.h |   30 ++++++++++++++++++++++
 tag.c          |    1 +
 4 files changed, 108 insertions(+), 0 deletions(-)
 create mode 100644 layouts/fair.c
 create mode 100644 layouts/fair.h

diff --git a/CMakeLists.txt b/CMakeLists.tx</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-29T23:10:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2940">
    <title>OT: dark gtk themes</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2940</link>
    <description>Hi Guys,
Sorry for OT, but every time I want to change my gtk theme to smth dark I'm 
not satisfied with results after I chose theme I like and press 'OK'. I can't 
make Firefox 3 usable with such themes, for example.
Can you suggest what dark themes you are using and how you tune your apps for 
it?

Thanks in advance

</description>
    <dc:creator>Aleksey V. Kunitskiy</dc:creator>
    <dc:date>2008-08-29T12:12:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2930">
    <title>[ANNOUNCE] awesome 3.0-rc5 released</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2930</link>
    <description>Hi,

Another week, another rc release!
This is probably one of the latest since the number of changes is still
shrinking.

The changes are small and nice and fix some memory leak and improve X
requests performance a bit.

Thanks to Alex, a annoying systray issue with background colors
has been resolved.
A number of build fix on BSD are included.
Maxime wrote a wonderful enhanced completion system using bash.

Minor things: some documentation cleanup, computation in magnifier
layout is a bit change (use surface instead of height and width).

Cheers,
</description>
    <dc:creator>Julien Danjou</dc:creator>
    <dc:date>2008-08-29T09:46:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2927">
    <title>New devel mailing list (was: Community Organization)</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2927</link>
    <description>Hi,

Following a recent discussion about the community organisation, a new
list has been created:

  awesome-devel-REcIA//sDhhg9hUCZPvPmw&lt; at &gt;public.gmane.org

From now, this list will receive bug reports, and developement
talks are encouraged to move on that list.

Nobody has been automagically subscribed to that new list, so if
you're interested by awesome developement you should subscribe
yourself to this new list by sending an email to:

   awesome-devel-subscribe-REcIA//sDhhg9hUCZPvPmw&lt; at &gt;public.gmane.org

The list awesome-REcIA//sDhhg9hUCZPvPmw&lt; at &gt;public.gmane.org should by now be used for users
discussion.

Cheers,
</description>
    <dc:creator>Julien Danjou</dc:creator>
    <dc:date>2008-08-29T08:48:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2919">
    <title>hook_focus not called when changing tag</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2919</link>
    <description>Hi.

When I change the viewed tag using viewonly(newtag), the focus hook is not called also the focus changes.
I tried: hook_focus(client.focus) in the tag-changing callback
But it tells me that client.focus is a nil value
Can I somehow get focused client and call the focus hook myself at this point?

Thanks,
Nathan

</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-29T01:13:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2913">
    <title>IM client suggestion</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2913</link>
    <description>Given the recent thread about problems with Pidgin, can anyone recommend
another IM client?  I need SameTime support, I'm afraid (done via
libmeanwhile in Pidgin).

tia,
Kai


</description>
    <dc:creator>Kai Großjohann</dc:creator>
    <dc:date>2008-08-28T10:00:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2911">
    <title>[PATCH] tabulous: fixed deprecated focus_get/set calls</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2911</link>
    <description>Hi again,

some trivial cleanup that (I think) needed to be done.

Cheers,

Mawww.

---
 lib/tabulous.lua.in |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/lib/tabulous.lua.in b/lib/tabulous.lua.in
index 43d4c53..cba2a7e 100644
--- a/lib/tabulous.lua.in
+++ b/lib/tabulous.lua.in
&lt; at &gt;&lt; at &gt; -50,7 +50,7 &lt; at &gt;&lt; at &gt; function display(tabindex, cl)
         cl.hide = false
         cl:swap(p)
         p.hide = true
-        cl:focus_set()
+        capi.client.focus = cl
 
         tabbed[tabindex][1] = cl
 
&lt; at &gt;&lt; at &gt; -64,7 +64,7 &lt; at &gt;&lt; at &gt; end
 -- &lt; at &gt;param cl The client
 -- &lt; at &gt;return The key.
 function tabindex_check(tabindex, cl)
-    local c = cl or capi.client.focus_get()
+    local c = cl or capi.client.focus
     return findkey(tabbed[tabindex], c)
 end
 
&lt; at &gt;&lt; at &gt; -72,7 +72,7 &lt; at &gt;&lt; at &gt; end
 -- &lt; at &gt;param cl The client to search.
 -- &lt; at &gt;return The tab index.
 function tabindex_get(cl)
-    local c = cl or capi.client.focus_get()
+    local c = cl or capi.client.focus
 
     for tabindex, tabdisplay in pairs(tabbed)</description>
    <dc:creator>Maxime COSTE</dc:creator>
    <dc:date>2008-08-28T09:29:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2908">
    <title>[PATCH] tabulous: made tabulous tab aware</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2908</link>
    <description>Hi,

here is a patch that add tag support for tabulous, so now when a windows is
both tabbed and multiple tagged, it behave as expected (at least by me, that
is do not hide a window in a tag where it is not tabbed)

We can still mess up the tabs by clicking on the window name (in the taskbar)
but this will (I hope) be fixed in another patch.

Cheers,

Mawww.

---
 lib/tabulous.lua.in |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/lib/tabulous.lua.in b/lib/tabulous.lua.in
index cec465c..ad44000 100644
--- a/lib/tabulous.lua.in
+++ b/lib/tabulous.lua.in
&lt; at &gt;&lt; at &gt; -14,7 +14,10 &lt; at &gt;&lt; at &gt; local awful = require('awful')
 --- tabulous: fabulous tabs for awesome
 module("tabulous")
 
-local tabbed = {}
+local tabbed_tags = {} -- all tab tables, indexed by tab
+local tabbed = {}      -- the current tag tab table
+
+local active_tag
 
 -- Hook creation
 awful.hooks.user.create('tabbed')
&lt; at &gt;&lt; at &gt; -249,7 +252,48 &lt; at &gt;&lt; at &gt; function autotab_start()
     end)
 end
 
+--- update </description>
    <dc:creator>Maxime COSTE</dc:creator>
    <dc:date>2008-08-28T08:36:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2902">
    <title>Statusbar &amp; Textwidget not showing any text</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2902</link>
    <description>Hi,

I am, again, stuck with my awesome3 config.
I try to setup a statusbar with a simple textbox on it:

--------------------- rc.lua ------------------------
</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-28T13:58:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2890">
    <title>Forwarding key-combinations</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2890</link>
    <description>Hi,

I am using emacs very often. Now I would like to close every app with C-x C-c.
The Awesome wiki tells me, how to setup the keychain.
So far so good.
But since I am using emacs I also use other C-x key combinations (like C-x C-s).
So I wonder: Is it possible to react to a keycombination (with a keybind) and then forward that very same combination to the focused client?

Thanks!
Nathan

</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-27T14:45:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2886">
    <title>rc4 misbehavior with Pidgin systray component</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2886</link>
    <description>Hi, everyone,

I switched to rc4 yesterday---using the packages in Debian
experimental.  I'm quite pleased; awesome is super-fast and
one of the lightest components on my system, and having a full language
in the system is awfully handy.

The one thing that is giving me problems is the systray component, which
is having some bad interactions with Pidgin 2.4.3 (though it works fine
with banshee and network manager).

First, when I start pidgin and then click the systray icon to hide the
buddy list window, the window stays in the tasklist.  Seemingly as a
consequence, it will only un-hide itself on the tag where the window is
in the tasklist, and, in fact, the systray icon seems to only notice
clicks when I've got that tag selected.

Also, the systray icon seems immutable---where an incoming message
would normally cause the icon to flash, nothing happens.  When I set my
status to be "away", the icon doesn't change.  And so forth.

I've skimmed the last couple of months of archives, and I've tried to do
some Go</description>
    <dc:creator>Michael Alan Dorman</dc:creator>
    <dc:date>2008-08-27T14:23:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2883">
    <title>Most keybindings not working</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2883</link>
    <description>Hi,

I investigadet a little more why my awesome config does not work.
This keybinding works:

keybinding({ "Mod4" }, "Return", function() awful.spawn("xterm") end):add()

These all do not:
keybinding({ "Control" }, "x", function() awfull.spawn("xterm") end):add()
keybinding({ "Mod4" }, "x", function() awfull.spawn("xterm") end):add()
keybinding({ "Mod4" }, "p", function() awfull.spawn("xterm") end):add()

How could I investigate the problem?

My awesome version:
awesome (awesome) v3.0-rc4 (Scared Of Girls)
 • Build: Aug 23 2008 14:27:30 for x86_64 by gcc version 4.3.1 (root&lt; at &gt;SamZwo)
 • Image drawing engine: Imlib2
 • D-Bus support: ■

I got it from AUR (Archlinux).

Greetings,
Nathan

</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-27T14:16:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2879">
    <title>Getting the grip on configuring awesome</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2879</link>
    <description>Hi,

I am trying to configure my awesome3. I made a simple config:

----------------------------------------------------------------
</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-27T09:09:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2877">
    <title>[PATCH] lua: close socket before spawn new process</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2877</link>
    <description>Signed-off-by: Kanru Chen &lt;koster-8fiUuRrzOP0tsaPkFxRQhg&lt; at &gt;public.gmane.org&gt;
---
 lua.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lua.c b/lua.c
index 9b668c9..1ce685b 100644
--- a/lua.c
+++ b/lua.c
&lt; at &gt;&lt; at &gt; -514,6 +514,8 &lt; at &gt;&lt; at &gt; luaA_spawn(lua_State *L)
         {
             if(globalconf.connection)
                 xcb_disconnect(globalconf.connection);
+            if(csio.fd &gt; 0)
+                close(csio.fd);
             setsid();
             execl(shell, shell, "-c", cmd, NULL);
             warn("execl '%s -c %s' failed: %s\n", shell, cmd, strerror(errno));
</description>
    <dc:creator>Kanru Chen</dc:creator>
    <dc:date>2008-08-26T23:35:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2858">
    <title>[PATCH] added support for programmable bash completion</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2858</link>
    <description>Hi, here is a patch that add programmable bash completion support
to awful.

If completion.enable_bashcomp is called in the rc.lua, then all
commands that have an associated bash completion function use
it, other command still complete as usual.

Cheers,

Mawww.

---
 lib/awful.lua.in |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/lib/awful.lua.in b/lib/awful.lua.in
index caadcf1..8d44bb3 100644
--- a/lib/awful.lua.in
+++ b/lib/awful.lua.in
&lt; at &gt;&lt; at &gt; -35,6 +35,9 &lt; at &gt;&lt; at &gt; module("awful")
 -- Local variable handling theme
 local theme = {}
 
+-- mapping of command/completion function
+local compl_funcs = {}
+
 -- Various public structures
 beautiful = {}
 hooks = {}
&lt; at &gt;&lt; at &gt; -920,6 +923,22 &lt; at &gt;&lt; at &gt; local function prompt_history_add(id, command)
     end
 end
 
+
+--- Enable programmable bash completion in awful.completion.bash at the price of
+--  a slight overhead
+function completion.enable_bashcomp()
+    local c = io.popen("/usr/bin/env bash -c 'source /etc/bash_completion;</description>
    <dc:creator>Maxime COSTE</dc:creator>
    <dc:date>2008-08-26T12:56:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2844">
    <title>floating_placement and mouse_move</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2844</link>
    <description>Hi list!

Background
----------
I have a tag configured with a floating layout, the following two bugs
appear somewhat consistently when using that tag, also I set
floating_placement="smart" on all my clients on the manage function.

Description
-----------
When a new client is spawned the smart placement rarely works,
statistically I would say it only works for 1 out of every 5 spawned
clients. Most of the time all clients are placed at the same location
(which is at position &lt;0,0&gt; ignoring my statusbar or the other
clients) and ocacionally some of the clients are placed "smartly".

Another possibly unrealted bug occurs when dragging a window (I first
noticed this when working with gimp). To reproduce open a window on a
floating layout, click it with your mouse+modkey and drag it around in
concentric circles (large are small, I believe small circles make the
bug more apparent). The window lags quite a bit behind the mouse, the
faster you move your mouse in circles the more noticable this is.

Hypothesis
---</description>
    <dc:creator>Alex Cornejo</dc:creator>
    <dc:date>2008-08-25T19:56:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2843">
    <title>both awesome git version and awesome 3 rc4 fail to build</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2843</link>
    <description>Hello, everyone,

I had strictly followed the instructions from awesome wiki to build git
version and 3.0 rc4, both are failed with similar error.

http://awesome.naquadah.org/wiki/index.php?title=Awesome-3-Ubuntu-git

any way that I can fix the problem, or are there any steps that I missed.

thx a lot.

building process log:

git version

(~/git_build/awesome)
seen&lt; at &gt;seen-desktop $
make &amp;&amp; sudo make install
Running cmake…
</description>
    <dc:creator>Ye Xu</dc:creator>
    <dc:date>2008-08-25T19:18:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2836">
    <title>How to get gaps on the side in awesome3</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2836</link>
    <description>Hello,

I am currently familirizing myself with awesome3 with this:
http://awesome.naquadah.org/wiki/index.php?title=Awesome_3_configuration

Is there more information available?

What I am wondering: My second monitor has a big blind spot on its left top corner.
How can I configure awesome3 te leave a gap of ~130 Pixel on the left side of the second screen?

Thanks!
Nathan

</description>
    <dc:creator>Nathan Huesken</dc:creator>
    <dc:date>2008-08-25T08:11:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2833">
    <title>Congratulation for your job and my little contribution ...</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2833</link>
    <description>Hello,

I'm just install 'Awesome 3' for testing. This is a great job, thanks to all 
developpers and contributors.

I have install it on Gentoo Linux and for compiling 'wicked' and 'eminent'  
libraries on my system i've need to modify ebuild.
On attachement you can find my new ebuilds.

Other things, i'm french (sorry for my english :-) ) and for statusbar showing 
date in my language i need to add the following line in 'rc.lua'

...
os.setlocale(os.getenv("LC_ALL"))
...

I think this work in all languages ... 


Regards.
--
Christophe
http://heonium.com
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# created by kelsin 2008 July 4
# copied from thewtex's wicked ebuild

inherit git

EGIT_REPO_URI="git://git.glacicle.com/awesome/eminent"

DESCRIPTION="Eminent dynamic tagging lybrary for the awesome window manager"
HOMEPAGE="http://git.glacicle.com/?p=awesome/eminent;a=summary"

SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~x86 ~amd64"
IU</description>
    <dc:creator>Christophe</dc:creator>
    <dc:date>2008-08-25T06:11:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/2825">
    <title>[ANNOUNCE] awesome 2.3.4 released</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/2825</link>
    <description>awesome version 2.3.4 has been released. It is available from:

tar.gz: http://awesome.naquadah.org/download/awesome-2.3.4.tar.gz
md5sum: c7e27e94a9e8badfee7bcca4ac6ff9ce

tar.bz2: http://awesome.naquadah.org/download/awesome-2.3.4.tar.bz2
md5sum: bc9d115e70607c51ed55d7e1d6112c5c

number of changes
-----------------
6

shortlog
--------
Hannes (1):
      awesome-menu: match string mode and autocomplete

Julien Danjou (5):
      tasklist: add tags as cache element (FS#227)
      awesomerc: fix subprocess (FS#193)
      awesomerc: fix default path in menu launching
      Revert "awesomerc: fix xterm -e in case of others terms"
      mouse: fix client snapping


diffstat
--------
 awesome-menu.c      |   37 +++++++++++++++++++++++++++++--------
 awesomerc.in        |    8 ++++----
 common/configopts.c |    2 ++
 mouse.c             |    6 +++---
 widgets/tasklist.c  |    2 +-
 5 files changed, 39 insertions(+), 16 deletions(-)

</description>
    <dc:creator>Julien Danjou</dc:creator>
    <dc:date>2008-08-24T13:09:37</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.window-managers.awesome">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.window-managers.awesome</link>
  </textinput>
</rdf:RDF>
