summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2013-02-08 12:05:18 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2013-02-08 12:05:18 +0100
commit67532d88be82b9ae25ad5e57e2d2baf7e365082e (patch)
tree03d7e6cade95c6d36e47d3042038e2d63ee4dd57
parent3bfde00f8ea34eed67362484afec26b2d12a4d3b (diff)
downloadmcwm-67532d88be82b9ae25ad5e57e2d2baf7e365082e.zip
New user visible changes documented. Bump version.20130208
-rw-r--r--Makefile2
-rw-r--r--NEWS8
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fb3682..bff3aaa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=20120124
+VERSION=20130208
DIST=mcwm-$(VERSION)
SRC=mcwm.c list.c config.h events.h list.h
DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC)
diff --git a/NEWS b/NEWS
index 5a4a5ee..58b3330 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
User visible changes
+2013-02-08
+
+ * New keys: MODKEY + c,v moves to previous or next workspace. Thanks
+ to Per Cederqvist.
+
+ * New key: Shift-TAB moves backwards in on screen window list.
+ Thanks to Per Cederqvist.
+
2012-03-05
* New key: MODKEY + i hides windows.