Author: olivier
Date: 2006-11-07 21:18:31 +0000 (Tue, 07 Nov 2006)
New Revision: 23781

Modified:
   xfwm4/trunk/ChangeLog
Log:
Update ChangeLog

Modified: xfwm4/trunk/ChangeLog
===================================================================
--- xfwm4/trunk/ChangeLog       2006-11-07 21:08:50 UTC (rev 23780)
+++ xfwm4/trunk/ChangeLog       2006-11-07 21:18:31 UTC (rev 23781)
@@ -1,3 +1,148 @@
+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,
+         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-inactive.png,
+         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
+         where generated on the build system where rsvg might not be
+         available,
+         or available in a different version producing slightly different
+         output,
+         thus causing visual discrepancies in the resulting theme...
+
+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!
+
+2006-11-07 20:21  olivier
+
+       * src/hints.c: Fix segafault bug introduced yesterday when fixing
+         KD systray.
+
+2006-11-06 22:03  olivier
+
+       * src/transients.c, src/workspaces.c: Check for valid transient or
+         modal when switching workspaces, to avoid missing windows to
+         unmap (bug #2518).
+
+2006-11-06 21:59  olivier
+
+       * src/hints.c: Fix compilation with --enable-kde-systray (bug
+         #2511).
+
+2006-11-05 18:54  paurullan
+
+       * po/ChangeLog, po/ko.po: i18n Korean update
+
+2006-11-05 09:54  benny
+
+       * 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.
+
+2006-11-04 22:36  olivier
+
+       * src/client.c, src/client.h, src/compositor.h, src/display.c,
+         src/display.h, src/event_filter.h, src/events.c, src/events.h,
+         src/focus.h, src/frame.h, src/hints.c, src/hints.h, src/icons.h,
+         src/keyboard.h, src/menu.h, src/misc.h, src/mypixmap.h,
+         src/mywindow.h, src/netwm.c, src/netwm.h, src/parserc.h,
+         src/placement.c, src/placement.h, src/poswin.h, src/screen.c,
+         src/screen.h, src/session.h, src/settings.c, src/settings.h,
+         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
+         refactoring.
+
+2006-11-04 14:14  paurullan
+
+       * terminal/trunk/po/ChangeLog, terminal/trunk/po/ca.po,
+         thunar/trunk/po/ChangeLog, thunar/trunk/po/ca.po,
+         xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/ca.po,
+         xfburn/trunk/po/ChangeLog, xfburn/trunk/po/ca.po,
+         xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/ca.po,
+         xfce-mcs-plugins/trunk/po/ChangeLog,
+         xfce-mcs-plugins/trunk/po/ca.po, xfdesktop/trunk/po/ChangeLog,
+         xfdesktop/trunk/po/ca.po, po/ChangeLog, po/ca.po: i18n catalan
+         update
+
+2006-11-03 20:37  olivier
+
+       * ChangeLog: Update ChangeLog
+
+2006-11-03 19:30  olivier
+
+       * src/client.c: Resize the frame before the client, otherwise OOo
+         1.1.x gets totally confused on resize.
+
+2006-11-03 11:44  stephan
+
+       * po/nl.po: Updated Dutch xfwm4 translation
+
 2006-11-02 21:48  olivier
 
        * src/client.c, src/events.c: Re-enable XSync on apps that don't

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to