This minor maintenance release fixes the handling of the "u" type for
setting properties and does a bit of code & build configuration cleanup.
Alan Coopersmith (8):
Expand description in README a little
config: Add missing AC_CONFIG_SRCDIR
Mark FatalError() as taking printf-style arguments
Replace strlen/malloc/memcpy set with strdup
Add unicode argument to Format_Len_String to reduce code duplication
Fix const conversion warnings from gcc
Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturn
xprop 1.2.2
lolilolicon (1):
Enable setting property of type UTF8_STRING.
1.2.1:
This minor maintenance release improves the man page, fixes issues
found by static code analysis, and provides other cleanups to the
code and build configuration.
1.2.0:
This release adds support for printing UTF8_STRING properties
as UTF-8 strings in appropriate locales, including a new "u"
specifier for the -format option.
Add README with pointers to mailing lists, bugzilla, & git
Add 'o' property type to man page for icon formats
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Exit cleanly when the target window is destroyed. (#19381)
Do not spew usage on connection error
-spy: flush output before waiting for more events
Bug#15069: Compile warning fixes.
Correct make distcheck and don't distribute autogen.sh.
The "visible bit" is called "urgency bit" in the ICCCM 2.0
Display _NET_WM_ICONs as ASCII art instead of as a big list of integers
commit 427023df02bd38ff9dc2af2a2059466f37f4cfd8
Date: Wed Dec 19 15:17:34 2007 +1030
Fix build under autoconf 2.57
configure.ac specifies a max version of 2.57 but AC_CHECK_HEADERS_ONCE
was only introduced to autoconf in 2.59c.
Drop the _ONCE to make autoconf happy
commit e09956f244099ddd36b1a2cd5d7800d5fc7120c1
Date: Thu Dec 6 05:30:43 2007 -0500
Select correct client window in WMs using virtual roots