Re: [ANNOUNCE] awesome 3.5.2 released

2013-10-14 Thread Kristoffer Grönlund
Hi everyone,

Uli Schlachter  znc.in> writes:

> 
> 
> Good evening,
> 
> it's been a while already and lots of small and weird issues were fixed. So
> here is awesome 3.5.2 "The Fox" for you to enjoy.

I just wanted to let any other openSUSE users know that I have built
packages for 3.5.2, so installing The Fox on openSUSE is very easy.

Get it here:

https://build.opensuse.org/package/show/home:KGronlund/awesome

Thanks for the release!

Cheers,
Kristoffer





-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


Re: [ANNOUNCE] awesome 3.5.2 released

2013-10-14 Thread Julien Danjou
On Sat, Oct 12 2013, Uli Schlachter wrote:

> it's been a while already and lots of small and weird issues were fixed. So
> here is awesome 3.5.2 "The Fox" for you to enjoy.
>
> There is one problem with this release: It should be backwards compatible to
> 3.5.1. This means your "old" rc.lua will still work with 3.5.2. Terrible, I 
> know.
>
> I want to thank Michael Stapelberg, the author of xcb-cursor. Due to this
> library, awesome doesn't use Xlib any more. The only reason we were using it
> was so that we can use libxcursor and this was now replaced with xcb-cursor.
> (Also, I got rid of the xcb-image dependency)

That's fantastic guys, keep going Uli!

-- 
Julien Danjou
-- Free Software hacker - independent consultant
-- http://julien.danjou.info


signature.asc
Description: PGP signature


Re: [ANNOUNCE] awesome 3.5.2 released

2013-10-13 Thread Nicholas Dudfield
Thanks :)

I love awesome.


Re: [ANNOUNCE] awesome 3.5.2 released

2013-10-13 Thread Raphael Cervantes

Hi,
I was unable to get it to compile on arch linux. I'm attaching the error 
messages I get when I run make. I'll be greatful of any help or advice.


Thank you.

On 10/12/2013 01:16 PM, Uli Schlachter wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Good evening,

it's been a while already and lots of small and weird issues were fixed. So
here is awesome 3.5.2 "The Fox" for you to enjoy.

There is one problem with this release: It should be backwards compatible to
3.5.1. This means your "old" rc.lua will still work with 3.5.2. Terrible, I 
know.

I want to thank Michael Stapelberg, the author of xcb-cursor. Due to this
library, awesome doesn't use Xlib any more. The only reason we were using it
was so that we can use libxcursor and this was now replaced with xcb-cursor.
(Also, I got rid of the xcb-image dependency)

Enjoy!
Uli
- -- 


awesome version 3.5.2 has been released. It is available from:

tar.xz: http://awesome.naquadah.org/download/awesome-3.5.2.tar.xz
md5: c16eaaaddf6f56b4e041007952e2a4fe
sha1: b7dfb5bd105a884fb0421c48eb9040fb0a46b17e

tar.bz2: http://awesome.naquadah.org/download/awesome-3.5.2.tar.bz2
md5: 575b2c2a6d38510c6d059dca09bc269f
sha1: 5617b51733142dfcabdc7ac2c5bcdd293964a85a

number of changes
- -
32

number of commiters
- ---
5

