Hi awesome people,

Another rc, probably the last one, a bit late again. Busy busy me.

This one fixes compatibility problem with Lua 5.1, and also revert some
changes about how we handled docking. We are back to the old behaviour,
respecting EWMH. It also fixes some corner cases with applications
settings bad information about their icons.

Cheers,
-- 
Julien Danjou
// ᐰ <jul...@danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// The more we fly, the more we climb, the more we know that heaven is a lie.

awesome version 3.3-rc4 has been released. It is available from:

tar.gz: http://awesome.naquadah.org/download/awesome-3.3-rc4.tar.gz
md5sum: ce6df795892104c1592a20fff1505521

tar.bz2: http://awesome.naquadah.org/download/awesome-3.3-rc4.tar.bz2
md5sum: ccd951458b386d53839b29e76b60607f

number of changes
-----------------
12

shortlog
--------
Johan Kiviniemi (2):
      themes: Old ImageMagick compatibility
      themes/sky: Titlebar icons: use current default theme paths

Julien Danjou (6):
      awful.tag: call property hook on icon changes
      main: fix typo in fatal()
      lib: stop using unpack where not needed
      Revert "client: handle struts (a lot) better"
      Revert "client, mouse: improve struts a bit"
      change codename

Uli Schlachter (4):
      Restructure the code in ewmh_window_icon_from_reply() slightly
      Check that the property is as long as it should be
      Fix a harmless compiler warning
      Fix a couple of harmless compiler warnings


diffstat
--------
 CMakeLists.txt                   |    2 +-
 awesome.c                        |    2 +-
 awesomeConfig.cmake              |    2 +-
 client.c                         |  195 --------------------------------------
 client.h                         |    3 -
 ewmh.c                           |   20 +++-
 layout.c                         |    2 -
 lib/awful/button.lua.in          |    5 +-
 lib/awful/client.lua.in          |    3 +-
 lib/awful/key.lua.in             |    5 +-
 lib/awful/layout/init.lua.in     |    3 +-
 lib/awful/mouse.lua.in           |   16 ++--
 lib/awful/tag.lua.in             |    2 +-
 lib/awful/titlebar.lua.in        |    3 +-
 lib/awful/widget/button.lua.in   |    3 +-
 lib/awful/widget/launcher.lua.in |    3 +-
 lib/awful/widget/prompt.lua.in   |    5 +-
 lib/awful/widget/taglist.lua.in  |    6 +-
 lib/awful/widget/tasklist.lua.in |    5 +-
 mousegrabber.c                   |    2 +-
 screen.c                         |   31 +++----
 themes/sky/theme.lua.in          |   24 +++++-
 wibox.c                          |    3 +-
 widgets/graph.c                  |    1 +
 widgets/imagebox.c               |    2 +
 widgets/progressbar.c            |    2 +
 widgets/systray.c                |    2 +
 widgets/textbox.c                |    2 +
 28 files changed, 95 insertions(+), 259 deletions(-)

Attachment: signature.asc
Description: Digital signature

Reply via email to