2006-10-02 Elijah Newren * NEWS: 2.16.3 release 2006-10-02 Elijah Newren Ignore edge resistance for size-increment windows when resizing with the keyboard. #346782. * src/edge-resistance.c (apply_edge_resistance_to_each_side): ignore edge resistance for size-increment windows when resizing with the keyboard, (apply_edge_resistance_to_each_side, meta_window_edge_resistance_for_move, meta_window_edge_resistance_for_resize): pass a is_resize parameter as well 2006-10-01 Elijah Newren * src/display.c (meta_display_set_input_focus_window): * src/window.c (meta_window_focus): Don't require a push/pop trap around meta_display_set_input_focus_window(), but rather move the push/pop into that function surrounding the XSetInputFocus() call directly. Follow up to #358514. 2006-10-01 Elijah Newren * src/window-props.c (set_title_text): surround the XDeleteProperty() call with a meta_error_trap_push/meta_error_trap_pop pair to prevent a crash when closing a remote instance of gedit (and perhaps other apps). #358514. 2006-10-01 Elijah Newren Fix longstanding focus bug with mouse (not sloppy) focus mode with popup override-redirect windows, particularly mozilla and firefox's location bar autocompletion. #357695. * src/display.c (event_callback -- EnterNotify & LeaveNotify events): for mouse focus, defocus the focused window when the mouse enters the desktop window rather than when the mouse leaves the focused window. * doc/how-to-get-focus-right.txt: update for the slightly nuanced definition of mouse focus (people without a DESKTOP window like nautilus get sloppy focus behavior now) 2006-09-18 Elijah Newren * src/window.c (meta_window_show): Patch from Jens Granseuer to fix c89 cleanness, again. #356631. 2006-09-18 Elijah Newren * src/ui.c (filter_func): avoid a compilation warning by making sure to return something. #348067 2006-09-18 Thomas Thurman * configure.in: post-release bump to 2.16.3