shortlog
- 
Uli Schlachter (28):
   Implement window gravity in ConfigureRequests (FS#1137)
   awful.tooltip: Set the bg color correctly (FS#1148)
   lua: Print traceback on startup errors
   luadoc: Clients have a leader_window, not leader_id
   Fix WM_CLIENT_LEADER handling
   client: Ignore "fake" string property changes
   wibox: Add widget geometry cache
   draw: Add function for finding a visual by id
   client.content: Use correct client size (FS#1150)
   client.content: Return a cairo xcb surface
   Stop linking against xcb-image
   awful.titlebar: Add show, hide, toggle functions
   Switch from libXcursor to libxcb-cursor
   CMake: Look for both "ldoc" and "ldoc.lua"
   Use $PATH when starting $SHELL
   ewmh: remove _NET_DESKTOP_GEOMETRY support
   screen: Make sure we always have a screen
   Fix possible deadlock during startup
   naughty: Verify image parameters coming from dbus (FS#1162)
   awful.screen.focus: Don't move mouse to (0, 0) first (FS#1173)
   awful.client.tiled: Ignore fullscreen (etc) clients (FS#1106)
   client: Ignore transient_for causing loops (FS#1124)
   screen: Fix screen equality comparison (FS#1151)
   client: Don't move clients around across restarts (FS#1159)
   Revert "client: Don't move clients around across restarts (FS#1159)"
   event: Handle MotionNotify before ButtonPress/Release (FS#1136)
   awful.tag.withcurrent: Also act on restarts (FS#1155)
   change codename

Alexander Kondratev (1):
   fixed #1184. Calling movetotag method throw an error on a blank screen

Björn Åström (1):
   wibox.layout.fixed: Fix fill space

David Mohr (1):
   Revert "client: add a limit to the loop (FS#573)"

kardan (1):
   honor appended -c option for --check


diffstat
- 
  awesome.c  | 57
-
  awesomeConfig.cmake| 11 ++-
  awesomerc.lua.in   | 16 ++--
  common/atoms.list  |  1 -
  common/util.c  |  4 ++--
  common/xcursor.c   |  8 +---
  common/xcursor.h   |  6 ++
  draw.c |  9 +++--
  draw.h |  1 +
  event.c| 31 ++-
  ewmh.c | 15 ---
  globalconf.h   |  5 +++--
  lib/awful/client.lua.in|  5 -
  lib/awful/screen.lua.in|  1 -
  lib/awful/tag.lua.in   | 21 +
  lib/awful/titlebar.lua.in  | 63
++-
  lib/awful/tooltip.lua.in   |  2 +-
  lib/naughty.lua.in |  8 
  lib/wibox/layout/align.lua.in  | 14 +++---
  lib/wibox/layout/base.lua.in   | 21 +
  lib/wibox/layout/constraint.lua.in |  2 +-
  lib/wibox/layout/fixed.lua.in  | 10 +-
  lib/wibox/layout/flex.lua.in   |  2 +-
  lib/wibox/layout/margin.lua.in |  2 +-
  lib/wibox/layout/mirror.lua.in |  2 +-
  lib/wibox/layout/rotate.lua.in |  2 +-
  lib/wibox/widget/base.lua.in   |  7 +++
  luaa.c |  5 -
  luadoc/client.lua  |  2 +-
  mousegrabber.c |  2 +-
  objects/client.c   | 47
+--
  objects/client.h   |  6 ++
  objects/drawin.c   |  4 ++--
  pro

[ANNOUNCE] awesome 3.5.2 released

2013-10-12 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Good evening,

it's been a while already and lots of small and weird issues were fixed. So
here is awesome 3.5.2 "The Fox" for you to enjoy.

There is one problem with this release: It should be backwards compatible to
3.5.1. This means your "old" rc.lua will still work with 3.5.2. Terrible, I 
know.

I want to thank Michael Stapelberg, the author of xcb-cursor. Due to this
library, awesome doesn't use Xlib any more. The only reason we were using it
was so that we can use libxcursor and this was now replaced with xcb-cursor.
(Also, I got rid of the xcb-image dependency)

Enjoy!
Uli
- -- 

awesome version 3.5.2 has been released. It is available from:

tar.xz: http://awesome.naquadah.org/download/awesome-3.5.2.tar.xz
md5: c16eaaaddf6f56b4e041007952e2a4fe
sha1: b7dfb5bd105a884fb0421c48eb9040fb0a46b17e

tar.bz2: http://awesome.naquadah.org/download/awesome-3.5.2.tar.bz2
md5: 575b2c2a6d38510c6d059dca09bc269f
sha1: 5617b51733142dfcabdc7ac2c5bcdd293964a85a

number of changes
- -
32

number of commiters
- ---
5

shortlog
- 
Uli Schlachter (28):
  Implement window gravity in ConfigureRequests (FS#1137)
  awful.tooltip: Set the bg color correctly (FS#1148)
  lua: Print traceback on startup errors
  luadoc: Clients have a leader_window, not leader_id
  Fix WM_CLIENT_LEADER handling
  client: Ignore "fake" string property changes
  wibox: Add widget geometry cache
  draw: Add function for finding a visual by id
  client.content: Use correct client size (FS#1150)
  client.content: Return a cairo xcb surface
  Stop linking against xcb-image
  awful.titlebar: Add show, hide, toggle functions
  Switch from libXcursor to libxcb-cursor
  CMake: Look for both "ldoc" and "ldoc.lua"
  Use $PATH when starting $SHELL
  ewmh: remove _NET_DESKTOP_GEOMETRY support
  screen: Make sure we always have a screen
  Fix possible deadlock during startup
  naughty: Verify image parameters coming from dbus (FS#1162)
  awful.screen.focus: Don't move mouse to (0, 0) first (FS#1173)
  awful.client.tiled: Ignore fullscreen (etc) clients (FS#1106)
  client: Ignore transient_for causing loops (FS#1124)
  screen: Fix screen equality comparison (FS#1151)
  client: Don't move clients around across restarts (FS#1159)
  Revert "client: Don't move clients around across restarts (FS#1159)"
  event: Handle MotionNotify before ButtonPress/Release (FS#1136)
  awful.tag.withcurrent: Also act on restarts (FS#1155)
  change codename

Alexander Kondratev (1):
  fixed #1184. Calling movetotag method throw an error on a blank screen

Björn Åström (1):
  wibox.layout.fixed: Fix fill space

David Mohr (1):
  Revert "client: add a limit to the loop (FS#573)"

kardan (1):
  honor appended -c option for --check


diffstat
- 
 awesome.c  | 57
-
 awesomeConfig.cmake| 11 ++-
 awesomerc.lua.in   | 16 ++--
 common/atoms.list  |  1 -
 common/util.c  |  4 ++--
 common/xcursor.c   |  8 +---
 common/xcursor.h   |  6 ++
 draw.c |  9 +++--
 draw.h |  1 +
 event.c| 31 ++-
 ewmh.c | 15 ---
 globalconf.h   |  5 +++--
 lib/awful/client.lua.in|  5 -
 lib/awful/screen.lua.in|  1 -
 lib/awful/tag.lua.in   | 21 +
 lib/awful/titlebar.lua.in  | 63
++-
 lib/awful/tooltip.lua.in   |  2 +-
 lib/naughty.lua.in |  8 
 lib/wibox/layout/align.lua.in  | 14 +++---
 lib/wibox/layout/base.lua.in   | 21 +
 lib/wibox/layout/constraint.lua.in |  2 +-
 lib/wibox/layout/fixed.lua.in  | 10 +-
 lib/wibox/layout/flex.lua.in   |  2 +-
 lib/wibox/layout/margin.lua.in |  2 +-
 lib/wibox/layout/mirror.lua.in |  2 +-
 lib/wibox/layout/rotate.lua.in |  2 +-
 lib/wibox/widget/base.lua.in   |  7 +++
 luaa.c |  5 -
 luadoc/client.lua  |  2 +-
 mousegrabber.c |  2 +-
 objects/client.c   | 47
+--
 objects/client.h   |  6 ++
 objects/drawin.c   |  4 ++--
 property.c | 14 --
 root.c |  2 +-
 screen.c   | 42
++
 screen.h   |  2 ++
 xwindow.c  | 60
++