[hackers] [wmii] Remove long deprecated special treatment of the '!' tag. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Tue, 15 Jun 2010 19:13:22 +0000 (UTC)

changeset: 2728:c70b9f7c54f9
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Tue Jun 15 15:13:12 2010 -0400
files: NEWS cmd/wmii/client.c
description:
Remove long deprecated special treatment of the '!' tag.

diff -r 5a3018702f8b -r c70b9f7c54f9 NEWS
--- a/NEWS Tue Jun 15 12:21:35 2010 -0400
+++ b/NEWS Tue Jun 15 15:13:12 2010 -0400
@@ -1,11 +1,13 @@
 3.10b1:
- * Xft is now loaded on demand
- * /colrules widths may now be specified in pixels
+ * Xft is now loaded on demand.
+ * /colrules widths may now be specified in pixels.
     * /tagrules has been replaced with the more general /rules
- * Add witray system tray program
- * Floating clients can be collapsed by clicking their layout boxes
- * Dock windows act more like dock windows
- * Fixed some managed move bugs
+ * Add witray system tray program.
+ * Floating clients can be collapsed by clicking their layout boxes.
+ * Dock windows act more like dock windows.
+ * Fixed some managed move bugs.
+ * The FocusFloating and FocusColumn events have been removed.
+ * The tag '!' is no longer special.
 
 3.9.2:
     * Work around mawk bug that broke wmiirc.
diff -r 5a3018702f8b -r c70b9f7c54f9 cmd/wmii/client.c
--- a/cmd/wmii/client.c Tue Jun 15 12:21:35 2010 -0400
+++ b/cmd/wmii/client.c Tue Jun 15 15:13:12 2010 -0400
@@ -1145,7 +1145,7 @@
                 if(!strcmp(cur, "~"))
                         c->floating = add ? On : Never;
                 else {
- if(!strcmp(cur, "!") || !strcmp(cur, "sel"))
+ if(!strcmp(cur, "sel"))
                                 cur = selview->name;
                         else if(Mbsearch(cur, badtags, bsstrcmp))
                                 continue;
Received on Tue Jun 15 2010 - 19:13:22 UTC

This archive was generated by hypermail 2.2.0 : Tue Jun 15 2010 - 19:24:04 UTC