From: Arnout E. <rab...@us...> - 2012-04-26 16:07:40
|
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 ca95bd0e66f01f5e062edd87d41c3c956ffb3863 (commit) from 0db23ebc9ae4d0f9eb486d54b2b289b9d158eb58 (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 ca95bd0e66f01f5e062edd87d41c3c956ffb3863 Author: Arnout Engelen <arn...@bz...> Date: Thu Apr 26 18:07:02 2012 +0200 Remove legacy PWM code ----------------------------------------------------------------------- Summary of changes: .gitignore | 2 - Makefile | 2 +- man/Makefile | 12 +--- man/notion.cs.in | 2 +- man/notion.fi.in | 2 +- man/notion.in | 2 +- man/pwm3.cs.in | 114 --------------------------- man/pwm3.fi.in | 109 ------------------------- man/pwm3.in | 111 -------------------------- modulelist.mk | 4 - po/Makefile | 1 - pwm/Makefile | 55 ------------- pwm/cfg_pwm.lua | 112 -------------------------- pwm/pwm.c | 230 ------------------------------------------------------ 14 files changed, 5 insertions(+), 753 deletions(-) delete mode 100644 man/pwm3.cs.in delete mode 100644 man/pwm3.fi.in delete mode 100644 man/pwm3.in delete mode 100644 pwm/Makefile delete mode 100644 pwm/cfg_pwm.lua delete mode 100644 pwm/pwm.c hooks/post-receive -- notion window manager core |