-- Changed parameters to choose_font allowing a <font_spec> instead of a <target>, and variable name to be specified to set and return colour. choose_font now used in controlFontChanger.powerpro.
-- set_font applied to <window_handle> now returns the HFONT associated with the window after set_font runs. -- Added a variant to clear service allowing deletion of font resource referred to by an HFONT -- Fixed an error in set_font which caused PowerPro to crash if applied to a window with the system font. Updated documentation for set_font to describe more accurately when it works and when it doesn't when applied to a <window_handle>. -- Fixed a bug in choose_font which caused to initialise the font picker dialog with garbage when <target> is a <window_handle>. -- Added to documentation for get_value(<window_handle>, "font") variant; usually doesn't work on anything but controls -- Added variant of get_value with <property> "fonth" or "fonthandle" -- set_response now has <mouse_event>s "enter" and "exit" (to specify a response to make when mouse enters a control's window, or leaves it). -- For statics, if you invoke set_response to set a response to a <mouse_event>s; or set_colour with a <mouse_state>; The "notify" (SS_NOTIFY) style will automatically be added to the control's styles. Example of static with both a set_colour and a set_response to make a static with a clickable url can be found in dialogPluginDemo7.powerpro. -- Added pdf version of documentation -- Fixed memory leaks in GDI and other resources (thanks to Sheri Pierce for locating them). There are more leaks, will try to plug them in the next version. -- Tooltips don't work in XP if the powerpro manifest file (powerpro.exe.manifest) isn't present. Will try and fix.
