Hi folks,

Sorry for the delay, but I was really too busy these last days, so I did
not have time to handle awesome correctly. I'll still be under heavy
load until the end of the week, when I'll have done moving into my new
flat.

So, what's new in this rc3? Nothing big, it's a rc version, of course.
But I did fix a couple of startup-notification related issue, so you
won't get a cursor stucked with a watch anymore. A memory corruption in
startup-notification was also fixed.
Rendering of left/right oriented wibox has also been fixed.
root.fake_input was fixed also.
Two other changes: build issue on weird system fixed, and titlebar icons
are partially autogenerated using ImageMagick.

There seems to be not so many issue remaining, so I really except final
version in ~2 weeks.

Cheers,
-- 
Julien Danjou
// ᐰ <jul...@danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Trust no one.

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

tar.gz: http://awesome.naquadah.org/download/awesome-3.3-rc3.tar.gz
md5sum: 54d1591f18fea1a076d75c3f111fed8d

tar.bz2: http://awesome.naquadah.org/download/awesome-3.3-rc3.tar.bz2
md5sum: 86aa76cc6fb3b7502e721187a22279f6

number of changes
-----------------
28

shortlog
--------
Ali Polatel (1):
      luaA_init: use Lua C API to add paths to package.path

Johan Kiviniemi (1):
      themes: Generate unfocused/inactive icons automatically

Julien Danjou (13):
      build: allow to specify cmake args
      spawn: fix reference counting of sequences
      spawn: call startup notification hooks on time out
      awful.startup_notification: unregister events on time out
      build: remove useless check for libs
      spawn: fix hook call on timeout
      swindow: fix draw_context_update for north and south orientation
      widget: use orientation rather than position
      root: fix screen in fake_input
      root: fix arguments in fake_input
      spawn: fix sequence ref count again
      build: remove ncurses stuff
      change codename

Uli Schlachter (12):
      Fix a wrong leading space in gperf.sh's shebang
      Remove some useless use of cat
      Fix a bashism in gperf.sh
      Use 'sh' instead of 'sh -e'
      Use tr [:lower:] [:upper:] instead of the a-z one
      Use _LDFLAGS instead of _LIBRARIES
      Get the shell for spawn_with_shell earlier
      Don't use obsolete table.foreach() in the default config
      Remove a wrong space
      awesome-client: Properly exit when dbus-send isn't found
      awesome-client: Fix bashism
      awesome-client: Use /bin/sh instead of /bin/bash

koniu (1):
      awesomerc: allow 'false' in floatapps


diffstat
--------
 CMakeLists.txt                                     |   40 ++++++++++++++
 Makefile                                           |    2 +-
 README                                             |    3 +
 awesomeConfig.cmake                                |   22 ++------
 awesomerc.lua.in                                   |   25 +++++----
 build-utils/gperf.sh                               |   17 +++---
 event.c                                            |    6 +-
 lib/awful/startup_notification.lua.in              |    3 +-
 lib/awful/util.lua.in                              |    6 +--
 luaa.c                                             |   54 ++++++++++++--------
 mouse.c                                            |    2 +-
 root.c                                             |   21 ++++----
 spawn.c                                            |   22 +++++++-
 swindow.c                                          |    4 +-
 themes/default/theme.lua.in                        |    2 +-
 themes/default/titlebar/close.png                  |  Bin 358 -> 0 bytes
 themes/default/titlebar/close_normal.png           |  Bin 431 -> 0 bytes
 themes/default/titlebar/closer.png                 |  Bin 611 -> 0 bytes
 .../default/titlebar/floating_focus_inactive.png   |  Bin 414 -> 0 bytes
 themes/default/titlebar/floating_normal_active.png |  Bin 386 -> 0 bytes
 .../default/titlebar/floating_normal_inactive.png  |  Bin 349 -> 0 bytes
 .../default/titlebar/maximized_focus_inactive.png  |  Bin 816 -> 0 bytes
 .../default/titlebar/maximized_normal_active.png   |  Bin 738 -> 0 bytes
 .../default/titlebar/maximized_normal_inactive.png |  Bin 682 -> 0 bytes
 themes/default/titlebar/ontop_focus_inactive.png   |  Bin 669 -> 0 bytes
 themes/default/titlebar/ontop_normal_active.png    |  Bin 565 -> 0 bytes
 themes/default/titlebar/ontop_normal_inactive.png  |  Bin 590 -> 0 bytes
 themes/default/titlebar/sticky_focus_inactive.png  |  Bin 659 -> 0 bytes
 themes/default/titlebar/sticky_normal_active.png   |  Bin 611 -> 0 bytes
 themes/default/titlebar/sticky_normal_inactive.png |  Bin 597 -> 0 bytes
 utils/awesome-client                               |    6 ++-
 widget.c                                           |   10 ++--
 widget.h                                           |    2 +-
 33 files changed, 154 insertions(+), 93 deletions(-)

Attachment: signature.asc
Description: Digital signature

Reply via email to