summaryrefslogtreecommitdiff
path: root/app/xwininfo/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-02-28 20:49:30 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-02-28 20:49:30 +0000
commit7c90e21010ba40d5ea02dfcc4e2f2824bbc0a1e0 (patch)
treeaab5cdbdc9eeb9f1aebcebcae27072b5e796639b /app/xwininfo/ChangeLog
parent027a80bbb88b3c4018489d5f236790e62c3c30f6 (diff)
Update to xwininfo 1.1.2
Diffstat (limited to 'app/xwininfo/ChangeLog')
-rw-r--r--app/xwininfo/ChangeLog81
1 files changed, 81 insertions, 0 deletions
diff --git a/app/xwininfo/ChangeLog b/app/xwininfo/ChangeLog
index 6ac85ee29..797f1a685 100644
--- a/app/xwininfo/ChangeLog
+++ b/app/xwininfo/ChangeLog
@@ -1,3 +1,84 @@
+commit 1c58b461a84a8e75c53ce863470a5c8d8201261b
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Jun 29 21:25:38 2011 -0700
+
+ xwininfo 1.1.2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 7cdc6223e7d7f79050df680d3b6d06653d75dd46
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Jun 17 21:44:39 2011 -0700
+
+ Update to xcb-icccm 0.3.8 API
+
+ Changes all names to the xcb_icccm_* namespaced versions.
+ Requires xcb-icccm 0.3.8 (from new xcb-util-wm package) if used.
+ Still disabled by default, only enabled with --with-xcb-icccm
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 456b0fafa73f1227adf07ee924b316cbf9fe83cb
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Tue Jun 7 23:00:06 2011 -0700
+
+ When matching window names, ensure name lengths match too
+
+ Prevents strncmp returning on partial matches when one is shorter.
+ https://bugs.freedesktop.org/show_bug.cgi?id=37710
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+ Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
+
+commit ee3b33c9e757b8d7f9f4c9761f3c66826adc4f59
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jan 19 10:06:57 2011 -0500
+
+ config: move man pages into their own directory
+
+ Use services provided by XORG_MANPAGE_SECTIONS.
+ Use standard Makefile for man pages.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 584ab8bd1cb267510d8966357aaab100fac575be
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Jan 13 11:15:48 2011 -0500
+
+ man: remove trailing spaces and tabs
+
+ Using s/[ \t]*$//
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 0d00fa84560e5fbf09f2674078e205243f51787a
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jan 12 16:28:02 2011 -0500
+
+ config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+ This silences an Autoconf warning
+
+commit 65fe1630ad2cabdb9bf46333925aabdc7f61dc06
+Author: Tim van der Molen <tbvdm@xs4all.nl>
+Date: Sun Jan 9 18:21:30 2011 +0100
+
+ Fix for invalid free if window has a _NET_WM_NAME property.
+
+ In this case xcb_get_wm_name_reply() is not called, so reorganize the
+ code to not free a result which never was allocated.
+
+ Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 064e52f367a2b55e6c32c778684da946c319ca81
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Jan 7 20:27:10 2011 -0800
+
+ xwininfo.c:282: warning: no previous prototype for 'usage'
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
commit 98d5614d4688013e2fe7447eab723e0a43ee27b8
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Oct 30 11:58:33 2010 -0700