-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi,
I just tried to push some changes, but git refused them because they were no fast-forward. So I pulled to see what expects me on the other end. This is what I saw: $ git pull remote: Counting objects: 47, done. remote: Compressing objects: 100% (20/20), done. remote: Total 20 (delta 16), reused 0 (delta 0) Unpacking objects: 100% (20/20), done. - From git://git.naquadah.org/awesome 09fdd0e..3d4d195 3.4 -> origin/3.4 c3174f4..0e8fc99 master -> origin/master * [new tag] v3.4.11 -> v3.4.11 So once again I'll try to be faster than jd and write the release announcement. He got to have the fun of uploading this to debian (already in unstable). Biggest problem will be that we now require/use xcb-util 0.3.8 while awesome 3.4.10 only works with 0.3.6. Biggest "yay" (IMHO) is that we now ungrab the X11 server before parsing the config, so everyone who uninstalled pulseaudio because awesome was hung during startup can safely install pulseaudio again. Also, awesome (well, awesome's default config) will now show a big, red naughty popup on errors. This is for runtime errors, but also for the kind of errors which make awesome fall back to the default config. Of course, a big "thank you" goes to everyone who helped with this release. Anyway, here comes the statistics: awesome version 3.4.11 has been released. It is available from: tar.xz: http://awesome.naquadah.org/download/awesome-3.4.11.tar.xz md5: d6aa71334b5cd4ef63ce69d6c612ecf2 sha1: 134178a3ced065a9fe7bb9b8cc2c9256d1c0f172 tar.bz2: http://awesome.naquadah.org/download/awesome-3.4.11.tar.bz2 md5: cca11acbe9252121b10e969fce66e641 sha1: b49f47618c014e9ada54336c0c31b616af0b9a1b number of changes - ----------------- 25 number of commiters - ------------------- 10 shortlog - -------- Perry Hargrave (6): FS#917: Dont move clients with fixed positions Retain focus on clients moved across screens (fs#620) movetoscreen:Dont refocus the selected client Update tasklist when client screen changes Prevent util.cycle from infinite loop (FS#938) Check wallpaper_cmd entries are valid (FS#938) Uli Schlachter (6): Make sure russian manpages are installed (FS#907) Fix restacking with zaphod mode (FS#835) Ungrab the server before parsing the config Signal config errors via a naughty popup Signal runtime errors via a naughty popup Fix the default config Julien Danjou (4): Set the conffile value before executing the code Use awesome.conffile in menu naughty: fix image data copy change codename David Palacio (2): Desktop clients may not be visible on all tags. Ignore desktop clients on taglist widget Massimiliano Brocchini (2): no duplicate entries in prompt history search in prompt history Anurag Priyam (1): naughty: add helper function, toggle() - suspend/resume notifications Arnaud Fontaine (1): Update the code following release of xcb-util 0.3.8. Ignas Anikevicius (gns_ank) (1): Saving gama values in pngs to prevent compilation errors Jacques-Pascal Deplaix (1): awsetbg: Add the aspect option with feh Majic (1): Private naughty.getIcon() -> public awful.util.geticonpath() diffstat - -------- CMakeLists.txt | 2 +- awesome.c | 47 ++++------- awesomeConfig.cmake | 9 +- awesomerc.lua.in | 27 ++++++- client.c | 87 +++++++++++--------- client.h | 6 +- common/tokenize.gperf | 1 + common/xutil.c | 1 - event.c | 10 +- ewmh.c | 4 +- globalconf.h | 3 + lib/awful/client.lua.in | 1 - lib/awful/mouse/init.lua.in | 8 +- lib/awful/prompt.lua.in | 59 ++++++++++++- lib/awful/util.lua.in | 23 +++++- lib/awful/widget/taglist.lua.in | 2 +- lib/awful/widget/tasklist.lua.in | 1 + lib/beautiful.lua.in | 13 +++- lib/naughty.lua.in | 33 ++++---- luaa.c | 32 ++++++- property.c | 68 ++++++++-------- screen.c | 8 ++ selection.c | 14 ++-- systray.c | 2 +- tag.c | 2 + themes/zenburn/titlebar/close_focus.png | Bin 211 -> 214 bytes themes/zenburn/titlebar/floating_focus_active.png | Bin 210 -> 213 bytes themes/zenburn/titlebar/maximized_focus_active.png | Bin 202 -> 205 bytes themes/zenburn/titlebar/ontop_focus_active.png | Bin 188 -> 191 bytes themes/zenburn/titlebar/sticky_focus_active.png | Bin 199 -> 202 bytes utils/awsetbg | 2 +- window.c | 4 +- 32 files changed, 299 insertions(+), 170 deletions(-) Cheers, Uli P.S.: Congratulations to Perry. I need a new last name. :-) - -- A learning experience is one of those things that say, 'You know that thing you just did? Don't do that.' -- Douglas Adams -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBCAAGBQJOzSXuAAoJECLkKOvLj8sG6PIH/iEP4Q4T99Iui8C/8r1JeEZN /GfY+YT7muXFFupsYrFST0LqPyE+kuHZVI7kYxp8r7kGJk3zoda0953QhqZ5WXAB Pgg18AlwG9NyMXxjAOfxPkb/rBYTg9Nde/x9fJ/FFAOQD8+eESFEdRSHCKCJVEBt 7HGyQ6/LeKhb4KHJmrfuxayM7OAlZ0lSAamgueTz5SJxUcXmcWhIW1eTkav0Wgk7 REuKjLqcCkLlf7hZBxpPwrhDr19gNaDI4y7v0vt3GM+wFabZyqvQe7cSVqa54dct gDU8SsBrDA4rtldWGFNAu/gtGfuCP0LS3zOqIdocl1v+OAThPLE+VGMRPHpS77A= =NCBB -----END PGP SIGNATURE----- -- To unsubscribe, send mail to [email protected].
