summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-06-22 08:33:51 +0200
committerMC <mc@hack.org>2010-06-22 08:33:51 +0200
commitf8652bd2c542b9879bdc34d391f3e47d35034310 (patch)
tree6bbc4d1abe1395ffcd5a72b0e9fd366908e72425 /NEWS
parent0f4e8d8ee47605cf8553e9830b560bc3cb222495 (diff)
downloadmcwm-f8652bd2c542b9879bdc34d391f3e47d35034310.zip
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f26ff1d..a8b8446 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,26 @@
-*- text -*-
+User visible changes
+
+2010-06-22
+
+ * Handles size changes of the root window. That is, if the user adds
+ an additional screen or removes one when the X server supports
+ RANDR.
+
+ * MODKEY + R toggles raise/lower of window.
+
+ * Maps new windows on pointer position and tries to fit on screen.
+
+ * Resizes with size hints. This means, for instance, that most
+ programs using fixed width fonts resizes by font width and height.
+ No feedback yet, though.
+
+ * Handles more requests, which means usable with more programs
+ (xterm and xpdf, for instance, which hardly worked before).
+
+ * Fixed bugs.
+
2010-06-19
* Now a real window manager. Now controls mapping of windows. If we