From: Arnout E. <rab...@us...> - 2014-05-11 11:55:47
|
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 6dc4b71382e05581d5e5ea1c66df68ab8a792a7d (commit) via 9b9c3da1d7a2ee858d20a518774f35f555332784 (commit) from 624c346b566eed95dd5e019497269a1328ea489d (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 6dc4b71382e05581d5e5ea1c66df68ab8a792a7d Merge: 624c346 9b9c3da Author: Arnout Engelen <arn...@bz...> Date: Sun May 11 13:55:21 2014 +0200 Merge branch 'contrib_goto_focus' commit 9b9c3da1d7a2ee858d20a518774f35f555332784 Author: Arnout Engelen <arn...@bz...> Date: Sun May 11 13:54:25 2014 +0200 Use 'goto_focus' instead of 'goto' in contrib 'goto' is a reserved name in lua 5.2+, so 'goto' will not work in those cases. ----------------------------------------------------------------------- Summary of changes: contrib/scripts/app.lua | 8 ++++---- contrib/scripts/bookmarks.lua | 6 +++--- contrib/scripts/collapse.lua | 2 +- contrib/scripts/goto_by_tag.lua | 2 +- contrib/scripts/legacy/adapt_menus.lua | 4 ++-- contrib/scripts/legacy/frame_client_menu.lua | 2 +- contrib/scripts/legacy/go_frame_or_desk.lua | 4 ++-- contrib/scripts/legacy/goto_multihead.lua | 2 +- contrib/scripts/legacy/nest_ws.lua | 12 ++++++------ contrib/scripts/legacy/nextact.lua | 2 +- contrib/scripts/legacy/xinerama_switcher.lua | 8 ++++---- contrib/scripts/move_current.lua | 2 +- contrib/scripts/send_to_ws.lua | 4 ++-- contrib/scripts/tabmenu.lua | 2 +- contrib/scripts/wrap_workspace_or_screen.lua | 12 ++++++------ contrib/scripts/zoom.lua | 4 ++-- 16 files changed, 38 insertions(+), 38 deletions(-) hooks/post-receive -- notion window manager core |