This minor bugfix release includes fixes for several small bugs,
a more complete man page, and some general code cleanups.
Alan Coopersmith (8):
Combine usage message into single string/call
Include PACKAGE_STRING in --version output
Move release date from transset.c to configure.ac so we remember to update it
Use correct variable for printing current opacity
Typo fixes in verbose message & comment
Store min & max as doubles, not floats
Add the options to the man page (they were all missing before)
transset 1.0.1
Arnaud Fontaine (1):
Fix program name in usage information, transset instead of transset-df.
transset is an utility for setting opacity property.
Features:
* select window by clicking (as transset)
* select actual focused X11 window
* select window by pointing
* select by window name or id
* force toggle
* increase or decrease opacity
This is the first release of transset originally written by Keith
Packard a long time ago. Daniel Forchheimer added many features and
released it as transset-df. This release includes all the patches
written by Daniel Forchheimer and provides some compiler warning fixes,
cleanup and build improvements.