Package: imwheel / 1.0.0pre12-12

Metadata

Package Version Patches format
imwheel 1.0.0pre12-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpage update | (download)

imwheel.1 | 447 85 + 362 - 0 !
1 file changed, 85 insertions(+), 362 deletions(-)

 revamp the imwheel manpage, eliminating references to aspects
 of imwheel that are no longer relevant on modern systems, or to options
 that have been disabled. Also update the imwheel command descriptions to
 reflect patches, including the "more than 9 buttons" change.
changelog format | (download)

ChangeLog | 836 457 + 379 - 0 !
1 file changed, 457 insertions(+), 379 deletions(-)

 update the upstream changelog
 Add missing information to the upstream changelog that ships with imwheel -
 namely, the changes in the most recent releases, as described on the imwheel
 homepage. Also standardize the formatting for readability.
imwheelrc update | (download)

imwheelrc | 76 0 + 76 - 0 !
1 file changed, 76 deletions(-)

 update the default button mappings to reflect changes in
 how X numbers mouse buttons, and just generally clean up a bit.
prune deps | (download)

configure.in | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 eliminate an unnecessary dependency.
makefile update | (download)

Makefile.am | 15 1 + 14 - 0 !
1 file changed, 1 insertion(+), 14 deletions(-)

 remove makefile function which attempted to install files
 directly (not compatible with packaging).
support more buttons | (download)

imwheel.c | 30 14 + 16 - 0 !
util.c | 137 100 + 37 - 0 !
util.h | 10 6 + 4 - 0 !
3 files changed, 120 insertions(+), 57 deletions(-)

 several code changes here: 1) eliminate irrelevant or deprecated
 imwheel options; 2) add support for more than 9 buttons; and 3) grab a few
 upstream changes that were never released.
build system update | (download)

Makefile.in | 837 537 + 300 - 0 !
aclocal.m4 | 1293 714 + 579 - 0 !
config.h.in | 9 3 + 6 - 0 !
configure | 9536 4419 + 5117 - 0 !
getopt/Makefile.in | 358 249 + 109 - 0 !
jax/Makefile.in | 358 249 + 109 - 0 !
mdetect/Makefile.in | 354 245 + 109 - 0 !
7 files changed, 6416 insertions(+), 6329 deletions(-)

 re-autotoolize the build infrastructure using modern autotools