summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlex R.M. Turner <armtuk@gmail.com>2008-02-02 04:05:16 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-02-02 04:05:16 +0000
commit18b63e9b5f79a1e5d0aa7b3dde17d4183383aac8 (patch)
tree9802f5caf6398488bf15c07a52049ea377d0a3da /ChangeLog
parent48b6e8dd6773283863ae2c3834ee7ae0f3c7fca1 (diff)
downloadmetacity-18b63e9b5f79a1e5d0aa7b3dde17d4183383aac8.tar.gz
Have the list also pull windows that are in other workspaces that have the
2008-02-01 Alex R.M. Turner <armtuk@gmail.com> * src/core/display.c (meta_get_tab_entry_list): Have the list also pull windows that are in other workspaces that have the wm_state_needs_attention flag set * src/core/window.c (meta_window_set_demands_attention): Make windows that are on other workspaces that demand attention that aren't obscured count as being obscured Bug #333548. svn path=/trunk/; revision=3533
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c0d81154..cb5df3e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,20 @@
+2008-02-01 Alex R.M. Turner <armtuk@gmail.com>
+
+ * src/core/display.c (meta_get_tab_entry_list): Have the list also pull
+ windows that are in other workspaces that have the
+ wm_state_needs_attention flag set
+ * src/core/window.c (meta_window_set_demands_attention): Make windows that
+ are on other workspaces that demand attention that aren't obscured
+ count as being obscured
+ Bug #333548.
+
2008-01-28 Christian Persch <chpe@gnome.org>
- * src/core/display.c: (convert_property):
- * src/core/screen.c: (meta_screen_calc_workspace_layout):
- * src/core/xprops.c: (meta_prop_get_values):
- Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561.
+ * src/core/display.c (convert_property):
+ * src/core/screen.c (meta_screen_calc_workspace_layout):
+ * src/core/xprops.c (meta_prop_get_values):
+ Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION.
+ Bug #512561.
2008-01-21 Thomas Thurman <tthurman@gnome.org>