diff --git a/ChangeLog b/ChangeLog index d0c6aeba5..3497325f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,21 @@ +2006-03-29 Elijah Newren + + * rationales.txt: Add bugs about pointer warping; update + raise-on-click ones. + 2006-03-29 Thomas Thurman + + Abstract out the functions for setting/unsetting demands attention + hint and avoid doing it when the window isn't obscured. Fixes the + remainder of #305882. + * src/window.c, src/window.h (meta_window_set_demands_attention, - meta_window_unset_demands_attention): mark a window as needing - or not needing the user's attention + meta_window_unset_demands_attention): new functions to mark a + window as needing or not needing the user's attention * src/window.c (meta_window_show, window_activate, meta_window_focus, meta_window_configure_request, meta_window_client_message): use the new set/unset - demands attention functions. Fixes #305882. + demands attention functions. 2006-03-29 Björn Lindqvist diff --git a/rationales.txt b/rationales.txt index 7d1220c3d..09e212d8b 100644 --- a/rationales.txt +++ b/rationales.txt @@ -39,10 +39,16 @@ workspace wrapping: http://bugzilla.gnome.org/show_bug.cgi?id=89315 raise windows on click: + http://bugzilla.gnome.org/show_bug.cgi?id=326156 http://bugzilla.gnome.org/show_bug.cgi?id=86108 http://bugzilla.gnome.org/show_bug.cgi?id=115072 http://bugzilla.gnome.org/show_bug.cgi?id=115753 +Pointer warping: + http://bugzilla.gnome.org/show_bug.cgi?id=134353 + http://bugzilla.gnome.org/show_bug.cgi?id=134352 + (Think about tasklist & window selector too; this would be a very bad idea) + Tracking bugs ====