From: Arnout E. <rab...@us...> - 2012-05-01 21:01:41
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via 7c37c11e6a2c67caf73cbd0c3d9d4c0e463759d4 (commit) via f317f4bd08ba482203609927b3f137917cdb391e (commit) via e61122c3d5202e26079bf10da0e9cec1d2a805ca (commit) via 8211a2ed2ac2d66b9ea35d59a3f67b1299b09b4f (commit) via 6dd12d036554bd6680d9c9d4ba135b5c9cc0e567 (commit) via 5689cd87e187ad1477f64e322bd7be88e9dad59a (commit) via b0f57ca17360747cd7283b054e236443fcf02de2 (commit) via e2cfe8c7deb387dc3d2d7bac46486aa172435e66 (commit) via e150fa4c2cec98cde972108df325bacbf064e9b3 (commit) via 493de0164607d198b3fbb738ad312321e3471a20 (commit) via d2c6b4751b5639c47c73826e2dd4c787dc8ad848 (commit) via b367589eb3ceab4fd28d5e5ffd0339c4d36a55ef (commit) via c34041eb074651a077c00a76ee57719e4314317d (commit) via 62b6a9a29d6681626b4ec8dae5e17b232e7bc969 (commit) via d35b8944f97ef92b6dc9a973d0c946147371a532 (commit) via 748db1f787f4f8f37354b62ef775a4797dc95453 (commit) via b476bb1c858603d622bcff04179cf37aa243a00a (commit) via 93fcb7dd6ffa6fc8d10c753c45ff47686c0cb1bd (commit) from 3c201e9a2f37718a65b51ba3bda61038e06c88ec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7c37c11e6a2c67caf73cbd0c3d9d4c0e463759d4 Merge: e61122c f317f4b Author: Arnout Engelen <arn...@bz...> Date: Tue May 1 22:55:15 2012 +0200 Merge commit 'f317f4bd08ba482203609927b3f137917cdb391e' commit f317f4bd08ba482203609927b3f137917cdb391e Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 22:49:56 2012 +0200 Get closer to original environment logic commit e61122c3d5202e26079bf10da0e9cec1d2a805ca Author: Arnout Engelen <arn...@bz...> Date: Tue May 1 22:29:04 2012 +0200 revert accidental changes from 93fcb7dd6ffa6fc8d10c753c45ff47686c0cb1bd commit 8211a2ed2ac2d66b9ea35d59a3f67b1299b09b4f Merge: 6dd12d0 e2cfe8c Author: Arnout Engelen <arn...@bz...> Date: Tue May 1 22:28:19 2012 +0200 Merge commit 'e2cfe8c7deb387dc3d2d7bac46486aa172435e66' commit 6dd12d036554bd6680d9c9d4ba135b5c9cc0e567 Author: Arnout Engelen <arn...@bz...> Date: Tue May 1 22:27:59 2012 +0200 detect lua 5.2 commit 5689cd87e187ad1477f64e322bd7be88e9dad59a Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 22:21:23 2012 +0200 Restore original modulelist.mk and system.mk Changes to these files were accidentally committed in 93fcb7dd6ffa6fc8d10c753c45ff47686c0cb1bd commit b0f57ca17360747cd7283b054e236443fcf02de2 Author: Arnout Engelen <arn...@bz...> Date: Tue May 1 22:05:23 2012 +0200 use 'display' rather than 'goto' in preparation of supporting lua 5.2 commit e2cfe8c7deb387dc3d2d7bac46486aa172435e66 Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 21:37:26 2012 +0200 Don't set dummy print for Lua 5.2 Otherwise "print" is not offered as a completion. commit e150fa4c2cec98cde972108df325bacbf064e9b3 Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 21:07:39 2012 +0200 Change environment logic in mkman.lua Set the environment of the function directly when loading the file under Lua 5.2. This deals with the removal of setfenv in Lua 5.2. commit 493de0164607d198b3fbb738ad312321e3471a20 Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 17:51:08 2012 +0200 goto->display commit d2c6b4751b5639c47c73826e2dd4c787dc8ad848 Merge: b367589 3c201e9 Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 17:49:13 2012 +0200 Merge branch 'master', remote-tracking branch 'upstream/master' commit b367589eb3ceab4fd28d5e5ffd0339c4d36a55ef Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 17:48:16 2012 +0200 "foreach" is deprecated, replace by "for .. in pairs" commit c34041eb074651a077c00a76ee57719e4314317d Author: Philipp Hartwig <ph...@ph...> Date: Tue May 1 17:46:36 2012 +0200 Change handling of environment in mod_query.lua Lua 5.2 does not support set/getfenv anymore, instead the global environment is stored in a variable _ENV and we can directly set the environment of a function when loading it. commit 62b6a9a29d6681626b4ec8dae5e17b232e7bc969 Merge: d35b894 ca95bd0 Author: Philipp Hartwig <ph...@ph...> Date: Thu Apr 26 18:19:35 2012 +0200 Merge branch 'master' of git://notion.git.sourceforge.net/gitroot/notion/notion Conflicts: modulelist.mk commit d35b8944f97ef92b6dc9a973d0c946147371a532 Merge: 748db1f 91414f3 Author: Philipp Hartwig <ph...@ph...> Date: Wed Apr 25 18:57:34 2012 +0200 Merge branch 'master' of git://notion.git.sourceforge.net/gitroot/notion/notion commit 748db1f787f4f8f37354b62ef775a4797dc95453 Merge: b476bb1 15259fd Author: Philipp Hartwig <ph...@ph...> Date: Sat Apr 21 09:46:53 2012 +0200 Merge remote-tracking branch 'upstream/master' commit b476bb1c858603d622bcff04179cf37aa243a00a Author: Philipp Hartwig <ph...@ph...> Date: Sun Apr 15 21:27:04 2012 +0200 Fix type of new function. commit 93fcb7dd6ffa6fc8d10c753c45ff47686c0cb1bd Author: Philipp Hartwig <ph...@ph...> Date: Sun Apr 15 21:14:29 2012 +0200 Fix problem with mod_xinerama and try_fullscreen, which should use a screen instead of the root window. ----------------------------------------------------------------------- Summary of changes: build/mkman.lua | 27 +++++++++++++++++---------- mod_query/mod_query.lua | 36 +++++++++++++++++++++++------------- mod_statusbar/mod_statusbar.lua | 2 +- system.mk | 9 ++++++++- 4 files changed, 49 insertions(+), 25 deletions(-) hooks/post-receive -- notion window manager core |