[hackers] [wmii] Update NEWS || Kris Maglione

From: <hg_AT_suckless.org>
Date: Tue, 28 Oct 2008 02:37:40 +0000 (UTC)

changeset: 2403:a7a2894a0268
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Mon Oct 27 22:37:36 2008 -0400
files: NEWS cmd/wmii/mouse.c rc/rc.wmii.rc
description:
Update NEWS

diff -r 750d1b8f5525 -r a7a2894a0268 NEWS
--- a/NEWS Wed Oct 22 21:46:35 2008 -0400
+++ b/NEWS Mon Oct 27 22:37:36 2008 -0400
@@ -1,3 +1,10 @@
+
+ * Add ‘Kill’ to client right-click menu
+ * wmii9menu now takes similar args to wimenu
+ * Document grow/nudge commands.
+ * Add wimenu with history and caret support
+ * Xinerama support
+
 2008-08-25:
     * libixp version 97 now required
     * Stack and max modes now affect floating clients:
@@ -6,4 +13,3 @@
         - stack: All clients but selected are collapsed.
     * Adobe's Flash plugin's fullscreen mode now works.
     * Some annoying focus bugs are fixed.
-
diff -r 750d1b8f5525 -r a7a2894a0268 cmd/wmii/mouse.c
--- a/cmd/wmii/mouse.c Wed Oct 22 21:46:35 2008 -0400
+++ b/cmd/wmii/mouse.c Mon Oct 27 22:37:36 2008 -0400
@@ -230,12 +230,7 @@
 
         min.x = Dx(v->r[a->screen])/NCOL;
         min.y = /*frame_delta_h() +*/ labelh(def.font);
- /* This would be so simple in lisp... */
- /* This must be evil. But, I hate to repeat myself. */
- /* And I hate to see patterns. */
- /* At any rate, set the limits of where this box may be
- * dragged.
- */
+ /* Set the limits of where this box may be dragged. */
 #define frob(pred, f, aprev, rmin, rmax, plus, minus, xy) BLOCK( \
                 if(pred) { \
                         r.rmin.xy = f->aprev->r.rmin.xy plus min.xy; \
diff -r 750d1b8f5525 -r a7a2894a0268 rc/rc.wmii.rc
--- a/rc/rc.wmii.rc Wed Oct 22 21:46:35 2008 -0400
+++ b/rc/rc.wmii.rc Mon Oct 27 22:37:36 2008 -0400
@@ -161,7 +161,7 @@
 _keys = `{wi_getfuns Key}
 fn key {
         key=()
- for(k) if(! ~ $_keys $k) key = ($key Key-$k)
+ for(k) if(! ~ $k $_keys) key = ($key Key-$k)
         ~ $#key 0}
 
 # This is... ugly.
Received on Tue Oct 28 2008 - 02:37:40 UTC

This archive was generated by hypermail 2.2.0 : Tue Oct 28 2008 - 02:48:04 UTC