2004-08-24 Bill Haneman * configure.in: Revved to 0.11.6. Fixes for bug #141376 and bug #152300 : * magnifier/magnifier.c: (can_open_display): New, check to see if we can open a display given by a 'DISPLAY' string. (magnifier_warp_cursor_to_screen): Don't warp if magnifier->source_display is NULL. (magnifier_cursor_notification_init): Return FALSE if the source-display is NULL. (magnifier_get_root): Check magnifier->source_display before trying to get ahold of the root window. (magnifier_init_display): Return if the display_name cannot be opened. Manage magnifier->source_display_name and magnifier->target_display_name strings. (magnifier_get_property): Implement accessors for MAGNIFIER_SOURCE_DISPLAY_PROP and MAGNIFIER_TARGET_DISPLAY_PROP. (magnifier_set_property): Call can_open_display before accepting a new source or target display string. (impl_magnifier_get_source_display): New. (impl_magnifier_get_target_display): New. (magnifier_class_init): Initialize the epv entries for above. * magnifier/magnifier.h: Added source_display_name and target_display_name to Magnifier struct. * test/control-client.c: (main): Add tests for accessors of source and target display properties. 2004-08-30 Tomasz Kłoczko * configure.in: Better lookin PKG_CHECK_MODULES() output. Declare in one place on top required versions of other tools. Use AC_SEARCH_LIBS() aclocal macro for checking is linking with linsl, libsocket and libinet is neccessary.