[Update README etc. for my changes clinton@unknownlamer.org**20090225071849 Ignore-this: 3d7ee64a6251dc37434ed98819215465 ] hunk ./README 24 - scons instasll install_dir=/some/dir/lib + scons install install_dir=/some/dir/lib hunk ./README 35 - (use-modules (xosd)) + (use-modules (xosd xosd)) hunk ./README 38 - (display x 0 'string "monkeys love ") - (display x 1 'string "bananas this much:") - (display x 2 'percentage 100) + (display-string x 0 "line one") + (display-percentage x 1 90) + (display-slider x 2 60) hunk ./README 42 -Simple, eh? +The libxosd documentation and xosd.i should be clear; the generic +display procedure has been replaced by +display-{string|percentage|slider} to avoid a name conflict with the +core scheme binding display, and several functions were renamed to fit +Scheme style. hunk ./xosd.i 2 - -guile-xosd: guile binding for xosd +guile-xosd2: guile binding for xosd hunk ./xosd.i 20 -You can reach the author at: - austin.bingham@gmail.com +You can reach the maintainer at: + clinton@unknownlamer.org +The original author is: + austin.bingham@gmail.com +(but he did not respond to any email about my patches)