2007-09-10 Carlos Eduardo Rodrigues Diógenes * configure.in: Version 0.14.9. 2007-09-10 Carlos Eduardo Rodrigues Diógenes * colorblind/ColorblindApplet.py: Created a new function called active_magnifier and put the code to set the color-blind-filter in a try-set structure and calling the new function when the call fail, this is the case when an external AT start the magnifier, the colorblind filter is enabled and the AT finish the magnifier and the user try to enable/disable the colorblind filter again. * magnifier/GNOME_Magnifier.server.in.in: Added the oaf_attribute "bonobo:environment" with the item "DISPLAY". Without this the magnifier is getting the ":0" value for the DISPLAY what is making the magnifier ignore the composite extension, since the source and target display are getting different values. * magnifier/magnifier.c: (magnifier_set_property): Unset the MAGNIFIER_IGNORE_COMPOSITE environment variable when changing the source display property. This can lead to a bug where the composite extesion is not used anymore, since the first display that doesn't have this extension will set this environment variable. * magnifier/x11/gmag-compositor.c: Init the XserverRegions used in the code with "None", so all the window are painted without clipping in the first screen paint. (gmag_gs_client_init): Moved the XserverRegions creation code after the screen paint. This avoid intersecting with an empty XserverRegion when painting the screen for the first time. 2007-08-27 Carlos Eduardo Rodrigues Diógenes * configure.in: Post release incremento to 0.14.9.