From: Arnout E. <rab...@us...> - 2014-04-17 16:57:49
|
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 40dca8919f83a916fa0e040248969d8e5038eb4a (commit) via e965a696dee3ef6966b5d7290e3ceba2833b76d3 (commit) via b86959fb21253b3b92ee1985fd1bcf459ddeb26c (commit) from 82894c5b7020ada178adfb48414c82e4b8f8da6c (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 40dca8919f83a916fa0e040248969d8e5038eb4a Author: Arnout Engelen <arn...@bz...> Date: Thu Apr 17 18:56:01 2014 +0200 Remove commented-out variables commit e965a696dee3ef6966b5d7290e3ceba2833b76d3 Author: Campbell Barton <ide...@gm...> Date: Wed Apr 16 04:16:10 2014 +1000 Code cleanup: remove unused vars also comment in cases where it looks like they could be useful commit b86959fb21253b3b92ee1985fd1bcf459ddeb26c Author: Campbell Barton <ide...@gm...> Date: Wed Apr 16 03:43:05 2014 +1000 Code Cleanup: indentation (tabs -> spaces) ----------------------------------------------------------------------- Summary of changes: de/brush.c | 2 - de/draw.c | 34 +- de/fontset.c | 1 - de/init.c | 4 - de/style.c | 1 - ioncore/binding.c | 22 +- ioncore/clientwin.c | 4 +- ioncore/colormap.c | 1 - ioncore/conf-bindings.c | 4 - ioncore/conf.c | 5 +- ioncore/eventh.c | 4 - ioncore/frame-draw.c | 3 +- ioncore/frame-pointer.c | 7 +- ioncore/frame-tabs-recalc.c | 2 +- ioncore/frame.c | 21 +- ioncore/fullscreen.c | 3 - ioncore/group-cw.c | 4 +- ioncore/group-ws.c | 1 - ioncore/group.c | 9 +- ioncore/grouppholder.c | 5 +- ioncore/ioncore.c | 2 - ioncore/kbresize.c | 1 - ioncore/key.c | 5 +- ioncore/manage.c | 3 +- ioncore/mplex.c | 15 +- ioncore/mplexpholder.c | 1 - ioncore/names.c | 6 +- ioncore/netwm.c | 5 +- ioncore/pointer.c | 4 - ioncore/regbind.c | 4 +- ioncore/resize.c | 2 - ioncore/return.c | 1 - ioncore/rootwin.c | 3 - ioncore/saveload.c | 2 - ioncore/screen-notify.c | 3 +- ioncore/screen.c | 4 - ioncore/selection.c | 1 - ioncore/sizehint.c | 1 - ioncore/stacking.c | 2 - ioncore/xwindow.c | 1 - libextl/luaextl.c | 4 - libextl/readconfig.c | 5 +- libmainloop/defer.c | 3 - libmainloop/hooks.c | 1 - libmainloop/signal.c | 1 - mod_dock/dock.c | 6 +- mod_menu/grabmenu.c | 1 - mod_menu/menu.c | 11 +- mod_notionflux/mod_notionflux.c | 15 +- mod_query/complete.c | 1 - mod_query/edln.c | 2 +- mod_query/listing.c | 4 - mod_query/query.c | 1 - mod_query/wedln.c | 2 - mod_sm/sm.c | 1 - mod_sm/sm_matchwin.c | 12 +- mod_statusbar/draw.c | 2 - mod_statusbar/statusbar.c | 1 - mod_statusbar/statusd-launch.c | 1 - mod_tiling/split-stdisp.c | 4 - mod_tiling/split.c | 6 +- mod_tiling/splitfloat.c | 1 - mod_tiling/tiling.c | 10 +- mod_xkbevents/mod_xkbevents.c | 4 +- mod_xrandr/mod_xrandr.c | 4 - notion/notion.c | 1 - test/integration/Xinerama.c | 22 +- utils/ion-completefile/ion-completefile.c | 780 ++++++++++++++-------------- 68 files changed, 484 insertions(+), 625 deletions(-) hooks/post-receive -- notion window manager core |