[Xfce4-commits] r24108 - xfwm4/trunk

Olivier Fourdan olivier at xfce.org
Thu Dec 14 22:57:08 CET 2006


Author: olivier
Date: 2006-12-14 21:57:06 +0000 (Thu, 14 Dec 2006)
New Revision: 24108

Modified:
   xfwm4/trunk/ChangeLog
Log:
Update ChangeLog

Modified: xfwm4/trunk/ChangeLog
===================================================================
--- xfwm4/trunk/ChangeLog	2006-12-14 21:49:51 UTC (rev 24107)
+++ xfwm4/trunk/ChangeLog	2006-12-14 21:57:06 UTC (rev 24108)
@@ -1,15 +1,601 @@
-2006-11-07 21:02  olivier
+2006-12-14 21:49  olivier
 
-	* themes/default/Makefile.am, themes/default/bottom-active.png,
+	* src/client.c, src/display.c, src/events.c, src/focus.c,
+	  src/focus.h, src/hints.c, src/stacking.c: Fix user focus timetamp
+	  being falsely reset to 0 causing some windows to be started
+	  un-focused (Bug #2664), re-add some traces (which compile with
+	  -Werror this time), small code/api cleanup.
+
+2006-12-14 19:40  olivier
+
+	* src/client.h, src/compositor.c: Remove shadow on dock-type
+	  windows (bug #2648),
+	  prevent fullscreen windows from beeing maximized (Bug #2663).
+
+2006-12-13 22:01  olivier
+
+	* src/client.c, src/client.h, src/display.c, src/display.h,
+	  src/events.c, src/events.h, src/focus.c, src/focus.h,
+	  src/hints.c, src/hints.h, src/main.c, src/misc.h,
+	  src/workspaces.c, src/workspaces.h: Fix build with -Werror,
+	  remove some useless #includes and add some others (actually,
+	  time.h and sys/time.h were not required since Time is defined in
+	  X.h anyway).
+
+2006-12-13 20:15  olivier
+
+	* src/client.c, src/display.c, src/display.h, src/events.c,
+	  src/focus.c, src/focus.h, src/hints.c, src/main.c, src/screen.c,
+	  src/screen.h, src/stacking.c, src/workspaces.c, src/workspaces.h:
+	  Use timestamp provided by NET_ACTIVE_WINDOW and
+	  NET_CURRENT_DESKTOP messages from EWMH version 1.3 and above, fix
+	  focus transition with NET_CURRENT_DESKTOP messages causing either
+	  flickering or wrong restacking on workspace switch (bug #2654),
+	  fix serious bug introduced with previous commit causing xfwm4 to
+	  quit on any selection MESSAGE notify.
+
+2006-12-12 20:07  olivier
+
+	* src/events.c, src/screen.c: Quit nicely when MANAGE client
+	  message is received, so that xfwm4 obeys to ICCCM2 standard (bug
+	  #2374)
+
+2006-12-10 21:48  olivier
+
+	* src/events.c, src/focus.c: Fix demands attention being activated
+	  when it shouldn't, add more traces
+
+2006-12-07 19:45  olivier
+
+	* src/events.c: Fix a bug introduced with last commit.
+
+2006-12-06 21:39  olivier
+
+	* src/events.c, src/focus.c, src/focus.h: Improve focus stealing
+	  prevention.
+
+2006-12-06 06:47  olivier
+
+	* src/placement.c: Auto-maximize regular windows only.
+
+2006-12-05 20:00  olivier
+
+	* src/client.c, src/client.h, src/events.c, src/netwm.c,
+	  src/netwm.h: Be a lot more paranoid about what broken apps set as
+	  struts.
+
+2006-12-04 20:31  olivier
+
+	* src/compositor.c, src/events.c: Plug a huge X resources leak in
+	  handleMappingNotify () (bug #2618)
+
+2006-12-01 21:03  olivier
+
+	* themes/daloa/bottom-active.png, themes/daloa/bottom-active.svg,
+	  themes/daloa/bottom-active.xpm, themes/daloa/bottom-inactive.png,
+	  themes/daloa/bottom-inactive.svg,
+	  themes/daloa/bottom-inactive.xpm,
+	  themes/daloa/bottom-left-active.png,
+	  themes/daloa/bottom-left-active.xpm,
+	  themes/daloa/bottom-left-inactive.png,
+	  themes/daloa/bottom-left-inactive.xpm,
+	  themes/daloa/bottom-right-active.png,
+	  themes/daloa/bottom-right-active.xpm,
+	  themes/daloa/bottom-right-inactive.png,
+	  themes/daloa/bottom-right-inactive.xpm,
+	  themes/daloa/close-active.png, themes/daloa/close-active.svg,
+	  themes/daloa/close-active.xpm, themes/daloa/close-inactive.png,
+	  themes/daloa/close-inactive.svg, themes/daloa/close-inactive.xpm,
+	  themes/daloa/close-pressed.png, themes/daloa/close-pressed.svg,
+	  themes/daloa/close-pressed.xpm, themes/daloa/hide-active.png,
+	  themes/daloa/hide-active.svg, themes/daloa/hide-active.xpm,
+	  themes/daloa/hide-inactive.png, themes/daloa/hide-inactive.svg,
+	  themes/daloa/hide-inactive.xpm, themes/daloa/hide-pressed.png,
+	  themes/daloa/hide-pressed.svg, themes/daloa/hide-pressed.xpm,
+	  themes/daloa/left-active.png, themes/daloa/left-active.xpm,
+	  themes/daloa/left-inactive.png, themes/daloa/left-inactive.xpm,
+	  themes/daloa/maximize-active.png,
+	  themes/daloa/maximize-active.svg,
+	  themes/daloa/maximize-active.xpm,
+	  themes/daloa/maximize-inactive.png,
+	  themes/daloa/maximize-inactive.svg,
+	  themes/daloa/maximize-inactive.xpm,
+	  themes/daloa/maximize-pressed.png,
+	  themes/daloa/maximize-pressed.svg,
+	  themes/daloa/maximize-pressed.xpm,
+	  themes/daloa/maximize-toggled-active.png,
+	  themes/daloa/maximize-toggled-active.svg,
+	  themes/daloa/maximize-toggled-active.xpm,
+	  themes/daloa/maximize-toggled-inactive.png,
+	  themes/daloa/maximize-toggled-inactive.svg,
+	  themes/daloa/maximize-toggled-inactive.xpm,
+	  themes/daloa/maximize-toggled-pressed.png,
+	  themes/daloa/maximize-toggled-pressed.svg,
+	  themes/daloa/maximize-toggled-pressed.xpm,
+	  themes/daloa/menu-active.png, themes/daloa/menu-active.svg,
+	  themes/daloa/menu-inactive.png, themes/daloa/menu-inactive.svg,
+	  themes/daloa/menu-pressed.png, themes/daloa/menu-pressed.svg,
+	  themes/daloa/right-active.png, themes/daloa/right-active.xpm,
+	  themes/daloa/right-inactive.png, themes/daloa/right-inactive.xpm,
+	  themes/daloa/shade-active.png, themes/daloa/shade-active.svg,
+	  themes/daloa/shade-active.xpm, themes/daloa/shade-inactive.png,
+	  themes/daloa/shade-inactive.svg, themes/daloa/shade-inactive.xpm,
+	  themes/daloa/shade-pressed.png, themes/daloa/shade-pressed.svg,
+	  themes/daloa/shade-pressed.xpm,
+	  themes/daloa/shade-toggled-active.png,
+	  themes/daloa/shade-toggled-active.svg,
+	  themes/daloa/shade-toggled-active.xpm,
+	  themes/daloa/shade-toggled-inactive.png,
+	  themes/daloa/shade-toggled-inactive.svg,
+	  themes/daloa/shade-toggled-inactive.xpm,
+	  themes/daloa/shade-toggled-pressed.png,
+	  themes/daloa/shade-toggled-pressed.svg,
+	  themes/daloa/shade-toggled-pressed.xpm,
+	  themes/daloa/stick-active.png, themes/daloa/stick-active.svg,
+	  themes/daloa/stick-active.xpm, themes/daloa/stick-inactive.png,
+	  themes/daloa/stick-inactive.svg, themes/daloa/stick-inactive.xpm,
+	  themes/daloa/stick-pressed.png, themes/daloa/stick-pressed.svg,
+	  themes/daloa/stick-pressed.xpm,
+	  themes/daloa/stick-toggled-active.png,
+	  themes/daloa/stick-toggled-active.svg,
+	  themes/daloa/stick-toggled-active.xpm,
+	  themes/daloa/stick-toggled-inactive.png,
+	  themes/daloa/stick-toggled-inactive.svg,
+	  themes/daloa/stick-toggled-inactive.xpm,
+	  themes/daloa/stick-toggled-pressed.png,
+	  themes/daloa/stick-toggled-pressed.svg,
+	  themes/daloa/stick-toggled-pressed.xpm,
+	  themes/daloa/title-1-active.png, themes/daloa/title-1-active.svg,
+	  themes/daloa/title-1-active.xpm,
+	  themes/daloa/title-1-inactive.png,
+	  themes/daloa/title-1-inactive.svg,
+	  themes/daloa/title-1-inactive.xpm,
+	  themes/daloa/title-2-active.png, themes/daloa/title-2-active.svg,
+	  themes/daloa/title-2-active.xpm,
+	  themes/daloa/title-2-inactive.png,
+	  themes/daloa/title-2-inactive.svg,
+	  themes/daloa/title-2-inactive.xpm,
+	  themes/daloa/title-3-active.png, themes/daloa/title-3-active.svg,
+	  themes/daloa/title-3-active.xpm,
+	  themes/daloa/title-3-inactive.png,
+	  themes/daloa/title-3-inactive.svg,
+	  themes/daloa/title-3-inactive.xpm,
+	  themes/daloa/title-4-active.png, themes/daloa/title-4-active.svg,
+	  themes/daloa/title-4-active.xpm,
+	  themes/daloa/title-4-inactive.png,
+	  themes/daloa/title-4-inactive.svg,
+	  themes/daloa/title-4-inactive.xpm,
+	  themes/daloa/title-5-active.png, themes/daloa/title-5-active.svg,
+	  themes/daloa/title-5-active.xpm,
+	  themes/daloa/title-5-inactive.png,
+	  themes/daloa/title-5-inactive.svg,
+	  themes/daloa/title-5-inactive.xpm,
+	  themes/daloa/top-left-active.png,
+	  themes/daloa/top-left-active.svg,
+	  themes/daloa/top-left-active.xpm,
+	  themes/daloa/top-left-inactive.png,
+	  themes/daloa/top-left-inactive.svg,
+	  themes/daloa/top-left-inactive.xpm,
+	  themes/daloa/top-right-active.png,
+	  themes/daloa/top-right-active.svg,
+	  themes/daloa/top-right-active.xpm,
+	  themes/daloa/top-right-inactive.png,
+	  themes/daloa/top-right-inactive.svg,
+	  themes/daloa/top-right-inactive.xpm,
+	  themes/default/bottom-active.png,
+	  themes/default/bottom-active.svg,
 	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-inactive.svg,
 	  themes/default/bottom-left-active.png,
 	  themes/default/bottom-left-inactive.png,
 	  themes/default/bottom-right-active.png,
 	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: SVG themes update
+
+2006-11-30 20:46  olivier
+
+	* configure.ac.in: Increment xfwm4 version to avoid confusion
+
+2006-11-30 20:24  olivier
+
+	* themes/default/close-active.xpm,
+	  themes/default/close-inactive.xpm,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.xpm,
+	  themes/default/hide-inactive.xpm,
+	  themes/default/hide-pressed.xpm,
+	  themes/default/maximize-active.xpm,
+	  themes/default/maximize-inactive.xpm,
+	  themes/default/maximize-pressed.xpm,
+	  themes/default/maximize-toggled-active.xpm,
+	  themes/default/maximize-toggled-inactive.xpm,
+	  themes/default/maximize-toggled-pressed.xpm,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.xpm,
+	  themes/default/menu-pressed.xpm, themes/default/shade-active.xpm,
+	  themes/default/shade-inactive.xpm,
+	  themes/default/shade-pressed.xpm,
+	  themes/default/shade-toggled-active.xpm,
+	  themes/default/shade-toggled-inactive.xpm,
+	  themes/default/shade-toggled-pressed.xpm,
+	  themes/default/stick-active.xpm,
+	  themes/default/stick-inactive.xpm,
+	  themes/default/stick-pressed.xpm,
+	  themes/default/stick-toggled-active.xpm,
+	  themes/default/stick-toggled-inactive.xpm,
+	  themes/default/stick-toggled-pressed.xpm: Full height buttons
+
+2006-11-30 20:11  olivier
+
+	* src/compositor.c, src/display.h: Add some internal flags and
+	  comments in compositor to help reading the code
+
+2006-11-30 20:10  olivier
+
+	* themes/daloa/bottom-active.png, themes/daloa/bottom-inactive.png,
+	  themes/daloa/bottom-left-active.png,
+	  themes/daloa/bottom-left-inactive.png,
+	  themes/daloa/bottom-right-active.png,
+	  themes/daloa/bottom-right-inactive.png,
+	  themes/daloa/close-active.png, themes/daloa/close-inactive.png,
+	  themes/daloa/close-pressed.png, themes/daloa/close-pressed.svg,
+	  themes/daloa/hide-active.png, themes/daloa/hide-inactive.png,
+	  themes/daloa/hide-pressed.png, themes/daloa/hide-pressed.svg,
+	  themes/daloa/left-active.png, themes/daloa/left-inactive.png,
+	  themes/daloa/maximize-active.png,
+	  themes/daloa/maximize-inactive.png,
+	  themes/daloa/maximize-pressed.png,
+	  themes/daloa/maximize-pressed.svg,
+	  themes/daloa/maximize-toggled-active.png,
+	  themes/daloa/maximize-toggled-inactive.png,
+	  themes/daloa/maximize-toggled-pressed.png,
+	  themes/daloa/maximize-toggled-pressed.svg,
+	  themes/daloa/menu-active.png, themes/daloa/menu-inactive.png,
+	  themes/daloa/menu-pressed.png, themes/daloa/menu-pressed.svg,
+	  themes/daloa/right-active.png, themes/daloa/right-inactive.png,
+	  themes/daloa/shade-active.png, themes/daloa/shade-inactive.png,
+	  themes/daloa/shade-pressed.png, themes/daloa/shade-pressed.svg,
+	  themes/daloa/shade-toggled-active.png,
+	  themes/daloa/shade-toggled-inactive.png,
+	  themes/daloa/shade-toggled-pressed.png,
+	  themes/daloa/shade-toggled-pressed.svg,
+	  themes/daloa/stick-active.png, themes/daloa/stick-inactive.png,
+	  themes/daloa/stick-pressed.png, themes/daloa/stick-pressed.svg,
+	  themes/daloa/stick-toggled-active.png,
+	  themes/daloa/stick-toggled-inactive.png,
+	  themes/daloa/stick-toggled-pressed.png,
+	  themes/daloa/stick-toggled-pressed.svg,
+	  themes/daloa/title-1-active.png,
+	  themes/daloa/title-1-inactive.png,
+	  themes/daloa/title-2-active.png,
+	  themes/daloa/title-2-inactive.png,
+	  themes/daloa/title-3-active.png,
+	  themes/daloa/title-3-inactive.png,
+	  themes/daloa/title-4-active.png,
+	  themes/daloa/title-4-inactive.png,
+	  themes/daloa/title-5-active.png,
+	  themes/daloa/title-5-inactive.png,
+	  themes/daloa/top-left-active.png,
+	  themes/daloa/top-left-inactive.png,
+	  themes/daloa/top-right-active.png,
+	  themes/daloa/top-right-inactive.png,
+	  themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Update themes
+
+2006-11-30 20:09  olivier
+
+	* src/client.h: Do not prevent stick when skip taskbar is set
+
+2006-11-30 18:23  stavrosg
+
+	* libexo/trunk/po/ChangeLog, libexo/trunk/po/el.po,
+	  libxfcegui4/trunk/po/ChangeLog, mousepad/trunk/po/ChangeLog,
+	  mousepad/trunk/po/el.po, terminal/trunk/po/ChangeLog,
+	  terminal/trunk/po/el.po, thunar/trunk/po/ChangeLog,
+	  thunar/trunk/po/el.po, xarchiver/trunk/po/ChangeLog,
+	  xarchiver/trunk/po/el.po, xfburn/trunk/po/ChangeLog,
+	  xfburn/trunk/po/el.po, xfcalendar/trunk/po/ChangeLog,
+	  xfcalendar/trunk/po/el.po, xfce-mcs-manager/trunk/po/ChangeLog,
+	  xfce-mcs-manager/trunk/po/el.po,
+	  xfce-mcs-plugins/trunk/po/ChangeLog,
+	  xfce-mcs-plugins/trunk/po/el.po,
+	  xfce4-appfinder/trunk/po/ChangeLog,
+	  xfce4-appfinder/trunk/po/el.po, xfce4-icon-theme/trunk/po/el.po,
+	  xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/el.po,
+	  xfce4-panel/trunk/po/ChangeLog, xfce4-panel/trunk/po/el.po,
+	  xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/el.po,
+	  xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/el.po,
+	  xfprint/trunk/po/ChangeLog, xfprint/trunk/po/el.po, po/ChangeLog,
+	  po/el.po: E-mail address change. Sorry for the noise.
+
+2006-11-29 20:58  olivier
+
+	* themes/daloa/Makefile.am, themes/daloa/README,
+	  themes/daloa/bottom-active.png, themes/daloa/bottom-active.svg,
+	  themes/daloa/bottom-active.xpm, themes/daloa/bottom-inactive.png,
+	  themes/daloa/bottom-inactive.svg,
+	  themes/daloa/bottom-inactive.xpm,
+	  themes/daloa/bottom-left-active.png,
+	  themes/daloa/bottom-left-active.svg,
+	  themes/daloa/bottom-left-active.xpm,
+	  themes/daloa/bottom-left-inactive.png,
+	  themes/daloa/bottom-left-inactive.svg,
+	  themes/daloa/bottom-left-inactive.xpm,
+	  themes/daloa/bottom-right-active.png,
+	  themes/daloa/bottom-right-active.svg,
+	  themes/daloa/bottom-right-active.xpm,
+	  themes/daloa/bottom-right-inactive.png,
+	  themes/daloa/bottom-right-inactive.svg,
+	  themes/daloa/bottom-right-inactive.xpm,
+	  themes/daloa/close-active.png, themes/daloa/close-active.svg,
+	  themes/daloa/close-active.xpm, themes/daloa/close-inactive.png,
+	  themes/daloa/close-inactive.svg, themes/daloa/close-inactive.xpm,
+	  themes/daloa/close-pressed.png, themes/daloa/close-pressed.svg,
+	  themes/daloa/close-pressed.xpm, themes/daloa/hide-active.png,
+	  themes/daloa/hide-active.svg, themes/daloa/hide-active.xpm,
+	  themes/daloa/hide-inactive.png, themes/daloa/hide-inactive.svg,
+	  themes/daloa/hide-inactive.xpm, themes/daloa/hide-pressed.png,
+	  themes/daloa/hide-pressed.svg, themes/daloa/hide-pressed.xpm,
+	  themes/daloa/left-active.png, themes/daloa/left-active.svg,
+	  themes/daloa/left-active.xpm, themes/daloa/left-inactive.png,
+	  themes/daloa/left-inactive.svg, themes/daloa/left-inactive.xpm,
+	  themes/daloa/maximize-active.png,
+	  themes/daloa/maximize-active.svg,
+	  themes/daloa/maximize-active.xpm,
+	  themes/daloa/maximize-inactive.png,
+	  themes/daloa/maximize-inactive.svg,
+	  themes/daloa/maximize-inactive.xpm,
+	  themes/daloa/maximize-pressed.png,
+	  themes/daloa/maximize-pressed.svg,
+	  themes/daloa/maximize-pressed.xpm,
+	  themes/daloa/maximize-toggled-active.png,
+	  themes/daloa/maximize-toggled-active.svg,
+	  themes/daloa/maximize-toggled-active.xpm,
+	  themes/daloa/maximize-toggled-inactive.png,
+	  themes/daloa/maximize-toggled-inactive.svg,
+	  themes/daloa/maximize-toggled-inactive.xpm,
+	  themes/daloa/maximize-toggled-pressed.png,
+	  themes/daloa/maximize-toggled-pressed.svg,
+	  themes/daloa/maximize-toggled-pressed.xpm,
+	  themes/daloa/menu-active.png, themes/daloa/menu-active.svg,
+	  themes/daloa/menu-active.xpm, themes/daloa/menu-inactive.png,
+	  themes/daloa/menu-inactive.svg, themes/daloa/menu-inactive.xpm,
+	  themes/daloa/menu-pressed.png, themes/daloa/menu-pressed.svg,
+	  themes/daloa/menu-pressed.xpm, themes/daloa/right-active.png,
+	  themes/daloa/right-active.svg, themes/daloa/right-active.xpm,
+	  themes/daloa/right-inactive.png, themes/daloa/right-inactive.svg,
+	  themes/daloa/right-inactive.xpm, themes/daloa/shade-active.png,
+	  themes/daloa/shade-active.svg, themes/daloa/shade-active.xpm,
+	  themes/daloa/shade-inactive.png, themes/daloa/shade-inactive.svg,
+	  themes/daloa/shade-inactive.xpm, themes/daloa/shade-pressed.png,
+	  themes/daloa/shade-pressed.svg, themes/daloa/shade-pressed.xpm,
+	  themes/daloa/shade-toggled-active.png,
+	  themes/daloa/shade-toggled-active.svg,
+	  themes/daloa/shade-toggled-active.xpm,
+	  themes/daloa/shade-toggled-inactive.png,
+	  themes/daloa/shade-toggled-inactive.svg,
+	  themes/daloa/shade-toggled-inactive.xpm,
+	  themes/daloa/shade-toggled-pressed.png,
+	  themes/daloa/shade-toggled-pressed.svg,
+	  themes/daloa/shade-toggled-pressed.xpm,
+	  themes/daloa/stick-active.png, themes/daloa/stick-active.svg,
+	  themes/daloa/stick-active.xpm, themes/daloa/stick-inactive.png,
+	  themes/daloa/stick-inactive.svg, themes/daloa/stick-inactive.xpm,
+	  themes/daloa/stick-pressed.png, themes/daloa/stick-pressed.svg,
+	  themes/daloa/stick-pressed.xpm,
+	  themes/daloa/stick-toggled-active.png,
+	  themes/daloa/stick-toggled-active.svg,
+	  themes/daloa/stick-toggled-active.xpm,
+	  themes/daloa/stick-toggled-inactive.png,
+	  themes/daloa/stick-toggled-inactive.svg,
+	  themes/daloa/stick-toggled-inactive.xpm,
+	  themes/daloa/stick-toggled-pressed.png,
+	  themes/daloa/stick-toggled-pressed.svg,
+	  themes/daloa/stick-toggled-pressed.xpm,
+	  themes/daloa/title-1-active.png, themes/daloa/title-1-active.svg,
+	  themes/daloa/title-1-active.xpm,
+	  themes/daloa/title-1-inactive.png,
+	  themes/daloa/title-1-inactive.svg,
+	  themes/daloa/title-1-inactive.xpm,
+	  themes/daloa/title-2-active.png, themes/daloa/title-2-active.svg,
+	  themes/daloa/title-2-active.xpm,
+	  themes/daloa/title-2-inactive.png,
+	  themes/daloa/title-2-inactive.svg,
+	  themes/daloa/title-2-inactive.xpm,
+	  themes/daloa/title-3-active.png, themes/daloa/title-3-active.svg,
+	  themes/daloa/title-3-active.xpm,
+	  themes/daloa/title-3-inactive.png,
+	  themes/daloa/title-3-inactive.svg,
+	  themes/daloa/title-3-inactive.xpm,
+	  themes/daloa/title-4-active.png, themes/daloa/title-4-active.svg,
+	  themes/daloa/title-4-active.xpm,
+	  themes/daloa/title-4-inactive.png,
+	  themes/daloa/title-4-inactive.svg,
+	  themes/daloa/title-4-inactive.xpm,
+	  themes/daloa/title-5-active.png, themes/daloa/title-5-active.svg,
+	  themes/daloa/title-5-active.xpm,
+	  themes/daloa/title-5-inactive.png,
+	  themes/daloa/title-5-inactive.svg,
+	  themes/daloa/title-5-inactive.xpm,
+	  themes/daloa/top-left-active.png,
+	  themes/daloa/top-left-active.svg,
+	  themes/daloa/top-left-active.xpm,
+	  themes/daloa/top-left-inactive.png,
+	  themes/daloa/top-left-inactive.svg,
+	  themes/daloa/top-left-inactive.xpm,
+	  themes/daloa/top-right-active.png,
+	  themes/daloa/top-right-active.svg,
+	  themes/daloa/top-right-active.xpm,
+	  themes/daloa/top-right-inactive.png,
+	  themes/daloa/top-right-inactive.svg,
+	  themes/daloa/top-right-inactive.xpm: Redo Daloa theme using SVG
+
+2006-11-28 21:39  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
 	  themes/default/close-active.png,
 	  themes/default/close-inactive.png,
-	  themes/default/close-pressed.png,
-	  themes/default/hide-active.png,
+	  themes/default/close-pressed.png, themes/default/hide-active.png,
 	  themes/default/hide-inactive.png,
 	  themes/default/hide-pressed.png, themes/default/left-active.png,
 	  themes/default/left-inactive.png,
@@ -19,11 +605,1706 @@
 	  themes/default/maximize-toggled-active.png,
 	  themes/default/maximize-toggled-inactive.png,
 	  themes/default/maximize-toggled-pressed.png,
-	  themes/default/menu-active.png,
+	  themes/default/menu-active.png, themes/default/menu-inactive.png,
+	  themes/default/menu-pressed.png, themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/stick-active.png,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-inactive.png,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Round lower shadows in
+	  corner
+
+2006-11-28 18:45  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
 	  themes/default/menu-inactive.png,
-	  themes/default/menu-pressed.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
 	  themes/default/right-active.png,
 	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Much brighter top light
+	  reflection.
+
+2006-11-27 20:33  olivier
+
+	* src/focus.c: Re-enable focus passing to previously focused window
+	  (req. on ML)
+
+2006-11-27 18:31  olivier
+
+	* src/events.c: Focus windows that raise themselves if focus
+	  stealing prevention is disabled, and set demands attention flag
+	  otherwise, that should improve focus prevention.
+
+2006-11-27 18:30  olivier
+
+	* src/display.c: Remove debug code committed by mistake
+
+2006-11-26 22:01  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Put back top reflection
+
+2006-11-26 18:49  paurullan
+
+	* po/ChangeLog, po/ca.po: i18n catalan update
+
+2006-11-26 18:38  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-active.xpm,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-inactive.xpm,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-active.xpm,
+	  themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-inactive.xpm,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/hide-pressed.xpm, themes/default/left-active.png,
+	  themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-active.xpm,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-inactive.xpm,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-pressed.xpm,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-active.xpm,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-inactive.xpm,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/maximize-toggled-pressed.xpm,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-inactive.xpm,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-active.xpm,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-inactive.xpm,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-pressed.xpm,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-active.xpm,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-inactive.xpm,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/shade-toggled-pressed.xpm,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-active.xpm,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-inactive.xpm,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-pressed.xpm,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-active.xpm,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-inactive.xpm,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/stick-toggled-pressed.xpm,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-active.xpm,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-1-inactive.xpm,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-active.xpm,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-2-inactive.xpm,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-active.xpm,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-3-inactive.xpm,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-active.xpm,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-4-inactive.xpm,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-active.xpm,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/title-5-inactive.xpm,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-active.xpm,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-left-inactive.xpm,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-active.xpm,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg,
+	  themes/default/top-right-inactive.xpm: Back to previous theme.
+
+2006-11-26 17:21  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Hilight/shadow
+
+2006-11-25 22:02  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Add a top hilight
+
+2006-11-25 20:15  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg:
+
+2006-11-25 12:46  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-active.xpm,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-inactive.xpm,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-active.xpm,
+	  themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-inactive.xpm,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/hide-pressed.xpm, themes/default/left-active.png,
+	  themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-active.xpm,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-inactive.xpm,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-pressed.xpm,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-active.xpm,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-inactive.xpm,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/maximize-toggled-pressed.xpm,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-inactive.xpm,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-active.xpm,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-inactive.xpm,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-pressed.xpm,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-active.xpm,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-inactive.xpm,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/shade-toggled-pressed.xpm,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-active.xpm,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-inactive.xpm,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-pressed.xpm,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-active.xpm,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-inactive.xpm,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/stick-toggled-pressed.xpm,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-active.xpm,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-1-inactive.xpm,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-active.xpm,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-2-inactive.xpm,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-active.xpm,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-3-inactive.xpm,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-active.xpm,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-4-inactive.xpm,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-active.xpm,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/title-5-inactive.xpm,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-active.xpm,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-left-inactive.xpm,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-active.xpm,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg,
+	  themes/default/top-right-inactive.xpm: Use positive gradient in
+	  title bar
+
+2006-11-25 12:46  olivier
+
+	* src/client.c: Rework resize a bit
+
+2006-11-24 20:18  olivier
+
+	* src/events.c: Put back raise on focus timeout
+
+2006-11-24 20:12  olivier
+
+	* themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-active.xpm,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-inactive.xpm,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-active.xpm,
+	  themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-inactive.xpm,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/hide-pressed.xpm,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-active.xpm,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-inactive.xpm,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-pressed.xpm,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-active.xpm,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-inactive.xpm,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/maximize-toggled-pressed.xpm,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-inactive.xpm,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/shade-active.png,
+	  themes/default/shade-active.svg, themes/default/shade-active.xpm,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-inactive.xpm,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-pressed.xpm,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-active.xpm,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-inactive.xpm,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/shade-toggled-pressed.xpm,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-active.xpm,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-inactive.xpm,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-pressed.xpm,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-active.xpm,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-inactive.xpm,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/stick-toggled-pressed.xpm,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-active.xpm,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-1-inactive.xpm,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-active.xpm,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-2-inactive.xpm,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-active.xpm,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-3-inactive.xpm,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-active.xpm,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-4-inactive.xpm,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-active.xpm,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/title-5-inactive.xpm,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-active.xpm,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-left-inactive.xpm,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-active.xpm,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg,
+	  themes/default/top-right-inactive.xpm: Theme stuff
+
+2006-11-24 20:11  olivier
+
+	* src/client.c, src/client.h, src/events.c, src/focus.c,
+	  src/focus.h: Small code reorg, disable raising of windows when on
+	  FocusIn event.
+
+2006-11-23 21:54  olivier
+
+	* src/compositor.c: Humm, don't cancel existing timeouts, it's
+	  safer...
+
+2006-11-23 21:40  olivier
+
+	* src/compositor.c: Add a small optimization
+
+2006-11-23 21:26  olivier
+
+	* src/workspaces.c: Keep focus on sticky windows only for regular
+	  windows w/out skip taskbar/pager property (Bug 2603)
+
+2006-11-22 20:42  olivier
+
+	* src/client.c: Reorg. the code a bit, not sure what I'll do with
+	  those changes, though.
+
+2006-11-21 22:34  olivier
+
+	* src/client.c: Improve resize (Bug #2597)
+
+2006-11-21 20:47  olivier
+
+	* src/client.c, src/frame.c, src/placement.c: Be more permissive
+	  with resizes towards struts (Bug #2597, bis), optimize shape use.
+
+2006-11-20 22:15  olivier
+
+	* src/client.c: Be more permissive with resizes towards struts (Bug
+	  #2597)
+
+2006-11-20 21:52  olivier
+
+	* src/client.c: Be more permissive with keyboard resizes towards
+	  struts (Bug #2597)
+
+2006-11-20 19:59  olivier
+
+	* src/placement.c: Fix off-by-one causing windows to be moved
+	  wrongly via keyboard (patch from Darren Salt
+	  <linux at youmustbejoking.demon.co.uk>, bug #2594)
+
+2006-11-19 13:30  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-active.xpm,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-inactive.xpm,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-active.xpm,
+	  themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-inactive.xpm,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/hide-pressed.xpm, themes/default/left-active.png,
+	  themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-active.xpm,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-inactive.xpm,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-pressed.xpm,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-active.xpm,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-inactive.xpm,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/maximize-toggled-pressed.xpm,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-inactive.xpm,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-active.xpm,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-inactive.xpm,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-pressed.xpm,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-active.xpm,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-inactive.xpm,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/shade-toggled-pressed.xpm,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-active.xpm,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-inactive.xpm,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-pressed.xpm,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-active.xpm,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-inactive.xpm,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/stick-toggled-pressed.xpm,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-active.xpm,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-1-inactive.xpm,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-active.xpm,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-2-inactive.xpm,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-active.xpm,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-3-inactive.xpm,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-active.xpm,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-4-inactive.xpm,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-active.xpm,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/title-5-inactive.xpm,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-active.xpm,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-left-inactive.xpm,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-active.xpm,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg,
+	  themes/default/top-right-inactive.xpm: Revert to 27 pix. height
+	  after all.
+
+2006-11-18 21:51  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-active.xpm,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-inactive.xpm,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-active.xpm,
+	  themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-inactive.xpm,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/hide-pressed.xpm, themes/default/left-active.png,
+	  themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-active.xpm,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-inactive.xpm,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-pressed.xpm,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-active.xpm,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-inactive.xpm,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/maximize-toggled-pressed.xpm,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-inactive.xpm,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-active.xpm,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-inactive.xpm,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-pressed.xpm,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-active.xpm,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-inactive.xpm,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/shade-toggled-pressed.xpm,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-active.xpm,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-inactive.xpm,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-pressed.xpm,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-active.xpm,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-inactive.xpm,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/stick-toggled-pressed.xpm,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-active.xpm,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-1-inactive.xpm,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-active.xpm,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-2-inactive.xpm,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-active.xpm,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-3-inactive.xpm,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-active.xpm,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-4-inactive.xpm,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-active.xpm,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/title-5-inactive.xpm,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-active.xpm,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-left-inactive.xpm,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-active.xpm,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg,
+	  themes/default/top-right-inactive.xpm: Larger title too, as
+	  screen tend to get larger
+
+2006-11-18 21:42  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-active.svg,
+	  themes/default/bottom-active.xpm,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-inactive.svg,
+	  themes/default/bottom-inactive.xpm,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-active.xpm,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-left-inactive.xpm,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-active.xpm,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/bottom-right-inactive.xpm,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-active.svg,
+	  themes/default/left-active.xpm, themes/default/left-inactive.png,
+	  themes/default/left-inactive.svg,
+	  themes/default/left-inactive.xpm,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png, themes/default/right-active.svg,
+	  themes/default/right-active.xpm,
+	  themes/default/right-inactive.png,
+	  themes/default/right-inactive.svg,
+	  themes/default/right-inactive.xpm,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Enlarge window borders to
+	  6 pixels to improve usability of the default theme on larger
+	  screens
+
+2006-11-16 01:18  yuvaltanny
+
+	* mousepad/trunk/po/he.po, terminal/trunk/po/he.po,
+	  xarchiver/trunk/po/he.po, xfburn/trunk/po/he.po,
+	  xfce-mcs-plugins/trunk/po/he.po, xfdesktop/trunk/po/he.po,
+	  po/he.po: Updated Hebrew translations
+
+2006-11-14 20:48  olivier
+
+	* src/display.c: Revert last change
+
+2006-11-13 19:47  olivier
+
+	* src/display.c: Do not reset time to CurrentTime with events that
+	  don't feature a timestamp (actually, it's a revert of on commit I
+	  made a few days ago).
+
+2006-11-11 15:20  olivier
+
+	* src/keyboard.c: Use actual string length instead of -1 in
+	  g_ascii_strup/strdown
+
+2006-11-10 22:00  olivier
+
+	* src/client.c, src/main.c: Wrong logical test
+
+2006-11-10 20:47  olivier
+
+	* mcs-plugin/xfwm4_shortcuteditor.c: Enter key doesn't work for
+	  "Add keybinding theme" dialog (Bug #2560, patch by Brian
+	  Tarricone <bjt23 at cornell.edu>)
+
+2006-11-10 20:43  olivier
+
+	* src/focus.c: Use focus pending with with apps that use
+	  WM_FLAG_TAKEFOCUS protocol too (Bug #2561)
+
+2006-11-10 20:35  olivier
+
+	* src/client.c: Hide as more windows when showing desktop (Bug
+	  #2518)
+
+2006-11-09 20:25  olivier
+
+	* configure.ac.in: Move all required version numbers to the top of
+	  configure.ac.in to make changing them easy.
+
+2006-11-09 18:25  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Smoother top window
+	  hilight
+
+2006-11-09 18:09  olivier
+
+	* src/stacking.c: Don't skip windows that have the skip
+	  pager/taskbar properties when searching for windows below the
+	  pointer (bug #2550)
+
+2006-11-08 22:11  olivier
+
+	* COMPOSITOR: Small addition to compositor documentation
+
+2006-11-08 20:17  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-active.svg,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-inactive.svg,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-active.svg,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-left-inactive.svg,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-active.svg,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/bottom-right-inactive.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-active.svg,
+	  themes/default/left-inactive.png,
+	  themes/default/left-inactive.svg,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png, themes/default/right-active.svg,
+	  themes/default/right-inactive.png,
+	  themes/default/right-inactive.svg,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg: Cleanup SVG sources.
+
+2006-11-08 19:44  olivier
+
+	* themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-inactive.png: SVG tweak
+
+2006-11-08 19:05  olivier
+
+	* themes/default/Makefile.am, themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png, themes/default/close-active.svg,
+	  themes/default/close-inactive.png,
+	  themes/default/close-inactive.svg,
+	  themes/default/close-pressed.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
+	  themes/default/hide-inactive.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-active.svg,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-inactive.svg,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-pressed.svg,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-active.svg,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-inactive.svg,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/maximize-toggled-pressed.svg,
+	  themes/default/menu-active.png, themes/default/menu-active.svg,
+	  themes/default/menu-inactive.png,
+	  themes/default/menu-inactive.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png,
+	  themes/default/right-inactive.png,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
+	  themes/default/shade-inactive.png,
+	  themes/default/shade-inactive.svg,
+	  themes/default/shade-pressed.png,
+	  themes/default/shade-pressed.svg,
+	  themes/default/shade-toggled-active.png,
+	  themes/default/shade-toggled-active.svg,
+	  themes/default/shade-toggled-inactive.png,
+	  themes/default/shade-toggled-inactive.svg,
+	  themes/default/shade-toggled-pressed.png,
+	  themes/default/shade-toggled-pressed.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
+	  themes/default/stick-inactive.png,
+	  themes/default/stick-inactive.svg,
+	  themes/default/stick-pressed.png,
+	  themes/default/stick-pressed.svg,
+	  themes/default/stick-toggled-active.png,
+	  themes/default/stick-toggled-active.svg,
+	  themes/default/stick-toggled-inactive.png,
+	  themes/default/stick-toggled-inactive.svg,
+	  themes/default/stick-toggled-pressed.png,
+	  themes/default/stick-toggled-pressed.svg,
+	  themes/default/title-1-active.png,
+	  themes/default/title-1-active.svg,
+	  themes/default/title-1-inactive.png,
+	  themes/default/title-1-inactive.svg,
+	  themes/default/title-2-active.png,
+	  themes/default/title-2-active.svg,
+	  themes/default/title-2-inactive.png,
+	  themes/default/title-2-inactive.svg,
+	  themes/default/title-3-active.png,
+	  themes/default/title-3-active.svg,
+	  themes/default/title-3-inactive.png,
+	  themes/default/title-3-inactive.svg,
+	  themes/default/title-4-active.png,
+	  themes/default/title-4-active.svg,
+	  themes/default/title-4-inactive.png,
+	  themes/default/title-4-inactive.svg,
+	  themes/default/title-5-active.png,
+	  themes/default/title-5-active.svg,
+	  themes/default/title-5-inactive.png,
+	  themes/default/title-5-inactive.svg,
+	  themes/default/top-left-active.png,
+	  themes/default/top-left-active.svg,
+	  themes/default/top-left-inactive.png,
+	  themes/default/top-left-inactive.svg,
+	  themes/default/top-right-active.png,
+	  themes/default/top-right-active.svg,
+	  themes/default/top-right-inactive.png,
+	  themes/default/top-right-inactive.svg,
+	  themes/default/vaccumdefs.sh: Remove vaccumdefs.sh, add new
+	  target "make vacuum-defs".
+
+2006-11-07 21:18  olivier
+
+	* ChangeLog: Update ChangeLog
+
+2006-11-07 21:02  olivier
+
+	* themes/default/Makefile.am, themes/default/bottom-active.png,
+	  themes/default/bottom-inactive.png,
+	  themes/default/bottom-left-active.png,
+	  themes/default/bottom-left-inactive.png,
+	  themes/default/bottom-right-active.png,
+	  themes/default/bottom-right-inactive.png,
+	  themes/default/close-active.png,
+	  themes/default/close-inactive.png,
+	  themes/default/close-pressed.png, themes/default/hide-active.png,
+	  themes/default/hide-inactive.png,
+	  themes/default/hide-pressed.png, themes/default/left-active.png,
+	  themes/default/left-inactive.png,
+	  themes/default/maximize-active.png,
+	  themes/default/maximize-inactive.png,
+	  themes/default/maximize-pressed.png,
+	  themes/default/maximize-toggled-active.png,
+	  themes/default/maximize-toggled-inactive.png,
+	  themes/default/maximize-toggled-pressed.png,
+	  themes/default/menu-active.png, themes/default/menu-inactive.png,
+	  themes/default/menu-pressed.png, themes/default/right-active.png,
+	  themes/default/right-inactive.png,
 	  themes/default/shade-active.png,
 	  themes/default/shade-inactive.png,
 	  themes/default/shade-pressed.png,
@@ -51,8 +2332,8 @@
 	  themes/default/top-right-active.png,
 	  themes/default/top-right-inactive.png: Add a new target "make
 	  update-png" instead of regenerating the PNG files
-	  automatically as SVN doesn't preserve the mtime of the file,
-	  some files
+	  automatically as SVN doesn't preserve the mtime of the file, some
+	  files
 	  where generated on the build system where rsvg might not be
 	  available,
 	  or available in a different version producing slightly different
@@ -61,13 +2342,12 @@
 
 2006-11-07 20:26  olivier
 
-	* src/client.c, src/events.c, src/focus.c, src/focus.h,
-	  src/main.c: Fix focus transitionning to root taking into account
-	  the pending focus too, so that focus doesn't return to the
-	  fallback internal window when it should return to some other
-	  client window (like when an application closes with a modal
-	  dialog opened). <= If you understand what I mean here, you're
-	  tough!
+	* src/client.c, src/events.c, src/focus.c, src/focus.h, src/main.c:
+	  Fix focus transitionning to root taking into account the pending
+	  focus too, so that focus doesn't return to the fallback internal
+	  window when it should return to some other client window (like
+	  when an application closes with a modal dialog opened). <= If you
+	  understand what I mean here, you're tough!
 
 2006-11-07 20:21  olivier
 
@@ -93,14 +2373,14 @@
 
 	* configure.ac.in, po, po/ar.po, po/az.po, po/be.po, po/bg.po,
 	  po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po, po/el.po,
-	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po,
-	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po,
-	  po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po,
-	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
-	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
-	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
-	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Bump version
-	  and requirements. Update Project-Id-Version.
+	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
+	  po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po,
+	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po, po/ko.po,
+	  po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
+	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
+	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
+	  po/zh_CN.po, po/zh_TW.po: Bump version and requirements. Update
+	  Project-Id-Version.
 
 2006-11-04 22:36  olivier
 
@@ -114,8 +2394,8 @@
 	  src/spinning_cursor.h, src/stacking.h,
 	  src/startup_notification.h, src/tabwin.h, src/transients.h,
 	  src/ui_style.h, src/wireframe.h, src/workspaces.c,
-	  src/workspaces.h: Use X server time to restore focus when sent
-	  to the root window (bug #2472), a bit of code cleanup and some
+	  src/workspaces.h: Use X server time to restore focus when sent to
+	  the root window (bug #2472), a bit of code cleanup and some
 	  refactoring.
 
 2006-11-04 14:14  paurullan
@@ -164,9 +2444,8 @@
 
 2006-11-01 21:14  olivier
 
-	* src/display.h, src/events.c, src/hints.c, src/misc.c,
-	  src/misc.h, src/netwm.c, src/netwm.h: Add support to
-	  NET_WM_MOVERESIZE
+	* src/display.h, src/events.c, src/hints.c, src/misc.c, src/misc.h,
+	  src/netwm.c, src/netwm.h: Add support to NET_WM_MOVERESIZE
 
 2006-11-01 21:13  olivier
 
@@ -261,8 +2540,7 @@
 	  xfce-mcs-plugins/trunk/po/dz.po, xfce-utils/trunk/po/ChangeLog,
 	  xfce-utils/trunk/po/LINGUAS, xfce-utils/trunk/po/dz.po,
 	  xfce4-appfinder/trunk/po/ChangeLog,
-	  xfce4-appfinder/trunk/po/LINGUAS,
-	  xfce4-appfinder/trunk/po/dz.po,
+	  xfce4-appfinder/trunk/po/LINGUAS, xfce4-appfinder/trunk/po/dz.po,
 	  xfce4-icon-theme/trunk/po/ChangeLog,
 	  xfce4-icon-theme/trunk/po/LINGUAS,
 	  xfce4-icon-theme/trunk/po/dz.po, xfce4-mixer/trunk/po/ChangeLog,
@@ -277,8 +2555,8 @@
 	  xfdesktop/trunk/po/dz.po, xfmedia/trunk/po/ChangeLog,
 	  xfmedia/trunk/po/LINGUAS, xfmedia/trunk/po/dz.po,
 	  xfprint/trunk/po/ChangeLog, xfprint/trunk/po/LINGUAS,
-	  xfprint/trunk/po/dz.po, po/ChangeLog, po/LINGUAS, po/dz.po:
-	  added whole Dzongkha translation
+	  xfprint/trunk/po/dz.po, po/ChangeLog, po/LINGUAS, po/dz.po: added
+	  whole Dzongkha translation
 	  
 	  congratulations to the dz team.
 
@@ -290,22 +2568,19 @@
 	  themes/default/bottom-left-inactive.png,
 	  themes/default/bottom-right-active.png,
 	  themes/default/bottom-right-inactive.png,
-	  themes/default/close-active.png,
-	  themes/default/close-active.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
 	  themes/default/close-active.xpm,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
 	  themes/default/close-inactive.xpm,
 	  themes/default/close-pressed.png,
 	  themes/default/close-pressed.svg,
-	  themes/default/close-pressed.xpm,
-	  themes/default/hide-active.png, themes/default/hide-active.svg,
-	  themes/default/hide-active.xpm,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-active.xpm,
 	  themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
 	  themes/default/hide-inactive.xpm,
-	  themes/default/hide-pressed.png,
-	  themes/default/hide-pressed.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
 	  themes/default/hide-pressed.xpm, themes/default/left-active.png,
 	  themes/default/left-inactive.png,
 	  themes/default/maximize-active.png,
@@ -327,17 +2602,13 @@
 	  themes/default/maximize-toggled-pressed.svg,
 	  themes/default/maximize-toggled-pressed.xpm,
 	  themes/default/menu-active.png, themes/default/menu-active.svg,
-	  themes/default/menu-active.xpm,
-	  themes/default/menu-inactive.png,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
 	  themes/default/menu-inactive.xpm,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
-	  themes/default/menu-pressed.xpm,
-	  themes/default/right-active.png,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/right-active.png,
 	  themes/default/right-inactive.png,
-	  themes/default/shade-active.png,
-	  themes/default/shade-active.svg,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
 	  themes/default/shade-active.xpm,
 	  themes/default/shade-inactive.png,
 	  themes/default/shade-inactive.svg,
@@ -354,8 +2625,7 @@
 	  themes/default/shade-toggled-pressed.png,
 	  themes/default/shade-toggled-pressed.svg,
 	  themes/default/shade-toggled-pressed.xpm,
-	  themes/default/stick-active.png,
-	  themes/default/stick-active.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
 	  themes/default/stick-active.xpm,
 	  themes/default/stick-inactive.png,
 	  themes/default/stick-inactive.svg,
@@ -413,8 +2683,8 @@
 	  themes/default/top-right-active.xpm,
 	  themes/default/top-right-inactive.png,
 	  themes/default/top-right-inactive.svg,
-	  themes/default/top-right-inactive.xpm: Use slightly larger
-	  height for title bar.
+	  themes/default/top-right-inactive.xpm: Use slightly larger height
+	  for title bar.
 
 2006-10-25 21:56  olivier
 
@@ -435,8 +2705,7 @@
 	  themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
 	  themes/default/menu-inactive.xpm,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
 	  themes/default/menu-pressed.xpm: Enlarge the menu button so that
 	  it's the same size as other buttons.
 
@@ -473,8 +2742,7 @@
 	  themes/default/bottom-right-inactive.png,
 	  themes/default/close-active.png,
 	  themes/default/close-inactive.png,
-	  themes/default/close-pressed.png,
-	  themes/default/hide-active.png,
+	  themes/default/close-pressed.png, themes/default/hide-active.png,
 	  themes/default/hide-inactive.png,
 	  themes/default/hide-pressed.png, themes/default/left-active.png,
 	  themes/default/left-inactive.png,
@@ -485,14 +2753,11 @@
 	  themes/default/maximize-toggled-inactive.png,
 	  themes/default/maximize-toggled-pressed.png,
 	  themes/default/menu-active.png, themes/default/menu-active.svg,
-	  themes/default/menu-active.xpm,
-	  themes/default/menu-inactive.png,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
 	  themes/default/menu-inactive.xpm,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
-	  themes/default/menu-pressed.xpm,
-	  themes/default/right-active.png,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/right-active.png,
 	  themes/default/right-inactive.png,
 	  themes/default/shade-active.png,
 	  themes/default/shade-inactive.png,
@@ -505,8 +2770,8 @@
 	  themes/default/stick-pressed.png,
 	  themes/default/stick-toggled-active.png,
 	  themes/default/stick-toggled-inactive.png,
-	  themes/default/stick-toggled-pressed.png,
-	  themes/default/themerc, themes/default/title-1-active.png,
+	  themes/default/stick-toggled-pressed.png, themes/default/themerc,
+	  themes/default/title-1-active.png,
 	  themes/default/title-1-inactive.png,
 	  themes/default/title-2-active.png,
 	  themes/default/title-2-inactive.png,
@@ -530,22 +2795,19 @@
 	  themes/default/bottom-left-inactive.png,
 	  themes/default/bottom-right-active.png,
 	  themes/default/bottom-right-inactive.png,
-	  themes/default/close-active.png,
-	  themes/default/close-active.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
 	  themes/default/close-active.xpm,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
 	  themes/default/close-inactive.xpm,
 	  themes/default/close-pressed.png,
 	  themes/default/close-pressed.svg,
-	  themes/default/close-pressed.xpm,
-	  themes/default/hide-active.png, themes/default/hide-active.svg,
-	  themes/default/hide-active.xpm,
+	  themes/default/close-pressed.xpm, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-active.xpm,
 	  themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
 	  themes/default/hide-inactive.xpm,
-	  themes/default/hide-pressed.png,
-	  themes/default/hide-pressed.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
 	  themes/default/hide-pressed.xpm, themes/default/left-active.png,
 	  themes/default/left-inactive.png,
 	  themes/default/maximize-active.png,
@@ -567,17 +2829,13 @@
 	  themes/default/maximize-toggled-pressed.svg,
 	  themes/default/maximize-toggled-pressed.xpm,
 	  themes/default/menu-active.png, themes/default/menu-active.svg,
-	  themes/default/menu-active.xpm,
-	  themes/default/menu-inactive.png,
+	  themes/default/menu-active.xpm, themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
 	  themes/default/menu-inactive.xpm,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
-	  themes/default/menu-pressed.xpm,
-	  themes/default/right-active.png,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.xpm, themes/default/right-active.png,
 	  themes/default/right-inactive.png,
-	  themes/default/shade-active.png,
-	  themes/default/shade-active.svg,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
 	  themes/default/shade-active.xpm,
 	  themes/default/shade-inactive.png,
 	  themes/default/shade-inactive.svg,
@@ -594,8 +2852,7 @@
 	  themes/default/shade-toggled-pressed.png,
 	  themes/default/shade-toggled-pressed.svg,
 	  themes/default/shade-toggled-pressed.xpm,
-	  themes/default/stick-active.png,
-	  themes/default/stick-active.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
 	  themes/default/stick-active.xpm,
 	  themes/default/stick-inactive.png,
 	  themes/default/stick-inactive.svg,
@@ -625,8 +2882,8 @@
 	  themes/default/top-left-active.png,
 	  themes/default/top-left-inactive.png,
 	  themes/default/top-right-active.png,
-	  themes/default/top-right-inactive.png: Increase buttons height
-	  of the default theme, to improve usability with pointing devices
+	  themes/default/top-right-inactive.png: Increase buttons height of
+	  the default theme, to improve usability with pointing devices
 	  such as touchscreens or tablet PC.
 
 2006-10-19 18:54  jari
@@ -647,8 +2904,7 @@
 	  themes/default/close-active.png,
 	  themes/default/close-inactive.png,
 	  themes/default/close-pressed.png, themes/default/convert2png.sh,
-	  themes/default/hide-active.png,
-	  themes/default/hide-inactive.png,
+	  themes/default/hide-active.png, themes/default/hide-inactive.png,
 	  themes/default/hide-pressed.png, themes/default/left-active.png,
 	  themes/default/left-inactive.png,
 	  themes/default/maximize-active.png,
@@ -657,10 +2913,8 @@
 	  themes/default/maximize-toggled-active.png,
 	  themes/default/maximize-toggled-inactive.png,
 	  themes/default/maximize-toggled-pressed.png,
-	  themes/default/menu-active.png,
-	  themes/default/menu-inactive.png,
-	  themes/default/menu-pressed.png,
-	  themes/default/right-active.png,
+	  themes/default/menu-active.png, themes/default/menu-inactive.png,
+	  themes/default/menu-pressed.png, themes/default/right-active.png,
 	  themes/default/right-inactive.png,
 	  themes/default/shade-active.png,
 	  themes/default/shade-inactive.png,
@@ -687,10 +2941,10 @@
 	  themes/default/top-left-active.png,
 	  themes/default/top-left-inactive.png,
 	  themes/default/top-right-active.png,
-	  themes/default/top-right-inactive.png: Build png out of svg
-	  files for the default theme, but do not install the later
-	  (Should speed up theme loading and improve rendering on display
-	  with higher DPI).
+	  themes/default/top-right-inactive.png: Build png out of svg files
+	  for the default theme, but do not install the later (Should speed
+	  up theme loading and improve rendering on display with higher
+	  DPI).
 
 2006-10-14 17:26  olivier
 
@@ -799,16 +3053,16 @@
 
 	* mcs-plugin/xfwm4_shortcuteditor.c, po/ar.po, po/az.po, po/be.po,
 	  po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
-	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po,
-	  po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po,
-	  po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po,
-	  po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
-	  po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
-	  po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
-	  po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po, src/events.c,
-	  src/screen.c, src/settings.c, src/settings.h,
-	  themes/default.keys/keythemerc: Add window operations menu
-	  shortcut - 2 strings were added and need translations
+	  po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po,
+	  po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po,
+	  po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ka.po, po/ko.po,
+	  po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po,
+	  po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
+	  po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
+	  po/zh_CN.po, po/zh_TW.po, src/events.c, src/screen.c,
+	  src/settings.c, src/settings.h, themes/default.keys/keythemerc:
+	  Add window operations menu shortcut - 2 strings were added and
+	  need translations
 
 2006-10-08 20:40  olivier
 
@@ -828,8 +3082,7 @@
 	  themes/default/bottom-right-inactive.xpm,
 	  themes/default/close-active.png,
 	  themes/default/close-inactive.png,
-	  themes/default/close-pressed.png,
-	  themes/default/hide-active.png,
+	  themes/default/close-pressed.png, themes/default/hide-active.png,
 	  themes/default/hide-inactive.png,
 	  themes/default/hide-pressed.png, themes/default/left-active.png,
 	  themes/default/left-active.svg, themes/default/left-active.xpm,
@@ -842,12 +3095,9 @@
 	  themes/default/maximize-toggled-active.png,
 	  themes/default/maximize-toggled-inactive.png,
 	  themes/default/maximize-toggled-pressed.png,
-	  themes/default/menu-active.png,
-	  themes/default/menu-inactive.png,
-	  themes/default/menu-pressed.png,
-	  themes/default/right-active.png,
-	  themes/default/right-active.svg,
-	  themes/default/right-active.xpm,
+	  themes/default/menu-active.png, themes/default/menu-inactive.png,
+	  themes/default/menu-pressed.png, themes/default/right-active.png,
+	  themes/default/right-active.svg, themes/default/right-active.xpm,
 	  themes/default/right-inactive.png,
 	  themes/default/right-inactive.svg,
 	  themes/default/right-inactive.xpm,
@@ -862,8 +3112,8 @@
 	  themes/default/stick-pressed.png,
 	  themes/default/stick-toggled-active.png,
 	  themes/default/stick-toggled-inactive.png,
-	  themes/default/stick-toggled-pressed.png,
-	  themes/default/themerc, themes/default/title-1-active.png,
+	  themes/default/stick-toggled-pressed.png, themes/default/themerc,
+	  themes/default/title-1-active.png,
 	  themes/default/title-1-inactive.png,
 	  themes/default/title-2-active.png,
 	  themes/default/title-2-inactive.png,
@@ -876,8 +3126,8 @@
 	  themes/default/top-left-active.png,
 	  themes/default/top-left-inactive.png,
 	  themes/default/top-right-active.png,
-	  themes/default/top-right-inactive.png: Increase border width to
-	  5 pixels
+	  themes/default/top-right-inactive.png: Increase border width to 5
+	  pixels
 
 2006-10-08 19:27  olivier
 
@@ -887,18 +3137,15 @@
 	  themes/default/bottom-left-inactive.png,
 	  themes/default/bottom-right-active.png,
 	  themes/default/bottom-right-inactive.png,
-	  themes/default/close-active.png,
-	  themes/default/close-active.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
 	  themes/default/close-pressed.png,
-	  themes/default/close-pressed.svg,
-	  themes/default/hide-active.png, themes/default/hide-active.svg,
-	  themes/default/hide-inactive.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
-	  themes/default/hide-pressed.png,
-	  themes/default/hide-pressed.svg, themes/default/left-active.png,
-	  themes/default/left-inactive.png,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-inactive.png,
 	  themes/default/maximize-active.png,
 	  themes/default/maximize-active.svg,
 	  themes/default/maximize-inactive.png,
@@ -914,12 +3161,10 @@
 	  themes/default/menu-active.png, themes/default/menu-active.svg,
 	  themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
 	  themes/default/right-active.png,
 	  themes/default/right-inactive.png,
-	  themes/default/shade-active.png,
-	  themes/default/shade-active.svg,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
 	  themes/default/shade-inactive.png,
 	  themes/default/shade-inactive.svg,
 	  themes/default/shade-pressed.png,
@@ -930,8 +3175,7 @@
 	  themes/default/shade-toggled-inactive.svg,
 	  themes/default/shade-toggled-pressed.png,
 	  themes/default/shade-toggled-pressed.svg,
-	  themes/default/stick-active.png,
-	  themes/default/stick-active.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
 	  themes/default/stick-inactive.png,
 	  themes/default/stick-inactive.svg,
 	  themes/default/stick-pressed.png,
@@ -997,8 +3241,7 @@
 	  themes/default/close-active.png,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
-	  themes/default/close-pressed.png,
-	  themes/default/hide-active.png,
+	  themes/default/close-pressed.png, themes/default/hide-active.png,
 	  themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
 	  themes/default/hide-pressed.png, themes/default/left-active.png,
@@ -1011,10 +3254,8 @@
 	  themes/default/maximize-toggled-inactive.png,
 	  themes/default/maximize-toggled-inactive.svg,
 	  themes/default/maximize-toggled-pressed.png,
-	  themes/default/menu-active.png,
-	  themes/default/menu-inactive.png,
-	  themes/default/menu-pressed.png,
-	  themes/default/right-active.png,
+	  themes/default/menu-active.png, themes/default/menu-inactive.png,
+	  themes/default/menu-pressed.png, themes/default/right-active.png,
 	  themes/default/right-inactive.png,
 	  themes/default/shade-active.png,
 	  themes/default/shade-inactive.png,
@@ -1070,13 +3311,11 @@
 	  themes/default/bottom-left-inactive.png,
 	  themes/default/bottom-right-active.png,
 	  themes/default/bottom-right-inactive.png,
-	  themes/default/close-active.png,
-	  themes/default/close-active.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
-	  themes/default/close-pressed.png,
-	  themes/default/hide-active.png, themes/default/hide-active.svg,
-	  themes/default/hide-inactive.png,
+	  themes/default/close-pressed.png, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
 	  themes/default/hide-pressed.png, themes/default/left-active.png,
 	  themes/default/left-inactive.png,
@@ -1090,10 +3329,8 @@
 	  themes/default/maximize-toggled-inactive.png,
 	  themes/default/maximize-toggled-inactive.svg,
 	  themes/default/maximize-toggled-pressed.png,
-	  themes/default/menu-active.png,
-	  themes/default/menu-inactive.png,
-	  themes/default/menu-pressed.png,
-	  themes/default/right-active.png,
+	  themes/default/menu-active.png, themes/default/menu-inactive.png,
+	  themes/default/menu-pressed.png, themes/default/right-active.png,
 	  themes/default/right-inactive.png,
 	  themes/default/shade-active.png,
 	  themes/default/shade-inactive.png,
@@ -1101,8 +3338,7 @@
 	  themes/default/shade-toggled-active.png,
 	  themes/default/shade-toggled-inactive.png,
 	  themes/default/shade-toggled-pressed.png,
-	  themes/default/stick-active.png,
-	  themes/default/stick-active.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
 	  themes/default/stick-inactive.png,
 	  themes/default/stick-inactive.svg,
 	  themes/default/stick-pressed.png,
@@ -1134,9 +3370,9 @@
 	  https://launchpad.net/distros/ubuntu/+source/xfwm4/+bug/64115) -
 	  See
 	  http://lists.freedesktop.org/archives/xorg/2005-October/010679.html
-	  for the rationale (Thanks Soeren!) - It means that
-	  unredirecting fullscreen windows *will* misbehave in Xorg 7.0
-	  and previous versions
+	  for the rationale (Thanks Soeren!) - It means that unredirecting
+	  fullscreen windows *will* misbehave in Xorg 7.0 and previous
+	  versions
 
 2006-10-06 20:19  olivier
 
@@ -1158,19 +3394,16 @@
 	  themes/default/bottom-right-inactive.png,
 	  themes/default/bottom-right-inactive.svg,
 	  themes/default/bottom-right-inactive.xpm,
-	  themes/default/close-active.png,
-	  themes/default/close-active.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
 	  themes/default/close-pressed.png,
-	  themes/default/close-pressed.svg,
-	  themes/default/hide-active.png, themes/default/hide-active.svg,
-	  themes/default/hide-inactive.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
-	  themes/default/hide-pressed.png,
-	  themes/default/hide-pressed.svg, themes/default/left-active.png,
-	  themes/default/left-active.svg, themes/default/left-active.xpm,
-	  themes/default/left-inactive.png,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-active.svg,
+	  themes/default/left-active.xpm, themes/default/left-inactive.png,
 	  themes/default/left-inactive.svg,
 	  themes/default/left-inactive.xpm,
 	  themes/default/maximize-active.png,
@@ -1188,16 +3421,13 @@
 	  themes/default/menu-active.png, themes/default/menu-active.svg,
 	  themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
-	  themes/default/right-active.png,
-	  themes/default/right-active.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png, themes/default/right-active.svg,
 	  themes/default/right-active.xpm,
 	  themes/default/right-inactive.png,
 	  themes/default/right-inactive.svg,
 	  themes/default/right-inactive.xpm,
-	  themes/default/shade-active.png,
-	  themes/default/shade-active.svg,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
 	  themes/default/shade-inactive.png,
 	  themes/default/shade-inactive.svg,
 	  themes/default/shade-pressed.png,
@@ -1208,8 +3438,7 @@
 	  themes/default/shade-toggled-inactive.svg,
 	  themes/default/shade-toggled-pressed.png,
 	  themes/default/shade-toggled-pressed.svg,
-	  themes/default/stick-active.png,
-	  themes/default/stick-active.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
 	  themes/default/stick-inactive.png,
 	  themes/default/stick-inactive.svg,
 	  themes/default/stick-pressed.png,
@@ -1287,18 +3516,15 @@
 	  themes/default/bottom-right-active.svg,
 	  themes/default/bottom-right-inactive.png,
 	  themes/default/bottom-right-inactive.svg,
-	  themes/default/close-active.png,
-	  themes/default/close-active.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
 	  themes/default/close-pressed.png,
-	  themes/default/close-pressed.svg,
-	  themes/default/hide-active.png, themes/default/hide-active.svg,
-	  themes/default/hide-inactive.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
-	  themes/default/hide-pressed.png,
-	  themes/default/hide-pressed.svg, themes/default/left-active.png,
-	  themes/default/left-active.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-active.svg,
 	  themes/default/left-inactive.png,
 	  themes/default/left-inactive.svg,
 	  themes/default/maximize-active.png,
@@ -1316,14 +3542,11 @@
 	  themes/default/menu-active.png, themes/default/menu-active.svg,
 	  themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
-	  themes/default/right-active.png,
-	  themes/default/right-active.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png, themes/default/right-active.svg,
 	  themes/default/right-inactive.png,
 	  themes/default/right-inactive.svg,
-	  themes/default/shade-active.png,
-	  themes/default/shade-active.svg,
+	  themes/default/shade-active.png, themes/default/shade-active.svg,
 	  themes/default/shade-inactive.png,
 	  themes/default/shade-inactive.svg,
 	  themes/default/shade-pressed.png,
@@ -1334,8 +3557,7 @@
 	  themes/default/shade-toggled-inactive.svg,
 	  themes/default/shade-toggled-pressed.png,
 	  themes/default/shade-toggled-pressed.svg,
-	  themes/default/stick-active.png,
-	  themes/default/stick-active.svg,
+	  themes/default/stick-active.png, themes/default/stick-active.svg,
 	  themes/default/stick-inactive.png,
 	  themes/default/stick-inactive.svg,
 	  themes/default/stick-pressed.png,
@@ -1396,18 +3618,15 @@
 	  themes/default/bottom-right-active.svg,
 	  themes/default/bottom-right-inactive.png,
 	  themes/default/bottom-right-inactive.svg,
-	  themes/default/close-active.png,
-	  themes/default/close-active.svg,
+	  themes/default/close-active.png, themes/default/close-active.svg,
 	  themes/default/close-inactive.png,
 	  themes/default/close-inactive.svg,
 	  themes/default/close-pressed.png,
-	  themes/default/close-pressed.svg,
-	  themes/default/hide-active.png, themes/default/hide-active.svg,
-	  themes/default/hide-inactive.png,
+	  themes/default/close-pressed.svg, themes/default/hide-active.png,
+	  themes/default/hide-active.svg, themes/default/hide-inactive.png,
 	  themes/default/hide-inactive.svg,
-	  themes/default/hide-pressed.png,
-	  themes/default/hide-pressed.svg, themes/default/left-active.png,
-	  themes/default/left-active.svg,
+	  themes/default/hide-pressed.png, themes/default/hide-pressed.svg,
+	  themes/default/left-active.png, themes/default/left-active.svg,
 	  themes/default/left-inactive.png,
 	  themes/default/left-inactive.svg,
 	  themes/default/maximize-active.png,
@@ -1425,14 +3644,11 @@
 	  themes/default/menu-active.png, themes/default/menu-active.svg,
 	  themes/default/menu-inactive.png,
 	  themes/default/menu-inactive.svg,
-	  themes/default/menu-pressed.png,
-	  themes/default/menu-pressed.svg,
-	  themes/default/right-active.png,
-	  themes/default/right-active.svg,
+	  themes/default/menu-pressed.png, themes/default/menu-pressed.svg,
+	  themes/default/right-active.png, themes/default/right-active.svg,
 	  themes/default/right-inactive.png,
 	  themes/default/right-inactive.svg,
-	  themes/default/shade-active.png,
-	  themes/default/shade-active.svg,
+