commit 784495224f9ee43868960e573720c9257c950d1f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Mar 16 09:05:59 2017 +0100

    Release 4.12.4!
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit e5cc883ea0d7b3836ed259b168cdcd8cea598634
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Mar 6 22:15:21 2017 +0100

    moveresize: Cancel move/resize if client is gone
    
    Bug: 13344
    
    If a window is unmapped while the user is moving or resizing it, we
    would cancel the move but swallow the event, which would leave the
    window frame on screen as the main event handle would not get the
    unmap notify.
    
    Mark the client as gone when detected in the move/resize event loop,
    let the event get through to the main event handler that will free the
    client and shortcut the move/resize operation if the client is marked
    as gone.
    
    (cherry picked from commit 5155c86cfc198946fdf9d55f88b187a58b0340fc)

commit ef1d971fb22342c88b557458a451238ecfa0f656
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Mar 6 16:24:51 2017 +0100

    netwm: Make docks and spash screens appear focused
    
    The panel is a dock window, and may appear differently as it is not
    focused by default by the window manager.
    
    Set the NET_WM_STATE_FOCUSED property on windows of type dock or
    spashscreen so that they don't get the state GTK_STATE_FLAG_BACKDROP set
    by default.
    
    (cherry picked from commit 0feb29e78bb3b36387950dc2fb8d991ac875a374)

commit 6b94d5a212772d4015769a4e4ad83f62478b0bc3
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri May 27 17:35:42 2016 +0200

    placement: Relocate dialogs only
    
    Bug: 12587
    
    Relocating any window on the current monitor in multi-monitor setup
    when centered can cause issues with Citrix.
    
    Relocate only dialogs, and when not the exact same size as the screen.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 47fa600fb820a36bd5b08c13b5923a3b712ac8a0
Author: Keith Packard <keithp@keithp.com>
Date:   Thu Jun 2 11:36:48 2016 -0700

    Force application win_gravity to NorthWestGravity
    
    LibreOffice incorrectly sets its top level windows win_gravity field
    to StaticGravity. Resizing these windows to the left or upwards
    results in a corrupted application with the application window moved
    within the parent by the parent window resize.
    
    Metacity forces window gravity for all application windows to
    NorthWest, masking this application bug. xfwm4 should do the same.
    
    A bug has been filed against LibreOffice as well.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 202703397713223033b3bf45dec82bae98ccc9c8
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Apr 30 19:25:01 2016 +0200

    keyboard: Re-apply modifiers masks
    
    Restore modifiers masks removed by mistake in previous commit.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 867ab66ceae1b75f9ea1df4591a1b73588221d89
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Apr 30 19:13:07 2016 +0200

    keyboard: Ignore unsupported modifiers
    
    Bug: 10760
    
    If a given keyboard modifier is not supported, ignore the shortcut.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 322f0bbb93d2d03df1e02b4e4acd69ab7f936c80
Author: Andreas Müller <schnitzeltony@googlemail.com>
Date:   Tue Jun 18 12:46:42 2013 +0200

    don't block display events when time is set backwards
    
    Bug: 10184
    
    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

commit 7bddfab7db53d6f45d51525b6adfa5c883cfa8c0
Author: Stig Inge Lea Bjørnsen <stiginge@pvv.org>
Date:   Sun Oct 4 16:27:05 2015 +0200

    Fix rendering with 30-bit colormap
    
    Bug: 12344
    
    Use gdk_screen_get_system_colormap() instead of
    gdk_screen_get_rgb_colormap() which returns NULL on a 30-bit screen and
    therefore breaks further rendering.
    
    Originally reported in Debian bug #800883 where this patch was
    attached.

commit 612f264967477186451300b987349c08f5edb419
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon May 18 22:18:48 2015 +0200

    Only check for known buttons in _NET_WM_MOVERESIZE
    
    For _NET_WM_MOVERESIZE requests, if the given button does not match any
    available physical button, we would wait for that (impossible) button
    combination to be released.
    
    Check that the given button is one of the well known button or just wait
    for any button release otherwise.
    
    That fixes an issue with KDE apps where clicking on the menu bar to move
    the window would hang forever after the mouse button is depressed.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit c47ea5de0403210a9be8d7367ca59582e8e9a784
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat May 16 18:59:13 2015 +0200

    Post release tag bump
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 79ac4890d2883be7b4f6c22d89c5870ff664dbb9
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat May 16 18:46:54 2015 +0200

    Update for release
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7fdcb53575df2859f2b37a5a3bb1663ec16baa36
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri May 15 14:29:49 2015 +0200

    events: do not monitor SubstructureNotifyMask
    
    Bug: 11893
    
    Otherwise we may confuse clients.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 1ccf0fbdd1f8960a904e045099f4917e306b3cae
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri May 15 08:43:05 2015 +0200

    focus: Ignore zero timestamp from s/n
    
    Applications may set their _NET_WM_USER_TIME to 0 to indicate that the
    window should not initially focused when it is mapped, but there is no
    indication that startup-notification given timstamp should follow the
    same rule.
    
    Ignore zero timestamp from startup-notification, it will help with apps
    not being focused when started from the panel or the desktop.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b8915ea60225d6aecb7c94c7a418fbaf5fb46087
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Apr 29 17:29:53 2015 +0200

    configure: check for exo-csource
    
    Bug: 11870
    
    exo-csource is required only for maintainer mode.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 1115091535d0c56e6fd565ed36b33af37aed4f69
Author: Youri Mouton <yrmt@edgebsd.org>
Date:   Fri Mar 27 22:30:20 2015 +0100

    Fix compiler warnings
    
    Bug: 11723

commit e883c243c7cd4a21fffd7e76b5d0523b4d63b750
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Mar 15 21:18:28 2015 +0100

    Post release tag bump
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 4f33f1620a6c9aa1c3f66bc5cb023646c1e9fd7a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Mar 15 21:11:51 2015 +0100

    Update for release
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 913dff98f022250597e82563d90900b38a6293bb
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Mar 15 11:24:15 2015 +0100

    Fix a mishmash between width and height
    
    Bug: 11700
    
    Duh...
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 8a568f52ae7f331d5218e167099a79427f2080f0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Mar 14 23:44:12 2015 +0100

    Post release tag bump
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 89a28806cd915250a7bb52c5d846a28ec34c20cc
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Mar 14 23:23:49 2015 +0100

    Update for release
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 6033bc1ac5e031a945d7d632fa5f885d56b32849
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Mar 14 23:16:59 2015 +0100

    Fix compiler warnings
    
    And other missing bits.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit cd32c58e0728ea64e67ec3686e0bf09a14c57cb5
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Mar 14 22:34:22 2015 +0100

    Horizontal scrolling/window opacity optional
    
    Bug: 10372
    
    With compositor enabled, horizontal scrolling via the mousewheel or
    touchpad would adjust the window opacity.
    
    Apparently, this is confusing so make it optional and disabled by
    default.
    
    If you fancy this feature, you can re-enable it by setting
    "horiz_scroll_opacity" to true in xfconf.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 272e4e0037595844f46580ebe746008669aee20d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Mar 14 22:12:29 2015 +0100

    Check class hint name for same applications
    
    Bug: 11685
    
    There was some confusion in the definition of "same application" when
    cycling through windows of the same application.
    
    Same application meant windows which share a common leader or from the
    same group, which basically means the same running application, not
    two different instances of the same program.
    
    Widen the search criteria to the WM class "resource name" which
    contains the application name so that multiple different  instances of
    the same program/application can be included.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 406b42623a35dc31651b576ff7a5cca455cce94e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Mar 14 22:02:01 2015 +0100

    Fix gravity
    
    Bug: 11693
    
    Fix a long standing bug with gravity which was partly due to a wrong
    interpretation of the gravity definition from bug 3634 where the
    reproducer provided was actually wrong.
    
    Gravity does not change the actual reference point of the client
    window, but rather "specifies how and whether the client window wants
    to be shifted to make room for the window manager frame" (from the
    ICCCM definition).
    
    This makes xfwm4 behave the same as other window managers such as
    metacity/mutter or kwin with regard to window gravity.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7e4905dddcaea2bd6539ce75d9c6a5b95037c92d
Author: Harald Judt <h.judt@gmx.at>
Date:   Tue Mar 10 00:31:54 2015 +0100

    I18n: Update translation de (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 64facff3f93b296c85a8a2b7ee34d405d77b3e48
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Mar 8 22:04:35 2015 +0100

    Fix smart placement.
    
    Bug: 11671
    
    The loop was not entirely finished, therefore it did not make
    use of the bottom/left side of the screen.

commit 5850dd022c1da7ee7b81443ac714012520dfc226
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Mar 10 21:56:20 2015 +0100

    Search harder for screen for a window
    
    Bug: 11664
    
    _NET_REQUEST_FRAME_EXTENTS is a request sent before the window is mapped
    (it's the actual purpose, estimate what the frame extents will be once
    it's mapped), but as the window is not yet mapped, it is unknown to the
    window manager.
    
    That would cause _NET_REQUEST_FRAME_EXTENTS to be ignored, and some
    apps/tookit (namely GLFW) rely on it and would block indefinitely until
    the reply from the window manager is received.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 13d32ccb238396f54a098445fe2ae442d8f47349
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Mar 10 21:54:02 2015 +0100

    Fix window positioning and gravity
    
    Bug: 11670
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 82e061dc853808920dd5647d3da515113854f331
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Mar 9 18:14:40 2015 +0100

    Revert "Optimize smart placement (bug #5785)."
    
    Bug: 11671
    
    This reverts commit b42ba05a6b37f0834c1f4e80696ca4d36f9cb322.

commit 0e0d852316961a05e63078ff5aa9d411a627c54c
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Mar 8 15:09:22 2015 +0100

    Fix wrong logic in test
    
    stoopid leftover, really.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit a6099bd71a49dda91a35b79451d58838e7b2b68d
Author: Matt Thirtytwo <matt.59491@gmail.com>
Date:   Thu Mar 5 21:27:31 2015 +0100

    Remove unused variables in compositor.c

commit ea9c3ae7644bcf118b5c66f52c75ec5396746e42
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Mar 5 22:20:24 2015 +0100

    Gives struts a bit of TLC
    
    Makes it more robust against broken struts and clean up the code.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 2d1e2d1d9b7f1654833d5df02bf5284b7a0ca8fb
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Mar 2 21:37:56 2015 +0100

    Rely on compositor selection
    
    To detect if a compositor is already running.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b861c35c867e38a459f927545dee5a6778e1466a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Mar 2 21:31:38 2015 +0100

    Do not update XRandR config from compositor
    
    No need to call RRUpdateConfiguration() from the compositor, and that
    confuses gtk+
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 65eee42e341b2cc46d69132e7455eb043fa8b168
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Sun Mar 1 18:32:32 2015 +0100

    I18n: Update translation de (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d0f4515e0cb74031bd43e14cf85dbc1646abafa2
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Feb 28 14:34:27 2015 -0500

    Post release tag bump

commit 2455fff687088e0a5022f5d35db9dd5f07f19469
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat Feb 28 14:31:44 2015 -0500

    Update for release

commit 631bdbe28eb2b8ae671f67a1bbb39eaaa9848957
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 28 12:36:48 2015 +0100

    Clean-up compositor state in case of error
    
    If the compositor fails to start because another one is detected, clean
    up the status so we don't end up with a blank screen.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 421aca7f54e87b0e7dd64c17c47498f055cda5fd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 28 10:56:38 2015 +0100

    Enable window preview in cycling by default
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 0abaac15f84812f16cae7f5bb62244711fdd9fa7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 28 10:45:59 2015 +0100

    Enable compositing by default
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 356a668d849eb9481245cead979332121ed3bcd8
Author: Mișu Moldovan <dumol@l10n.ro>
Date:   Sat Feb 28 00:32:00 2015 +0100

    I18n: Update translation ro (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 58f9f51d1f438dcaa208937314c9d61bb33d1574
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 27 23:56:46 2015 +0100

    Set maximum valid struts values
    
    Some app set some insane value for struts or partial
    struts, set a maximum to be 25% of output size, and
    ignore the strut otherwise.
    
    Not ideal, but better that nothing.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b7b62c69add6a4bf5d6bde52548b5346d3a78265
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 27 21:58:19 2015 +0100

    Revert "Optionally remove frame on tiling as well"
    
    This reverts commit 6f6604a338e24a1df45d0cb97c2c0ec5cd205b62.

commit 8c4e805ecdb5916140c888b30e8fa773334beb6e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 27 21:55:42 2015 +0100

    Compute struts based on reported screen size
    
    Even if we know that the screen size is wrong, as most panels (including
    our own)  will base their strut values on these as well.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 72992ddb2e6ff17ee351df67db8576b8c5ad63d0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Feb 26 22:14:14 2015 +0100

    Fix window menu positioning with CSD
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit e776f2785a653d51d65bebe7f9d1431725219c97
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 25 19:33:17 2015 +0100

    Do not tile windows if they don't fit in
    
    Bug: 11599
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit a41c81fb191342528f582ff354a449d265e3c19e
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Thu Feb 26 18:35:02 2015 +0100

    I18n: Update translation he (98%).
    
    171 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit aa178d96496d261a82237b9cd62e13c21bc88b96
Author: Slavko <linux@slavino.sk>
Date:   Thu Feb 26 12:33:17 2015 +0100

    I18n: Update translation sk (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 73f3e4bbdbb0d098156013386c342062973c372d
Author: Dražen M <drazen@ubuntu.si>
Date:   Thu Feb 26 00:32:59 2015 +0100

    I18n: Update translation sl (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e9220d6cce08e730603eb6f99485cbac2731abd5
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Thu Feb 26 00:32:59 2015 +0100

    I18n: Update translation fi (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 75e950008b0b57caa3045806cf3a9ead65966d07
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 24 22:35:11 2015 +0100

    Add support for gtk window menu
    
    Bug: 11590
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 68365da4bb048f03871ab32882e47098bd9d4218
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 24 22:23:48 2015 +0100

    Use smallest screen area
    
    Bug: 11059
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 67865428b4cdce96cc61f7e843c26a1908ca1b61
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Tue Feb 24 18:32:28 2015 +0100

    I18n: Update translation de (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bee59843a5bfea0c96f2e12104495c1d53212ed5
Author: Anonymous <noreply@xfce.org>
Date:   Tue Feb 24 06:32:42 2015 +0100

    I18n: Add new translation sl (98%).
    
    171 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 85c1b7d4cb84554e4292fb19141e1c21cf81b79f
Author: Anonymous <noreply@xfce.org>
Date:   Mon Feb 23 18:34:25 2015 +0100

    I18n: Update translation bg (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d2a8ecd2d5136b2560a4005adf21230f3511f436
Author: enolp <enolp@softastur.org>
Date:   Mon Feb 23 06:33:53 2015 +0100

    I18n: Update translation ast (92%).
    
    160 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4f8f9490c13b1d83b6b30db7b39ee0a9247abbb7
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Feb 21 18:33:59 2015 +0100

    I18n: Update translation it (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b1b4abfeaeed336345768173356bbc8360685233
Author: enolp <enolp@softastur.org>
Date:   Sat Feb 21 18:33:59 2015 +0100

    I18n: Update translation ast (91%).
    
    159 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 41ebdc76247fb2ea8bd55332a8502b5a4c92aeda
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 21 15:18:00 2015 +0100

    Avoid window decorations in preview
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 32df0c99bfd65c3711052caa71ea818bb6c650c0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 21 15:13:04 2015 +0100

    Reuse client macros in compositor
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 2ae3dddf3df1038c17f6c102660d5e47c321045a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 21 15:07:01 2015 +0100

    Use larger window preview by default
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7a207409659a4d612dd8448773f6d799ad32f392
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 18 08:49:18 2015 +0100

    Fix window preview disappearing on themes reload
    
    Again.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 5dcaf9b4503453654f286f4246c35d41e5341a0a
Author: 白铭骢 <jeffbaichina@members.fsf.org>
Date:   Sat Feb 21 06:32:29 2015 +0100

    I18n: Update translation zh_CN (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1b006c11b30ba349b4dba4ed78b78bc25cefe875
Author: Allan Nordhøy <comradekingu@gmail.com>
Date:   Sat Feb 21 00:32:47 2015 +0100

    I18n: Update translation nb (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0eefe1329107b573ce8d95ec5287f93a829dc949
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Thu Feb 19 18:33:15 2015 +0100

    I18n: Update translation pt (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0e17f321bec385802acce0da8027deb55eef023d
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Thu Feb 19 18:33:15 2015 +0100

    I18n: Update translation es (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 30b974010e4f62107faaa8a441a0e8115464c6ba
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Feb 18 18:32:54 2015 +0100

    I18n: Update translation is (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 175aea0dcad31485542db27fd225b938a57857b9
Author: Natavan Mirzayeva <mirzayevanatavan@gmail.com>
Date:   Tue Feb 17 18:33:31 2015 +0100

    I18n: Update translation tr (99%).
    
    172 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7a81739fbae5ef23d737467f3d959f7361777ed9
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 17 08:14:15 2015 +0100

    Fix build with compositor disabled
    
    Bug: 11456
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 3f1b7c02ddcbb686f6f227b09f6e3017445880bf
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 17 08:10:51 2015 +0100

    Use opaque background color for preview
    
    As unfortunately, gdk_pixbuf_get_from_drawable() does not
    seem to handle transparency in ARGB32 pixmap.
    
    Will have to review this again once we switch to gtk3 and
    cairo.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit f863c10620e13e334979a79f3bbf13b9914686cd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 14 19:37:41 2015 +0100

    Post release tag bump.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7666dc133d4227549bc68f2ef859bc34e82f1f91
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Feb 14 19:20:02 2015 +0100

    Updates for release
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit e97066e3171564b513e8211ec39c26d8381adfc3
Author: Dawid <hoek@hoek.pl>
Date:   Sat Feb 14 18:32:40 2015 +0100

    I18n: Update translation pl (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c64997f8855bc069d01c259fe12c79a93fd4dc08
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 10 23:22:37 2015 +0100

    Revert change in icons
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit f4cfcf61f351e23a6e52136e97aefe06bee87e4f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 10 23:20:10 2015 +0100

    Save the picture, not the pixmap
    
    This also works without named window pixmap.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 13b8918031c449154d23dc2096ad82a32f55ee92
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Feb 9 22:04:41 2015 +0100

    Use temporary pixmap to apply clipping
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 0f25a14913249b8589ebac1baa027fe417d45cf3
Author: André Miranda <andreldm1989@gmail.com>
Date:   Tue Feb 10 06:31:59 2015 +0100

    I18n: Update translation pt_BR (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9304313b3bf754f52c7c111502261c5b46c51be3
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Tue Feb 10 00:32:05 2015 +0100

    I18n: Update translation da (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dd0764d0f782dfa7af766e44a3fe2867e542d5a7
Author: abuyop <abuyop@gmail.com>
Date:   Mon Feb 9 18:32:25 2015 +0100

    I18n: Update translation ms (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 07718ce52d53cac72dc171365a0d1f9dfc476fab
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Feb 9 00:32:34 2015 +0100

    I18n: Update translation uk (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 272d484303aa6b6cc7267887530ef92c6a54e414
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Feb 8 18:32:55 2015 +0100

    I18n: Update translation ko (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9dd24aaf936353789b1588acefdf7a8c6c4e7fb5
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Sun Feb 8 18:32:55 2015 +0100

    I18n: Update translation de (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 27a5836ea080bbbb8d271aa71a3b8dfd8a9daddb
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Feb 8 12:13:56 2015 +0100

    Try to improve scaling quality
    
    By using the "best" XRender filter.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit bdc6b6d8354586d5028d0d3a01af11416e04ca1a
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Sat Feb 7 18:31:58 2015 +0100

    I18n: Update translation ja (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a1e99610cd75f8cef2525123156b1eef551e1299
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Feb 7 06:32:01 2015 +0100

    I18n: Update translation kk (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 90bcaf59d5888c9de1700ba4f2dd288042ab1044
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 6 22:16:39 2015 +0100

    Trivial code reformatting
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 567db78b407106a3bc81927722ede74b69fae83c
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 6 22:14:13 2015 +0100

    Allow for larger preview icons
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit deda565b501533cd57db714441bece3bc17a1aad
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 6 22:12:39 2015 +0100

    Use default icon if preview in not available
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit ec233f961cdccb31c09eb22a3c50f5bb4c270f52
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 6 22:02:38 2015 +0100

    Fix keyboard shortcuts vs. layout change
    
    When changing keyboard layouts, if a shortcut is using a key which is
    placed at a different location (e.g. QWERTY vs. AZERTY), it would stop
    working with the different layout.
    
    Parse all shortcuts on keymap layout changes to update keys shortcut.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 618582bf4999dbf0533f8fe14f26273d2acd200a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 6 22:01:14 2015 +0100

    Fix window pixmaps disappearing on themes reload
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit c652f0bc06279e89c7137cd25129a40a6b94f649
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 6 21:55:22 2015 +0100

    Fix icons transparency
    
    Bug 11512
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 355a32670c9e67e8f27229fbe2a7df8cbd5cf4ab
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 6 21:53:14 2015 +0100

    Move window but do not switch workspace
    
    Bug: 11511
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit f352f827b7611768f09b78a70b7062e8fc54ff2d
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Fri Feb 6 12:31:56 2015 +0100

    I18n: Update translation fr (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6facb28e2bc27a2966d2bf6c2d91ed4ad705cf08
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Fri Feb 6 00:31:57 2015 +0100

    I18n: Update translation fr (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fb4eca48fd5726b5f501a8d6fcfce8f87331015d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Feb 5 22:49:47 2015 +0100

    And fix other properties as well
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 30cce014104b447775b2247e501053a101ccaa7e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Feb 5 22:38:19 2015 +0100

    Restore themeability of tabwin
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 97e7b8805efd7f6dbdbf8f1ada49b85b119597ea
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Feb 5 22:01:53 2015 +0100

    Remove unused vars
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 6a7aff593d752da525aba0098572a2d9d20d0e86
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Feb 5 21:24:49 2015 +0100

    Use XRender for scaling down window pixmaps
    
    Instead of GdkPixbuf routines, although GdkPixbuf gives much better
    results that XRender, using XRender is much faster on some hardware.
    
    Also add the application icon to the preview compensate the lower
    quality.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 21486cab4e78f70949319bf911648e9554708b0f
Author: André Miranda <andreldm1989@gmail.com>
Date:   Wed Feb 4 18:32:11 2015 +0100

    I18n: Update translation pt_BR (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a74325cae55c4fe98a416607b30ee9845e8f71bc
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed Feb 4 18:32:11 2015 +0100

    I18n: Update translation cs (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e601216ecab8374cb835b0d472af4fdae0852a6a
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Mon Feb 2 00:32:04 2015 +0100

    I18n: Update translation fr (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9363106a088afc49bf4086ffc4d84ef4769f6b89
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Sun Feb 1 18:32:12 2015 +0100

    I18n: Update translation th (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 088f3051f9bdce56dba3f0e5f4ea30d1378c7b1c
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Feb 1 18:32:11 2015 +0100

    I18n: Update translation ru (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 202e22986c050e1dac0623bc856466d88717c926
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Jan 31 18:32:21 2015 +0100

    I18n: Update translation it (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fe7f22a369eae9f0b2387c72b3188ad9c881f706
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Sat Jan 31 18:32:21 2015 +0100

    I18n: Update translation de (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fda602f09c8e7e95340d47d84d6c511a777ff242
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sat Jan 31 00:31:51 2015 +0100

    I18n: Update translation sr (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0d5e82c57542a2182d3be3e4e8876f27e7e64865
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Jan 30 22:03:21 2015 +0100

    Increase default drifting value
    
    Bug: 11456
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit a5d8a0257d423dec48af97274e9ca0662e40a825
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Jan 30 21:58:24 2015 +0100

    Reduce windows preview size
    
    and switch back to regular icons only when size matches.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 352da19746442a6400ba6e0598b9d887053beb08
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Jan 30 21:54:45 2015 +0100

    Rework myDisplayGetScreenFromWindow()
    
    to reduce roundtrips and X errors.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit a45721e6d6cb0423968eb11a4f894fbf605ec683
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Jan 30 21:53:04 2015 +0100

    Add a note about XDamageDestroy() causing XErrors
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 497e37902eb5dd6ee594d936e9a247e1631d18c6
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Fri Jan 30 18:32:07 2015 +0100

    I18n: Update translation nl (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5555a3e21d813725fdffaa84c00750cba9ae6e48
Author: Edin Veskovic <edin.veskovic@openmailbox.org>
Date:   Fri Jan 30 18:32:07 2015 +0100

    I18n: Update translation hr (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2814b315e4d0be767ae1521b8cec5f299cd826c0
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Fri Jan 30 18:32:07 2015 +0100

    I18n: Update translation bg (100%).
    
    173 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6c4eec27bdbb71103aca420fbb3e4207afe03053
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 29 22:41:29 2015 +0100

    Fix cycle_preview option
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 19df756912baf0f28490bb21823fdff345ae1511
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 29 21:58:37 2015 +0100

    Send debug messages to a log file
    
    Bug: 10564
    
    Logging to an X terminal while the X servder is grabbed (which happens
    quite often in a window manager) may lead to a dead lock.
    
    Only way to reliably avoid this is to send log and debug messages to a
    file instead.
    
    Log file can be specified using the environment variable XFWM4_LOG_FILE.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit a754a8e14c362b4f57c86bf3e57e6f897f143c97
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 29 21:51:02 2015 +0100

    Free wireframe window at last
    
    to avoid X errors.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit ed3fe38673c1ea67a1f737fa22379c3bbc7610b9
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 29 21:40:18 2015 +0100

    Add an option for window preview in tabwin
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 5817462e97008eab556f80b2b68be7e545e9382f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 29 21:26:53 2015 +0100

    Small optimization in unmap notify event handler
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 0807e772e41496d46c8600f524b63fedbd10797b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 29 21:24:33 2015 +0100

    Fix div by zero with tabwin in list mode
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 71d66e3fc7321168c9fdc7b99dc44154e99bfd8a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 26 21:08:24 2015 +0100

    Use the correct drm/dri device on OpenBSD
    
    Bug: 11478
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 120c4746a24df5d74c9ecfaa76b44e3ace5ed47b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 26 20:52:29 2015 +0100

    Fix tabwin cols/rows computation
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 3af37ad21eead0c26e3a9813aa2f0ff4e9bd7dce
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Jan 25 22:29:51 2015 +0100

    Use actual client count to compute tabwin size
    
    And not the total number of clients.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 12987ddb14335da2e95b77368fcbc6c0d53f0af2
Author: Nagy Gábor <jackson.gabor@gmail.com>
Date:   Sun Jan 25 00:31:55 2015 +0100

    I18n: Update translation hu (99%).
    
    171 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7cd4fdfe4c4b7dd38530cfc1299c2a3f23ea0656
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 24 22:37:12 2015 +0100

    Code cleanup
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 2bb44c1ee89733390201c4db655bfc6ee64a6247
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 24 22:01:49 2015 +0100

    Fix build with compositor disabled
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 33c27c448fa623dd1d497eb3e72f9daf9d94ea36
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 24 21:33:46 2015 +0100

    Rework tabwin
    
    Tabwin code was quite inefficient as it would retrieve all icons and
    recompute all sizes for every tabwin widget.
    
    While it wouldn't show much with (relatively) tiny application icons, it
    became much more apparent with content preview.
    
    Move the icons to the tabwin class instead and reuse the same list for
    all the tabwin widgets, so that the computation is done only once.
    
    Also includes various code cleanup.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b6f753b547e83c399e0c80921d3420b54f0f22a2
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 24 21:29:26 2015 +0100

    Switch back to bilinear interpolation
    
    And apply saturation on iconified windows.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit f0869d25e23436a91612c7885206d87a3c2e9cea
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 24 21:21:10 2015 +0100

    compositor: Check if window pixmap are available
    
    Add new API to check if window pixmaps are available.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 4adad9fca2856ed0cd98522aac0b1ca13f1ee956
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 22 22:50:39 2015 +0100

    Use window pixmap in tabwin
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit f6d5236b887c062117ee504358e54e63a98e3a54
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 22 21:51:11 2015 +0100

    compositor: Add API to retrieve window pixmap
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit bc992fccfc3eac800bb16d3242892d8c52f6d059
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 22 21:13:58 2015 +0100

    No need to reconfigure on XSync alarm
    
    This is not needed anymore, this was just a hack to work
    around the issue caused by the wrong size increments
    calculation.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit cb4b6e845aefeae93ca3a9be24d75a75eadec13e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 22 21:11:08 2015 +0100

    Flush to reduce lag in wireframe
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit cfa71176d9fabe8ed6b9711e3e4ac422556e57ab
Author: abuyop <abuyop@gmail.com>
Date:   Thu Jan 22 12:31:59 2015 +0100

    I18n: Update translation ms (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit db626a73b286bd44b94dc3b9fc7556e0a695a4c1
Merge: f079ff3 82e4409
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 22:30:27 2015 +0100

    Merge branch 'tile-complete'

commit 82e440919049726564decda1fafb3480f890bc78
Author: Peter de Ridder <cavalier@the-cavalry.org>
Date:   Tue Jan 20 22:30:00 2015 +0100

    Unset RESTORE_SIZE_POS on resize.

commit f079ff3ce479ea60b5771a1829e5e5d591b89550
Merge: 8e809ba cd73bb7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 21:55:47 2015 +0100

    Merge branch 'tile-complete'

commit 8e809bac903b4f155835be42adf3f826faade336
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 21:31:54 2015 +0100

    Sync compositor after resizing the Cairo wireframe
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 1aca8bac5c92a0b5e5c7d7dee6a6bb0a83783dfa
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 21:25:29 2015 +0100

    Hide Xlib wireframe before resizing
    
    To avoid flickering of what's beneath the non-composited wireframe.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit f73877deadf0c5b7ec0fb80909a10073041efbb8
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 21:04:19 2015 +0100

    Do not setup the XSync alarm without a counter
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 5c1c8ca7216cf2fd968fb60775a45358e3192d1d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 20:29:08 2015 +0100

    Fix size increment
    
    Use the base size and not the min size when computing size of a
    window with size increment (this bug is probably as old as xfwm
    itself!)
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit cd73bb720ebac5af4ffc57297083dca846dc1c62
Author: Peter de Ridder <cavalier@the-cavalry.org>
Date:   Tue Dec 23 15:41:05 2014 +0100

    Restore window size for corner tiling

commit 1ebb9878542f1ddfe287da30167a5065aa379aea
Author: Peter de Ridder <cavalier@the-cavalry.org>
Date:   Tue Dec 23 12:15:00 2014 +0100

    Redraw and resize after corner tiling

commit a596e12cae86a653993570ed871afb9ced1a8f6e
Author: Cédric Leporcq <cedl38@gmail.com>
Date:   Sun Jun 22 14:03:03 2014 +0200

    Improve corner tiling on move

commit 728cce0e8f09d7f20f29ab3d41086d7798f77da8
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Wed Mar 19 11:22:08 2014 +0000

    Implement corner tiling.
    
    The extra key shortcuts have to be defined in libxfce4ui, so you
    need a matching version of that.

commit 20b0fa1751ca779b574c69ca25da5e8cc72f3efb
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Tue Jan 20 18:32:26 2015 +0100

    I18n: Update translation he (98%).
    
    170 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f28b1a2c4c1bae00f1200f1d5e5e2352220497f0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 09:22:05 2015 +0100

    Fix frame extents in tiling
    
    This is a regression introduced when merging commit 918a7f2a
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 5c9d151712bca6f99483d2b6cf103bab2daefd77
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 09:02:28 2015 +0100

    Do not update state while moving/resizing
    
    CSD windows may be tempted to adjust their size otherwise.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 04b7f25a3a2c2357dcbb71262bd952eca96d3b34
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 20 08:39:35 2015 +0100

    Slimmer and configurable cairo frame
    
    Make cairo frame slimmer and configurable at build time.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7e685af06db0eab9a86d42c8bc4f6a26afe602ab
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 19 22:49:47 2015 +0100

    Avoid spurious configure
    
    Apps supporting extended XSync counter may update their XSync counter
    which can cause spurious window reconfigure.
    
    Add a flag to indicate if we ought to allow these reconfigurations.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7a31a8884ed9f1277cdfb4898747c585d6169292
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 19 22:41:53 2015 +0100

    Use cairo wireframe for move/resize
    
    Only if the compositor is enabled and opaque move/resize us unset.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 4d6d37888267ccd98f6c9f9768009688be13355b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 19 22:16:44 2015 +0100

    Rework the cairo wireframe
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 80e4240c47395569e0272f064f3c30cbfe01c54a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 19 20:23:19 2015 +0100

    Code cleanup and even less flicker
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 8e5d73404b6577ecfa4acab2e2616f8de8db9ee0
Author: AlexanderFilev <ifillrok@gmail.com>
Date:   Mon Jan 19 12:32:06 2015 +0100

    I18n: Update translation ru (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ca6767c9faebbc5b4fd5036add80eff724cd2bc3
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 19 09:16:17 2015 +0100

    Fix flickering when cycling
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 33e3eaeceb699dbd997045fc5b59251bfb697d49
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Mon Jan 19 00:32:52 2015 +0100

    Make composited wireframe prettier

commit bd0d730b1a52d51b0d3c98654fd50acd39ed092a
Author: Peter de Ridder <cavalier@the-cavalry.org>
Date:   Sun Jan 18 14:45:53 2015 +0100

    Changed wireframe to cairo drawing.

commit 830edad5808d5ea0ab642e0e771d3c9ed806246b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 17 21:39:21 2015 +0100

    Ungrab even if grab failed
    
    Fix issue introduced by previous commit, ungrab even if grab failed
    because of the internal grab counter.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 50ed2fab6e8fa22284d09b84e954742b441c70e1
Author: 周潇波 <zhouxiaobo.500@gmail.com>
Date:   Sat Jan 17 18:31:51 2015 +0100

    I18n: Update translation zh_CN (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 24c8f337bb62e8573ac7a9220480a68e2d7b7775
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 17 17:09:12 2015 +0100

    Allow cycling even without the pointer grab
    
    Bug: 11463
    
    This allows cycling during a drag and drop.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 1876e4c707e6edd8f1d30afc4847949099e4ea75
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Sat Jan 17 12:31:49 2015 +0100

    I18n: Update translation sr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ad39770a810c4392a69749e12efdb0f4e38e17eb
Author: André Miranda <andreldm1989@gmail.com>
Date:   Sat Jan 17 00:31:49 2015 +0100

    I18n: Update translation pt_BR (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f41928ca2172bae7eef91e60afadb0dc0439ccd7
Author: Adam Stachowicz <saibamenppl@gmail.com>
Date:   Thu Jan 15 18:32:34 2015 +0100

    I18n: Update translation pl (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1ca39620f018d79ac96fcd28826a2c964d372b29
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Thu Jan 15 18:32:34 2015 +0100

    I18n: Update translation nl (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 66425fe5d4781ff780cd5427fa336dc156df9012
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Jan 15 18:32:34 2015 +0100

    I18n: Update translation ko (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b9a850e1d0752625dbbee56317f434b4138c7db2
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Jan 14 21:51:55 2015 +0100

    Adjust coords after wrapping workspaces
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 13c6e06ea31c2d36e96385aaa19b3b0bf0b5924a
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Wed Jan 14 00:31:51 2015 +0100

    I18n: Update translation bg (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit df707c36a4d0d2903593855dd3575ff4a6aade23
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 13 23:00:31 2015 +0100

    Limit parallel moves before wrapping
    
    Bug 11456
    
    And a bit of code cleanup/refactorization as well.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 8d3fc82c41d190103e1b2ff03ce002b618571853
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Tue Jan 13 12:32:17 2015 +0100

    I18n: Update translation it (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0d4429c916043abef4f255b3f78230e335eaf9c2
Author: Michael Findlay <keltoiboy@gmail.com>
Date:   Tue Jan 13 12:32:17 2015 +0100

    I18n: Update translation en_AU (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9a485ca86fb6c28bc10b14e982f66840e01f12ba
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Tue Jan 13 00:31:51 2015 +0100

    I18n: Update translation de (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 50d4a44bb5db9934a43918109a830002a97e788f
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon Jan 12 12:31:52 2015 +0100

    I18n: Update translation th (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5e9761e64b686a43b183e1b57dcaa9a5c4be9605
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Mon Jan 12 12:31:52 2015 +0100

    I18n: Update translation cs (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit cca4db83af0bf9e61d07adda767e400724c62dce
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Mon Jan 12 06:31:49 2015 +0100

    I18n: Update translation es (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2c77f62868dc235657e305987932cc5caa04cd0a
Author: Viktor Semykin <thesame.ml@gmail.com>
Date:   Sun Mar 10 22:03:54 2013 +0200

    Added titleless maximization feature
    
    Bug: 9905

commit 8bff52645f04233f565431cb94bc1bc05ab03143
Author: Edin Veskovic <edin.veskovic@openmailbox.org>
Date:   Sun Jan 11 12:31:51 2015 +0100

    I18n: Update translation hr (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5cb4d8032bb32a3d64ac9b6a84427203f058473f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Jan 11 11:22:56 2015 +0100

    Allow tiling and workspace wrap on move
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b2e3cefab1cd6a7dfa3c6434a8ffe2d4bb667ac1
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 10 21:56:21 2015 +0100

    Remove horizontal tyling on move
    
    And use maximization on top border alone. Also, increase tile
    threshold to 10 pixels.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit d995192eab04f1c16bbeed60d65b7637433ae347
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 10 13:11:37 2015 +0100

    Remove restore-on-move option
    
    That's of seldom use and is not compatible with tiling.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit bacb04959d0d80070e5036b9f1fa5c208985d6d9
Author: Lasse Liehu <larso@gmx.com>
Date:   Sat Jan 10 18:32:02 2015 +0100

    I18n: Update translation fi (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ffc10a046e0c45e301fcfb255d66cb544718d26f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 10 12:38:43 2015 +0100

    Fix bit mask on 32-bit system
    
    Bug: 11440
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 91d60fbbb4d360fba484f4e89f8a8073d2e817f9
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Jan 10 00:10:24 2015 +0100

    Fix reconfigure when toggling maximize state
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit dbf58dbabfaab13d9f4aebaf183a8830b53a319d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Jan 9 22:31:52 2015 +0100

    Do not tile shaded windows
    
    Bug: 11433
    
    And make sure to show the title even for windows with hide
    title on maximize when shaded.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 6f6604a338e24a1df45d0cb97c2c0ec5cd205b62
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 8 22:41:26 2015 +0100

    Optionally remove frame on tiling as well
    
    And ignore size increment so that tiled windows use all
    screen estate.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 918a7f2a0dba7265bac51222532d186b94012446
Author: Alberto <cratiport@gmail.com>
Date:   Wed Jun 4 20:58:04 2014 +0200

    Take account of panels reserved space for tilling
    
    Bug: 8764

commit 4f0bc3040fe676d84ce8a9b01d79de63ae6400c2
Author: Hans Nieser <hans@nieser.nl>
Date:   Thu Jan 8 10:03:30 2015 +0100

    Update desktop geometry on xrandr events
    
    Bug: 7511
    
    Update _NET_DESKTOP_GEOMETRY from monitor/resize events
    
    Signed-off-by: Hans Nieser <hans@nieser.nl>

commit 3f12ac8f92096ce562221622aa5ad2f45ae37006
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Sun Jan 12 17:13:11 2014 +0000

    Workaround for NET_WORKAREA with multimonitor
    
    Bug: 10625
    
    NET_WORKAREA doesn't support L shaped displays at all.
    
    gdk works around this by ignoring it unless dealing with the
    primary monitor.
    
    Mimic this behaviour by ignoring struts not on the primary
    display when calculating NET_WORKAREA

commit c6842b38ea34a5ae28404d6c6af877ab8b5402dc
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Jan 7 23:12:28 2015 +0100

    Add support for GTK hide titlebar on maximize
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit a3dd9eb6f3db00c21fb6894088ea63cb16176fa7
Author: Miguel Frasson <mvsfrasson@gmail.com>
Date:   Wed Jan 7 18:31:51 2015 +0100

    I18n: Update translation pt_BR (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a7983e83b37b7efc0e4cdd88ec0a70beb0b3282b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 6 21:55:59 2015 +0100

    Cosmetic code change
    
    Really, just cosmetic code style reformatting.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 7e77f7e9f2116e94347b0dd4322e4635787b08da
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 6 21:41:38 2015 +0100

    Handle zoom option in event handler
    
    So that if zooming is disabled, opacity can work...
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 08fff477418549609955127365fa338cf0055a6c
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 6 21:28:22 2015 +0100

    Use standard modifier to adjust opacity
    
    Instead of hardcoding Alt.
    Incidently, this is actually the same shortcut as zoom.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b3b014a3ae58efe9b4eecdc9bd75316eb552e7c1
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 6 20:48:18 2015 +0100

    Use 32 unsigned integer for opacity
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 3e092b5be3ebdf3bd34000e17aea1627e0cac4eb
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 6 20:41:21 2015 +0100

    Fix opacity being reset on theme change
    
    Bug: 9888
    
    Resync opacity and applied opacity on client message, so that
    opacity remains after rebuilding the entire screen (e.g. on gtk+
    theme changes).
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 62edeb719933e97696f948a44f33979ee744de36
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Jan 5 23:21:16 2015 +0100

    Fix gravity on configure request
    
    Bug: 3634
    
    Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>

commit 839f997a6fc5984f52a74443d0650d765bb270fb
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Jan 5 21:59:09 2015 +0100

    Prevent CSD windows from being moved too far up
    
    Apply the same restrictions as regular windows.
    
    Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>

commit 4f8018faf46be901a361b8b4cebdc43dbcb84eff
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Jan 5 21:35:57 2015 +0100

    Limit size of 32 bits data to 32 bits
    
    Bug: 9888
    
    Keep only the 32 lowest significant bits and ignore Xlib
    added signed.
    
    Patch based on a similar fix for Metacity by Dan Winship
    <danw@gnome.org>
    
    Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>

commit a7d3425327d0c754da0cb075f7e7c70460a1e0f5
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Jan 5 21:19:04 2015 +0100

    Allow shadow under dock ARGB windows
    
    The compositor will not add shadows for ARGB windows,
    make an exception for dock windows since this is a user
    selectable option.
    
    Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>

commit ffe7141fb423686b32f03a5ab76828c275084e46
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Jan 4 22:19:51 2015 +0100

    Fix size increment
    
    Window snapping on resize was not taking size increments
    into account, causing spurious moves while resizing from
    top/left sides.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b97b14868e27e48d4d475ac0497726f16de9a4e1
Author: Simon P <iskra42463@bigmir.net>
Date:   Sat Jan 3 11:48:09 2015 +0100

    Fix resize with partial struts
    
    Bug: 10951
    
    Make sure the window title remains visible using partial struts.

commit 03782834a499b4b8b3de11fe2e19f386558d90e3
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jan 5 06:31:50 2015 +0100

    I18n: Update translation id (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 45d9fce5b6740118b17570732201199e37016f49
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 30 22:13:01 2014 +0100

    Fix cycle vs. focus follow mouse
    
    Bug: 11166
    
    Enabling selection with the mouse in the cycle/wab window implies
    that events are routed to their usual,  respective windows, meaning
    that enter/leave notify events also reach regular windows.
    
    An unfortunate side effect is that, in focus follow mouse, focus
    could be sent back to the window underneath the pointer instead
    of the desired selected window if the pointer was located inside
    the cycle/tab window when it got unmapped.
    
    To avoid this, track enter/leave notify events in the cycle/tab
    windows and swallow the enter notify event resulting from the
    cycle/tab window being unmapped.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 0151f6b2ddffe2f817bfff650b7dc8eb8e2137d6
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Dec 28 23:18:23 2014 +0100

    Revert "Experiment with button events."
    
    Bug: 11167
    
    This reverts commit 7c87af29befcc91ba2e890dd822a4a69cb3263d9.

commit 15f717edd9c721d59ca91473fe34f6e32b47e357
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Dec 28 22:54:56 2014 +0100

    Fix reparenting with compositor
    
    Bug: 10978
    
    When reparenting a window, the corresponding compositor
    window could end up being created twice, causing left overs
    on the screen.
    
    Check if a window is already present prior to create it to
    avoid duplicates.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 55e71e890fda9df9cf73b6adade19325c1d76516
Author: Peter de Ridder <cavalier@the-cavalry.org>
Date:   Mon Dec 22 14:58:45 2014 +0100

    On canceled move, restore all maximizations states

commit 6c947cd691036fb562a8e9c02b966c96aece17e7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 26 14:17:25 2014 +0100

    Extended XSync counter
    
    Add partial support for extended XSync counter as described
    by Owen here:
    
    http://fishsoup.net/misc/wm-spec-synchronization.html
    
    Unfortunately, xfwm4's XSync implementation does not work too
    well with some apps (e.g. gnome-terminal) when the compositor
    is disabled, some apps do not seem to update the counter as
    expected and the alarm is not triggered, causing a timeout.
    
    I am not even sure supporting the extended XSync counter makes
    much sense without a compositor so it's not too much of a trouble.
    
    To limit the effect of the freeze until the timeout fires up,
    reduce the limit to 500 ms.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b64f3c4a6906aa57bc97a846e7a9d1197894e338
Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
Date:   Fri Dec 26 12:32:47 2014 +0100

    I18n: Update translation es (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8cca6c9d163ab27920cd98fcec39db5e16bb3b7f
Author: Benedek Imre <nucleo@indamail.hu>
Date:   Wed Dec 24 00:32:11 2014 +0100

    I18n: Update translation hu (99%).
    
    171 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4003fc45d5cb006b3a982305ae4a4d1282f3792f
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Sun Dec 21 00:32:08 2014 +0100

    I18n: Update translation he (98%).
    
    170 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 00df5832338bbc57a1f409b29212b16785ecde74
Author: Tobias Bannert <tobannert@gmail.com>
Date:   Fri Dec 19 06:31:52 2014 +0100

    I18n: Update translation de (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2497e0e3f84cc1fffdba32d0656ec08bf4e73044
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Dec 18 23:29:44 2014 +0100

    Use color substitution in default themes
    
    So that it's usable with dark gtk themes as well.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 681f586f6395fd5aca1b53fec8076aceca80b4c1
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Dec 18 23:26:53 2014 +0100

    Allow color substitution in themerc
    
    The idea is to be able to substitute colors
    by another, e.g.:
    
      active_text_color=active_text_color_2
      active_text_shadow_color=active_hilight_2
    
    This gives a lot more flexibility in color themes
    based on GTK colors.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 04933e5f9821d080b100a425d7e264a833e77fb2
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Dec 18 23:25:45 2014 +0100

    Fix gtk frame extents updates
    
    So that tiling works with CSD from GTK/GNOME.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 42a88b1d0495700ba70e5e498a561c61fbe46ee7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Dec 18 23:22:43 2014 +0100

    Fix selection with mouse in multi-monitor alt-tab dialog
    
    Bug: 10966
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit d4bcfd708e7a0554f5ea982cec585abf604e8ef6
Author: enolp <enolp@softastur.org>
Date:   Sun Dec 14 00:32:34 2014 +0100

    I18n: Update translation ast (91%).
    
    158 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bfc29d2b913e4f32f50d1e3b19d3033fef43835f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Dec 10 22:35:06 2014 +0100

    Adjust shadows
    
    Use a thinner shadow with light source from the top
    on default theme, slightly larger for hdpi and
    xhdpi variants.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 1a20a884e5cd33255e822f42a73bbe83ff89aea1
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Dec 10 22:21:19 2014 +0100

    Use source indication in activate window
    
    Bug: 10747
    
    xfce4-panel was not setting the source indication
    for NET_ACTIVE_WINDOW messages so we could not use it.
    
    Bug 10508 got that fiex in xfce4-panel so we can (and must)
    use the source indication.
    
    Note, this will break with earlier (broken) xfce4-panel
    versions.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit fd07ce807ecd6bff0a579f416ea9425878f426cd
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Tue Dec 9 19:25:41 2014 +0300

    Add a zoom_desktop xfconf setting (Bug #11367)
    
    This way the user can toggle the zooming feature at will.
    By default, zooming is enabled.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 70f006cc8d56d3e1fb76b28b9d01c3fcafe7564b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Oct 15 22:38:59 2014 +0100

    Add new default themes
    
    To better integrate with GTK3/GNOME apps.
    Also include hdpi and xhdpi variants.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit 41d20680e6fc9da40560f906e15c1200de8189f2
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Oct 11 22:16:15 2014 +0100

    Add support for GTK frame extents
    
    This is required for proper positionning and
    resizing of CSD windows from GTK3/GNOME.
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit a07b656055fba9f699520e567f106b5f2b3f196f
Author: GenghisKhan <genghiskhan@gmx.ca>
Date:   Tue Dec 9 18:32:10 2014 +0100

    I18n: Update translation he (98%).
    
    170 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8448703965b25c1ee97410aa463d789a43a6c771
Author: Stefan Sperling <stsp@stsp.name>
Date:   Wed Feb 26 23:35:14 2014 +0100

    Use correct type on platforms where time_t is 64bits like OpenBSD
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit cf82188eb5a841e8be34fa7ce67933ca15eba7fa
Author: Viktor Semykin <thesame.ml@gmail.com>
Date:   Tue Dec 9 17:21:05 2014 +0100

    Fix fullscreen mode not working correctly for QT apps (bug #8563)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit a6a91e862bff288dcb2539876bfc2917a8fb94d3
Author: Ḷḷumex03 <tornes@opmbx.org>
Date:   Sat Dec 6 00:32:07 2014 +0100

    I18n: Update translation ast (91%).
    
    158 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 61c2a6bf86f745f149ee81088116f56cda64d4e8
Merge: 045e811 b6171c1
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 5 14:03:11 2014 +0100

    Merge branch 'master' of git://git.xfce.org/xfce/xfwm4

commit 045e811f46091659945e393bb1dcadd8c96981b9
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 5 13:53:05 2014 +0100

    Silent a leftover degug message
    
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit b6171c17596f2691c5070eaebd2a760f72d19ff9
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Fri Dec 5 13:53:05 2014 +0100

    Silent a leftover degug message
    
    Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>

commit c7aa46f499467b888117c17c789a3083a99bf341
Author: John Lindgren <john.lindgren@aol.com>
Date:   Fri Dec 5 13:44:16 2014 +0100

    Add support for NET_WM_STATE_FOCUSED
    
    Bug: 11067
    
    GTK3 applications (and client-side decorations in
    particular) rely on NET_WM_STATE_FOCUSED property.
    
    Signed-off-by: John Lindgren <john.lindgren@aol.com>
    Signed-off-by: Olivier Fourdan <fourdan@xfce.org>

commit c477c55a543f94e9799dde3001b6c469a7b88d20
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:   Thu Dec 4 00:32:37 2014 +0100

    I18n: Update translation tr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b980b0afb59550ada6b36b53ac537b69129be247
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Dec 1 22:03:06 2014 +0100

    Update copyright year.

commit 78b5c3c48a187ae54d97369a738b8a18e31e459a
Author: Thaddaeus Tintenfisch <thad.fisch@gmail.com>
Date:   Fri Apr 18 12:00:00 2014 +0200

    Remove maximize button from non-resizable windows (bug #10910)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit d577e6195478241241e534d92daffe34f69a088b
Author: Cédric Leporcq <cedl38@gmail.com>
Date:   Sun Dec 8 21:37:27 2013 +0100

    Fix maximizing when window is tiled vertically or horizontally (bug #10084)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 85dffa9adab8bc2c5d11550bdbc8235291802d4e
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Fri Nov 28 09:27:11 2014 +0000

    Extremely paranoid hostname lookup (bug #11289)
    
    Get the hostname into a large temporary array first, then g_strdup it to
    avoid memory wastage. The temporary array is allocated with g_new0 to ensure
    it doesn't contain garbage if gethostname() does nothing. The last element
    is always set to null in case gethostname() overruns the buffer and doesn't
    return an error.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 5968511273d1bafa829c2bca6cad51ce3263d063
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Nov 27 00:31:49 2014 +0100

    I18n: Update translation fr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 49818b4bc7d480eddb8718ec7e20b4191ea2871f
Author: Ḷḷumex03 <tornes@opmbx.org>
Date:   Tue Nov 25 00:32:27 2014 +0100

    I18n: Update translation ast (91%).
    
    158 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 80c123db1e76780c7bd63ebe954a10a385a1be66
Author: Ḷḷumex03 <tornes@opmbx.org>
Date:   Sun Nov 16 06:32:18 2014 +0100

    I18n: Update translation ast (91%).
    
    158 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 19e9cc2db222fde7f138de86f3cedcda4a4d4295
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Wed Nov 5 19:36:11 2014 +0000

    Determine the maximum host name length correctly.
    
    The actual limit on Linux is 64 characters, and on BSD it is 255
    characters. The limit is defined in HOST_NAME_MAX on Posic operating
    systems, so use that definition instead of the one hardcoded into
    Xfwm, and print a warning if it still fails.
    
    Too long hostnames would previously cause the hostname to be set
    to null, which would cause a segfault when terminating a client.
    This patch also adds a null check to that function.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit dc051d679f629bcae57582a74af849d6e4ad3044
Author: Aputsiaĸ Niels Janussen <aj@isit.gl>
Date:   Wed Oct 1 18:32:00 2014 +0200

    I18n: Update translation da (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 37e7b9049ffabd17792b5870d9743004e229133b
Author: Anonymous <noreply@xfce.org>
Date:   Mon Sep 22 18:32:09 2014 +0200

    I18n: Update translation de (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3c03ff562f6a52a049194c7581d1097a750ad17e
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Thu Aug 28 12:31:57 2014 +0200

    I18n: Update translation fr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f66b93170d3c758237a38d1d736cbddde4f6b45d
Author: Anonymous <noreply@xfce.org>
Date:   Tue Aug 26 06:31:55 2014 +0200

    I18n: Update translation de (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c44bfcf135f824f5064596f88395ef1c6690cd33
Author: Anonymous <noreply@xfce.org>
Date:   Tue Aug 26 00:31:51 2014 +0200

    I18n: Update translation de (99%).
    
    171 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c792be52a91eaa26c6868b018596e74a498450ad
Author: Pasi Lallinaho <pasi@shimmerproject.org>
Date:   Sat Aug 23 00:32:10 2014 +0200

    I18n: Update translation fi (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a6d635bc1291813bfea2486b3225a2cc83713d8f
Author: Ḷḷumex03 <tornes@opmbx.org>
Date:   Sat Aug 16 00:31:52 2014 +0200

    I18n: Update translation ast (91%).
    
    158 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1c43163e70d0ba855d5842afa6c6ff430bfc2333
Author: Gyönki Bendegúz <gyonkibendeguz@gmail.com>
Date:   Wed Aug 6 18:33:56 2014 +0200

    I18n: Update translation hu (98%).
    
    170 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c29b3a7a73a173321981f1ff94efb2e0a0f9ec59
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Jul 26 01:25:42 2014 +0200

    Post release tag bump.

commit cfa3c47fa306809ea14ae07b33694e6f25fbf022
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Jul 26 01:21:03 2014 +0200

    Updates for release.

commit f620c4539036981cc2393d9a1421f937d8f067c6
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Jul 26 01:10:02 2014 +0200

    Check for stropts.h to fix BSD build.

commit 4aee39d8059e3e7b9ccfcb3d3f22ec717ddffe43
Author: Cédric Leporcq <cedl38@gmail.com>
Date:   Sun Dec 8 21:38:11 2013 +0100

    Improve auto-maximize fn to maximize windows which size is equal to the available size
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit ac3eec9fe3f47b2e3aee17b01b5bb2736fc68adb
Author: Yannick Le Guen <leguen.yannick@gmail.com>
Date:   Fri Jul 4 00:31:51 2014 +0200

    I18n: Update translation fr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 632abb2b115e9ebc1e89d03e260e4f0917ea845f
Author: OSWorld <michal.olber@osworld.pl>
Date:   Tue Jun 3 18:31:58 2014 +0200

    I18n: Update translation pl (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b852e352cd136b11f6006061b4ff2a2338a2d4a9
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Fri May 30 06:31:54 2014 +0200

    I18n: Update translation ast (91%).
    
    158 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0e7610c2e62c52cc04ae8e3a84a9c88f9c08e28e
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri May 23 18:32:09 2014 +0200

    I18n: Update translation is (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 664301833a6bad2b76a4d894cb3878cd49c9c485
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Thu May 22 00:32:11 2014 +0200

    I18n: Update translation ast (87%).
    
    150 translated messages, 22 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9b13e508f98b54e003b000d62f741ec6e38c65e7
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Sun May 18 18:32:23 2014 +0200

    I18n: Update translation uk (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 18a7f1361d5347a74cda511b0fd7c4aa1d1d1dac
Author: glaville <laville.guillaume@gmail.com>
Date:   Thu May 15 18:31:52 2014 +0200

    I18n: Update translation fr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3ef4d7a45c8f13dc7ce4f1ec7af54e2ad72a3b6a
Author: Darkcircle <darkcircle.0426@gmail.com>
Date:   Wed May 14 18:32:21 2014 +0200

    I18n: Update translation ko (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 91c632a31cf04b4de84cc8c544ad9fcdbdbda89a
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 9 18:31:53 2014 +0200

    I18n: Update translation de (99%).
    
    171 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 15da91bec5f213a8a8d2539c6b5db7ef91c7f3f4
Author: 玉堂白鹤 <yjwork@qq.com>
Date:   Fri May 9 12:31:58 2014 +0200

    I18n: Update translation zh_CN (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit af373b33a99202a9a9de4dfb88e29dfcb83416e6
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Thu May 8 00:31:51 2014 +0200

    I18n: Update translation ast (86%).
    
    149 translated messages, 23 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 637ea7d2045466a14e26197263c6f9f43819f271
Author: kingu <comradekingu@gmail.com>
Date:   Sun May 4 06:32:21 2014 +0200

    I18n: Update translation nb (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 43d7d58eb11ffacc0cbf6a9b61870375fba15b88
Author: kingu <comradekingu@gmail.com>
Date:   Fri May 2 12:35:24 2014 +0200

    I18n: Update translation nb (97%).
    
    168 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 924dcbafef2ac11845a98afd1329f8f18231e794
Author: haarek <haarektrans@gmail.com>
Date:   Tue Apr 29 18:31:55 2014 +0200

    I18n: Update translation nb (97%).
    
    167 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ed47416d49582525edb3ef6c80afeea682297fc9
Author: haarek <haarektrans@gmail.com>
Date:   Sun Apr 27 18:32:13 2014 +0200

    I18n: Update translation nb (91%).
    
    158 translated messages, 14 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 364dca0120821882f8ee5be9d16327eda66f7f66
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Mon Apr 21 06:31:54 2014 +0200

    I18n: Update translation ast (81%).
    
    141 translated messages, 31 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ce17bcde01c54d4f20598251f0800c5aa1d646bd
Author: Thaddaeus Tintenfisch <thad.fisch@gmail.com>
Date:   Sun Apr 6 02:16:40 2014 +0200

    Restore original window size after untiling (Bug 8765)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit c714fa90a27b439603d34e090fc0735d1315094a
Author: Tornes Llume <l.lumex03.tornes@gmail.com>
Date:   Mon Apr 14 00:32:02 2014 +0200

    I18n: Update translation ast (76%).
    
    132 translated messages, 40 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d9e8a7ac9ec7b94e3c66d4c002e9cf7cdce86e38
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Apr 11 12:32:19 2014 +0200

    I18n: Update translation is (97%).
    
    167 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5c98388572c6d2012d19cc58ade48fe57bbbb18c
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Apr 4 18:32:24 2014 +0200

    I18n: Update translation kk (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4720f75dbcbc68ebc0c6317d232a51281637f7d1
Author: Adolfo Jayme Barrientos <fitoschido@ubuntu.com>
Date:   Mon Mar 31 00:32:21 2014 +0200

    I18n: Update translation es (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5fab58ea2102350f6d13cd71371e372999e91ded
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Fri Mar 28 12:32:25 2014 +0100

    I18n: Update translation es (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f580f913258d20af68d0ff4ee24a4aa19b161edd
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Mon Mar 24 18:33:28 2014 +0100

    I18n: Update translation pt_BR (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c7a8fa547b7749f660cda2e6394c54295772ddaa
Author: Alois Nešpor <info@aloisnespor.info>
Date:   Mon Mar 24 00:32:26 2014 +0100

    I18n: Update translation cs (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9cf4b8bbca5dc003ff2d18c1ccf304e109bbd256
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Sat Mar 22 18:32:44 2014 +0100

    I18n: Update translation es (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 929802975ddd18761628181ed633ac0946101b24
Author: PavelNicklasson <pavelnicklasson@bahnhof.se>
Date:   Wed Mar 19 00:32:17 2014 +0100

    I18n: Update translation sv (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 80d587a41ddab18b8abab5bc1c1470def6d84993
Author: Cedric31 <cvalmary@yahoo.fr>
Date:   Thu Mar 13 18:32:10 2014 +0100

    I18n: Update translation oc (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 32870da579c05dff2b7c33767d06f15d610eed28
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Tue Mar 11 12:32:44 2014 +0100

    I18n: Update translation hr (97%).
    
    168 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e65c096d7d9b92747590a5355da52c8c133c4b4a
Author: Anonymous <noreply@xfce.org>
Date:   Sun Mar 9 00:32:13 2014 +0100

    I18n: Update translation de (99%).
    
    171 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 74786a7709e97c74856acf8420c0aa51395fd711
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Sat Mar 8 00:32:45 2014 +0100

    I18n: Update translation fr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ec69c241975f68d7aa1feb8fe3bf7bdb57dc2931
Author: cri <cri.penta@gmail.com>
Date:   Fri Mar 7 00:32:00 2014 +0100

    I18n: Update translation it (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit aa206cf88be9376a22988fb6506cc9c6bebd16e7
Author: asvl <alyoshin.s@gmail.com>
Date:   Sun Mar 2 12:32:15 2014 +0100

    I18n: Update translation ru (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 46b608f6ac3803bd31773dcbbab86ee7ff6d5792
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Sat Mar 1 18:32:08 2014 +0100

    I18n: Update translation ja (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 71c286abc391851975835e094a27900d542fbce4
Author: schizo <eveskovic@gmail.com>
Date:   Sat Mar 1 00:32:48 2014 +0100

    I18n: Update translation hr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7cd94265f4870942d5cad250f710556792abaacf
Author: theppitak <theppitak@gmail.com>
Date:   Fri Feb 28 18:32:22 2014 +0100

    I18n: Update translation th (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 2e3d23159fcbdfb3e2edcf7a3776a47f45bb1fc8
Author: abuyop <abuyop@gmail.com>
Date:   Fri Feb 28 18:32:22 2014 +0100

    I18n: Update translation ms (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3a116a29e74af380e8790c9b65e1d72c20c03b07
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Thu Feb 27 00:32:11 2014 +0100

    I18n: Update translation es (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bd1ddb07850050166f1ba0714eed90af1046b73b
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Wed Feb 26 18:33:00 2014 +0100

    I18n: Update translation zh_TW (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b6dc4c4356b6bb3f726914b5d5fa9719e163b13d
Author: salepetronije <salepetronije@gmail.com>
Date:   Wed Feb 26 00:32:23 2014 +0100

    I18n: Update translation sr (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c7331f9b8a608c4662404049e9027366219cea43
Author: Darkcircle <darkcircle.0426@gmail.com>
Date:   Tue Feb 25 00:32:14 2014 +0100

    I18n: Update translation ko (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 53c2047fbb164e0cbee7b884bb926042b66b1283
Author: Sérgio Marques <smarquespt@gmail.com>
Date:   Mon Feb 24 18:32:35 2014 +0100

    I18n: Update translation pt (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1b90e597c47d4cfa322691502029f3c795402e63
Author: Pjotr123 <pjotrvertaalt@gmail.com>
Date:   Mon Feb 24 18:32:35 2014 +0100

    I18n: Update translation nl (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1f236348b151cfd0d04d458928e0938c9da7a08b
Author: hoek <hoek@hoek.pl>
Date:   Mon Feb 24 12:32:38 2014 +0100

    I18n: Update translation pl (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bd838b4f76eda77e16d91951438ea36e37cfeeb7
Author: cybercop <cybercop_montana@abv.bg>
Date:   Mon Feb 24 12:32:38 2014 +0100

    I18n: Update translation bg (100%).
    
    172 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3658e525ac0952a1f98ac7bad59d6a5c4aa8e22c
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Sun Dec 15 11:46:25 2013 +0300

    Shrink the app icon when out of space
    
    In the standard icon grid and there's a lot of windows to display,
    shrink the icon size until all the windows will fit. This does it
    by halving the current icon size. If the icon size goes below 8,
    it will stop there so the icons are still present.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 3cd369280609cc0e1b3d4ea0be164897a323595d
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Thu Dec 12 17:40:41 2013 +0100

    Make buttons in tabwin square and account for more x/ythickness in themes
    
    Now themes with an x/ythickness of 3 should work fine, >3 might result in cut labels

commit 2a5b9aba48b3a6cca7d29a7fa8549d9b045facc3
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Thu Dec 12 13:17:46 2013 +0300

    Fix memory leak
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 5eb8024cf1b28922dda6109d43032a1a4aefa20e
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Thu Dec 12 12:46:43 2013 +0300

    Tabwin list mode relative label width
    
    The width of the application label in the tabwin window while in
    list mode is now relative to the number of columns displays. This
    is scaled to the width of the smallest monitor attached. Now there's
    space for more label info when there are fewer columns and it properly
    displays all the windows when there are lots of them open.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit d7b2f5287ecb9e7da2ee33faf86656fc18b0a14e
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Thu Dec 12 11:53:19 2013 +0300

    Fix cursor wrapping in grid mode with only one row
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 8f9411380894cd7ccd4025ff528d8a8e19161bd5
Author: Cédric Leporcq <cedl38@gmail.com>
Date:   Thu Dec 5 00:42:03 2013 +0100

    Change tabwin focused buttons state from GTK_STATE_NORMAL to GTK_STATE_SELECTED
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 4053aaeee1c1dd7a4c15aec966beb32e06394c7d
Author: Cédric Leporcq <cedl38@gmail.com>
Date:   Thu Dec 5 00:23:07 2013 +0100

    Allow cycle through windows with mouse wheel
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 642fef640679396fe89c37408a79ae94b39d6a44
Author: Cédric Leporcq <cedl38@gmail.com>
Date:   Thu Dec 5 00:08:30 2013 +0100

    Restore grab mouse pointer based on commit 380c869 and restrict mouse interactions inside tabwin
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 6be40e9f72ca6828254ecfa9ae6795358cd38e6d
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Thu Dec 5 13:01:18 2013 +0100

    Simplify string for checkbox to activate listview

commit de06e532227ccbe1313bb82b6e021f08b0639aa5
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Tue Dec 3 12:22:32 2013 +0100

    Expand the font-size fix to work for the listview

commit 1cf53af20b5086eba7dbc47d8237b42514d32f9d
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Mon Dec 2 16:13:34 2013 +0100

    Install a new style property "listview-icon-size"
    themes can add "Xfwm4TabwinWidget::listview-icon-size = $n" to set the appicon-size in the tabwin's new listview. Currently min=16 and max=48

commit 3503b8e6cffd83d7198b18d7af747c7f903b477e
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Mon Dec 2 08:29:53 2013 +0300

    Account for custom font sizes in the tabwin label
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 23326d090735ea9adf09eb28ee7525280b77e4b0
Author: cedric <cedl38@gmail.com>
Date:   Sun Dec 1 01:36:11 2013 +0100

    Fix mouse interactions with tabwin buttons
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 4f82083800158f381f44aebb9cfc0901b45042be
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Sat Nov 30 23:37:07 2013 +0300

    Implement column list overflow tabwin mode
    
    Adds an list view for the tabwin when cycling windows, as described
    in the design SIG. An xfconf property and option to the wm tweaks
    app has been added.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit e34c5b6426a5c9cf89f711b23557aa50c8763364
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Wed Nov 27 17:25:10 2013 +0300

    Improve keyboard navigation in the tabwin
    
    When cycling applications have the keyboard wrap around when it
    reaches the end of a row or column.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit fd296893527c2c1cccf3ce6202a7f9340992d481
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Tue Nov 26 16:14:05 2013 +0300

    Don't select the window when it gets mouse focus
    
    Instead of selecting the window, just update the labels in the
    tabwin window when the window icon gets the focus. If the user
    clicks on the window icon then the widget the mouse is hovering
    over will be selected and the tabwin window will disappear.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 3de6a9bf12ee4e6cd94126c14d200719f82d1431
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Thu Nov 21 17:05:25 2013 +0300

    Select window button on mouse over
    
    When the mouse goes over a window button in the tabwin, give that
    window button the focus and select it. This way the mouse functions
    the same way as the keyboard. When the user clicks on a window
    button, focus and raise that winodw and get rid of the tabwin.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 1fd1b311af442d85b57e275fec5b45cac0776981
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Tue Nov 19 06:50:52 2013 +0300

    Tabwin buttons are clickable
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>

commit 7c87af29befcc91ba2e890dd822a4a69cb3263d9
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Aug 7 19:51:56 2013 +0200

    Experiment with button events.

commit 306ab75e13fa0c9c2696f6be8e2e3bf5f943bd13
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Mon Jul 15 09:32:06 2013 +0200

    Small tabwin code improvements

commit a7c6c902153c86a99e92f38dee217d10bf45dadb
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Mon Jul 15 01:27:16 2013 +0200

    Fix up default icon and bump png-icon-size to 64px
    Ensured it scales down to 48px very nicely, so it's better than scaling 48px up

commit d8856cde20775302f25c26ab5268bd22829faaf6
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sun Jul 14 13:00:40 2013 +0200

    Rename radius to border-radius and set relative default border
    Some default values and variable names are now the same as in notifyd

commit fc54acd08dffdd2d0aabb22b4946b36531dfd787
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sun Jul 14 05:48:07 2013 +0200

    Fix property types
    thanks Nick

commit 913bc9c5ae9cde40c363ead5b081583bd75bd0b1
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat Jul 13 22:35:50 2013 +0200

    Install a few more style properties
    FIXME: alpha, border-alpha

commit 2e9b0f00d3838b4bf84a5602b24f7bf68c130fa4
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat Jul 13 18:37:19 2013 +0200

    Make border-width property functional again

commit d9fd4483b8cd0d91cc32e0095d70ece745049edc
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat Jul 13 18:36:12 2013 +0200

    Pick up gtk-colors in composited version too

commit d2a728a22fc61219123eabd4a25d77ad8fc614cf
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat Jul 13 13:11:20 2013 +0200

    Improve drawing for non-composited tabwin
    Use GTK_STATE_SELECTED color to draw the border, like in xfsm-logout

commit 729c4f1220c91c1af8c4649e6cb6eefdb209e5ae
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat Jul 13 11:53:45 2013 +0200

    Fix ellipsizing on app-buttons in tabwin

commit 03eee566b7afe73a15227e328b179eeac238dc6d
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat Jul 13 02:50:09 2013 +0200

    Change visual of minimized apps in tabwin
    Remove [] from label and increase saturation a little

commit e3e437c4445bcfe1dfbf246093982f3e352275be
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Sat Jul 13 02:48:16 2013 +0200

    Tweak padding of tabwin

commit 413bccdc0f58cf3f7259b5b0e9c714b922ea3696
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Thu Jul 11 10:53:33 2013 +0200

    Add some fancy cairo-drawing if the compositor is in use
    FIXME: add theming possibilities for roundness, colors, border-width and alpha

commit 57249e54924c8a22d74a927e888cef621f13f434
Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date:   Tue Jul 9 01:20:08 2013 +0200

    Replace GtkImage with GtkButton in Tabwin and reorder layout accordingly

commit 32f39080a434bcaa521b577f67ec060f18918425
Author: PavelNicklasson <pavelnicklasson@bahnhof.se>
Date:   Sun Feb 23 12:32:23 2014 +0100

    I18n: Update translation sv (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ed9f06775785005ad0ffab4442e206e2ed5510e0
Author: Anonymous <noreply@xfce.org>
Date:   Tue Feb 11 18:32:09 2014 +0100

    I18n: Update translation de (99%).
    
    170 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a44f2f4aaae9e788da9c583f8500cf2627650830
Author: abuyop <abuyop@gmail.com>
Date:   Mon Feb 10 18:32:03 2014 +0100

    I18n: Update translation ms (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 30c314a9053938e7c81188f72c6ed62d35e5d958
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Fri Jan 31 12:32:02 2014 +0100

    I18n: Update translation zh_HK (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7b6e7081dddc944f7d4d548f2b6d6250061598e9
Author: Someniatko <someniatko@gmail.com>
Date:   Sun Jan 26 00:32:17 2014 +0100

    I18n: Update translation ru (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 86d9b897056d010d3fdb5a8f06fbf11f499d9bbe
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Fri Jan 24 12:31:59 2014 +0100

    I18n: Update translation zh_TW (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3a6912f6b978b7170361eb552c00154f257382f2
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Jan 24 00:32:17 2014 +0100

    I18n: Update translation is (96%).
    
    165 translated messages, 6 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d33f5efa71322da4da2e420eb07a7aee51849c91
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Wed Jan 22 18:32:05 2014 +0100

    I18n: Update translation pl (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 35292f7ae974437218fb2497abb52ea8f207351f
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Jan 19 00:32:03 2014 +0100

    I18n: Update translation cs (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 1d4cc1466893c2b6087e7d5676f3c83b593b65e8
Author: Cedric31 <cvalmary@yahoo.fr>
Date:   Sat Jan 18 12:32:02 2014 +0100

    I18n: Update translation oc (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 91bd9a7013d470447270600b61a024a63d487a4c
Author: Sérgio Marques <smarquespt@gmail.com>
Date:   Mon Jan 13 00:32:00 2014 +0100

    I18n: Update translation pt (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit adf32b97ee315dc1690123ce3caa97c603dd27de
Author: volkangezer <volkangezer@gmail.com>
Date:   Sat Jan 11 18:32:08 2014 +0100

    I18n: Update translation tr (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0ed4ff4ad72c4be881833574f365c92afb0b0bfe
Author: jc1 <jc1.quebecos@gmail.com>
Date:   Wed Jan 8 00:32:02 2014 +0100

    I18n: Update translation fr (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ca1f3786baf0eb1b198f332e56988a113865fa3a
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jan 8 00:32:02 2014 +0100

    I18n: Update translation de (98%).
    
    169 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit e761e846eb4804752b20af7aa17184dfd8ec61a0
Author: Ardjuna <Asyura.x@gmail.com>
Date:   Sun Jan 5 12:32:13 2014 +0100

    I18n: Update translation id (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6b56aa67a9955778f233409922fe3dbc23bdb14b
Author: salepetronije <salepetronije@gmail.com>
Date:   Sat Jan 4 06:31:57 2014 +0100

    I18n: Update translation sr (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 3dd57f45697807b8351d3cfe724e8841a6021cf4
Author: xiaobo zhou <zhouxiaobo.500@gmail.com>
Date:   Fri Jan 3 18:32:25 2014 +0100

    I18n: Update translation zh_CN (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 315ec4650aaaf11665ef2394dfe36b9c44eb7913
Author: theppitak <theppitak@gmail.com>
Date:   Fri Jan 3 18:32:25 2014 +0100

    I18n: Update translation th (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fe9c025bcee160dc8835efb4e391a934604477ee
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jan 3 18:32:25 2014 +0100

    I18n: Update translation de (86%).
    
    148 translated messages, 23 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 136ccb9b8f11f8f57b6bb2aa9fa289defd6396a9
Author: k3lt01 <keltoiboy@gmail.com>
Date:   Fri Jan 3 06:31:51 2014 +0100

    I18n: Update translation en_AU (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d3c7fa6ac1939cbcb54749eb54761a7487898d47
Author: Darkcircle <darkcircle.0426@gmail.com>
Date:   Wed Jan 1 06:31:51 2014 +0100

    I18n: Update translation ko (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 72d7ef66e3842698142c4383e4936fd19e4b29e6
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Tue Dec 31 06:32:25 2013 +0100

    I18n: Update translation pt_BR (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 65c2b2c0979f64d15d1d3240fcc320b349c46bc0
Author: Pjotr123 <pjotrvertaalt@gmail.com>
Date:   Sat Dec 28 18:32:01 2013 +0100

    I18n: Update translation nl (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 55ba28bd17f7827069b0d4d92d6c0b82ba8fc354
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri Dec 27 18:32:11 2013 +0100

    I18n: Update translation uk (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 764359464cb69f36468e33b546bfc3303c3ea363
Author: cri <cri.penta@gmail.com>
Date:   Fri Dec 27 18:32:11 2013 +0100

    I18n: Update translation it (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 25dcfdcc4af47dff8c532c2a21676c2dc5853585
Author: Pablo Lezaeta <prflr88@gmail.com>
Date:   Fri Dec 27 18:32:10 2013 +0100

    I18n: Update translation es (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0562abe84b7733ca622f8b12c7fd8eff267a36f0
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Dec 27 12:32:10 2013 +0100

    I18n: Update translation kk (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit aa09beb5af3d8304bf32f19eb1e0abf03e0b4919
Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
Date:   Fri Dec 27 12:32:10 2013 +0100

    I18n: Update translation ja (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 5b6850b5fd2ddbeb2c71ae88caed6c464bd99691
Author: cybercop <cybercop_montana@abv.bg>
Date:   Fri Dec 27 12:32:10 2013 +0100

    I18n: Update translation bg (100%).
    
    171 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4ab23296aaaccf491458b3fa2a4c5352beefe460
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Dec 26 22:42:31 2013 +0100

    Post release tag bump.

commit 2b800f4f994e0e3951fc221933705051329b75bd
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Dec 26 22:41:16 2013 +0100

    Updates for release.

commit d8c3df328934e865c92e8b2deb74f74b19a724b4
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Dec 26 18:16:40 2013 +0100

    Disable roll up feature by default (bug #10563).
    
    Probably a confusing feature for new users, the previous commit
    made it easy to enable this again.

commit a99c18c19ce6f17150818d6c0af23556fac1d454
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Dec 26 18:13:27 2013 +0100

    Add tweak setting to toggle roll up feature (bug #10563).

commit 3dab5fb5d641606fd12fb710881af8a3d8858681
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Dec 26 18:02:37 2013 +0100

    Fix ordering of items in dialog.

commit 7b091d1fbcc4489d1235865eef0d4ba5ba18b1e2
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Sun Dec 15 12:32:22 2013 +0100

    I18n: Add new translation zh_HK (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 75275c39b90f74fa05697ba13569b5d0cf527d79
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Dec 12 12:31:59 2013 +0100

    I18n: Update translation is (97%).
    
    165 translated messages, 5 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ce5f008584302362f6374201432f91e3d950715d
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Tue Dec 10 01:32:05 2013 +0000

    Fix crash when compositor is compiled in but disabled.
    
    If user attempts to zoom in when compositor is disabled,
    don't do anything. Also handle possible divide by zero
    if the refresh rate is reported as zero.

commit 51a982b74c9b48b9ae20d712127187119dad7a05
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Dec 7 12:33:03 2013 +0100

    Fix compiler warnings.

commit e7da725aab39018f54383dc6e8a64eccd8793035
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Sat Nov 16 16:25:35 2013 +0000

    Implement zooming.
    
    This implements zooming when the compositor is enabled. To zoom in,
    hold the key used to grab and move windows (usually alt) and scroll
    up with the mouse wheel. Scroll down to zoom out.
    
    This works by transforming the offscreen buffer where windows are
    composited when rendering it back to the screen.

commit ab3de90429ae015e7f657f44f10f281120bbbe7a
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Mon Nov 25 17:33:26 2013 +0000

    Bring refresh_rate stuff outside of LIBDRM checks.
    
    We want to know the refresh rate even if libdrm is not used.

commit f7fcb87de1f90210258026592dab472b14e189c1
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Wed Nov 27 19:55:12 2013 +0000

    Ignore when root atoms are unset.
    
    If the background root atom is unset, ignore it. The XRender picture
    we have should still be valid.

commit 683608318c154098d12ca0d10f4af66dfb35db53
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Wed Nov 27 19:52:18 2013 +0000

    Repaint the screen when background changes.
    
    add_repair() here looks like a mistake. We want to damage_screen()
    so that the new background gets painted.

commit 4c9dd03362b974f4e2bfd0de77d00cce91ad29eb
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Sun Dec 1 01:23:26 2013 +0000

    If making a solid fill, use XRenderCreateSolidFill
    
    This avoids the need for an intermediate pixmap, which simplifies the code.
    Note the removal of XFreePixmap. This shouldn't have ben done on a pixmap
    taken from atoms, which is now the only type of pixmap we deal with in this
    function.

commit 6f0327f21bb6a9f000e59ab8c70a111a02da5269
Author: Alistair Buxton <a.j.buxton@gmail.com>
Date:   Sat Nov 16 16:17:51 2013 +0000

    Remove unnecessary clipping of the rootPicture
    
    rootPicture is not used until much later when the rootBuffer is copied
    back in to it. At this point rootBuffer contains the same clipping
    region so it is unnecessary to specify it on rootPicture as well.

commit 2d63713f2c6cd259ef151b6ffb8114a02bb9b63b
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:02:02 2013 +0100

    I18n: Update translation zh_TW (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d6291f29bc40e01d85ac0bf0ffdf6a445f2ee58e
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:02:01 2013 +0100

    I18n: Update translation ur (75%).
    
    129 translated messages, 41 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit be4c5fefee66ce2ec4df31fa617a1922d5e149e1
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:02:01 2013 +0100

    I18n: Update translation ur_PK (75%).
    
    129 translated messages, 41 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4888471f3823774d4597c16307fba74d1cdd9f3f
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:02:01 2013 +0100

    I18n: Update translation uk (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit edd96eea7ad8331141effdcbb9cdff1b17443a4e
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:59 2013 +0100

    I18n: Update translation sv (83%).
    
    142 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 9722bd46513e6662d7024290ad1dd0eebc536232
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:58 2013 +0100

    I18n: Update translation sr (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a01e261ce5ca91f180f5f777e9b89b5857675100
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:58 2013 +0100

    I18n: Update translation sq (73%).
    
    125 translated messages, 45 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit f57f82b1b699d0aa6880192b703e625774802e48
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:57 2013 +0100

    I18n: Update translation sk (87%).
    
    149 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 188b39e37cd566ae26898b155fe4df7e7df9ac34
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:57 2013 +0100

    I18n: Update translation ro (87%).
    
    149 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 678c45492e34a95eefd74270f19cc342bdfd4f30
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:55 2013 +0100

    I18n: Update translation pt_BR (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 89902738ccff7562505f6f6ffc3336bace31dc10
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:54 2013 +0100

    I18n: Update translation nn (87%).
    
    149 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4100d79ee9507d339239237b012932c7cde7c59b
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:54 2013 +0100

    I18n: Update translation nb (83%).
    
    142 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a86481db8937a306d286bd5ca824ad318239885f
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:48 2013 +0100

    I18n: Update translation lv (75%).
    
    129 translated messages, 41 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit fbfcfc0cb8a1eddeb75df15caa1008b3814fb9eb
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:48 2013 +0100

    I18n: Update translation lt (87%).
    
    149 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6f8e65fcf8dcccb063726c3f16148a764bd048ee
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:46 2013 +0100

    I18n: Update translation kk (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d1d0ecccdc7a443f988bdeb22ec2006fa24038df
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:46 2013 +0100

    I18n: Update translation ja (87%).
    
    149 translated messages, 21 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit ca7cf41fbc6f3184e1777af6724722a454b272e8
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:45 2013 +0100

    I18n: Update translation id (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 998e8cc2bf3dfc6622aa3a05aa7a2d4ed7f3f06f
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:44 2013 +0100

    I18n: Update translation hu (99%).
    
    169 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 03e44103179f5019e6128f221c2daa3b5168a347
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:44 2013 +0100

    I18n: Update translation gl (85%).
    
    145 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a676f054b2bfc678d54232d72b282ead74818491
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Nov 19 19:01:43 2013 +0100

    I18n: Update translation eu (99%).
    
    169 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 84e8e537e319120f75c0589158e23e854f5e5b38
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:42 2013 +0100

    I18n: Update translation el (99%).
    
    169 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b18d2a646ef35c37098bca22b2acbfc68ac51143
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:41 2013 +0100

    I18n: Update translation de (85%).
    
    146 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit a103236e39c99e822a214225da78304ac2b9f27c
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:40 2013 +0100

    I18n: Update translation bn (78%).
    
    134 translated messages, 36 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bddd6793e36d090c76c005ea072f69b44a67b3ee
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:39 2013 +0100

    I18n: Update translation bg (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit dad1a2a0cd34aa4801084cc53c9325fa7ca67a51
Author: Nick <nick@xfce.org>
Date:   Tue Nov 19 19:01:38 2013 +0100

    I18n: Update translation ast (75%).
    
    129 translated messages, 41 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit c2cad5a09f060f8970b509f31fcb314ef2f1e2b9
Author: Juhani Numminen <juhaninumminen0@gmail.com>
Date:   Sun Nov 17 12:31:51 2013 +0100

    I18n: Update translation fi (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0a2f51074e94b972463930ac0c4bcfa2188a4e38
Author: Cedric31 <cvalmary@yahoo.fr>
Date:   Fri Nov 15 00:32:00 2013 +0100

    I18n: Add new translation oc (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 18e780cc61eaa3b8b4bfd15b292ce63eb5f8a7f3
Author: Puretech <terjemah.puretech@gmail.com>
Date:   Thu Nov 14 06:31:57 2013 +0100

    I18n: Add new translation ms (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 7ddd5ea96afe6e8704736869e6a0f43133ee133e
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Tue Nov 12 00:32:45 2013 +0100

    I18n: Update translation fi (89%).
    
    152 translated messages, 18 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b8e61adf23de834dc8aad1e92825b5d36f00556d
Author: Aputsiaĸ Niels Janussen <aj@isit.gl>
Date:   Fri Nov 8 18:32:18 2013 +0100

    I18n: Update translation da (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 566a020e27765e67bb4511c4d652833a112a2ba2
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Thu Nov 7 00:31:55 2013 +0100

    I18n: Update translation is (85%).
    
    146 translated messages, 24 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 0aaa5867855a5d48dbdd0e5c26e9cb7c310038a2
Author: Adolfo Jayme Barrientos <fitoschido@ubuntu.com>
Date:   Mon Oct 28 00:31:56 2013 +0100

    I18n: Update translation es (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 79d874f750955b91b1ec8e7d610e8015454e4f13
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Tue Oct 15 18:31:47 2013 +0200

    I18n: Update translation is (83%).
    
    142 translated messages, 28 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 4610cb602d34c4db6e511a83e59aa523ef0e89f9
Author: carlesmu <carlesmu@internautas.org>
Date:   Mon Sep 30 12:31:45 2013 +0200

    I18n: Update translation ca (98%).
    
    168 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d2c3768445e207b77339af5ab5c893d77f7d0fbc
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Sep 23 19:39:27 2013 +0200

    Post release tag bump.

commit ac4c478dcb4ee9cd2a62fd1ca2c0237e79e98af2
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Sep 23 19:35:19 2013 +0200

    Updates for release.

commit 7fe97f3537add86b4e013b3206af1987583453a6
Author: Darkcircle <darkcircle.0426@gmail.com>
Date:   Sat Sep 21 12:31:53 2013 +0200

    I18n: Update translation ko (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6e6bcf428090adb79eaf556e5381be771567cf6a
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Sep 21 11:49:17 2013 +0200

    Drop unneeded message.

commit 25c8e5c8acb50e915610b324d9d82afe5d123a88
Author: Pjotr123 <pjotrvertaalt@gmail.com>
Date:   Thu Sep 19 18:33:35 2013 +0200

    I18n: Update translation nl (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bce3062d0879ab8504c446f99ad57c9fd76c5097
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Fri Sep 13 18:31:58 2013 +0200

    I18n: Update translation is (80%).
    
    136 translated messages, 34 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 215be60e57967e090c4df881c9a20c1a734fbbfa
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon Sep 9 12:32:24 2013 +0200

    I18n: Update translation hr (71%).
    
    121 translated messages, 49 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 05f59e232c0fb360e413bb79e9e11d1ffa77d0bd
Author: nunom <nunomgue@gmail.com>
Date:   Mon Sep 2 18:32:26 2013 +0200

    I18n: Update translation pt (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 52d80ee6467caa586d898629320ce49928e24a60
Author: theppitak <theppitak@gmail.com>
Date:   Thu Aug 22 12:32:21 2013 +0200

    I18n: Add new translation th (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 571b565844238062122bb9039b2a1a6807135668
Author: Piotr Strębski <strebski@o2.pl>
Date:   Mon Aug 19 18:32:42 2013 +0200

    I18n: Update translation pl (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit bf76db0e956a0559cdd92d232e77e0e72fb7f377
Author: Radim Kolář <kolar.radim@gmail.com>
Date:   Fri Aug 16 00:32:24 2013 +0200

    I18n: Update translation cs (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 658565c86a661f7e3e92d6c51e4dea615492be98
Author: volkangezer <volkangezer@gmail.com>
Date:   Tue Aug 13 00:32:19 2013 +0200

    I18n: Update translation tr (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 72ebb5cba9a472a08597a97056e705c75d041ce5
Author: ahmadzxc <ahmad.almomani5@gmail.com>
Date:   Mon Jul 29 18:32:33 2013 +0200

    I18n: Update translation ar (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b518e6e79e6c29e53dd34eb0e11886a28a2d35e1
Author: carlesmu <carlesmu@internautas.org>
Date:   Sat Jul 27 18:32:15 2013 +0200

    I18n: Update translation ca (92%).
    
    157 translated messages, 13 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 8316ba5f64d24fb6457cd52fdf7edf680238147c
Author: cri <cri.penta@gmail.com>
Date:   Sat Jul 27 12:32:15 2013 +0200

    I18n: Update translation it (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d774e239361ba29a8a4de6bc9b94e143cdf23a0d
Author: k3lt01 <keltoiboy@gmail.com>
Date:   Thu Jul 25 12:32:38 2013 +0200

    I18n: Add new translation en_AU (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d1ed1cbcf5baf04cde2e5e4495ccc98e316ffba3
Author: Noskcaj <noskcaj@ubuntu.com>
Date:   Wed Jul 24 00:32:08 2013 +0200

    I18n: Update translation en_GB (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 13c072c37c3bea54e6157d2f8684ef44ebbb5ea6
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Jul 13 22:09:43 2013 +0200

    Remove unneeded files.

commit 9663c98ab77ce5435af2b525ab37d6684548ccca
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jul 11 12:32:37 2013 +0200

    I18n: Update translation ug (94%).
    
    160 translated messages, 10 untranslated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit 6bfc4638d053349c16cac2a1a1f44eaa87ae3876
Author: 潇波 周 <zhouxiaobo.500@gmail.com>
Date:   Tue Jul 9 12:32:16 2013 +0200

    I18n: Update translation zh_CN (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit b2423468e8ce6fb18ec624a208e7332b23468625
Author: Pedwo51 <pedwo51@gmail.com>
Date:   Sun Jul 7 18:10:47 2013 +0200

    I18n: Update translation fr (100%).
    
    170 translated messages.
    
    Transifex (https://www.transifex.com/projects/p/xfce/).

commit d386b651aae8e891c5d4754dc24bdec7dadec2dd
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jul 2 22:22:07 2013 +0200

    I18n: Remove broken / unsupported translations.
    
    See http://users.xfce.org/~nick/broken-i18n/ for files and logs.
    
    Use https://www.transifex.com/projects/p/xfce/ to upload fixed versions or request a translation team.

commit 17fb87565c20f87026f2fc9d1c965959dd9f3430
Author: Piotr Strębski <strebski@o2.pl>
Date:   Tue Jun 11 14:51:56 2013 +0200

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3dc8dda46f0bbbbf78be1ed2836a2748665fef5d
Author: Neliton Pereira Junior <nelitonpjr@gmail.com>
Date:   Mon Jun 10 20:23:43 2013 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f3255d1b78c2f9a6c4db9692c001b818c9af23d5
Author: Michał Olber <michal.olber@osworld.pl>
Date:   Fri Jun 7 09:05:17 2013 +0200

    l10n: Updated Polish (pl) translation to 99%
    
    New status: 169 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 97fb4381c33d9354dfcf80e50597c6c18565293a
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Fri Jun 7 08:51:27 2013 +0200

    l10n: Updated Serbian (sr) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b716bd2282a45cb92aceae43a649b4298bf89d38
Author: Urmas D <davian818@gmail.com>
Date:   Mon May 20 22:02:22 2013 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f3776c3afd096fcb105f11b15480f4a0ed08ab4c
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue May 14 20:24:59 2013 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 74cf98483353a7f0e02a53acbb51282986e20cd6
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Tue May 14 02:59:33 2013 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7ecc11040d379a63869b8a6f4d248ff611702a49
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun May 12 10:32:42 2013 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 97d6d2b2edd3247ebf32400ac5a976ec96374f46
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun May 12 08:49:32 2013 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5202527739c89056743071466b56e338f77e5713
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat May 11 16:10:13 2013 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d203350093c40d5c1584b82a988e1bc14f61347b
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat May 11 15:55:13 2013 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 508f82fca2c01af5e2348768bb1d3a3ba5b6d7c0
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat May 11 07:15:40 2013 +0200

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9848c149f05c9e187e83c7baaffa6b2fdb25e70a
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Fri May 10 13:33:05 2013 +0200

    l10n: Updated Bulgarian (bg) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 82c1e2f830192467c93e006887ad548753296cdd
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Fri May 10 11:06:57 2013 +0200

    l10n: Updated French (fr) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2cbb557ee1b6fc0ee16172a68e40697eeb9557ec
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Fri May 10 11:03:59 2013 +0200

    l10n: Updated French (fr) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4617a5cd63952c906711b91972d6665c389bad2a
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Thu May 9 11:20:02 2013 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 35f11c5d85f836ca1be30e2f689a48223376df04
Author: Ardjuna <asyura.x@gmail.com>
Date:   Thu May 9 05:53:55 2013 +0200

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6a90126f14e00701f9b246c5799283e87bd6dfbd
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Wed May 8 23:56:50 2013 +0200

    l10n: Updated Serbian (sr) translation to 100%
    
    New status: 170 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 22d6df280117fba8eb7584bca631d73a7ba359e2
Author: Bob Loosen <bob.loosen@gmail.com>
Date:   Wed May 8 21:08:46 2013 +0200

    Add Vsync support for the compositor (bug #8898).

commit 703bd36d23974c195ff0877c13b5bcfc2d56623c
Author: Nick Schermer <nick@xfce.org>
Date:   Wed May 8 21:08:03 2013 +0200

    Fix compiler warning in gcc 4.8.

commit 18ef39067745146ad5e4ca70961dcdae0bd723a1
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Fri Apr 26 11:45:29 2013 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2bc0e7bda6100126b588c68dbae4b27395143e78
Author: Johannes Lips <johannes.lips@googlemail.com>
Date:   Fri Apr 19 20:46:48 2013 +0200

    l10n: Updated German (de) translation to 86%
    
    New status: 146 messages complete with 23 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b8b7a6c9bc0966406c354ea27e9cde328f4daa71
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Apr 17 11:19:08 2013 +0200

    l10n: Updated Basque (eu) translation to 99%
    
    New status: 168 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 34327bc77b9cde92276a6e6a74ab996f6f367ce2
Author: Ardjuna <asyura.x@gmail.com>
Date:   Sun Mar 24 03:26:36 2013 +0100

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 792d0d87fce6abd3ea9e5ac3a1e86396815e07b4
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Wed Mar 13 09:15:03 2013 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6da9c74f13637c9a82058ce2d5f6cb7ed84b33fb
Author: Imre Benedek <nucleo@indamail.hu>
Date:   Wed Mar 13 02:22:29 2013 +0100

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d8ee071a89ed2ff2590780886048ad12545c3f5d
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Tue Mar 5 07:25:11 2013 +0100

    l10n: Updated Croatian (hr) translation to 73%
    
    New status: 125 messages complete with 0 fuzzies and 44 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 42086159e447b5ec682eaeb20abfb00b02856757
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Fri Feb 8 14:14:11 2013 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 725dba7906b4be18610eb34cedb60df9b28881c4
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Thu Feb 7 20:05:16 2013 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 081735baef42439530cbc1ba7322b58d4db90a7c
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Feb 3 11:55:49 2013 +0100

    Fix invalid markups in French translation.

commit b2b9bbc8f87885cf5df29d08ab77d9eb2c180a60
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Sat Feb 2 13:23:43 2013 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3efed15f578af875abf2b0925e07cdf5a0581353
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon Jan 28 04:11:38 2013 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f37a0d23a7362044d541083d410d04c22d980094
Author: Sergey Alyoshin <alyoshin.s@gmail.com>
Date:   Sun Jan 27 18:59:09 2013 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5b42b59a11303115c4d64b22a4cf1532a06814d4
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Jan 27 18:53:25 2013 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 733b38a864f56a1358879e4c85ab642d4b779636
Author: prflr88 <prflr88@gmail.com>
Date:   Sun Jan 27 04:49:03 2013 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 609e0b465be15e865a07fa6698f6b575a3318bf1
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Sat Jan 26 10:11:56 2013 +0100

    l10n: Updated Bulgarian (bg) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1d36519fd10dfccdb175b882adbf865a00d9277d
Author: Kiril Kirilov <cybercop_montana@abv.bg>
Date:   Fri Jan 25 21:42:47 2013 +0100

    l10n: Updated Bulgarian (bg) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 26fe3678452d93ab7506df9ba78b55756f13fc44
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Jan 23 20:25:50 2013 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 08bad06a9a0c5cb9093cddb49883105c4fe1892a
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Jan 20 23:55:31 2013 +0100

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 388cd079c50cc992cffdeb3558bd90df0591bd0a
Author: Georgios Stefanakis <nonviotale@gmail.com>
Date:   Sat Jan 19 19:53:47 2013 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9b615e102eb3b34e12987d7222db71dc337ab851
Author: Georgios Stefanakis <nonviotale@gmail.com>
Date:   Sat Jan 19 19:44:35 2013 +0100

    l10n: Updated Greek (el) translation to 89%
    
    New status: 152 messages complete with 15 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b85168dd6ae8f0f0c33e4da64420f37c5ffe7483
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Jan 12 12:20:24 2013 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7d79aa4f42a534fb9d9e50c74574fddef6f3574b
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Jan 12 12:19:51 2013 +0100

    l10n: Updated Italian (it) translation to 99%
    
    New status: 168 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 97d495593969d43f3d5b5fb26357c3e5a6d8ea71
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 6 12:20:38 2013 +0100

    Autotools updates.

commit bc782d57d5b7e0d2feeef03d54d0b1df52237e9a
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Jan 3 13:48:19 2013 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 073577a0089e72c0e1d6f1ae76dbb5c7db07bc9d
Author: Roman K <mrdoctorwho@gmail.com>
Date:   Thu Jan 3 06:35:37 2013 +0100

    l10n: Updated Russian (ru) translation to 97%
    
    New status: 164 messages complete with 5 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d7503a52f469688ec227c852d9f39f7d518151c5
Author: prflr88 <prflr88@gmail.com>
Date:   Thu Jan 3 06:06:30 2013 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 98%
    
    New status: 166 messages complete with 3 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 26702ae0275a2e6b4431699c188e97892a2c020e
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed Jan 2 21:31:54 2013 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e540b2516f86dae44bb1e68e18732dc54c86ef53
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Wed Jan 2 21:20:35 2013 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 13b8598ed092b22a1fd453c2d61d59c61962e993
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Jan 2 08:35:41 2013 +0100

    l10n: Updated Croatian (hr) translation to 73%
    
    New status: 125 messages complete with 0 fuzzies and 44 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2a9a5c7f646bfa7ac83211eaf0aaa8f4825108dc
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jan 1 17:55:12 2013 +0100

    Fixup padding in keyboard shortcuts tab.

commit 9a81de5c281ec10e94544403809830d2eea731c7
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Mon Dec 31 15:00:54 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 567d8ea05168c68390165c21e555ca763a6b09a4
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Mon Dec 31 13:13:16 2012 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9c1998f4ebac4fa402d3add09f4942283878482e
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Mon Dec 31 09:06:53 2012 +0100

    Fix duplicated accelerators in French translation.

commit b87299b22d59b3cb5b278f7ee0978f771aa30f38
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Mon Dec 31 08:57:13 2012 +0100

    l10n: Updated Serbian (sr) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit db10d996c084834579c4c2195e6ce5dcd7c91b3b
Author: Hunt Xu <mhuntxu@gmail.com>
Date:   Mon Dec 31 04:56:33 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0a27a6c17f82e964b34f34d85282e10be74e3e57
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Mon Dec 31 02:35:28 2012 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fe9df83e0b75442ea2524edfb0a681034bf0262c
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Dec 31 01:28:38 2012 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 420f8de5a6ff598968e6e31fc86927d5b738c813
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Dec 31 01:26:17 2012 +0100

    l10n: Updated French (fr) translation to 99%
    
    New status: 168 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 01992415b28c1924d6866113cb0bc93aeddb89d3
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Dec 31 01:23:33 2012 +0100

    l10n: Updated French (fr) translation to 98%
    
    New status: 167 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c25f43c5d0e590936d519d5c532c7d8da9876e6b
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Mon Dec 31 01:21:22 2012 +0100

    l10n: Updated French (fr) translation to 97%
    
    New status: 164 messages complete with 5 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7a673aa01e5e87de4a564a08fa97c84e769cbd04
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Mon Dec 31 00:03:52 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 01703ffc931f214ccc229911a17fc44977b13a2e
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Dec 30 23:43:40 2012 +0100

    Make the xfwm4-settings dialog use less height.
    
    Reduce the height of the 'Advanced' tab which was one taking the most
    space. Makes the dialog usable on netbooks and other small screens.

commit 61d93aa6b9bbf238c8a7afec93bf5e0624503cb3
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Sun Dec 30 23:23:42 2012 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f0534bfb1824b71e57c7d0fa5d54f1af064dc790
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Sun Dec 30 21:55:13 2012 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 169 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 53277e66b38c010497a89091ccec4603db758b41
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Sun Dec 30 21:51:57 2012 +0100

    l10n: Updated French (fr) translation to 98%
    
    New status: 167 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit af4664e4ac2a570cc84ec8d923ec0f1862c3dcdb
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Sun Dec 30 18:44:42 2012 +0100

    l10n: Updated French (fr) translation to 98%
    
    New status: 232 messages complete with 3 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8cd895fdd7f684d6a631e6d29a9f4f50a513da00
Merge: d5f3b8f 6b8259e
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Dec 30 15:37:15 2012 +0100

    Merge branch 'jeromeg/keyboard-shortcuts'

commit 6b8259ee4c95c9d9fb7c642821df5926c3de514e
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Dec 30 15:21:24 2012 +0100

     Improve main shortcuts view as per Nick's suggestions.
    
     Don't use a GtkFrame and put everything in a GtkAlignment instead. This
     is consistent with xfce4-keyboard-settings.

commit 5b473cf697eab460c157619d5c1c0c12cd2313b0
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Dec 30 15:01:58 2012 +0100

    Update treeview when choosing to use new value in a conflict.
    
    We need to erase the old shortcut manually in the treeview as we won't
    get a signal for features which are not used anymore.

commit 1498e23fdbecad0d35c9cf53d7b29f55ec098213
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Dec 30 14:36:35 2012 +0100

    Use new libxfce4kb-private functions for feature names.
    
    The strings are now translated.

commit d2f828e9ee673bd5857852b77666e8949b7d9ac0
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 30 11:16:38 2012 +0100

    Fix compiler warning.

commit f609df3f73f1e7a4c7659b2b20ed3e043aa9f2e7
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Dec 29 14:42:55 2012 +0100

    Add an Edit button and improve the buttons' layout.

commit d5f3b8f4ed6ccab3649fb87f0f92b38f51ac9d42
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Dec 27 11:21:48 2012 +0100

    Remove unmaintained translations.

commit e335fb62f092ff71b6801967dc16ae8f11d28369
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Sun Dec 23 12:36:41 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 17d3d97874eb9c764669f5499ad5b4468506ade4
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Thu Dec 20 23:22:08 2012 +0100

    Fix crash when handling conflict involving xfwm4 actions.
    
    xfce_shortcut_dialog_get_action_name seems to return garbage which made
    the application segfault.

commit 7d933f37584a08775607d9c93e713de02f48a45b
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Thu Dec 20 11:05:58 2012 +0100

    Pass parent to conflict dialog.

commit 556ffdb3fd2e6e414de8cb347f2c9d8251aebf9d
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Wed Dec 19 22:59:04 2012 +0100

    Update treeview when clearing a shortcut.

commit e7703727fbd5d91d6fd9de0a1a64bfef86eea296
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Wed Dec 19 17:51:51 2012 +0100

    Show the label instead of the accelerator string.
    
    The dialog is far friendlier that way: we have human readable and
    translated strings representing the shortcut instead of a bare Gtk+
    accelerator.

commit eceb53b301158fa901c8a56ed43adcd5bd458ecf
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Wed Dec 19 17:37:11 2012 +0100

    Move shortcut names to libxfce4kbd-private.

commit ad0fe194157c9220e53255f30af2f9395e86da0d
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Dec 12 10:53:17 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4246434834df1fa482a26b5142fac45af20794de
Author: محمد الحرقان <malham1@gmail.com>
Date:   Sun Dec 9 11:14:34 2012 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e01cc2d8765cf13991a4e79ca488c43ce6ad57a6
Author: jc jc1 <jc1.quebecos@gmail.com>
Date:   Fri Dec 7 13:55:43 2012 +0100

    l10n: Updated French (fr) translation to 98%
    
    New status: 232 messages complete with 3 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d4f2512d3826f745593a015a1699f9d867c030b8
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Dec 1 14:00:02 2012 +0100

    Small optimization in shadow loop.
    
    Do some caclulations outside the loop or store them,
    callgrind showed this loop was called _a lot_ and spend
    most of the time in this part of the code.

commit b42ba05a6b37f0834c1f4e80696ca4d36f9cb322
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Dec 1 13:43:44 2012 +0100

    Optimize smart placement (bug #5785).
    
    Make efficient steps in smart placement code. This both saves
    a large amount of loops in the code and also make the windows
    align next to each other, instead of a possible gap of (x % 8) pixels.

commit 27bdd58d5f4082bac12c8bfd2eff4d84914362cc
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Tue Dec 4 22:47:44 2012 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6749ce76493c1ef5a279648c230f7c2fe3d614f9
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon Dec 3 23:10:46 2012 +0100

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e6eca9b30c660c50e33298acf5e7d00b8012aad2
Author: prflr88 <prflr88@gmail.com>
Date:   Mon Dec 3 21:45:01 2012 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a26181d0bab3785683846de663242a59ece6da24
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Mon Dec 3 06:02:36 2012 +0100

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e207a6bb16b5396544fa57e0b5cb5e621e8eaefb
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Nov 30 22:50:59 2012 +0100

    Some small optimizations in placement code.
    
    Callgrind showed that the frameX/Y functions were called
    a lot, so save the result inside the loop to do less calls.
    
    Also inline the overlap functions, both are just simple calculations
    so help the compiler a bit.

commit 515de5b8dfd1d4d2a958c38aa8460b52a6c37a47
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Nov 29 20:27:42 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a17f2ae4a106e1610e56eabe76c45d4116db14f0
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Thu Nov 29 20:23:47 2012 +0100

    l10n: Updated Croatian (hr) translation to 80%
    
    New status: 190 messages complete with 0 fuzzies and 45 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ca24a6cd9cc49096a503c84cda66d66f67204f88
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Nov 28 04:29:33 2012 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4d1659effc2242e436d8585cde3d5032589d7899
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Nov 27 20:16:00 2012 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 15d1749092e907a7b5b85ee710165b8936d1db00
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Nov 27 14:02:12 2012 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e60f4fbd3a80619bab1732983e31edf15e0a5cb2
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Tue Nov 27 12:12:26 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 95beb1f8678bee9e3d77d4e29614a02948d4e061
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Tue Nov 27 09:43:13 2012 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 44d076df9c9c181dc39ae62646f10a9097ffc313
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Tue Nov 27 09:28:19 2012 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit af47745d6386cc60a9fe30528073bf16c66890a9
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Tue Nov 27 06:41:47 2012 +0100

    l10n: Updated Uyghur (ug) translation to 99%
    
    New status: 233 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 895400829ffbf90c62f7a6c6c06d63f2537278f1
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Mon Nov 26 10:38:50 2012 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6ab7d5aea4f8dfb2ba994c19519fcaa257ebca52
Author: Roman K <mrdoctorwho@gmail.com>
Date:   Mon Nov 26 09:50:34 2012 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 274a448a908edd15016ecd2064c51f36c72b9b2e
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Nov 25 11:28:12 2012 +0100

    Remove duplicated accelerator.

commit 6fc7601150f1e2559fc327c17b07182f79111223
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Nov 24 15:39:23 2012 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 71601a949875d51443d99b3dff05ec1533b73833
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Thu Nov 22 00:04:24 2012 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6b2d3c2c7a235b5af0e72e1c50ebfa87827b7ac6
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Nov 17 04:48:37 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4c6364378c491e74629273d62afb83fc34f3c685
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Nov 17 04:43:57 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6b4515564b599085900eda90367d8233d6ef518b
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Nov 13 21:46:44 2012 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 73a71e6508623ee1fe32b68d0887b0b237c78261
Author: محمد الحرقان <malham1@gmail.com>
Date:   Sun Nov 11 17:37:40 2012 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0fed00793144396ec73f15222e4d3966af8f3dc0
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sun Nov 11 17:36:28 2012 +0100

    l10n: Updated Polish (pl) translation to 97%
    
    New status: 228 messages complete with 7 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9ff315563181a36c040ba20e16ac74178ff5986c
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sun Nov 11 17:36:11 2012 +0100

    l10n: Updated Polish (pl) translation to 97%
    
    New status: 229 messages complete with 6 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2ec70ef8c1772c81d08a58da34adfa81c6108f8c
Author: Hunt Xu <mhuntxu@gmail.com>
Date:   Sun Nov 11 14:36:09 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 99%
    
    New status: 234 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4a3ba486376b63746dece85be3186703f645f046
Author: Hunt Xu <mhuntxu@gmail.com>
Date:   Sun Nov 11 14:34:20 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 99%
    
    New status: 234 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 077a16e1623d39d87916070e74fb1fcef163169c
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Nov 11 14:28:10 2012 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c9149d98d263a42dac8478ea847c9d77c399d11a
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Nov 11 13:09:24 2012 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ddfeba132ff7d53acf93bc065d8e3902d440feda
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Nov 10 18:37:20 2012 +0100

    Do not write empty session files.
    
    Unlink the session file if no windows have been saves.

commit 12351955a144ee207c6970ad610d8e5b022bd147
Author: Marcin Romańczuk <abjsyn@gmail.com>
Date:   Sat Nov 10 16:15:43 2012 +0100

    l10n: Updated Polish (pl) translation to 96%
    
    New status: 226 messages complete with 9 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1fce11b68672f7dfcc9f3b16f5b132030fdf2bd6
Author: Francisco Javier Serrador <fserrador@gmail.com>
Date:   Sat Nov 10 14:31:45 2012 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0cdc67cc6c39c30a836d9baf38f28aa8ff993914
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Sat Nov 10 05:06:23 2012 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 054ea9dcd523d10c0a6b5b22931bd2dc2f69b07e
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri Nov 9 22:54:22 2012 +0100

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fd2775f61c3174e84e0bb556552b052b9e0e9dbb
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Fri Nov 9 20:58:06 2012 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e5519411d403138ae9fd8b27d905028a332921b1
Author: Саша Петровић <salepetronije@gmail.com>
Date:   Fri Nov 9 18:13:53 2012 +0100

    l10n: Updated Serbian (sr) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c94b6240fb5a60aa7a033081fa21ce6f5580d6ce
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Thu Nov 8 01:52:26 2012 +0100

    l10n: Updated Croatian (hr) translation to 80%
    
    New status: 190 messages complete with 0 fuzzies and 45 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4b720e0d74bff46b89c4432905d1ae3568618ee2
Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
Date:   Wed Nov 7 16:30:20 2012 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5467f3dcc073efde9d3fe651a3c8ee30ca52fe1e
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Wed Nov 7 16:07:55 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d24359c16fb7e8a149adef6bbf9afafe823a8402
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Wed Nov 7 11:54:51 2012 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 34236925045db5bea99f3b71cac9ce56b2dbbdd4
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 7 10:02:24 2012 +0100

    Fix duplicated accelerators (bug #5256).

commit 28649d37c3103a5879aaea3c8bd7a4eb30820dc9
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Tue Nov 6 21:24:27 2012 +0100

    Fix wrong debug message (bug #7547).

commit 1e15e1954563ddac8ad9e4d4dab0e2f943de86d9
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Nov 4 07:53:26 2012 +0100

    l10n: Updated Hebrew (he) translation to 27%
    
    New status: 65 messages complete with 128 fuzzies and 42 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 972f66ea30bfee530aa0908834c60a7f63c14db0
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Wed Oct 24 05:46:48 2012 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 08acf0d6fc9344c1f946d95d47044cd918c11083
Author: Anurag Garg <ang.astronomy@gmail.com>
Date:   Sat Oct 13 07:56:36 2012 +0200

    l10n: Updated Hindi (hi) translation to 19%
    
    New status: 46 messages complete with 112 fuzzies and 77 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 38e20907a95e294d02cfeba92386ea193b02fa23
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sat Sep 29 10:19:09 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 92dba43a6aa92b5cddd1c5c9e64d06046d65107b
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Aug 5 22:04:06 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 06b1e8a2d388680daa38be84c3c1f6b07db7bad2
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Aug 5 21:52:23 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cbaf552d9121cbd9d3258c84bbf09f2fece529db
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Aug 5 21:47:17 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5514850a6c115a44e4ae86188d052b1f8b9ffeb0
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Aug 5 21:44:26 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 06d0e3e50a0be30052f612b3460dbc065fec5ff2
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Aug 5 21:43:11 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e391c13ebda4e7029f6241d9a9ed92076c2787b2
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Aug 5 21:42:05 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit db6eb8d31e71dd2cde8fe028b3b351f11861f6a2
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu Aug 2 03:28:24 2012 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e30817b796d4824e695e5a9a49d5de4b5387f7d0
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Sun Jul 29 23:40:10 2012 +0200

    l10n: Updated Greek (el) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c4d89dd11e2c33f6f5797fb82910b97d483fb599
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Jul 18 22:30:36 2012 +0200

    Revert part of git commit 8637c3a as this breaks deletetion
    of current workspace (bug 8827)

commit aa75f33e8dc2343df631a0a296e9ef54ea8a88ed
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Jul 15 19:28:15 2012 +0200

    Fix crash in settings dialog with wrong title alignment value (bug #9108)

commit 099614e3f045e06db7ab509e174510ea74857adb
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Jul 18 22:12:07 2012 +0200

    Implement NET_WM_MOVERESIZE_CANCEL message (bug #8949)
    
    as gtk+-3.4 now uses it.

commit 60fffa907ca5b2a3ba7eb78537e8196b83d6fddd
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Mon Jul 16 08:20:07 2012 +0200

    l10n: Updated Uyghur (ug) translation to 93%
    
    New status: 220 messages complete with 0 fuzzies and 15 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 797b884cb07b75e46bfcb6a45885adf7bab03df1
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Mon Jul 16 06:26:17 2012 +0200

    l10n: Updated Uyghur (ug) translation to 93%
    
    New status: 220 messages complete with 0 fuzzies and 15 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9f3af66336ea059b8944874814849f1ce998c3c5
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Jun 20 12:09:23 2012 +0200

    l10n: New Serbian translation, author salepetronije
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 37c2c9122f6aaeea2e535d2a6a7b1cab0eef8d1d
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Mon Jun 11 12:03:14 2012 +0200

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 29086ed35597048b53d59d32120cf0229391d540
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu May 31 07:44:49 2012 +0200

    l10n: Updated Uyghur (ug) translation to 84%
    
    New status: 199 messages complete with 0 fuzzies and 36 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 708d422758d10d0b29b1ef05dfc124343d488607
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Mon May 21 16:36:25 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 18165ce7eda600fdcc0539f7b2a4a924b00c5663
Author: Roger Pueyo Centelles <xfce@rogerpueyo.com>
Date:   Fri May 18 13:14:52 2012 +0200

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 33db23b5d7c980c3083e6d10699ba4fa79dab0af
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Tue May 15 17:02:33 2012 +0200

    l10n: Updated Slovak (sk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9807efec33008db99804bd4840d5becbc2db87ae
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon May 14 23:16:51 2012 +0200

    l10n: Updated Croatian (hr) translation to 80%
    
    New status: 189 messages complete with 0 fuzzies and 46 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a5c2e7de31f3333bb18064e813c6b471501a41ce
Author: Andrei Zakharevich <andrej@zahar.ws>
Date:   Fri May 4 19:53:56 2012 +0200

    l10n: Updated Belarusian (be) translation to 28%
    
    New status: 67 messages complete with 130 fuzzies and 38 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 90e80780be0d9c0d81f2e1626f7ad0ee497e2a5d
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Fri May 4 09:12:46 2012 +0200

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9c76a5cea52bbafd360a4e34c51d1e337ca536a6
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Tue May 1 23:15:17 2012 +0200

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c5da812f2d38e5c3a5955c50a67cef7cc44ea8de
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 28 22:57:53 2012 +0200

    Post release tag bump.

commit cc70567d1fe1ce2462110f572820889d55bb9096
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 28 22:56:28 2012 +0200

    Updates for release.

commit 389b4e6d6225bee2b68ec98ff5584653b6292ab8
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Fri Apr 27 23:49:54 2012 +0200

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 91798e05e8170b4869392def2c64f232b55e24d7
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Fri Apr 27 00:26:43 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 36313a7ec8ca1c7fa5894e9ae7f2abda65fdb805
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Thu Apr 26 17:53:23 2012 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0a9525d8cc4596b0075765b9d8a7d8ac29d22008
Author: Andres Sanchez <afsanchez93@gmail.com>
Date:   Tue Apr 24 21:24:53 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d0ca84c2a40af0ad97c83a9da139a563bc340de7
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Tue Apr 24 14:21:17 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3a7fa37c53c86e06e57a7e8b47f433a1d1ef7e27
Author: Sergio García <oigres200@gmail.com>
Date:   Tue Apr 24 07:03:50 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 99%
    
    New status: 234 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b66ef40cdadeb88ea202a2641c7f8dba85f76b94
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Mon Apr 23 14:01:38 2012 +0200

    l10n: Updated Galician (gl) translation to 98%
    
    New status: 231 messages complete with 0 fuzzies and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6a14cd87180baede2f947f0952b1f9f1d18f0dd0
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 22 22:05:48 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit dd3d492dcc27379acd9b0af7ddfb8bd6871793fc
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 22 21:57:11 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ddcad7a7e2a5377a65e19ea722d94b03e4e759bb
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 22 21:30:54 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 88f49b32937b5306cfc215b2fbd8f32eb82c7874
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Fri Apr 20 16:33:38 2012 +0200

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 745772e6d3c57bd13b1d10bacb06e20f818067db
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Fri Apr 20 15:04:13 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2c362e6207f7ea86cae211d93a6a413e78673ba9
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Apr 20 09:59:34 2012 +0200

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 52c5b92c67eedb3e8660cf2266a3d8d88a4d6b69
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Thu Apr 19 08:47:40 2012 +0200

    l10n: Updated Slovak (sk) translation to 99%
    
    New status: 234 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6fa2ae6715b3ad6a8207ab08dee0a96318322f4b
Author: Jeff Bailes <thepizzaking@gmail.com>
Date:   Thu Apr 19 08:20:40 2012 +0200

    l10n: Updated English (United Kingdom) (en_GB) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6cebd89a421c7cabce93a2827c4ea0857d261991
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Apr 17 15:42:09 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0655596267364356815b544bad145c620be3f6fc
Author: Sergio García <oigres200@gmail.com>
Date:   Tue Apr 17 07:45:38 2012 +0200

    l10n: Updated Spanish (Castilian) (es) translation to 99%
    
    New status: 233 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aafac72d06ec96768fb137a0ff4cf44a79acaf29
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Mon Apr 16 23:57:16 2012 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5474c071e2e8ebaa3507a7460d657ede35d04730
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sun Apr 15 16:55:02 2012 +0200

    l10n: Updated Croatian (hr) translation to 78%
    
    New status: 185 messages complete with 0 fuzzies and 50 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 57a9d5196dd82dea1fccafd34e78ad81380a8edb
Author: Mike Massonnet <mmassonnet@gmail.com>
Date:   Sun Apr 15 16:54:59 2012 +0200

    l10n: Updated French (fr) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7a4ddc380c6267937208a3346594237a65955072
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Apr 15 13:57:31 2012 +0200

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit abda1ca0dcfaf8aa8d01dac2dedad4b937abdf68
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Apr 14 20:56:23 2012 +0200

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fde2ffcefdb83d27ab3201987b4a40ef26aadcb5
Author: Urmas D <davian818@gmail.com>
Date:   Sat Apr 14 18:58:36 2012 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cbccbb3456a9b79d59e6e0d2a4b03d2e52dd8f62
Author: Roman K <mrdoctorwho@gmail.com>
Date:   Sat Apr 14 10:29:02 2012 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 17a2c4f8e9bea36e812990b49616769ca76c9986
Author: Roman K <mrdoctorwho@gmail.com>
Date:   Sat Apr 14 10:27:36 2012 +0200

    l10n: Updated Russian (ru) translation to 99%
    
    New status: 234 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aaeb2dbd42ebb803016fef4b24797675cf08509f
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Apr 14 08:23:51 2012 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 612a9d2235b388293d2aea085b1d2c5fe53db899
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 14 01:02:34 2012 +0200

    Post release tag bump.

commit ba08794767c8268db62cc08e04909dfef13233c3
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 14 01:01:20 2012 +0200

    Updates for release.

commit f73398ac024a2185e3b9064231bd64ba185c780b
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Apr 13 22:30:50 2012 +0200

    Don't use deprecated g_strncasecmp (bug #8688).

commit 3b7356aef7383e06e24d49446807d35b74475809
Author: Olivier Fourdan <ofourdan@xfce.org>
Date:   Fri Apr 13 20:49:39 2012 +0200

    Use g_ascii_strcasecmp () in place of deprecated g_strcasecmp () (bug #8688)

commit 72b81849361ae0e76b4e5952d3bd0e902abbbfb0
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Apr 13 19:16:57 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f04b2e4d7df73d86684e7a23ae4ae34345e275a5
Author: Iliyas Jorio <inv.jorio@gmail.com>
Date:   Fri Apr 13 18:05:10 2012 +0200

    l10n: Updated French (fr) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8130f8445ecba8e53b68daad2640890d1c85718a
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Apr 13 17:35:53 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 20458b6186c38a5eac7b8ca938c948a3c950dc47
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Apr 13 17:34:59 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a2a4903ddb4b1c6b574ea1b85db7cd00591acf18
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Apr 13 15:34:39 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f490b395a69d1a31f9b5a9d21e0e9c2a886ee6d1
Author: Olivier Fourdan <ofourdan@xfce.org>
Date:   Thu Apr 12 23:31:11 2012 +0200

    Fix typo in message

commit da0b67d0ee035166f3715e182c26086f49a7a4c5
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Thu Apr 12 19:13:47 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9287c66b8feb1c0e72c74a58a7f6dbdc29a8648e
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Thu Apr 12 17:02:11 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d3381daf349c3bb89aa974dfdd02626b9f0044a7
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Apr 12 11:48:23 2012 +0200

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 34e64ffee0b309a05c6fab795d71ae9a0e60bcd7
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Apr 12 11:45:49 2012 +0200

    l10n: Updated Basque (eu) translation to 97%
    
    New status: 229 messages complete with 3 fuzzies and 3 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 382befcd102c295e51573ea5432066979995470a
Author: Roger Pueyo Centelles <xfce@rogerpueyo.com>
Date:   Thu Apr 12 11:03:49 2012 +0200

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bda44b954a9baaa35e47de19cde3ee9d368d9f61
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu Apr 12 10:43:17 2012 +0200

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c3479d558a4efd167d99459c5d34837e76961962
Author: Raphael Groner <raphgro@web.de>
Date:   Wed Apr 11 20:05:25 2012 +0200

    l10n: Updated German (de) translation to 97%
    
    New status: 228 messages complete with 7 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d6d9fca624faad968a0bbbd2867c551167eefa78
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Wed Apr 11 15:04:12 2012 +0200

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9e8b067c7167507fbfbbacb7cf51bf0c0e448b84
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Wed Apr 11 14:54:34 2012 +0200

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b3940e2d86a03211137468de1a262735420b9ff4
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Wed Apr 11 08:05:50 2012 +0200

    l10n: Updated Danish (da) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1f9b6ef5ff38c53785ff9cf1287be22e3bded469
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Apr 10 21:41:39 2012 +0200

    Resize fullscreen windows on screen size changes (bug #8622)

commit 9e89dcbdefd3f5cf1ff10dcd253fa053c42242b9
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Tue Apr 10 14:40:19 2012 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e6fbf9d5f3009a3c5560f45cdb626b7c0c181c07
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Tue Apr 10 13:34:29 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c0dfaff28ae002ede22ec0cfc9b426936aa44a12
Author: Eivind Ødegård <gingermig@yahoo.no>
Date:   Tue Apr 10 12:52:22 2012 +0200

    l10n: Updated Norwegian Nynorsk (nn) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4933108b9f0dfbcf62b371036e8691387a13734c
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Tue Apr 10 11:20:45 2012 +0200

    l10n: Updated Galician (gl) translation to 95%
    
    New status: 225 messages complete with 6 fuzzies and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 19b3ca3042d689d908a8d7c3e2c818446b991e62
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Tue Apr 10 09:45:16 2012 +0200

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ff8faeb600deda5e04bc7daa2e950c973738b6a8
Author: Algimantas Margevičius <margevicius.algimantas@gmail.com>
Date:   Tue Apr 10 07:29:10 2012 +0200

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e68ff5443c534e98410a629623bb804cca019cb8
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Apr 10 03:15:39 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 92f2f772bc6dcbe26c1bdb3e6072abe8235ddb29
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Tue Apr 10 02:06:57 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f5bb17f11a4dc39e114317c36b030b0d011e5680
Author: Henrique P. Machado <zehrique@xfce.org>
Date:   Mon Apr 9 23:47:14 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 235 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ff470ab9d1784cbbbb3d175db29a306b4e541bad
Author: Slavko <linux@slavino.sk>
Date:   Mon Apr 9 21:53:31 2012 +0200

    l10n: Updated Slovak (sk) translation to 99%
    
    New status: 232 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aaa54c1c6bc8172be0bfc9e308011d3354b28367
Author: Alper Tekinalp <alper.tekinalp@gmail.com>
Date:   Mon Apr 9 21:32:09 2012 +0200

    l10n: Updated Turkish (tr) translation to 99%
    
    New status: 232 messages complete with 0 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cb2729c432d4bbe360c30a42101ee16658635366
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 9 18:54:25 2012 +0200

    Update po

commit 617c06aa389b7207580b16fa5307d5481e81d17b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 9 18:52:14 2012 +0200

    Add UI option to WM tweaks for tiling

commit 13d9325ec4a3510f6ac932059730f97320798329
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Mon Apr 9 18:25:11 2012 +0200

    l10n: Updated Greek (el) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 22a820749b06691221052000a4f64c5545976b5f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Apr 9 18:22:12 2012 +0200

    Restore button press/release mask as removing it breaks switching workspaces with scroll wheel (bug #8656)

commit 500ea413ab51a29710dffeb39889239bc6c420e8
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Mon Apr 9 15:10:15 2012 +0200

    l10n: Updated Polish (pl) translation to 99%
    
    New status: 233 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5ac00c7c00acc740773b5680b6a68a84ad4cb7c9
Author: Roman K <mrdoctorwho@gmail.com>
Date:   Mon Apr 9 13:23:27 2012 +0200

    l10n: Updated Russian (ru) translation to 99%
    
    New status: 232 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3e2f43687bc2584f66c506ba1714eccc1bd4c80a
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon Apr 9 11:37:58 2012 +0200

    l10n: Updated Croatian (hr) translation to 79%
    
    New status: 185 messages complete with 0 fuzzies and 49 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2a6a6e3c19a0cf2151e4958bf294a0201423ba4b
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Mon Apr 9 09:18:54 2012 +0200

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b499abadd8ec451a220177db1015a3a8fb30a503
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Mon Apr 9 08:56:56 2012 +0200

    l10n: Updated Danish (da) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7cff42db280f12d62ed985f59c02ef4e77f3b280
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Apr 9 00:05:07 2012 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 05763cb85cca2bb683c45b1b52b146f3d5d38c09
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Sun Apr 8 14:01:46 2012 +0200

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 915b20f593b1c3f367f732d1a5212772c5709b0a
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 8 13:28:25 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fbe59a1ea495d6cb3edf5c56a2bd3926d7c0a72f
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 8 13:27:21 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6fa6486444006e72613e28e202f9edf79c0513e1
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Apr 8 10:41:25 2012 +0200

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7bb9df72996cc7598828fb48bb15d6d8e3193bd9
Author: Algimantas Margevičius <margevicius.algimantas@gmail.com>
Date:   Sun Apr 8 06:32:33 2012 +0200

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c27c2b58030e0effb662eaa3a256ac66d2b029d1
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Apr 8 00:05:35 2012 +0200

    Add missing license.

commit 0afd237f1e4ad7e5b795153907f4265236698666
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Apr 8 00:03:50 2012 +0200

    Update FSF address in settings dialogs.

commit aa4de199d9d2c7c14d2277e7647adb096678ec82
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 7 23:59:31 2012 +0200

    Generate default icon during make dist.

commit 391c97c3644c6899bdbade31ed5c4de5835b4712
Author: Henrique P. Machado <zehrique@xfce.org>
Date:   Sat Apr 7 22:34:39 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a058e20c77242d887b6645ced0bfdd98bc527bd2
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Sat Apr 7 21:50:10 2012 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8053adb25604701282fbf5fb2d4bb6b518baa47c
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Sat Apr 7 20:49:40 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cce04cd9f930de2be38d3f4df42a1535e515122f
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Apr 7 20:28:25 2012 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 00f87b90190828fc3f644b2949eee6141fab8df2
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sat Apr 7 20:08:01 2012 +0200

    l10n: Updated German (de) translation to 97%
    
    New status: 228 messages complete with 6 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2fb7e94506a3317403ae5308326f3d1734fa907e
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 7 19:58:57 2012 +0200

    Rebuild po files.

commit f6cf2059575ac12cbad99318952842fd0c2c576a
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 7 19:57:47 2012 +0200

    Improve workspace dialog subtitle/comment.
    
    The comment never mentioned the margins.

commit 8e51322c3a2ecb3234cced93a47b9eec6bf724ed
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 7 19:55:36 2012 +0200

    Small fix in dialog action area.

commit 21322dc559c0b29e6e84af77a297974e6ce24d94
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Sat Apr 7 19:33:45 2012 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 234 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7186dd41a428b3481a40c3902884db86ca6cbb98
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 7 18:53:05 2012 +0200

    Add workspace settings in a notebook.

commit d5bce6315bb5f450da93600b0264eb400cdff0d1
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sat Apr 7 18:37:18 2012 +0200

    l10n: Updated Polish (pl) translation to 98%
    
    New status: 228 messages complete with 4 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bfaec986de83834911e54391da3685f04abe4b54
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Apr 7 18:22:37 2012 +0200

    Set spacing to avoid overlap with some themes (bug #8501)

commit 10338e0a48ebc470e61ca2e97daaf6e2876473df
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Apr 7 17:38:42 2012 +0200

    Stoopid typo (thank andrzejr for spotting this)

commit 1d2753376664e4fe3b3a16c35a83f065f1408c2a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Apr 7 17:10:15 2012 +0200

    Keep pointer position relative to the window being moved (bug #8629),
    Add "tile_on_move" option (bug #6648),
    Restore original window positios after an XRandR resize (bug #6589)

commit e296502edd7c3678100cab1928f71a802d151c4b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Apr 3 22:12:31 2012 +0200

    Reduce tiling distance (bug #8628)
    Add tile_on_move setting (no UI yet)

commit ba6a10a17598174e0da2e886481ab799e5c4b755
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Apr 5 12:17:28 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b46565f6c2e4dbb530f2a5dfb3ba577d9a80c4bb
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Apr 5 08:59:42 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 01896db83f46253cee7ca45a85269d3ba5c8958c
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Apr 4 23:21:52 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 342cb62a8cf7e4c57ceb233ebeea8ff10995166f
Author: martinamca <martinamca@gmail.com>
Date:   Wed Apr 4 21:50:41 2012 +0200

    l10n: Updated Turkish (tr) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8ef01fd68cec911250cd89cd775063188510e48c
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Apr 4 12:25:29 2012 +0200

    Fix compilation.

commit 040f08a7edeea9bd80dd02093cca42d3a0e59c07
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Tue Apr 3 00:33:10 2012 +0200

    l10n: Updated Croatian (hr) translation to 80%
    
    New status: 186 messages complete with 0 fuzzies and 46 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c794bd2eaea483b2700184626f07c18f25125287
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Mon Apr 2 12:48:01 2012 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 162580c74c960925aad4fa022e46fb71d9d65bce
Author: Henrique P. Machado <zehrique@xfce.org>
Date:   Mon Apr 2 02:48:07 2012 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7397dff0998e14e648132102f6621cfa55e9ccfd
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Sun Apr 1 16:18:34 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8b05afb84a1e7daf719f1883372086827d33af41
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Sun Apr 1 16:09:54 2012 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 555f01ed70915dd967b1ef372dd4ed28a06cbdd7
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 1 12:44:16 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c7987df869123c5f0732d16294ff97495eadb64c
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Apr 1 11:34:05 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ee8770813cd8bf58369127181100278989b057e9
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Mar 31 08:36:40 2012 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8d887c6b7e5b48c0e26eb49409022f5bd78ed89a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Mar 30 20:43:41 2012 +0200

    Improve tiling

commit b96857d8677627bae2e687326c90d28e7033915b
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Mar 30 20:43:16 2012 +0200

    Post release tag bump.

commit 40bac186e7625d93e364662cc644d3f8eb53821b
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Mar 30 20:41:55 2012 +0200

    Updates for release.

commit 41e7d1d3d909289fb1c7ea3bfac146247f1cc672
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Mar 29 12:23:19 2012 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5c2a9d00fe5ed2d9d80d1722676bd52a2484d356
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Mar 29 11:35:59 2012 +0200

    l10n: Updated German (de) translation to 98%
    
    New status: 228 messages complete with 4 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e011f8b68e7fa74d4c3f1b6e87e34d00cf7e109b
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Mar 28 19:51:59 2012 +0200

    Prepare NEWS file.

commit f237da8111e83dd9f237298d1c99e54c6872f7a2
Author: Andres Sanchez <afsanchez93@gmail.com>
Date:   Wed Mar 14 17:47:15 2012 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aa27e46dae98f0e6b23ecf5a659c909a49547bee
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Sun Mar 11 05:26:20 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e1357c7251f59c5ba53d64ee7f4ceabe072ed07a
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Fri Mar 9 17:00:52 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 077a500ff8a71fde5523bef4ab6704254d9c4236
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Thu Mar 8 21:17:35 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c0444e0fcc8212bd997ea4cdc757c56210e20dea
Author: Urmas D <davian818@gmail.com>
Date:   Wed Mar 7 13:59:44 2012 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 10fd3bec12e0b49621fbbc30a666cf79eea0d1c5
Author: Roger Pueyo Centelles <xfce@rogerpueyo.com>
Date:   Tue Mar 6 16:56:33 2012 +0100

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e773637f828ca92fa31145bb69561c60674adbcc
Author: Roger Pueyo Centelles <xfce@rogerpueyo.com>
Date:   Tue Mar 6 16:52:49 2012 +0100

    l10n: Updated Catalan (Valencian) (ca) translation to 98%
    
    New status: 229 messages complete with 3 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0b54350f4af96a4a733587de32ee106be0c4e6ce
Author: Benoit THIBAUD <frombenny@gmail.com>
Date:   Thu Mar 1 17:13:32 2012 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit afbce377f4964edd7cfd3c0d624fd2bb8d3677c2
Author: Thomas Schütz <xfce@thschuetz.de>
Date:   Thu Mar 1 07:50:38 2012 +0100

    l10n: Updated German (de) translation to 98%
    
    New status: 228 messages complete with 4 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3df5c0d5751b3b93202713deb311b4ee4ecf9be8
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Feb 28 12:37:53 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7f522ab7502299daeac9e1712cb0979dd852d1f3
Author: Mike Massonnet <mmassonnet@gmail.com>
Date:   Sat Feb 25 10:42:59 2012 +0100

    l10n: Updated French (fr) translation to 98%
    
    New status: 228 messages complete with 4 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b0284cb0ec6095c2d00c07f7aa31aad66b4a8e8f
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Fri Feb 24 22:52:48 2012 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 46518f6664937fa3b710a04351ba6439c5bc4159
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Fri Feb 24 22:11:20 2012 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 82b1d7168d0e3e037a01cca6729ed96047d9fa71
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Fri Feb 24 22:07:57 2012 +0100

    l10n: Updated Arabic (ar) translation to 98%
    
    New status: 228 messages complete with 4 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0e403b613cd330525ac6de96e86cf21572d2eab3
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Feb 21 19:21:08 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 83ae7bb900d412af13cb5e6f1c072439c53bc9b3
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Feb 20 22:45:20 2012 +0100

    Fix some more compiler warnings.

commit 07c70b760ee296b2a8c423964c84ff1e7a37994b
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Feb 20 22:38:11 2012 +0100

    Fix compiler warning.

commit fdc8c1feecfb7a02d403ddd961921a23d3349195
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Mon Feb 20 16:56:37 2012 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1bde401d03824abaccc3d7c4d8f8b4074f2fb94c
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Feb 19 02:27:05 2012 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6e1ace26389860334dec8f2abb14911c2328b82b
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Feb 19 02:05:34 2012 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 122dc6ad070e5a498fdc9c1043a392e57afd8bad
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Sat Feb 18 05:35:56 2012 +0100

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 06f1df5443ee4c99c9749d1e1b1c2a35719b4e2d
Author: Thomas Schütz <xfce@thschuetz.de>
Date:   Fri Feb 17 10:38:53 2012 +0100

    l10n: Updated German (de) translation to 98%
    
    New status: 228 messages complete with 4 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 23bbffee49a1a196078693fd00a8371ec7900f02
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Feb 16 08:55:42 2012 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 110a345913ebeaeca2d33977524814e73b2c68d4
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Thu Feb 16 08:26:31 2012 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4ecf4cf82517c43a662976256a89310d73993467
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Wed Feb 15 08:11:55 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f6b4b44c43195c27fc0c3590743e55fe3396e18c
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Wed Feb 15 07:30:57 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 425dcc052e6dbc42e5ac198359119bd5c2d508c8
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Tue Feb 14 13:42:40 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 77fb4b84ba0ee14ee9576d122ed72f3e1b7ef335
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Tue Feb 14 11:28:39 2012 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d137134e26195ab7d112a672b022693264051484
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Feb 13 23:11:06 2012 +0100

    Update po files as new shortcuts have been added.

commit 2e5da52da598f0146b3869ad5763927686f87466
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Feb 13 23:06:40 2012 +0100

    Revert PointerMotionHintMask (commit 7c095f5f),
    Add special treatment for full de-maximization,
    Do not always configure windows on tiling to avoid redraw artifacts when opaque-move is disabled.

commit ff9bfd5ebfe7e7dad4751448034c4e21588aee63
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Feb 13 23:02:59 2012 +0100

    Do not tile fullscreen windows

commit 8d700b2283bb1bb3cdcc005ff839a11d5d09b228
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Mon Feb 13 14:32:55 2012 +0100

    l10n: Updated Slovak (sk) translation to 100%
    
    New status: 232 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6ed2575f92173ac40cb0f04bd3a730cb618d9d3d
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Feb 13 10:18:58 2012 +0100

    Fix key testing to avoid tiling up whatever key tile is used (oops)

commit ce855a1ac1c5b80e3d6896b4d96cd938a7dab9b9
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Feb 13 10:03:04 2012 +0100

    Rework patch for clarity, fix build on git master

commit a692e96c5486e2c1b01b6d186249b137331b376f
Author: Kees van Veen <kees.vanveen@gmail.com>
Date:   Mon Feb 13 10:02:13 2012 +0100

    Navigate with arrows in task switcher (bug #4752)

commit 7727187a768f73d8d3647d28dfa7057b7a3e4288
Author: Olivier Fourdan <ofourdan@redhat.com>
Date:   Mon Feb 13 09:16:03 2012 +0100

    Add tiling feature (bug #6648)

commit 2597c6529e0ff877da7065bedd5cbcc2d9facb70
Author: Eivind Ødegård <gingermig@yahoo.no>
Date:   Wed Feb 8 18:06:24 2012 +0100

    l10n: Added Norwegian Nynorsk translation
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aef109ce9b6c561616613f410288a4265b602f92
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Feb 8 10:27:20 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 167a90bce01ef3f7745fa1988f77dc8ec8b6b11d
Author: Chipong Luo <chipong.luo@yahoo.com>
Date:   Wed Feb 8 07:44:37 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d6d42f0405c1c9e21ee34c0689a70f2953d4e55e
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Tue Feb 7 13:08:54 2012 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b243fc57b497c9095c1631cdca72301ba0e4e760
Author: Thomas Schütz <xfce@thschuetz.de>
Date:   Wed Feb 1 14:23:44 2012 +0100

    l10n: Updated German (de) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 235690bb17628d20692f29485c3ad7e835e0b773
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Mon Jan 30 14:58:57 2012 +0100

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fb915d1bebff9082723d84fabc2893c5e5484586
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Sat Jan 28 17:02:16 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fa44db64124a359b5f79fea01c6994c481ac44e6
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Jan 27 21:39:37 2012 +0100

    Show dialogs in settings category.

commit 7ae9625c9f358ac2186a8dd2ff7fa87f85283cd6
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Wed Jan 18 13:25:23 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 261bcc782d99f38ccc9218ea0c9461e721710e8d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Jan 16 08:52:02 2012 +0100

    Do not cancel pending focus transition and use actual meaningful timestamp to avoid setting focus on wrong window in focus follow mouse (Bug #8323)

commit 8491e20df9212c78bf9dd6fd0cc081120ee728af
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Sun Jan 15 14:34:59 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9e1ffb74368b8272e95cd8756300ce0637097292
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Tue Jan 10 13:31:24 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 24d90382b5ca6e5151c0eb6bb8309b8e18c62816
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 10 08:00:24 2012 +0100

    Avoid entering the move/resize loop twice (can happen when using NET_WM_MOVERESIZE client message).

commit 6a50970d635aacbdd94e3e6cd01d62317f8315d5
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Jan 10 07:59:54 2012 +0100

    Identify previous window manager and log its name.

commit 058b3ce1e9c1572cc5f83b061ac677974d3c8c4a
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Jan 9 19:40:09 2012 +0100

    Fix distcheck.

commit eca4a7ac97b74ff7c7574f1e9353abd11609a70d
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Jan 9 19:39:32 2012 +0100

    Remove docbook documentation.
    
    Moved to http://docs.xfce.org/xfce/xfwm4/start.

commit 09631daf59af5485a08c9dcc4698f60afe0e33fa
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Sun Jan 8 16:13:31 2012 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 228 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a1253635f26c0bc9ae855c71ff945b3139fb7333
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Jan 8 12:16:07 2012 +0100

    Workaround Adobe AIR setting workspace to 0xFF instead of 0xFFFFFFFF for all workspaces as per EWMH specifications (Bug #8304)

commit ab54b1d7322adaac89b4218e52912d75dc395747
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Jan 8 12:15:32 2012 +0100

    Name the window manager when one is already running to help debugging sessions issues

commit 25d7979f014ea183bbdc2ca446d5c0e23e0c639b
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 8 12:25:01 2012 +0100

    Set plugged dialog helper values in desktop file.

commit ba7cbbe7042c7fc58b4f6c798f25353254d1636d
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 8 12:05:40 2012 +0100

    Connect help buttons to docs.xfce.org.

commit ab9d23272da5ecff217cd153fcf1f31d07069c67
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sat Jan 7 20:51:55 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 109 fuzzies and 90 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 46a812550efaeb65d93246c55f21993332e08892
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sat Jan 7 19:31:26 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 104 fuzzies and 95 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c63cb676900b5520f3aebce02755693ba8e121de
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sat Jan 7 16:53:52 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 98 fuzzies and 101 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6c2f9ac50988efb290a7af28ffccd2c437c9ac32
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sat Jan 7 16:52:42 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 1 message complete with 97 fuzzies and 101 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b00486a37c33fe40acbbb42a33e3aab813a17220
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Sat Jan 7 09:27:34 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a6128fc18fe515437b2f7c77ea96dbea30a18784
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Sat Jan 7 08:14:13 2012 +0100

    l10n: Updated Lithuanian (lt) translation to 82%
    
    New status: 190 messages complete with 0 fuzzies and 40 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 01fc28fba8d2b0f499fa4bf2ddcafbc19554f6b2
Author: Chris Leick <c.leick@vollbio.de>
Date:   Fri Jan 6 23:16:16 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 87 fuzzies and 112 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fbedbc747e56e20aa83b7594cd022262b0d6c4b9
Author: Chris Leick <c.leick@vollbio.de>
Date:   Fri Jan 6 23:13:22 2012 +0100

    l10n: Updated German (de) translation to 1%
    
    New status: 2 messages complete with 85 fuzzies and 112 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e3002b684bbb0712f9ad48ef77448b5b85cc2b7f
Author: Chris Leick <c.leick@vollbio.de>
Date:   Thu Jan 5 21:28:35 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 73 fuzzies and 126 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1d15f5307bff5a4c0e7c885b16c7156549c0d0c7
Author: Chris Leick <c.leick@vollbio.de>
Date:   Thu Jan 5 21:27:49 2012 +0100

    l10n: Updated German (de) translation to 1%
    
    New status: 2 messages complete with 71 fuzzies and 126 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0df071bddedfd41b3d896f899d04c3c220a43eca
Author: Chris Leick <c.leick@vollbio.de>
Date:   Wed Jan 4 21:14:42 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 65 fuzzies and 134 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 31f4a4bb0a2faa47514e9d8ef4481d4aecba5b3b
Author: Chris Leick <c.leick@vollbio.de>
Date:   Tue Jan 3 22:25:52 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 1 message complete with 61 fuzzies and 137 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a3d95b23180a0f03ddee0e5653281d314bea8ff2
Author: Chris Leick <c.leick@vollbio.de>
Date:   Tue Jan 3 21:51:17 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 1 message complete with 50 fuzzies and 148 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 816db2307ab91cb0b95462627d0fca0cfa0addab
Author: Andres Sanchez <afsanchez93@gmail.com>
Date:   Tue Jan 3 14:39:43 2012 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 02f9cbf4ef58e7b01615ca6e76a30dff67b5db13
Author: Christoph Mende <angelos@gentoo.org>
Date:   Mon Jan 2 19:11:53 2012 +0100

    l10n: Updated German (de) translation to 99%
    
    New status: 228 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6da3d256716af2cb3ee52a43842916b48241924e
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Mon Jan 2 02:15:52 2012 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 250547527756675d70f5cda32a74320e31c2ed0f
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sun Jan 1 17:25:45 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 47 fuzzies and 152 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 57d2cdac25d735427d8012b845151625b0621eb0
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sun Jan 1 10:24:19 2012 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 35 fuzzies and 164 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a567c301cf21086da4a84e722a056753e3f8fa3b
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sat Dec 31 18:38:55 2011 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 0 messages complete with 32 fuzzies and 167 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bfab296578fe013b67c6d549f25a07deb3b56f6c
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sat Dec 31 16:47:47 2011 +0100

    l10n: Updated German (de) translation to 0%
    
    New status: 1 message complete with 21 fuzzies and 177 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3a4237ff7a09d0c63d36a69acbe87d12aa37bb24
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sat Dec 31 15:50:41 2011 +0100

    l10n: Initial German translation
    
    New status: 18 messages complete with 0 fuzzies and 181 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit efb7343314042a784599a7882c587edf52031c7f
Author: Alper Tekinalp <alper.tekinalp@gmail.com>
Date:   Sat Dec 31 12:48:34 2011 +0100

    l10n: Updated Turkish (tr) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5a17f638124895d52fd015ce43df6fd590d234da
Author: Alper Tekinalp <alper.tekinalp@gmail.com>
Date:   Sat Dec 31 12:12:15 2011 +0100

    l10n: Updated Turkish (tr) translation to 88%
    
    New status: 177 messages complete with 0 fuzzies and 22 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c7d8ca384d591b4a2d1c6bd4a3f37953e804f18f
Author: Alper Tekinalp <alper.tekinalp@gmail.com>
Date:   Sat Dec 31 12:09:58 2011 +0100

    l10n: Updated Turkish (tr) translation to 79%
    
    New status: 159 messages complete with 0 fuzzies and 40 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 548bdba8a10bf0409065d35fa15e9a81944eb9fc
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Dec 28 15:49:56 2011 +0100

    l10n: Updated Hebrew (he) translation to 26%
    
    New status: 60 messages complete with 131 fuzzies and 39 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a5fcc4472faec63009ad28fecafcaa5ad7654c1f
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Sun Dec 25 21:12:42 2011 +0100

    l10n: Updated Arabic (ar) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2956065f531f583633574a4358d10dec81627053
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 19 20:18:31 2011 +0100

    Make the position window a widget

commit 7c095f5fcf887ee068dd170bfb89aeb24ef23307
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 19 20:18:18 2011 +0100

    Add PointerMotionMask to event mask

commit b51f4b916a96860fb4e9d68c75f05ca938699036
Author: André Luiz Dias de Miranda <andreldm1989@gmail.com>
Date:   Sat Dec 17 20:23:57 2011 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c91fdb7b3311e0e374c45a9b77d61cb3583ad01b
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Dec 17 18:08:46 2011 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4ecfc5faca16a475155bc111d8ba9a2d8d961cf3
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 13 09:10:06 2011 +0100

    Remove rpm target from Makefile as the spec file is gone

commit b0d416c4e834f6090d83da4620af9307951315bd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 13 09:08:01 2011 +0100

    Refresh PO files

commit b2b19cfbf8c74973154ff4ab521a6cb0b1b0e45d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 13 09:06:30 2011 +0100

    Remove spec file

commit 8d01d0baa5e050457b599fdfe264fed7e2882810
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 13 08:59:13 2011 +0100

    Fix xgettext failing due to removed source file

commit 62e243bffd1d9abc354d3cbb8c078a3c3c3c6303
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 12 20:34:18 2011 +0100

    Remove older themes from main package (moved to xfwm4-themes now)

commit 5d3ab66cd4d35c521a0da8adad18bfff129006eb
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 12 18:23:38 2011 +0100

    Add patch for themeable tab-window (bug #8238) by Peter de Ridder <peter@xfce.org>

commit 1ecd375dae2aed6832d35e36fc0d58e87d13f4a1
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 12 18:03:20 2011 +0100

    Use themeable icons for the settings manager and the menu, rework the default icons for the settings manager and the window menu and add SVG version.

commit d30cd2fb8a2303ed93dd4d0e5d73bfb337541f59
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 12 17:58:14 2011 +0100

    Remove the mouse button grab/ungrab that was introduced to fix an issue with older mozilla and the use of a stylesheet with <pre>a:hover { POSITION: relative; }</pre>

commit 6e8f12e4797fbe142b678ff4f4cfaa2ac3d27b81
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 12 17:54:46 2011 +0100

    Do not exit the move/resize loop when just any key is pressed unless the ops is triggered via the keyboard (this should be nough to fix the remaining part of bug #8233, the rest being addressed by the sync grab committed some time ago)

commit 0529b95e91a2b6b7fd0ea15665f69ad8a055867b
Author: Mike Massonnet <mmassonnet@gmail.com>
Date:   Sat Dec 10 12:38:29 2011 +0100

    l10n: Updated French (fr) translation to 48%
    
    New status: 96 messages complete with 3 fuzzies and 100 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0750103d9698359448f11a7d893544daa90dd582
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Fri Dec 9 15:24:21 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b5c319168179ecc740687e852ae8c311f7cbf01b
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Fri Dec 9 15:23:51 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 16f0e5b841e5e58d18f649065e6d1c3636b88008
Author: Ruei-Yuan Lu <RueiYuan.Lu@gmail.com>
Date:   Thu Dec 8 07:10:08 2011 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4b830c5ef87bade9d4d81979bc62398388bb3565
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Wed Dec 7 15:06:48 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4ac4738fdc6b8361ed0ef83d0e85af41059b859c
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Wed Dec 7 15:02:39 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bb98bb215afed3afbbda559a22e696245c03bf0e
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Wed Dec 7 10:51:40 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2c04f69db4a60571b8bb3da26dff1ce00cd3f523
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Wed Dec 7 10:43:37 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 99%
    
    New status: 198 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e7a11f3ff5480795cd0e2f02e10122ef70a2c775
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Wed Dec 7 09:02:03 2011 +0100

    l10n: Updated Icelandic (is) translation to 56%
    
    New status: 130 messages complete with 0 fuzzies and 100 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e24e349efa52a721d9ec1f8c6f3498f6e713a669
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Wed Dec 7 07:23:34 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 87%
    
    New status: 174 messages complete with 0 fuzzies and 25 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 82ded1601e98df9e63d775de6a7b21cfe21a9873
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Wed Dec 7 06:06:46 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 69%
    
    New status: 138 messages complete with 0 fuzzies and 61 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fe686be36800d8bef76ff603ecde40ec1e976d01
Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
Date:   Tue Dec 6 21:29:15 2011 +0100

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 364c8e365dfc188a6483e617c69f107e78f644db
Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
Date:   Tue Dec 6 21:02:49 2011 +0100

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 23c2de05a71f70b14e108852b932ad7f14774df3
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 6 18:07:30 2011 +0100

    Make gcc happy

commit c9c2e5e8874e3288b73eb96306bd99965adf17e4
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 6 17:57:41 2011 +0100

    Reverting from desktop view may not focus the top most window (bug #8173)

commit c9e725c4752ea2ad9c36e2ef7f5363015f267cfd
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Tue Dec 6 16:55:00 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 51%
    
    New status: 102 messages complete with 0 fuzzies and 97 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1469a6a38e1296956042b069f42442097dd9e388
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Tue Dec 6 14:28:49 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 37%
    
    New status: 74 messages complete with 0 fuzzies and 125 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fecc7a65a1d464d872268dcf8500396b1d4983ca
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Tue Dec 6 12:52:35 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 32%
    
    New status: 64 messages complete with 0 fuzzies and 135 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 93e80a484d7d00097b438e642a54906f5ddfb4d3
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Tue Dec 6 12:44:30 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3c5c46a10c2fab93c279e30f841f273ed6a726cd
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Sat Dec 3 09:18:38 2011 +0100

    l10n: sett inn
    
    New status: 23 messages complete with 82 fuzzies and 125 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit beaceb3dac83f967974b8c93a29e6dab61a74fc4
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Thu Dec 1 00:00:09 2011 +0100

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 405f70676481b5ebd06d275abdf0a3f93a04d8b2
Author: Jean-Philippe Fleury <contact@jpfleury.net>
Date:   Tue Nov 29 16:10:38 2011 +0100

    l10n: Started French translation
    
    New status: 14 messages complete with 0 fuzzies and 185 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit be7df165d1075feb513f908da44320f940a776f8
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Wed Nov 23 16:46:24 2011 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 495d2600cd6551883f1d003b5299085f0382791a
Author: Kamil Polczak <elderlinx@gmail.com>
Date:   Wed Nov 23 10:42:49 2011 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fc67ca78ddde1a47ec557ec54845fb8edae1bc00
Author: Dmitry Nikitin <luckas_fb@mail.ru>
Date:   Mon Nov 21 09:43:56 2011 +0100

    l10n: Updated Ukrainian (uk) translation to 12%
    
    New status: 25 messages complete with 0 fuzzies and 174 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0f09db3293738e7b82696c0bc68bbbe7f090608d
Author: Dmitry Nikitin <luckas_fb@mail.ru>
Date:   Mon Nov 21 09:43:02 2011 +0100

    l10n: Updated Ukrainian (uk) translation to 6%
    
    New status: 12 messages complete with 13 fuzzies and 174 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b9a86e95caccd0f388d2d05e0b4bba0dd921ae2b
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Sat Nov 19 15:48:37 2011 +0100

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7522f6b248341f0ce00973ed2d5198d9c8628ad3
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Nov 18 18:34:49 2011 +0100

    Restore the grab for double-click detection as it fails with "easy-click" and fix screen/monitor change signals.

commit d7273d90a46c328cfdc26ff7f000cefb10000271
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Nov 17 13:13:48 2011 +0100

    Reintroduce the double-click timeout, this is unrelated to events being lost,
    Remove the active grab for the double-click detection.

commit 18199db7428b4bd1a0c5aaa60ebdea3e96178006
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Nov 16 10:29:59 2011 +0000

    Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.

commit 9543eab4867876a6190cc07dba7b79fec7aab528
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Tue Nov 15 12:31:22 2011 +0100

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a903e039487515bd51512689a36c79067c1de614
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Nov 13 03:16:20 2011 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 934d55946576cbbbe790440531288e1593c7881d
Author: Mike Massonnet <mmassonnet@gmail.com>
Date:   Sat Nov 12 16:23:22 2011 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 241c60d2b9b6e0b3521eaff339d6485e091c243b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Nov 11 11:44:59 2011 +0100

    Simply double click detection logic, remove the timeout (this may have some slight side effects on user interactions, for example the double-click on icon == close is no more)

commit bc0f63296ca831e418669479ec402146ce1ac011
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Fri Nov 11 11:30:39 2011 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0290bf6cf28fa841c9f1106a4b605fc2caea2694
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Fri Nov 11 07:53:15 2011 +0100

    l10n: Updated Slovak (sk) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 08f9c17040f7d4ad3419c74901d970c7986b2943
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Nov 7 20:56:25 2011 +0100

    Check for both forward and backward cycling modifier to be released before exiting the cycle loop (Bug 6508),
    do not enter the cycle loop if corresponding shortcut has no modifier.

commit 220a93a388fc51bacd9d6832df4a08026eb86503
Author: Xavier Devlamynck <magicrhesus@ouranos.be>
Date:   Sun Nov 6 21:25:10 2011 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3df7ac04b7f70a89c89bb8451f25a6a06ecb58ff
Author: Jakob Kramer <jakob.kramer@gmx.de>
Date:   Sun Nov 6 00:13:09 2011 +0100

    l10n: Updated German (de) translation to 99%
    
    New status: 228 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9f5689153fe93501c4e8410536d14a5fddc9b545
Author: Jakob Kramer <jakob.kramer@gmx.de>
Date:   Sat Nov 5 23:52:43 2011 +0100

    l10n: Updated German (de) translation to 99%
    
    New status: 229 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b076cf4b94cdfabd2b079977cd561b01934555ee
Author: Jakob Kramer <jakob.kramer@gmx.de>
Date:   Sat Nov 5 23:52:10 2011 +0100

    l10n: Updated German (de) translation to 99%
    
    New status: 229 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4e7246c1d9836cf86cd0ed65dd175a351302e076
Author: Jakob Kramer <jakob.kramer@gmx.de>
Date:   Sat Nov 5 23:45:03 2011 +0100

    l10n: Updated German (de) translation to 99%
    
    New status: 228 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d08b3c54cce655abab37fa67eac1910271878fc6
Author: Aleksandr Ponomarenko <davian818@gmail.com>
Date:   Sat Nov 5 15:29:45 2011 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 36bd26d8b623a68b18021889a338c714a1e51277
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Nov 5 09:13:08 2011 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 41218e42ccecd0727551ea7335ebf630f48e0618
Author: Piarres Beobide <pi@beobide.net>
Date:   Sat Nov 5 00:45:58 2011 +0100

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3dfe36b95e5ca6e2c8fdc84ae706ec35500e32e0
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Nov 5 00:42:40 2011 +0100

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 124f764ec9bc6810ebd323a1ae2a97fa554b7418
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Mon Oct 31 22:08:12 2011 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cdf25de7f9bdac778e8a0eb18c3bdeb41cb89d40
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Mon Oct 31 13:37:56 2011 +0100

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ea83987711befacd89ffeef5ce502a7eef9a0b4e
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon Oct 31 01:18:19 2011 +0100

    l10n: Updated Croatian (hr) translation to 80%
    
    New status: 184 messages complete with 0 fuzzies and 46 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 864c43d3448c4b4da3393cd846ad2dce37eeff1f
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Mon Oct 31 00:59:40 2011 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5292b15a168358d1df45271983577d5b030e7174
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Oct 30 17:41:55 2011 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 229 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit db85f7be9187b435d344ea4c331a19527bf21da5
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 30 10:44:21 2011 +0100

    Add special icons for the button layout in settings.
    
    This makes it a lot easier to distinct the various actions.
    Icons based on the default theme icons, created by Simon Steinbeiß.
    
    Also add the active and hidden layout in a sizegroup and drop
    the fixed size, this makes the buttons a bit bigger, but this
    way the icons are not chopped.
    
    Also rename the Hide action to Minimize, this is how it's call in
    the menu too.

commit da9464448902ab9ea2a9c248237c07aad63fc634
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 30 10:36:36 2011 +0100

    Remove unused variables.

commit c08efcff0c45dbe482db12cb48dad24b3e74949b
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Oct 30 10:26:07 2011 +0100

    Remove generated file.

commit 53c4d47b2f11be4e33ea631b6c5a9a445d1c00b2
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Oct 30 09:07:22 2011 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 229 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 22d46ad96c2cf222f7e55a167588c0d0668a4172
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Oct 29 15:31:46 2011 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f08e2e7ce6f8dbc26f0ce152146b3c38dd2be5f5
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Sat Oct 29 10:49:47 2011 +0200

    l10n: Updated Danish (da) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f9f362e85c1b64793e98c857e44037760645c9b4
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 28 16:39:37 2011 +0200

    Simplify

commit 7ec260500fe69f1ccb531900a080b2b28041e5dd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 28 16:13:12 2011 +0200

    Memory leak in pixmap code

commit 18d09c75542b14a0dcc28b523aceda0225c298fc
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 28 15:51:18 2011 +0200

    Fix some events being lost causing the tabwin window to remain sometimes after the key has been released

commit 94a88821d7dc8bfe9362b8d27ed7749b26d3ef76
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri Oct 28 14:20:24 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e43c0a7c27dfd9bd1aeeeac6de39dd3043d8e5cf
Author: 玉堂 白鹤 <yjwork.xfce@gmail.com>
Date:   Fri Oct 28 04:24:36 2011 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ce994bd37e83603c5a909a0b8c346e9ed9f786de
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Fri Oct 28 03:33:26 2011 +0200

    l10n: Updated Croatian (hr) translation to 80%
    
    New status: 184 messages complete with 0 fuzzies and 46 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ba6cc56f3c0c1cdd5626f746ed91d73e35d9e7c0
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Thu Oct 27 22:40:37 2011 +0200

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8637c3a8f869dee3c74e9ccb241b10ebfa4e705e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Oct 27 19:04:00 2011 +0200

    Optimize workspace deletion

commit 1ae48784501f5095b5c66bc4316aa7ce8f950d6a
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Oct 27 13:47:50 2011 +0200

    Fix typo (loser -> lower).

commit 6fe0c5715ab782e09fa700935bdb0a1aa6c85d90
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Oct 27 13:35:11 2011 +0200

    Implement raise or lower shortcut

commit 091ea0184ac2b72ffe21fbe6b210e44c6ffb6083
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Oct 27 12:05:39 2011 +0200

    Set lower value to 1 for workspace count

commit e15efbce6b0a8f0ef0fe5ef008bab959c9ee0cf0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Oct 26 20:40:02 2011 +0200

    Fix crash when workspace count is set to negative values (Bug #8002)

commit add1dd2b8b14bf54ad67b41a28de061bb70bc26f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 25 18:20:44 2011 +0200

    Cleanup set but unused variables

commit 128566aaa89ce81ab629896716f1064720c37865
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 25 13:49:11 2011 +0200

    Do not fiddle with SIGSEGV

commit 29d4eaeba1abf8a79fd96aeb7c0f26655e3a39ee
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 25 13:47:11 2011 +0200

    Remove some XFlush() calls

commit 2a4edb8b1aad7e4cf4d3cbab3cffedd0f356fac5
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 25 13:46:33 2011 +0200

    Fix crash in signal handler

commit d154ab127af75a4e1e7b37351dd7e48491a4f69e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 21 08:47:04 2011 +0200

    Upon restart, restore the previous selected workspace.

commit 7da8c081dc4dd01a15e38475996613ca2f140393
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 21 08:46:39 2011 +0200

    Optimize signal handler setup

commit 957f5247116f3cd683d99ad1e8eab774779b364a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 21 08:45:12 2011 +0200

    Improve horizontal/vertical maximization toggle so that de-maximizing in either direction while fully maximized gives the expected maximization result.

commit c5333fd855fc2296843343a56cf8309ddca836fc
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Oct 19 21:26:18 2011 +0200

    Change the default theme to differentiate from 4.8

commit 7eff3d69403059aa184310a0f231920b67c3b8e6
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Oct 19 21:23:56 2011 +0200

    Update mouse cursor theme and size dynamically (Bug #6854)
    Initially based on patch submitted by Matthew Rahtz <chiizufish@gmail.com> in bug #6854

commit 33d41a823b2f5fabf458af6f6513d34d3ce86327
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 18 09:08:07 2011 +0200

    Optimize transients for group evaluation while withdrawing windows.

commit 006f92a6d3308a9cde8decd3e47d75f3c5181f5e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 18 09:07:08 2011 +0200

    Increase timeout for other WM to exit with "--replace",
    add visual feedback while waiting.

commit 407a67dc68bcf3e10406f2d79bc7c1d649f098f5
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Oct 15 17:02:09 2011 +0200

    Rework focus and fullscreen windows to make xfwm4 simpler and
    more predictable.

commit fcb7c94e8df769a909a85947d280ce4fcea75abd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Oct 15 16:57:27 2011 +0200

    Fix a bug with transients for group (including utility windows)
    where the windows were withdrawn as many times as parent windows
    where in the group, causing utility windows to disapear when
    switching workspaces (this bug was affecting The GIMP and reported
    initially bugzilla.gnome.org as bug 651454).

commit ded8ebf9434f60970828d79e3aed334e5f8b11bd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Oct 12 09:13:27 2011 +0200

    Update version

commit 60259483c75d230ff3139bb1c21c0d0c2b2c0d2a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 11 20:17:09 2011 +0200

    Get rid or of old GNOME 1.x protocol

commit 9982c00b3b7f6423faf9fe4a18cb92e85ce11c8f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Oct 11 15:54:27 2011 +0200

    Get rif of legacy fullscreen emulation, if your app breaks  it's
    time to move on and adopt the extended window manager protocol...

commit 081869d56c7d1210288a9f320e1c1fe25fbc4f02
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Oct 10 10:33:03 2011 +0200

    Some apps that I wouldn't name try to manipulate the win layer by
    themselves and cause havoc when doing so on transient dialogs, so
    we need to be extra careful before allowing apps to change the
    layer.

commit e77b4762e1484fe36f37347bc3d691f30ea791b3
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 7 15:19:41 2011 +0200

    Do not enforce the size increment only if the size request comes
    from the application itself (refix bug #7445)

commit b11e93988abccff996107dd298eb3588daa15ab9
Author: Jarno Liimatainen <jarliim@iki.fi>
Date:   Sat Oct 8 06:59:23 2011 +0200

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d81e300023c25ad16dfc405f5ea6f6cb4c7f4460
Author: Jarno Liimatainen <jarliim@iki.fi>
Date:   Sat Oct 8 06:23:49 2011 +0200

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 945a7a80a6b67a88fb51a5d2fd6110164c3dcbc9
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 16 10:23:11 2011 +0200

    Display session's struct memeber needs to be set even when not connected otherwise bad things may happen when quitting.

commit 07f7ea1468a4daeca91394181c7d9e607066831a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 16 09:50:30 2011 +0200

    I mean "stock" icons, "stop" icons makes no sense at all... me--

commit dff377df0107de545b94a5fa0e7f98a84163af04
Author: Alper Tekinalp <alper.tekinalp@gmail.com>
Date:   Thu Sep 15 22:33:01 2011 +0200

    l10n: Updated Turkish (tr) translation to 3%
    
    New status: 6 messages complete with 14 fuzzies and 179 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 66beb389b3fa8e390e1babecbdac5eb78297a9c1
Author: Alper Tekinalp <alper.tekinalp@gmail.com>
Date:   Thu Sep 15 22:31:21 2011 +0200

    l10n: Updated Turkish (tr) translation to 2%
    
    New status: 4 messages complete with 7 fuzzies and 188 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 77cf7c17f362b89f8dffe6b72019e3d1f76f8762
Author: Alper Tekinalp <alper.tekinalp@gmail.com>
Date:   Thu Sep 15 22:29:30 2011 +0200

    l10n: Updates to Turkish translation
    
    New status: 1 message complete with 0 fuzzies and 198 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 233fb9e5d8eeef480ac3e4659ce8e8de1de61e03
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Sep 13 20:32:13 2011 +0200

    l10n: Ukrainian translation
    
    New status: 1 message complete with 0 fuzzies and 198 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5af5bcbad3e3f1709708adff9a9eb5b9a6443622
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Mon Sep 12 23:21:44 2011 +0200

    l10n: Updated Korean (ko) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fd8b46355bcb7b38978929463c4fbf55c1a6934a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Sep 12 10:38:41 2011 +0200

    Refix panel plugins such as verve not receiving focus in focus follow mouse mode (bug #6617, bug #6649).

commit b1decacb73ec0274c7916e2d28f0d60ef15f7a21
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Sep 12 10:18:33 2011 +0200

    Revert "Fix panel plugins such as verve not receiving focus in focus follow mouse mode (bug #6617)."
    
    This reverts commit 3f76f971e61fa781c1eb2c43b0411c4148ec4275.

commit 3f76f971e61fa781c1eb2c43b0411c4148ec4275
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 9 12:25:36 2011 +0200

    Fix panel plugins such as verve not receiving focus in focus follow mouse mode (bug #6617).

commit d89fc9d0718fb9496c9b866cc05d62d65d604467
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri Sep 9 00:44:09 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 94754ef1be461fd32b8c098deaa5d2745f73ee5b
Author: Alexandr Boltris <ua2fgb@gmail.com>
Date:   Fri Aug 26 16:53:51 2011 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ccb02bc876faaf18ac9485e9e2e1201d65e109d6
Author: Alexandr Boltris <ua2fgb@gmail.com>
Date:   Fri Aug 26 16:17:49 2011 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 713efa89883e178d1a9e7709232a9b763224dbcd
Author: Alexandr Boltris <ua2fgb@gmail.com>
Date:   Fri Aug 26 08:49:11 2011 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 345c30bb97d44b50c8258d5a548258761d977b24
Author: Artem Zolochevskiy <artem.zolochevskiy@gmail.com>
Date:   Wed Aug 17 11:08:53 2011 +0200

    l10n: Initial Russian translation
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 30cf39d8a53525b7ef428160eab5c2703a17d4b9
Author: Artem Zolochevskiy <artem.zolochevskiy@gmail.com>
Date:   Thu Aug 11 21:52:06 2011 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2c0a71391a01419135373b90d058737335cc31db
Author: Andreas Mueller <schnitzeltony@gmx.de>
Date:   Thu Jul 21 19:52:28 2011 +0200

    docs: On installation create relative paths in symlinks to images
    
    Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>

commit 376549146cc7b1a0c6a22d6f329744964ade0490
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Thu Jul 21 03:02:36 2011 +0200

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4811ae07b1537b0d28b0cf34b7da59d51b8237e8
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Wed Jul 13 18:50:53 2011 +0200

    l10n: First update to Indian Telugu translation
    
    New status: 108 messages complete with 0 fuzzies and 122 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 515bd1cc4a1a3be84c54732f32129455efbb3625
Author: Tomáš Vadina <kyberdev@gmail.com>
Date:   Thu Jul 7 15:09:57 2011 +0200

    l10n: Updated Slovak (sk) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5ea78d6505516b50fb3cf055d278a460c0527f9d
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed Jun 22 15:22:50 2011 +0200

    l10n: Updated Croatian (hr) translation to 80%
    
    New status: 184 messages complete with 0 fuzzies and 46 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1dd09b3d843e8338d68ac346147d176da4672990
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri Jun 17 12:25:25 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a4ca44022b1ac3128680a57e2f038e02fb206a5b
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri Jun 17 00:31:22 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6f0a154e921d475343146d47c7dd8876767fb4f4
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Jun 2 23:09:59 2011 +0200

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4aad71dfa91fc39e9a45385f04d52a29f1e60d3c
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Mon May 30 07:23:21 2011 +0200

    l10n: Updates to Chinese(China) translation
    
    New status: 64 messages complete with 0 fuzzies and 135 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0786a4dc64773a3d2f42f48880f798a91d925525
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri May 27 15:15:12 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ae02a898a412281ff0e2edd2640cc36e13c27fdb
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Fri May 13 12:23:08 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1a96ea8fd82dc3fc3a5d6a47b5ea63943606ce94
Author: Pjotr Anon <pliniusminor@gmail.com>
Date:   Wed May 11 17:29:07 2011 +0200

    l10n: Updated Dutch (Flemish) (nl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3fdb3ef440ae74957c870d7a64edf5a273fdddf7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon May 2 11:09:44 2011 +0200

    Fix logic in previous commit

commit a517c44802e790408f2cca4d5865ab7f4ebfca0a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon May 2 10:21:38 2011 +0200

    Keep window fully visible on screen on size request

commit cc0b60c771bad7045b856a1987544dc5f73083f5
Author: Sérgio Cipolla <secipolla@gmail.com>
Date:   Sun May 1 11:50:13 2011 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 807a2194138dd2808158e85a12e0934d17c2dd0e
Author: Chipong Luo <chipong_l@yahoo.com>
Date:   Sat Apr 30 13:30:08 2011 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7e0a9298f20298eefcc9f6e90cae5d3fcacb176b
Author: Sérgio Cipolla <secipolla@gmail.com>
Date:   Thu Apr 28 16:05:17 2011 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7f5e71a68fb882eb35396f113d9db7bf0e9e8d4b
Author: Sérgio Cipolla <secipolla@gmail.com>
Date:   Wed Apr 27 00:58:40 2011 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 99%
    
    New status: 229 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ca64b60653d8feb698ee377ccb8e7872bc95677f
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Apr 22 21:06:23 2011 +0200

    Drop unused variables.

commit c082e6434c664ec9dcd59f021a78ad3781f0d776
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Apr 16 18:09:45 2011 +0200

    Don't use the gvalue twice.
    
    This avoids a console warning that the value is already set as int.

commit 66711bfa89f4009d09cb0b36e7a7dc829ecec676
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Mar 31 11:51:36 2011 +0200

    Relax resize wrt to size increments

commit 6232a023d65a8862a41423a2859f9d459f90f488
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Feb 18 10:01:58 2011 +0100

    Fix bug #7300, allow menu shortcut to work even for non-decorated windows

commit 975529ef809e1fd8eff0ce689ed2615a531065bf
Author: Gonzalo Lagos <xalo.em@gmail.com>
Date:   Wed Mar 9 19:04:20 2011 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9ddb53a4b94872af653be29c5825e9c8269a947b
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Feb 26 12:47:46 2011 +0100

    Optipng manual images.

commit cf5c956b696884b9cbe40d6e7da753927d4648cd
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Feb 26 12:43:02 2011 +0100

    Add Greek manual screenshots.

commit a6a898ac92b2c75ed41f376450f9fab5cc6167ed
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sat Feb 19 17:23:51 2011 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4f4065d259fb830b7a7804efb0f5549cf8afdb07
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Feb 14 16:37:55 2011 +0100

    Remove unused icon, add mention of gen-color-table.pl coming from gtk/gdk-pixbuf

commit 1c42d2ec9f7fc562444989f619c6eeba80ac7629
Author: Guido Berhoerster <gber@opensuse.org>
Date:   Sat Feb 12 17:42:49 2011 +0100

    Allow installation of the helpers in a custom location.

commit 4a52a77eecc7e4d88ac3ce307803a2f7a68b8897
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Sat Feb 5 15:34:41 2011 +0100

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5c80fc324d5d568548490cbfc4e24772bc9378b5
Author: Claque <cpt-alatriste@ya.ru>
Date:   Sun Jan 30 16:52:12 2011 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 67944881a32d0b219559a4b021c49b23fd5e4dc4
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Jan 26 14:38:35 2011 +0100

    Allow images without an alpha channel to be used in themes as well

commit ef6e13761bf29dd87fde57ecacbed42f8244b748
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Jan 20 11:07:51 2011 +0100

    Restore the release keyboard events.

commit 319edb1019ce6b3f1aaf8e0d6aed7564ae811e8a
Author: Özgür Kuru <ozgur@ozgurkuru.net>
Date:   Mon Jan 17 10:40:14 2011 +0100

    l10n: Updated Turkish (tr) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit edd5ad3c090d59ff2c464e4261c7f38abacf2e76
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 16 17:30:15 2011 +0100

    Post release tag bump.

commit e316a452857805f15b28af2683224ed7793d6610
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 16 17:27:45 2011 +0100

    Updates for release.

commit 4ce6fa4fac8cbd78ee8c4de74d5dad4567dcc271
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Sun Jan 16 00:39:12 2011 +0100

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b49312d59081a9965bc0875ef2ff28f31d64eb8d
Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
Date:   Sat Jan 15 21:12:11 2011 +0100

    l10n: Updated Arabic (ar) translation to 73%
    
    New status: 166 messages complete with 34 fuzzies and 26 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2b0d776c7b413a78613732e3615e5dc9b9aab54f
Author: Mike Massonnet <mmassonnet@gmail.com>
Date:   Sat Jan 15 18:21:42 2011 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d9f6d4d71cd605cda7a480c2bee2b3daea492394
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Wed Jan 12 19:33:55 2011 +0100

    l10n: Updated Galician (gl) translation to 98%
    
    New status: 226 messages complete with 0 fuzzies and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 46d815bd2bb9ab160abef453381da3002b1a931a
Author: Mișu Moldovan <dumol@xfce.org>
Date:   Tue Jan 11 21:55:12 2011 +0100

    l10n: Updated Romanian (ro) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 116a549558cccc0349b39ed6135e7a85890351fa
Author: Stavros Giannouris <stavrosg@gmail.com>
Date:   Sun Jan 9 19:28:55 2011 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1f53460ceeade29600ad589003fe43c7800bce6b
Author: Piotr Sokół <psokol@jabster.pl>
Date:   Sun Jan 9 15:53:24 2011 +0100

    l10n: Updated Polish (pl) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ec01dc0f464dffd02b9192b8fa9d0c03724434e2
Author: Stavros Giannouris <stavrosg@gmail.com>
Date:   Sat Jan 8 22:08:03 2011 +0100

    l10n: Updated Greek (el) translation to 7%
    
    New status: 14 messages complete with 1 fuzzy and 184 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 23d0214e8c24bed8134664ed9c829e3c86ad65b4
Author: Spiros Georgaras <sng@hellug.gr>
Date:   Fri Jan 7 17:04:47 2011 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 96187ab3a96caa589f741bee3bc7499bf0a3a128
Author: Spiros Georgaras <sng@hellug.gr>
Date:   Fri Jan 7 16:34:34 2011 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 52482dd62f235f9c2d2485d202d527fc33e1ec8a
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Fri Jan 7 09:35:22 2011 +0100

    l10n: Updated Croatian (hr) translation to 76%
    
    New status: 177 messages complete with 0 fuzzies and 53 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 601166e89f156bb84c4269cbe99f603e3d546618
Author: forfolias <forfolias@gmail.com>
Date:   Thu Jan 6 23:06:28 2011 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 548cb7a0a151111866126622e7aee24e0e7501fd
Author: forfolias <forfolias@gmail.com>
Date:   Thu Jan 6 17:11:42 2011 +0100

    l10n: add greek translation
    
    New status: 1 message complete with 0 fuzzies and 198 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8596aa404ed260e0c7d93fa504eeffa6b1af0c36
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Jan 5 10:37:52 2011 +0100

    Update copyright year.

commit 8416e45d42684860e5b2f05f15635c80f8fa2f61
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 2 14:27:47 2011 +0100

    Post release tag bump.

commit c445f4943f3e08caf173e34cc00fdee9c98f284a
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 2 14:26:53 2011 +0100

    Updates for release.

commit 62b89ed46bcc0f2c13ce9183bbe77f060beb7c69
Author: Nuno Miguel <nunis@netcabo.pt>
Date:   Thu Dec 30 18:00:16 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b139b2993e87ce6356404f0f71d325ed658c246e
Author: Dmitry Nikitin <luckas_fb@mail.ru>
Date:   Tue Dec 21 11:33:44 2010 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0285c85f3604de33550741ea3eb15b0985b5c34d
Author: Andhika Padmawan <andhika.padmawan@gmail.com>
Date:   Sun Dec 19 12:51:25 2010 +0100

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bc8f78a596ea0e5ab538f83a39d02320017964f8
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Dec 18 18:54:09 2010 +0100

    l10n: Updated Swedish (sv) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7aad854ba7a3a26c83def67065fb97f2f21396ac
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Dec 18 18:45:02 2010 +0100

    l10n: Updated Swedish (sv) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1714c72eacd2f556c3ecd31234aec0ef40b2d4a7
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Dec 18 18:28:17 2010 +0100

    l10n: Updated Swedish (sv) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7d438cf0bec98d0f7560faae89fb73c388db2941
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Dec 18 17:07:16 2010 +0100

    l10n: Updated Swedish (sv) translation to 98%
    
    New status: 227 messages complete with 1 fuzzy and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b52af4eae35a93f21a7e648bc5f6ab42a9d48e64
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Dec 16 20:04:34 2010 +0100

    Mass update: Update (c) year

commit 14604225895e9d6cd3d22f7cea65936c5f86bf0e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Dec 16 19:58:52 2010 +0100

    Fix application cycling
    
    Application cycling is a new feature in 4.8 that was never really
    finished and was in semi-working state. This fixes the known
    remaing issues making app cycling much more useful (even if
    disabled by default)

commit b71a3b996e4bffeb14eec2799f7214c00af26583
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Dec 15 14:56:00 2010 +0100

    Fix bug #6902
    
    Implements clone monitor detection and other general xrandr
    improvements.

commit 9f01853ab8406f2ee8e4261094da556c800ea999
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 14 09:23:07 2010 +0100

    Fix bug #6589
    
    Do not force full visibility of windows on screen resolution changes.

commit d4007b56100503fcc341e98fa5cb75c5d73cdd5e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Dec 14 08:55:47 2010 +0100

    Fix bug 6989
    
    Add an xfconf key to enable/disable rollup with mouse wheel.

commit ca19b741c68ce7d0cde68e77d8c4fddcd67b9a13
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Dec 11 17:46:27 2010 +0100

    Use correct event type may help

commit 2d318ca398f68e87fae9cbed951d53a18e87746a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Dec 11 17:36:30 2010 +0100

    Double-click on edges trigger window fill in any given direction

commit a4a698d0884cda912962292a809b972d41e694e4
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 10 11:21:25 2010 +0100

    Thinner bottom frame.

commit 29b672a580647b56ed9a2bf15ada863c39639e8e
Author: Jeff Bailes <thepizzaking@gmail.com>
Date:   Mon Dec 13 08:19:17 2010 +0100

    l10n: Updated English (United Kingdom) (en_GB) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fc05b375af90192590658280638486b2808622bf
Author: Fabian Nowak <timystery@arcor.de>
Date:   Sun Dec 12 19:04:27 2010 +0100

    l10n: Updated German (de) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ed8695fabf7cfc6946917a905c5a314d94abb33e
Author: Stavros Giannouris <stavrosg@gmail.com>
Date:   Sun Dec 12 13:11:39 2010 +0100

    l10n: Updated Greek (el) translation to 97%
    
    New status: 225 messages complete with 1 fuzzy and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bba35188630531d7d6a6d53fc95cbb37c76ff6fc
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Sat Dec 11 16:17:33 2010 +0100

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8e435c4d034500e88331b902c0353d16153b09b6
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sat Dec 11 00:59:49 2010 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 30516b33f19d650e1fd8415a04c04d1d111b1863
Author: Terje Uriansrud <terje@uriansrud.net>
Date:   Sat Dec 11 00:00:27 2010 +0100

    l10n: Updated Norwegian Bokmal (nb) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 54815774a1eb8f9b3d578783c95ddbbe1443b7d8
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 10 09:37:44 2010 +0100

    Bug 6334: Use lower prio for double click timeout
    
    The rationale is to use a lower priority for checking for double
    click timeout, in case we have a click event in time in the
    event queue.

commit f72ff9f73c9f91b3cbb5ae8fd8207d5a4389cd0e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Dec 9 20:25:46 2010 +0100

    Fix bug #6334
    
    Add hooks to check double click timeout, check timeout in event loop
    as well.
    Add traces to check double-click timeout

commit 7d94a9c54ec7cf17b063484846250c7a97866853
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Dec 8 14:43:13 2010 +0100

    Use XSettings standard double-click-distance (bug 6334)

commit f25a5891ffa269f8c8fee1a7535e1482768db12e
Author: Harald Servat <redcrash@gmail.com>
Date:   Wed Dec 8 21:50:23 2010 +0100

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 107616a71825bde51fa6bf2d3ae6a638bf3386f9
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date:   Tue Dec 7 22:08:14 2010 +0100

    l10n: Updated Ukrainian (uk) translation to 97%
    
    New status: 225 messages complete with 0 fuzzies and 5 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c653bb0289f896254178347389e2f259bb752994
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Tue Dec 7 14:42:22 2010 +0100

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2b90f0ffa73d6e7a175e4525ef5f821fa93140b7
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Dec 6 11:03:11 2010 +0100

    Fix bug #6651 Shape Mask Changes not Immediately Recognized by Xfwm4
    
    Fix ShapeInput handling causing issues with audacity
    (and possibly others).

commit 2eb96726496a12afb24d19d0eed01acf8ee71de9
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon Dec 6 18:35:47 2010 +0100

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 91d17255426656595b34b603998694fd61825f62
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 5 15:36:20 2010 +0100

    Post release tag bump.

commit 5577e2995877ee3f9d6a1b45a4841da6a9d849d4
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 5 15:35:30 2010 +0100

    Updates for release.

commit 2166c9e66fe2613ca93f7b2585e79b82f34d1db4
Author: Michael Martins <michaelfm21@gmail.com>
Date:   Sat Dec 4 17:01:48 2010 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3a9f0f2c330fc8419b4f7714ffe39dfa81ee87f4
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 21:52:02 2010 +0100

    Remove unused function to make the buildbot happy

commit 92c058c1f11f91716fd6374a195097968b3bd01e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 18:35:31 2010 +0100

    Fix bug #6649, panel won't focus the verve plugin in focus follow mode (this seems like a bug in the plugin / panel that do no use the new format for NET_ACTIVE_WINDOW, but xfwm4 has a workaround for that now)

commit 8f91562fd3e90b8fc417b76b2b7f86dfecbdb038
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 15:16:21 2010 +0100

    Fix bug #6543, the window coordonates and size need to be adjusted when a maximized window is undecorated

commit 6b00f9822033727ba5d173ab12beb507b2c3163b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 14:08:03 2010 +0100

    Fix regression introduced by the wrong flag test in the fix for bug #6543

commit f25eec465c2ca3b538a594cea32aa18336c3ae16
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Fri Dec 3 13:55:56 2010 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 05c1274b04081d99cbdc906237169793fdc9bb3b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 11:46:55 2010 +0100

    Unshade windows when given focus with Alt-Tab (bug #5931)

commit 5c46aadba7a8d2dea490f01d86d8c359717e47e2
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 11:22:27 2010 +0100

    Update PNG files

commit a586b901dbad22ba454cc787138bb16edce6bfd0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 11:21:39 2010 +0100

    Fix hang when closing a submenu (bug 6562)

commit dfd9b7860cc3d2d262b79577ba1924f1f9d7a29d
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 11:14:02 2010 +0100

    Fix hang when cancelling a submenu (bug #6562)

commit 660246ce839c273ab62945eeeed4e3917b433aee
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Dec 3 10:06:17 2010 +0100

    New theme for 4.8

commit ab734ca44064e317387ab9e49e2805c6d4a0aba6
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Nov 30 17:52:59 2010 +0100

    Fix bug #4679, focus-follows-mouse activate/raise should not do focus

commit 06299dbe2639c8be60229defd00bd9436cadcfb6
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Nov 30 17:48:17 2010 +0100

    Fix bug #6543, when maximized windows are undecorated, space from the
    decoration is left behind, patch provided by <denis@root.ua>

commit 24fdb36d9e4323244c61b9d8e1ebc8dd5809d000
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Mon Nov 29 11:16:32 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e04b4e29dce6ac6ebcc5424fe911dd152bd39e83
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Nov 28 15:45:04 2010 +0100

    Post release tag bump.

commit 72e421623ac391b2646fd9966582ab9bcc4908e6
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Nov 28 15:42:08 2010 +0100

    Updates for release.

commit 963776f8585751a95bf4ab8080e56834d1513e31
Author: Xu Meihong <mhuntxu@gmail.com>
Date:   Sat Nov 27 14:08:33 2010 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 98%
    
    New status: 226 messages complete with 0 fuzzies and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6590c62f5a5c9fe2520d1c524bc263c4d7f6b7d5
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Nov 27 11:07:46 2010 +0100

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8a0d6a55afe7c2b7aac4b87da504cdc3c4a827d1
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Nov 27 07:20:38 2010 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c6f53afff95a6985201b89fd85ea562f118ee7db
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:   Fri Nov 26 21:29:55 2010 +0100

    l10n: Updated German (de) translation to 97%
    
    New status: 225 messages complete with 1 fuzzy and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0426736194f50b4a53cee5f1fb2c594ae6194a1a
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Fri Nov 26 20:01:31 2010 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 230 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit dc3cf0745cc0e94289b9cfeebd3a1b4adc2ae04d
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Nov 26 16:02:38 2010 +0100

    Only load the session if Xfwm4 was restored.

commit e08b248a5cec4ecf161a9a37642650ee48d3423b
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Nov 26 15:33:07 2010 +0100

    Properly implement session handling.
    
    It turned out the session client was never properly
    hooked up in xfwm4, so a bunch of changes were needed for
    that:
    
    - Use GOptionContext, so we can use xfce_sm_client_get_option_group
      for properly initializing the session options. Also added the
      other options that were manually parsed by Xfwm4 for a nice
      --help output.
    - Connect save-state-extended signal so Xfwm4 saves the window
      position again.
    - Use xfce_sm_client_get_state_file for the state file location,
      basically the same as the Xfwm4 implementation.
    - Do no change the restart style during quit.
    - Change priority to XFCE_SM_CLIENT_PRIORITY_WM.
    
    All in all this should restore the window positioning during login
    and fix the bunch of xfwm4 processes when saving the session.

commit 243195d115491e9ebf7864cc98274929f6c112fe
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Nov 17 23:53:06 2010 +0100

    Make the settings dialog 6px smaller.

commit 4b3be58a36c1c555ac262e1d13a283f0f0912bf4
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Wed Nov 17 13:08:40 2010 +0100

    l10n: Updated Galician (gl) translation to 34%
    
    New status: 69 messages complete with 0 fuzzies and 130 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 926fc99a77e0e89ed81535a684243b915e16129a
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Nov 14 13:03:12 2010 +0100

    Remove checks for GTK+ 2.14 that are no longer needed.

commit d112dfbdac1ab0208ca41bd65ff46c5db7533521
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Nov 14 13:01:36 2010 +0100

    Bump the GTK+ dependency to 2.14 (minimum required for Xfce 4.8).

commit a3225e2e116a68833994349c949cd6fb0b6fdaae
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Nov 14 12:56:27 2010 +0100

    Fix broken button layouts by obtaining button IDs correctly (bug 6824).
    
    Since GTK+ 2.20, gtk_buildable_get_name() needs to be used instead of
    gtk_widget_get_name() (which always returns 'GtkButton' in this case).

commit 54d6a560cd8a133ea8d97a4466eb9bf8c8bee4cf
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Sat Nov 13 11:49:34 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e51dee2e2e2f4e7aaafaa0051e70c81be61430f0
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Sat Nov 13 11:43:27 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d1398c51b645ece7409a8de0eff0a38572fb246b
Author: Nuno Miguel <nunis@netcabo.pt>
Date:   Tue Nov 9 18:45:11 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1fcd7b10ec54f619ec8e25dae7e5286d4b15e598
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Mon Nov 8 15:13:40 2010 +0100

    l10n: Updated Galician (gl) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 22c8a4fecb15a762ec313578dbdc7fbbd87e0acc
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Nov 5 17:22:40 2010 +0100

    Silent build.

commit ea8ad99ba95cd96f9ff3e717a2516de65480451a
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Fri Nov 5 13:37:54 2010 +0100

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 89aeb80e70c4b7d82bf15dd7a6570db650d5be83
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Nov 4 21:40:43 2010 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 136a4c26a1469f425a43db9691d0f15fc19d1bda
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Nov 4 21:21:04 2010 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e3b4a67e8ba5827caa5f8073dae1c29e27c71e9a
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Nov 3 21:20:28 2010 +0100

    Post release tag bump.

commit ff5332c3c7ca619786c54d6f687784c507ec8bdd
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Nov 3 21:15:33 2010 +0100

    Updates for release.

commit 21ebbe4722b01763822157f9242fc865a9687c68
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Nov 3 17:26:01 2010 +0100

    Fix break with latest API changes in libxfce4ui.

commit 7cc403b9910247f47f72c8d0ae9899871ce79608
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Mon Oct 25 13:43:08 2010 +0200

    l10n: Updated Galician (gl) translation to 99%
    
    New status: 221 messages complete with 0 fuzzies and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 63ee932a0d9b75795b38b4064485e51ae64fede2
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Mon Oct 25 13:42:24 2010 +0200

    l10n: Updated Galician (gl) translation to 99%
    
    New status: 220 messages complete with 1 fuzzy and 1 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3fef69f8fdae69080a5e6c5e39a6086da5deb1ea
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Mon Oct 25 13:24:07 2010 +0200

    l10n: Updated Galician (gl) translation to 32%
    
    New status: 65 messages complete with 0 fuzzies and 134 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5ee3a66ff20b0654baadd9c4de84b5d3ac69ce0a
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Tue Oct 19 19:12:41 2010 +0200

    l10n: Updated Galician (gl) translation to 32%
    
    New status: 64 messages complete with 0 fuzzies and 135 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9d075a6a742df1afbf4963817bd2cde8b2ce5d72
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Tue Oct 19 19:04:24 2010 +0200

    l10n: Updated Galician (gl) translation to 98%
    
    New status: 218 messages complete with 2 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e3c3b970f96cfda7cc74ed7fec04b696c1573b66
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Oct 17 18:37:37 2010 +0200

    l10n: Added Swedish translation
    
    New status: 19 messages complete with 0 fuzzies and 180 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9c434e54174aa6098d6468506a7da1e63233b11a
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Oct 17 17:08:49 2010 +0200

    l10n: Updated Swedish (sv) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2f46e6bdde374e2f247a0f39d4474b2cadd54516
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Sat Oct 2 18:32:10 2010 +0200

    l10n: Updated Japanese (ja) translation to 97%
    
    New status: 217 messages complete with 5 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f285ad2f6ed7edc04be2362404597524abe528a9
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Mon Sep 27 14:02:39 2010 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 13eda2eb1bff1fb66c1f2ebbe85030e2092da4b2
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Fri Sep 10 07:08:01 2010 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 56bfdd6c102189bcc17dfea8e912126eaae0b95c
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Sep 9 18:17:42 2010 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 199 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 27d4e8782399e75a11ea1f67e7222c0995d60919
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Sep 9 14:48:24 2010 +0200

    l10n: Updated Galician (gl) translation to 25%
    
    New status: 51 messages complete with 0 fuzzies and 148 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 074c2b5649d2b8e03d03c352c8851e7fa297fef3
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Sep 9 13:50:39 2010 +0200

    l10n: Updated Galician (gl) translation to 9%
    
    New status: 18 messages complete with 0 fuzzies and 181 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0a1cdf3111701d7c91e470d7e89b1402897d9a27
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Sep 9 13:50:21 2010 +0200

    l10n: Updated Italian (it) translation to 97%
    
    New status: 195 messages complete with 0 fuzzies and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 91fd9d8fc2d4b202b754a2bc9982ee3bd0206d7a
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Sep 9 13:48:40 2010 +0200

    l10n: Updated Galician (gl) translation to 4%
    
    New status: 9 messages complete with 0 fuzzies and 190 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5960451cfc39962f963aae3822f4972b1594c93b
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Sep 9 13:45:47 2010 +0200

    l10n: Galician translation file created
    
    New status: 3 messages complete with 0 fuzzies and 196 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e50995016c26b55a248d2043cbc9be4c1110ac6a
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Sep 8 12:59:32 2010 +0200

    l10n: Added Italian translation
    
    New status: 170 messages complete with 0 fuzzies and 29 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 41908432d6c8a6e55eefa96a2af2de06ec84fcba
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Sep 8 12:56:31 2010 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e9d1fc7b3137218968b86ca484e6ec5650f06442
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Tue Sep 7 11:45:45 2010 +0200

    l10n: Updated Uyghur (ug) translation to 90%
    
    New status: 201 messages complete with 0 fuzzies and 21 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 032f7bd690b3a3aa1a5c488ad879d989df1d6366
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Mon Sep 6 10:55:20 2010 +0200

    l10n: Uyghur trasnlations
    
    New status: 10 messages complete with 0 fuzzies and 189 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 93d3b3ae1769762cc538a60b33364b160dbf4cfe
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Sep 5 15:21:10 2010 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4671fc159e0150d855a49acc0e600363469b95c8
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Sep 5 15:02:05 2010 +0200

    Post release tag bump.

commit e833699b91e6830e72bcfc0fec5600f74cf6ed7a
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Sep 5 15:00:08 2010 +0200

    Updates for release.

commit f643aa8c232aa275b41dc0ace038f7d8444047ef
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Sep 4 11:58:50 2010 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 99%
    
    New status: 221 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 42fed477e6edd1283cbbc0be3b03e808a7725eae
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Sep 4 04:37:26 2010 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 95%
    
    New status: 211 messages complete with 7 fuzzies and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 14aeeac2daea3d41d7ecf1a274bce41c1930b310
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Sep 4 04:19:30 2010 +0200

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 95%
    
    New status: 211 messages complete with 7 fuzzies and 4 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a50b968c4e1aca74a69c8250e53baccef7f23ee0
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Aug 28 16:09:45 2010 +0200

    Fix copy+paste typo in xsl file.

commit 787a939f53619100c1cea5cd4b598101fc3a4e35
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Aug 28 15:20:12 2010 +0200

    Build index.html, not xfwm4.html.

commit ea6e34038415b91ffd177d9ba0ef14e6e90eb548
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Aug 28 12:10:56 2010 +0200

    Build documentation in make dist.

commit e2aa2cac262726996f02f0f81686241c55f35254
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Aug 26 20:43:17 2010 +0200

    Move helper-dialog to $libdir/xfce4/xfwm4.
    
    FHS 2.3 does not allow to install in $libexecdir.

commit 07cf05dffef3526e7b75dd31466ff27b214920bd
Author: Fabian Nowak <timystery@arcor.de>
Date:   Sun Aug 22 23:07:04 2010 +0200

    l10n: Updated German (de) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a5ef67a493254b9a1f0feb2f72f789872e1cea8c
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Aug 3 22:42:15 2010 +0200

    Watch workspace changes in wnck and update treeview accordingly.

commit ebaba86402a99d57bf6352076e19375752a45fdd
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Tue Aug 3 06:45:05 2010 +0200

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5df5b35dd13c8668033ab9a7ec84b8057b473258
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Fri Jul 9 14:06:16 2010 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 235e3eac556efb98de8cd853e6446c87540001b0
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Jul 8 19:57:32 2010 +0200

    l10n: Updated Italian (it) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 29a28cb43e850dee00ee39f6d35abb60a0522a3a
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Tue Jun 22 16:15:39 2010 +0200

    l10n: Updated Galician (gl) translation to 98%
    
    New status: 218 messages complete with 2 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0fb02f766ec3d3f0aae2ac65590c94def43dc659
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Sat Jun 12 00:12:19 2010 +0200

    l10n: Updated Croatian (hr) translation to 75%
    
    New status: 168 messages complete with 0 fuzzies and 54 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d01bda3748880bd911c9f1f1fdca5ee1be895bb9
Author: Ardjuna <ard_h_r@yahoo.com>
Date:   Wed Jun 2 17:35:59 2010 +0200

    l10n: Updated Indonesian (id) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d75bd5fe05f2b748f5680a00572d10fb720db53c
Author: Ardjuna <ard_h_r@yahoo.com>
Date:   Wed Jun 2 17:34:48 2010 +0200

    l10n: Updated Indonesian (id) translation to 99%
    
    New status: 221 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3fe5350d4bd48ba609e6f287624c6c6232a16545
Author: Petar Koretić <petar.koretic@gmail.com>
Date:   Wed Jun 2 14:21:33 2010 +0200

    l10n: Updated Croatian (hr) translation to 70%
    
    New status: 157 messages complete with 0 fuzzies and 65 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5ba6bcdf3efa7df56757010ef4a9782423e6f416
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Jun 1 17:48:12 2010 +0200

    Build ChangeLog from GIT.
    
    Also drop po ChangeLog now we use Transifex.
    
    Conflicts:
    
            ChangeLog
            po/ChangeLog

commit e4b28e58a6722e3f56e661c71559438af5395fd6
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon May 31 12:53:19 2010 +0200

    l10n: Updated Croatian (hr) translation to 68%
    
    New status: 153 messages complete with 0 fuzzies and 69 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f59a1741b35115aa1efd794a7a712042259f9078
Author: Petar Koretić <petar.koretic@gmail.com>
Date:   Fri May 28 17:12:41 2010 +0200

    l10n: Updated Croatian (hr) translation to 42%
    
    New status: 95 messages complete with 2 fuzzies and 125 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4f44f6a14f68659273b0f96089c75ec9bb380719
Author: Petar Koretić <petar.koretic@gmail.com>
Date:   Thu May 27 17:28:12 2010 +0200

    l10n: Updated Croatian (hr) translation to 32%
    
    New status: 72 messages complete with 2 fuzzies and 148 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e3d147f3385500114ffa94eb51c11a8444b511cb
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed May 26 13:24:31 2010 +0200

    l10n: Updated Croatian (hr) translation to 22%
    
    New status: 49 messages complete with 0 fuzzies and 173 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 8c74e92baf39c3ea32c737d42b6014725342b3cf
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Wed May 26 01:56:48 2010 +0200

    l10n: Initial Croatian (hr) translation
    
    New status: 8 messages complete with 0 fuzzies and 214 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c4423f09895fa5d870b6bb7847e7db03fbca7e86
Author: Maximilian Schleiss <maximilian@xfce.org>
Date:   Fri May 21 16:24:55 2010 +0200

    l10n: Updated French (fr) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a08a21f229bee0aa6f8b55bee4bfae4790849103
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu May 20 16:57:45 2010 +0200

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9ef0a48bf340386a9b4330c5bd6d8a3c2cdf69e4
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Wed May 19 04:58:10 2010 +0200

    l10n: Uyghur translation
    
    New status: 188 messages complete with 0 fuzzies and 38 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 330fed045f2871ca31dd488deed57d712c73bb6b
Author: Evaggelos Balaskas <ebalaskas@ebalaskas.gr>
Date:   Tue May 4 22:41:04 2010 +0200

    l10n: Updated Greek (el) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f75ff451474b15c4c85c895ca8d0b75710fd5301
Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
Date:   Sun Apr 11 15:48:26 2010 +0200

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fca269eb1ad7d6533b9fcde066e2d373f1eb33c5
Author: Denis Koryavov <dkoryavov@yandex.ru>
Date:   Wed Apr 7 08:55:59 2010 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit aa5bae53fc7da6a20195bad083649ca493735d59
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Mar 27 10:34:23 2010 +0100

    Smooth top corners

commit 892edf9674688d5bfa5f0ca7db7074e6a1f1ecad
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Mar 26 12:09:18 2010 +0100

    vaccuum-defs

commit cdd5e36e9d1b141ecde43a34a2de917a9e670d53
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Mar 26 12:06:31 2010 +0100

    Update default theme

commit 0100c3e924a197b7d59a8560c6da2d1f5e4f59fd
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Thu Apr 1 11:42:45 2010 +0200

    l10n: Bengali Translation.
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0d932a9ce1fc1ba4fc61c208c2b077c20a4501ef
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Sun Mar 28 14:36:39 2010 +0200

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 07e2c602a3d4b54f63daa0e4bb6a62998d7cfab1
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri Mar 26 12:41:17 2010 +0100

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 65269e6d0751e14c44c7f34ee48d177440ef931a
Author: Evaggelos Balaskas <ebalaskas@ebalaskas.gr>
Date:   Thu Mar 25 23:04:01 2010 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ded60de8224a0e999b34526ccf97fbc31e5be184
Author: Evaggelos Balaskas <ebalaskas@ebalaskas.gr>
Date:   Thu Mar 25 23:03:23 2010 +0100

    l10n: Updated Greek (el) translation to 99%
    
    New status: 220 messages complete with 2 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e14e588b8fda6a7511a6511fab0bb0369f098ad9
Author: Abel Martín <abel.martin.ruiz@gmail.com>
Date:   Sat Mar 20 20:23:52 2010 +0100

    l10n: Updated Spanish (Castilian) (es) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ba1a47913997d30125b9cc1bce7d9e44e45e7768
Author: Xu Meihong <mhuntxu@gmail.com>
Date:   Thu Mar 18 08:42:38 2010 +0100

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1e543b7b3439298e4ae34242983d5eeb5ee409ff
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Mar 16 17:27:53 2010 +0100

    Missing return statement

commit e6bdc3b1589a80804aef78c737b0614f1912ed7e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Mar 16 15:08:13 2010 +0100

    Revert part of git commit c1a867e6 by copying over code that was removed with the deprecation of libxfcegui4 (but #6313)

commit c9120a4f6c8b7f28edfe76204cd2fa4a4e44a3eb
Author: Akila Wajirasena <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 18:18:44 2010 +0100

    l10n: Updated Sinhala (si) translation to 59%
    
    New status: 133 messages complete with 56 fuzzies and 33 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 197c602576ee761ca6582424f9b46009a6e48fdd
Author: Akila Wajirasena <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 18:10:14 2010 +0100

    l10n: Updated Sinhala (si) translation to 59%
    
    New status: 133 messages complete with 53 fuzzies and 36 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 65ed84445c2a9d574ea8bd1c2a78c8ff3e23548a
Author: Akila Wajirasena <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 17:52:58 2010 +0100

    l10n: Updated Sinhala (si) translation to 58%
    
    New status: 130 messages complete with 52 fuzzies and 40 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a49e9b781cfea092166d027be6ab6e2591594d17
Author: akila87 <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 17:34:39 2010 +0100

    l10n: Updated Sinhala (si) translation to 56%
    
    New status: 126 messages complete with 51 fuzzies and 45 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 11af97096164e3ccaaff7fb08f388434f9fe6388
Author: akila87 <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 17:08:56 2010 +0100

    l10n: Updated Sinhala (si) translation to 53%
    
    New status: 118 messages complete with 46 fuzzies and 58 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d4b73b19eb298c1dfaf2b50fca88a6e411524d67
Author: akila87 <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 16:58:22 2010 +0100

    l10n: Updated Sinhala (si) translation to 50%
    
    New status: 112 messages complete with 44 fuzzies and 66 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f86e5ed375037a1a3945fb07baf803ec394f8a31
Author: akila87 <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 16:37:31 2010 +0100

    l10n: Updated Sinhala (si) translation to 46%
    
    New status: 104 messages complete with 34 fuzzies and 84 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6ddfb9d99d7b38d7b6f77042b203950922ed3d56
Author: akila87 <akila.wajirasena@gmail.com>
Date:   Sat Mar 13 15:46:21 2010 +0100

    l10n: Updated Sinhala (si) translation to 46%
    
    New status: 103 messages complete with 35 fuzzies and 84 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 92598c73885a0bd85a5687da1bd115e45de15e60
Author: Danishka Navin <danishka@gmail.com>
Date:   Sat Mar 13 14:42:01 2010 +0100

    l10n: Added Sinhala (si) translation
    
    New status: 99 messages complete with 34 fuzzies and 89 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 80d7520f932fcac5fadf9a804b4032c606c42991
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Sat Mar 13 12:09:47 2010 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9a39c962ff0938b4fca5aa3a6efddaead13fb371
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Mar 11 08:00:47 2010 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6091875c62cdb3824c78d86c54c3e637defe867a
Author: Danishka Navin <danishka@gmail.com>
Date:   Wed Mar 10 04:56:20 2010 +0100

    l10n: added Sinhala (si) translation
    
    New status: 2 messages complete with 0 fuzzies and 220 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 53c5277ab34fbad785f4bbfeb19213c44aae4c08
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Tue Mar 9 13:25:15 2010 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 72aca96507d2e373656a99c2ae88016669177173
Author: Dmitry Nikitin <luckas_fb@mail.ru>
Date:   Tue Mar 9 09:40:11 2010 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d9140051e5c1e57344218db91efa4f39edeeeec4
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Mar 7 14:49:40 2010 +0100

    Fix dist check.

commit 68138971a319b01cedebd6d807b62e1167103d7c
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Sun Mar 7 11:33:49 2010 +0100

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit a636a4c2be496dbfbfe846032ac3a89bb0bf495c
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Sun Mar 7 10:06:05 2010 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 222 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5de80483bb88bc22535ff246b76920f80b161650
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Mar 6 17:51:35 2010 +0100

    Simplify the casts for GtkScales.

commit 707971dbd8daeaf1793483af205756111b7dce78
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Mar 6 13:20:23 2010 +0100

    Set proper packing of dialog buttons.

commit 37311459f1b9980c05436141aed9f605a72448da
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Mar 6 13:02:54 2010 +0100

    Force link to 4ui in workspace settings too.

commit 6d9dc667f19bcadcc57d2ec8457a275b630a52a1
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Mar 6 13:01:28 2010 +0100

    Some glade fixed.

commit ec4e85ebfa4c31a26e1b670a5a7ef6ad38c6a43b
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Mar 6 12:51:48 2010 +0100

    Enforce link to libxfce4ui.

commit fe18886f8a81a1d8f0814da56b932398ada68cfb
Merge: 5b50425 4f7a589
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Mar 5 10:52:38 2010 +0100

    Merge libxfce4ui branch

commit 5b50425d18a74fc0a91c91f9a8a8ca5b097e1b07
Author: Dmitry Nikitin <luckas_fb@mail.ru>
Date:   Fri Mar 5 10:45:59 2010 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 143b287be73a0a5e1a9d4f2b65aa66accbb75179
Author: Denis Koryavov <dkoryavov@yandex.ru>
Date:   Tue Mar 2 08:22:53 2010 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 67af84aa4481e981ce5e1838a6de8d054e15c4aa
Author: Denis Koryavov <dkoryavov@yandex.ru>
Date:   Tue Mar 2 08:18:51 2010 +0100

    l10n: Updated Russian (ru) translation to 99%
    
    New status: 225 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4dff49a612dc6b033e30fdff0b9e74187fe2df82
Author: Dmitrij Smirnov <arch@cnc-parts.info>
Date:   Sun Feb 28 23:21:49 2010 +0100

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cf006abd919d4a51a83d3184ac23d0c7b0b37b69
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sun Feb 28 21:14:23 2010 +0100

    l10n: Adding Bengali translation.
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4f7a589a284799cae1c79c4eccb002195c73ef7b
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Feb 28 12:46:43 2010 +0100

    Scroll to the current theme when launching the dialog.

commit 5a3fea279bcc75c5f09887cc2bd4f2f2f4101c48
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Feb 28 12:35:27 2010 +0100

    Make the help buttons insensitive as we have no help atm.

commit 9827e2c0d968802a7a5ef34fc12f66764e29cebe
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Feb 28 12:24:51 2010 +0100

    Add some missing orientations.

commit e3e23be8366d4dabd64a53e46f0d673acb0c479f
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Feb 28 12:21:20 2010 +0100

    Don't save the settings dialogs when saving the session.

commit 2ffcbf4223c653f62fef73208c2683485de24e53
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Feb 28 11:52:52 2010 +0100

    Fix the two other glade files.

commit 97a4ac3e8545e572586a8c40905c4f02cc83112e
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sun Feb 28 11:44:35 2010 +0100

    Fix the glade file.
    
    Restore orientation properties and fix a crash in the dialog.

commit 66e9b937182e0dad01ff4b1aaf07aa524cea3973
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Feb 27 18:41:36 2010 +0100

    Port the workspaces dialog.

commit 56da8ac04da7c5a0a4cf5eab69b3c9a5ed2cb4bd
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Feb 27 18:40:31 2010 +0100

    Port the tweaks dialog to GtkBuilder.

commit ee1c3daf82af14e6cc54f72738dd25ee97314f72
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Feb 27 18:37:23 2010 +0100

    Replace libxfcegui4 flags by libxfce4ui flags.

commit e2961a0313eabe7b17267369d97bf63b04b0b421
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Feb 27 10:13:21 2010 +0100

    Port xfwm4-settings to GtkBuilder.

commit c62ca0d3ca9a8b13004eae5244ce39f64d81ecef
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Feb 27 10:10:28 2010 +0100

    Port the build system to use GtkBuilder.

commit 849fe88cbb6b27bd4ef253bbcb165c961582a5a6
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Sat Feb 27 10:09:22 2010 +0100

    Port the glade files to GtkBuilder format.

commit c400026f2ebe95afaad5c8254cdefc576421dfc0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 20:26:52 2010 +0100

    Allow only regular windows to be placed either above or below.

commit 366f4529971a360e6b4da0fc171c40b3e5399672
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 14:24:27 2010 +0100

    Use explicit message when actual type of option does not match the expected type (so the warning can be useful)

commit 1b84cb5d4d2770003f66629428fdb4000b060227
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 14:04:55 2010 +0100

    Treat utility and dialog windows with an invalid window for transient as transients for group

commit 643b0f8a0e55afd2c88bccce74d234c3dabbad6e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 09:44:17 2010 +0100

    Missing setting for cycle_apps_only
    cycle_apps_only defaults to false as it might be confusing at times

commit b8a8290970f674ae39f0269199dc5c6414114679
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 23 21:38:34 2010 +0100

    Check for invalid type for GValue to avoid a crash (bug #6195)

commit 09e3177303833eb658ac3de6b7d57e1f88057bcd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 23 18:46:32 2010 +0100

    Avoid some updates to NET_WM_STATE

commit bb2e9dd619e86d77c079cf0a3a007d142db2128b
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 23 09:11:47 2010 +0100

    Add linkage to libm when compositor is used (bug #6231)

commit 97c6c8a08da90be0dc16dfe1427a343169205c57
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Feb 19 19:16:27 2010 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 208f30522a189a4d835125e385ee2f80951fdb55
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Thu Feb 18 01:29:49 2010 +0100

    l10n: Updated Slovak (sk) translation to 94%
    
    New status: 214 messages complete with 10 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 62304e38123b0a0d73bfc66de85256533bee34b4
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Thu Feb 18 01:11:20 2010 +0100

    l10n: Updated Slovak (sk) translation to 94%
    
    New status: 214 messages complete with 10 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 015636c3f4a0e25fbdd1fc1448cbda7727de6dcc
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:   Tue Feb 16 23:51:01 2010 +0100

    l10n: Updated German (de) translation to 98%
    
    New status: 223 messages complete with 3 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 9a0b718f524c4e164c4722b73699dfe2c3df7548
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Feb 11 19:15:23 2010 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b7cb6e211f468140a8bfd8ed8e35198637f66853
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 9 16:48:31 2010 +0100

    Fix comment

commit fa3cc3738d8537d7b94dd497467a45eab8eda3de
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 9 16:36:46 2010 +0100

    Recent Xorg drivers disable the output when the lid is closed, leaving no active monitor, in that case simply ignore the event to avoid messing with windows' positions (Bug #6209)

commit 3cac7a4504f641baf129b6b38794983dd2159e9c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Feb 5 17:21:06 2010 +0100

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d7cd30b651eb2f386787704f88f49f7cb4554815
Author: Rihards Prieditis <rprieditis@gmail.com>
Date:   Sat Jan 30 13:53:32 2010 +0100

    l10n: Updated Latvian (lv) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d7cc0e14b70fbaeab9508752658f005acd454447
Author: Denis Koryavov <dkoryavov@yandex.ru>
Date:   Tue Jan 26 23:12:28 2010 +0100

    l10n: Updated Russian (ru) translation to 99%
    
    New status: 225 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d7db5ff1dedf021fc3129863ab352b3be3e3576d
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Wed Jan 20 22:30:33 2010 +0100

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5412764cedfd96b2fbf38ec8b901a4c7ea74afe6
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Jan 19 10:12:29 2010 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit e4938b57819cb0f09f8b3353ee9ce69c8515f136
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Wed Jan 13 15:35:36 2010 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 98561a5d1f99212eb5be60a71cf9f36f4959686f
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 20:26:52 2010 +0100

    Allow only regular windows to be placed either above or below.

commit 88b0f9105f8a8a688a72743ccf75907f2fed2497
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 14:24:27 2010 +0100

    Use explicit message when actual type of option does not match the expected type (so the warning can be useful)

commit 6b385d5f53ce84fa05ba66955be0b3f5b7d794e4
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 14:04:55 2010 +0100

    Treat utility and dialog windows with an invalid window for transient as transients for group

commit c09471fa5f99207d8356357d63b8da9afcf2f9be
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Feb 24 09:44:17 2010 +0100

    Missing setting for cycle_apps_only
    cycle_apps_only defaults to false as it might be confusing at times

commit 62b44d6241a2a88a32b26e0908b350971892ce3a
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 23 21:38:34 2010 +0100

    Check for invalid type for GValue to avoid a crash (bug #6195)

commit 45fd45d4e04a50a161d6e1fdd74ae3851fea7c10
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 23 18:46:32 2010 +0100

    Avoid some updates to NET_WM_STATE

commit 5e17b21936b9efc66619c58eb4df0dac729a87fd
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 23 09:11:47 2010 +0100

    Add linkage to libm when compositor is used (bug #6231)

commit 234d44a34e9a149f7ca8058aa81a1079d7a8f330
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Feb 19 19:16:27 2010 +0100

    l10n: Updated Kazakh (kk) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit edeba46410300c15602a72da9a08f6b75a2ba2e9
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Thu Feb 18 01:29:49 2010 +0100

    l10n: Updated Slovak (sk) translation to 94%
    
    New status: 214 messages complete with 10 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6b029eca17c0804fb0d58e42ab622e1f9de48c8e
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Thu Feb 18 01:11:20 2010 +0100

    l10n: Updated Slovak (sk) translation to 94%
    
    New status: 214 messages complete with 10 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit db19f657a22027c1bdacd2ce2b0cd916c0f28615
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:   Tue Feb 16 23:51:01 2010 +0100

    l10n: Updated German (de) translation to 98%
    
    New status: 223 messages complete with 3 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 552260b0aab7d0c2f95103a38eabbc3f43dc32e8
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Thu Feb 11 19:15:23 2010 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit d6148c989f04b4dbb8ccb9dfadbfda8f9e08006e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 9 16:48:31 2010 +0100

    Fix comment

commit 3ad0be62313cad554f6d7980fb02e88abafd12e6
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Feb 9 16:36:46 2010 +0100

    Recent Xorg drivers disable the output when the lid is closed, leaving no active monitor, in that case simply ignore the event to avoid messing with windows' positions (Bug #6209)

commit 06c2229450aefda8e2526c68ef4f096225286d34
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Feb 5 17:21:06 2010 +0100

    l10n: Updated Hungarian (hu) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1a768c612b421e71ed3498f4bd749875e2af5c93
Author: Rihards Prieditis <rprieditis@gmail.com>
Date:   Sat Jan 30 13:53:32 2010 +0100

    l10n: Updated Latvian (lv) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit fdb3c71fa97a9022945f0a4d6526f5c00933bb38
Author: Denis Koryavov <dkoryavov@yandex.ru>
Date:   Tue Jan 26 23:12:28 2010 +0100

    l10n: Updated Russian (ru) translation to 99%
    
    New status: 225 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5d0e2a994fe081b47c557eaf877c2a1ca7ebba33
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Wed Jan 20 22:30:33 2010 +0100

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1daa3d7f644a3da3e91a001f8fdb22a7e1f12981
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Tue Jan 19 10:12:29 2010 +0100

    l10n: Updated Czech (cs) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2a3818217e663114562214ce0e0af6b4fb7bb475
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Wed Jan 13 15:35:36 2010 +0100

    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
    
    New status: 226 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f9068ec3519ecf1b077f8868a0d997373966d683
Merge: c1a867e cebe5f8
Author: Stephan Arts <stephan@xfce.org>
Date:   Sun Jan 10 10:22:34 2010 +0100

    Merge branch 'libxfce4ui' of ssh://git.xfce.org/git/xfce/xfwm4 into libxfce4ui
    
    Conflicts:
            configure.ac.in

commit c1a867e65bf68dda3be3d48edcb63d4305192f7e
Author: Stephan Arts <stephan@xfce.org>
Date:   Sun Jan 10 10:16:26 2010 +0100

    Fix Session-Management stuff a bit. (needs debugging, but it seems to work with libxfce4ui now)

commit 91d5ddea2a9b21282b12dc7e9625a0bde110fca7
Author: Stephan Arts <stephan@xfce.org>
Date:   Tue Aug 25 00:15:42 2009 +0200

    Initial commit for removing libxfcegui4 dependency

commit e830f0dc314a9fab90a0208361483b886b000587
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Tue Jan 5 17:57:33 2010 +0100

    l10n: Updates to Galician (gl) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 54a5f28d751ac975d231563755d50be55f8e1716
Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
Date:   Sat Dec 19 10:27:40 2009 +0000

    l10n: Updates to Catalan (Valencian) (ca) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 0252dfdbaf194d4d57deada8304f49db65d9eb37
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Dec 18 17:43:04 2009 +0100

    Drop pot file.

commit 5bf8f5652292c53340e09e654d6f2a01a66fb312
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Dec 16 16:21:33 2009 +0000

    l10n: Updates to Swedish (sv) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 0903395a91bb57b44de5e79df637e325dc5d4475
Author: Xu Meihong <mhuntxu@gmail.com>
Date:   Wed Dec 16 12:21:54 2009 +0000

    l10n: Updates to Chinese (China) (zh_CN) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 6ad32e7cc146f9afc6714a9d0a0d9db5791e4a0a
Author: Nuno Miguel <nunis@netcabo.pt>
Date:   Tue Dec 15 16:21:00 2009 +0000

    l10n: Updates to Portuguese (pt) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 01c74be8ad288aeebc726516b0bf640ea0ccadcb
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Tue Dec 15 12:55:11 2009 +0000

    l10n: Updates to Danish (da) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit eaadcbf78a1df9c16d3b0ff7776e3f55753906a8
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Dec 15 10:54:31 2009 +0000

    l10n: Updates to Basque (eu) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 0a64813cd3cf69a54375ac8da939daa7f4b19d35
Merge: 2d19268 cdabb3b
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Dec 15 00:53:22 2009 +0100

    Merge branch 'master' of ssh://git.xfce.org/git/xfce/xfwm4

commit 2d19268c8c10712fb7b06365e6f2610d740aea4c
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Dec 15 00:51:51 2009 +0100

    Drop the LINGUAS file and update the kk.po file.

commit beb3dacaa9399db47b89267a949845cf37722a66
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Dec 15 00:41:15 2009 +0100

    Add the pot file too for Transifex.

commit f7732aeffb57f0bba0a3bcd69ec49ed575bbab81
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Dec 15 00:36:58 2009 +0100

    Update po files.

commit cdabb3b32ece0bcdae2b7521540195ea85e65930
Author: Ignacio Velasco <elega@elega.com.ar>
Date:   Mon Dec 14 21:44:59 2009 +0000

    l10n: Updates to Spanish (Castilian) (es) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 0e6c8a5177563db8dec53416a5a077691ac40bfc
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Nov 23 15:45:12 2009 +0100

    Reloading settings on keys-changed signal is a huge overhead and complete nonsense (fix bug #5964)

commit 6f2324af39dee06d680d38692e6522c56cef6cef
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Nov 10 11:14:20 2009 +0100

    stoopid indent

commit feca4954b6be120e4d762fe1e07e9a20a50dfd2e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Tue Nov 10 11:04:50 2009 +0100

    Do not swallow destroy/unmap notify events in cycling otherwise the compositor is not notified.

commit 866f08da056d9a5269ce5e87b80b9f3d15015a65
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Wed Nov 4 14:23:02 2009 +0000

    l10n: Updates to Slovak (sk) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 61f8cf1a375099b9aadf31aa58be8e2af1b0d168
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Oct 26 14:13:05 2009 +0100

    Implement a workaround to avoid loosing key release events

commit aea1dad9abf963701b5d96144483bab450673f0e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Oct 12 14:03:20 2009 +0200

    Typos and type checking, thanks buildbot :)

commit 7c33b2ee5005bd2394802a83eee9e379af103b4e
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Oct 12 09:48:38 2009 +0200

    Recompute windows' positions even if the global size of the screen has not changed because a change in the layout may keep the overall screen size unchanged and yet windows might have become unreachable dut to the change in the actual layout.

commit ba38bf2c5240a5663a47827b3a516c3bd9ddab91
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sun Oct 11 11:22:07 2009 +0200

    Compute screen size based on each monitor size and layout and avoid using reported size (bug #5795)

commit c4f0fdf689601169fc9bd75e422b2351d6539a6c
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Sun Oct 11 08:13:19 2009 +0000

    l10n: Updates to Japanese (ja) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit fd81e70fe76e233cf95f199fc12dcf1516ad5584
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Oct 10 20:32:55 2009 +0200

    Grab keyboard/pointer of root win

commit c840d41acb25349d031dc60b219976a7df97b395
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Sat Oct 10 20:05:36 2009 +0200

    Keep windows entirely visible on screen change (bug #5795)

commit 9056db4dab02d8fc3d0d70581126eb1549ac8ab2
Author: Denis Koryavov <dkoryavov@yandex.ru>
Date:   Fri Oct 2 08:35:46 2009 +0000

    l10n: Updates to Russian (ru) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 270d5620a84615f3eaefadea1c73c0fe468b931c
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Oct 2 09:17:15 2009 +0200

    Avoid crash if only one client is eligible for cycling

commit 52a6bca14a2264e5e9145bea7fee777697d043f9
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Oct 1 16:12:23 2009 +0000

    l10n: Updates to Galician (gl) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit de1fc1c3d1ddd561dca46fbf219060a5e553d446
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Oct 1 09:33:18 2009 +0200

    Do not set the "demand attention" flag when the window is alredy focused, refactor the code bit.

commit 7688f3288ff34157281cd531bc8b490edfed1adb
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Sep 30 16:53:28 2009 +0200

    "I don't remember why we need sync grab on keyboard. This is causing all sort of problems, so let's get rid of it (maybe someday I'll figure out why it was needed, but for now it works much better with async grabs)"

commit 9e5075fb9163272c88086d9bc018faaa1643f77b
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri Sep 25 13:30:51 2009 +0000

    l10n: Updates to Albanian (sq) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit b2d1ebf10aaaf35db15a330154a062e3d3ac6999
Author: Rihards Prieditis <rprieditis@gmail.com>
Date:   Fri Sep 18 17:40:01 2009 +0000

    l10n: Updates to Latvian (lv) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 78a2e3ba92aeb66432226889dccff9b6c60a2003
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Sep 16 09:29:04 2009 +0200

    Cast signed/unsigned

commit 5952a20629508217ac83269b761a172fc1958819
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Sep 14 09:56:37 2009 +0200

    Theme stuff

commit 2622b81065db009ce29ab68f283c7b69820a06ed
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 11 17:20:13 2009 +0200

    Fix a bug introduced yesterday, xfwm4 would not set teh nu,ber of workspaces at startup anymore.

commit 6326bfdd74094ff7f700aa069d02dd965316fcda
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Sep 10 14:32:07 2009 +0200

    Don't fool with signedness ^_~

commit f7582c64227880e7bbfc623004f6f2413ebbdbbe
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Thu Sep 10 14:11:17 2009 +0200

    Simplify the tabwin/cycle code,
    Sanitize build with -Wall -Werror

commit 8d9cb7fdabb0229e5db46646fdf54124e9307021
Merge: 9166f38 0f62544
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Sep 9 20:48:23 2009 +0200

    Merge branch 'master' of ssh://olivier@git.xfce.org/git/xfce/xfwm4

commit 9166f38e438cabae41f020b477091d36004495f0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Sep 9 14:01:01 2009 +0200

    Add new keyboard shortcut to switch between windows of the same application, add new keyboard shortcut to switch between windows of different applications only, add new option "cycle_apps_only" to switch between regular toplevels only (avoiding dialogs - This option coupled with the new shortcut allows for faster window selection through keyboard)

commit 03d73957a4dd5deb9a024ec1d80a43262df261be
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Sep 9 13:55:58 2009 +0200

    Themes png not updated

commit 0f62544224ca57411574f63501c52af661e35273
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Mon Sep 7 18:20:24 2009 +0000

    l10n: Updates to Slovak (sk) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit aefbb286accf7eb1d924014f04be26c5822ebd7c
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Sep 7 11:34:25 2009 +0200

    Theme stuff

commit d39d9c6a4fe8e19ee2117eaaa59c3031be91f5ce
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 4 16:02:36 2009 +0200

    Use Jannis' autogen.sh script from Thunar

commit 9dc8058cc72e83c2f788c46afa1f64e645e11cfa
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 4 14:20:50 2009 +0200

    Remove debug message

commit dbe4b0cfff338b8b16ab6b8f07377d4479a531c5
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 4 14:02:45 2009 +0200

    gitify the build generation

commit 291accfead103e9050301d3cffbfd366fdfc44ff
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 4 13:30:24 2009 +0200

    Add traces, clean up recently added code.

commit 255a89e31474ee5022c9526565753487fae7ca14
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 4 11:24:36 2009 +0200

    Theme stuff, subject to change without notice, any time.

commit 12990819bea32e81c64e500e3ad92258d97012d0
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 4 11:24:18 2009 +0200

    Display an app switcher window per physical monitor (bug #5229)

commit 8d3ed01307a31b042b4e14ff69217817cac4b110
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Fri Sep 4 10:51:51 2009 +0200

    Fix opacity for newly mapped window not focused by default (bug #5706)

commit cebe5f8d6dce71dcb8ec7a7d7538081c3fd61ee7
Author: Stephan Arts <stephan@xfce.org>
Date:   Tue Aug 25 00:15:42 2009 +0200

    Initial commit for removing libxfcegui4 dependency

commit de6a5ecfc44f0ae5aa28ffcba5bd132cb55507ca
Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Aug 20 03:15:01 2009 +0000

    l10n: New translation to Kazakh
    
    Transmitted-via: Transifex (translations.xfce.org)

commit a1f674d35d5cb8d85239c5427868a3a122a89303
Merge: 34ed718 ad8be28
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Aug 17 17:23:32 2009 +0200

    Merge branch 'master' of ssh://olivier@git.xfce.org/git/xfce/xfwm4

commit 34ed718cba949e8482c9255f076a93a2312d1a99
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Mon Aug 17 13:41:38 2009 +0200

    Increase menu button height and redice width to fix bug #5567

commit ad8be2860b8985b2f15798ba388cb625e7fff37f
Author: Dmitriy Kudryashov <overmailed@gmail.com>
Date:   Mon Aug 17 10:10:53 2009 +0000

    l10n: Updates to Russian (ru) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 0eb3b2fe3b2ec96c23e1edddd348b42e468e6021
Author: Olivier Fourdan <fourdan@xfce.org>
Date:   Wed Aug 12 14:20:39 2009 +0200

    Add module.xml

commit 896474e2c37b49def42ffafbf3dbc8fb24eb28f6
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Aug 8 13:26:34 2009 +0000

    update xfce translation
    
    (Old svn revision: 30448)

commit df03586f7dd628768a442b70e992b705ea5485ce
Author: Piotr Sokól <piotr.sokol@10g.pl>
Date:   Sat Aug 1 08:23:53 2009 +0000

    Polish translation update
    
    (Old svn revision: 30423)

commit c1098a1ccb2073e3a54963356445273ffd289014
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 26 14:21:38 2009 +0000

    Fix height of gradients on top window corners when unfocused
    
    
    (Old svn revision: 30397)

commit 3ac1e2b8e0074bfb6356a3ee6378fc11c1b56aa9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 26 14:14:01 2009 +0000

            * src/client.c: Focus window when activate comes from application
              (otherwise the taskbar does not focus anymore).
    
    (Old svn revision: 30396)

commit 624d028777a2b1fcc36e5e240b36111d1fd2dc67
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Jul 25 11:12:29 2009 +0000

    2009-07-25  Gabor Kelemen  <kelemeng@gnome.hu>
    
            * hu.po: Translation updated.
    
    (Old svn revision: 30392)

commit ca7224ea35eb7562b7973b34aa4c755a54e2c123
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Jul 25 10:20:55 2009 +0000

    2009-07-25  Gabor Kelemen  <kelemeng@gnome.hu>
    
            * hu.po: Translation updated.
    
    (Old svn revision: 30391)

commit 1e1e5e23095b1ebecaccf235585f0f9adec4b335
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 22 08:16:40 2009 +0000

            * src/focus.c: Place windows on top of stack even when not focused in
              focus follow mouse.
              (patch by Clifford Jolly<cliff@cliffjolly.com>).
    
    (Old svn revision: 30377)

commit c24465cb469bdb17eb89bdba69e6768a78d9be0f
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Jul 10 12:33:49 2009 +0000

    2009-07-10  Gabor Kelemen  <kelemeng@gnome.hu>
    
            * hu.po: Translation reworked.
    
    (Old svn revision: 30240)

commit a320af58fc8cd2573272f7a75d3530fc1eb2b6f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 9 20:24:06 2009 +0000

            * src/cycle.c, src/events.c, src/client.c: Transition fullscreen
              windows back to their original layer when another window is
              activated (Bug #3551), do not clear the show desktop flag upon
              activation of already visible windows,
            * src/moveresize.c: prelinminary support for snap on resize
              (patch by Clifford Jolly<cliff@cliffjolly.com>)
    
    (Old svn revision: 30233)

commit c7776a8485deb42948ac8a673f9a03ce00b84e20
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Jul 9 12:42:21 2009 +0000

    Add Asturian translations
    
    (Old svn revision: 30229)

commit f7df4ad674a7861793e91ee83fd452923acb7d9a
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Jun 29 13:28:45 2009 +0000

            * themes/daloa/Makefile.am, themes/default-4.6/Makefile.am,
              themes/default/Makefile.am, themes/kokodi/Makefile.am: Remove
              duplicate hide-pressed.png entries from Makefile.am.
    
    (Old svn revision: 30127)

commit ce73e4135ed7e916358a6166a5026b7459f81ced
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Jun 15 12:47:08 2009 +0000

    update translation
    
    (Old svn revision: 30019)

commit 8137afcfd635421805cc63ff4fc8e6fa9089f895
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Jun 9 20:33:53 2009 +0000

    Drop svn:executable bit from po files
    
    (Old svn revision: 29999)

commit af00d65dd1570a45745e8050dddb71c764b158cb
Author: Dumitru Moldovan <niznaiul@gmail.com>
Date:   Sat May 30 12:58:12 2009 +0000

    Added initial xfce4-settings Romanian translation
    Changed mail addresses for myself and Romanian language team
    Other minor improvements and updates for libexo, thunar, terminal and xfcalendar
    
    
    
    (Old svn revision: 29989)

commit a8588da20817f22a693bf7b9e053b1f4afba79cd
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Fri May 29 10:43:27 2009 +0000

    update xfce translations
    
    (Old svn revision: 29988)

commit 3103413750baa21e5f0ed0e8630429a3534f4a69
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 22 12:52:55 2009 +0000

            * frame.c, tabwin.c: Fix mixed RTL/LTR text not rendering properly
              in title and tabwin
    
    (Old svn revision: 29972)

commit e5d3d704df24dfc35fdef8e9139b3b3a03edec16
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon May 11 19:16:17 2009 +0000

    update latvian translation
    
    (Old svn revision: 29940)

commit 7631cd32de5c766e0eaac82de29e9e763cf174d2
Author: Dumitru Moldovan <niznaiul@gmail.com>
Date:   Mon Apr 20 12:59:02 2009 +0000

    Romanian translation updates for xfwm4 trunk and xfce_4_6
    
    
    
    (Old svn revision: 29858)

commit a1e46d2f07ec933aa36aad0e28a7ed69282ed300
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Apr 20 12:10:17 2009 +0000

    xfce translation update
    
    (Old svn revision: 29856)

commit 1817a86b12117e90fea40779e4bb75c5d9e510d7
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Apr 16 08:45:36 2009 +0000

    galician translation update
    
    (Old svn revision: 29822)

commit 8bf34d8738563c90becc79e37f6c75365c003ecc
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Apr 13 17:57:59 2009 +0000

    xfce translation update
    
    (Old svn revision: 29796)

commit 4313e193b9c59e7b5dbff0654d752e847ffd85ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 12 12:39:11 2009 +0000

    Wrong theme btw...
    
    (Old svn revision: 29779)

commit cfff67d6bd62c9bd94e312316c25e89e17b39a7a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 12 12:26:56 2009 +0000

    Restore older theme for developpment of 4.7
    
    (Old svn revision: 29778)

commit 2aca1141030d17b66d85f3eb75f9b6b39732e15f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 12 12:20:36 2009 +0000

            * configure.ac.in, themes/Makefile.am: Update versions
    
    (Old svn revision: 29777)

commit 1b88029348c4f6c2b240d9cd071a322c68951c5b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 9 12:11:33 2009 +0000

    Typo
    
    (Old svn revision: 29735)

commit 631857bbecfe2a72a3bfbc471b66d11e07c756d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 9 11:30:27 2009 +0000

            * src/events.c, src/keyboard.c: Fix grab remaining if shortcut is not
              used (Bug #5207)
    
    (Old svn revision: 29734)

commit 0872f122dc2ca64965250bf67370781cd79153b1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 8 12:13:43 2009 +0000

            * src/compositor.c: Ignore stacking when detecting overlays
    
    (Old svn revision: 29732)

commit c14a2db37da0101adde8795608174527b1cf401a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 8 10:55:35 2009 +0000

            * src/parserc.c, src/settings.c, src/events.c: Plug various memory
              leaks
    
    (Old svn revision: 29726)

commit ec761b2954164eed7fd72e2769d722605fa694dd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 7 12:33:09 2009 +0000

            * src/compositor.c: Make fullscreen override opaque, so screensaver
              is not partly transparent even if not unredirecting fullscreen
              windows.
    
    (Old svn revision: 29705)

commit bad5e1cda6ecf8698398fcc230b05e4e40337026
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 5 17:00:43 2009 +0000

            * src/compositor.c: Check fullscreen status against each monitor and not
              just the overall screen size in the compositor
    
    (Old svn revision: 29704)

commit bf34252a7548f8370f3fee2e00282b2c753440e3
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Sat Apr 4 10:12:48 2009 +0000

            * da.po: Danish translation update (Per Kongstad)
            * da.po: Danish translation update (Per Kongstad)
            * da.po: Danish translation update (Per Kongstad)
            * da.po: Danish translation update (Per Kongstad)
    
    (Old svn revision: 29702)

commit 860a741be6d948bb550c3922448b77c6c2bbc6a4
Author: Piotr Sokól <piotr.sokol@10g.pl>
Date:   Mon Mar 30 15:14:15 2009 +0000

    Updated Polish translations
    
    (Old svn revision: 29690)

commit d07f3b44435cc36e338e59e76756fe2416ab2b48
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Mar 29 22:03:06 2009 +0000

    Translations updates - es it ku
    
    (Old svn revision: 29689)

commit 2a86f6c5988c86a11ea1da09e64c036807751bad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 28 17:37:56 2009 +0000

            * src/netwm.c: Keep window layer when status is above, below or
              fullscreen (Bug #5030)
    
    (Old svn revision: 29688)

commit fd1b2125d8b4d3bb55d75be438817f219e9e3ef0
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Mar 27 22:27:47 2009 +0000

    Translations updates - gl pt ru
    
    (Old svn revision: 29686)

commit 04a62af5d41e3cffc02143c8e7321a69ceb79609
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 27 15:55:13 2009 +0000

            * src/placement.c: Do not not fill over adjacent windows (Bug #5152)
    
    (Old svn revision: 29685)

commit 8145d7e088f4a48eadeea6d6978d1e071d7d88ed
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 25 10:34:05 2009 +0000

            * src/client.c, src/cycle.c: Fix a long standing bug in xfwm4 4.6
              were activating a transient would not regrab the mouse on parent
              window.
    
    (Old svn revision: 29683)

commit 4aa72b76e9e1648e271f9701492fb2ac701923fa
Author: Piotr Sokól <piotr.sokol@10g.pl>
Date:   Mon Mar 23 10:13:59 2009 +0000

    Updated Polish translations
    
    (Old svn revision: 29682)

commit d6534ae3c7d123606a648b4f8554f2e481975f23
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 19 12:46:50 2009 +0000

            * src/netwm.c: Do not try to update last user timestamp if the given
              timestamp is outdated, that avoids some unecessary warnings for
              "Last user time set back to..." upon restart.
              Fix raise delay settings in xfwm4 dialog being totally ignored
    
    (Old svn revision: 29674)

commit 20c1540d8d5609eefedcd3e4fd3ce8728a6bddd1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 19 09:16:34 2009 +0000

            * settings-dialogs/xfwm4-settings.c,
              settings-dialogs/xfwm4-dialog.glade,
              src/settings.c: Reduce minimum timeout for focus delay in focus
              follow mouse (100ms was way too much),
    
    (Old svn revision: 29673)

commit 00fb4cf97f980a78e90f1b87b06420dbfd9e8aed
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Mar 14 14:55:12 2009 +0000

    Translations updates - da es fr gl it nn
    
    (Old svn revision: 29660)

commit 7479326487b45b8746a8fa3fb76c6fa71160eb2a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 13 10:36:42 2009 +0000

            * src/focus.c: do not set the demand attendtion flag if the
              application itself has set a nil timestamp.
    
    (Old svn revision: 29658)

commit cb304224a6fda01d853e5b8076884c5b42d8975b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 13 10:28:32 2009 +0000

            * src/focus.c, serc/netwm.c: Check for nil timestamp regardless of
              focus stealing prevention setting, so that applications using
              gtk_window_set_focus_on_map() don't get focused even when focus
              stealing prevention is disabled (Bug #5044)
    
    (Old svn revision: 29657)

commit 7658cbc0177e14f78ce4e7122be58cab67d8f66f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 13 10:07:48 2009 +0000

            * src/compositor.c: Reduce repaint timeout in the compositor
              (Bug #5080)
    
    (Old svn revision: 29656)

commit 853c7771c849cd823eda935c60fe426570a9473c
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Mar 5 14:52:02 2009 +0000

    Renamed pt_PT to pt and nb_NO to nb (bug #4574)
    
    (Old svn revision: 29645)

commit 322cbcc79730f2882f2b2181aef618cfd2ba4ed0
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Mar 1 22:47:35 2009 +0000

    Translations updates - es pl uk
    
    (Old svn revision: 29639)

commit 68970938f567c4678c262e7c308abd85440553e5
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Sat Feb 28 07:10:29 2009 +0000

            * ja.po: Japanese translation update (Masato Hashimoto)
    
    (Old svn revision: 29636)

commit a1d747a191bb76995711127f2f5f27603ced0f9f
Author: Stephan Arts <stephan@xfce.org>
Date:   Wed Feb 25 23:03:40 2009 +0000

    == Xfce 4.6.0 Released! ==
    
    
    
    (Old svn revision: 29617)

commit 050b0c2e90eb8c2bd9f1005919510eb266555649
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 24 19:06:19 2009 +0000

              settings-dialogs/tweaks-settings.c: Include gdk.h & gdkx.h
            * settings-dialogs/xfwm4-settings.c,
    
    (Old svn revision: 29573)

commit 71bc28166e71ddc596dc352488509bff9cee1c22
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 24 18:53:37 2009 +0000

            * settings-dialogs/xfwm4-settings.c,
              settings-dialogs/tweaks-settings.c: Do not run setting dialogs if
              current window manager is not xfwm4 (Bug #4989).
    
    (Old svn revision: 29572)

commit 244025611bfca21df3491c5cbd0ae2bcd9a1fd8a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 23 23:59:06 2009 +0000

            * src/cycle.c, src/moveresize.c: Make sure any active grab on the
              keyboard and pointer are released  (Corollary to bug #4959).
    
    (Old svn revision: 29550)

commit 6d99502b9ee65dd4fa7649f9327e64b38707d7ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 23 10:06:52 2009 +0000

            * src/netwm.h, src/netwm.c, src/client.h, src/client.c, src/events.c,
              src/focus.c: Capture user time at startup, a bit of refactoring to
              avoid duplication of code (that led to this bug to remain after a
              similar fix went previously in to events.c in revision 29456).
    
    (Old svn revision: 29542)

commit b4a5a64d026a96c2358d8ef1662b228b9f2d543e
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Feb 22 16:58:44 2009 +0000

    sorry for the noise
    
    (Old svn revision: 29536)

commit 1ae503e6f72eae50e7e2e858c34dcb55749cd296
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Feb 22 16:57:53 2009 +0000

    This commit should be blocked by pre-commit-check-po.sh
    
    (Old svn revision: 29535)

commit 6f5b6f9ddf6532d542086f7f00c7f739355d7b16
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Feb 20 23:58:46 2009 +0000

    Translations Updates - ca es gl id it pt_PT zh_CN
    
    (Old svn revision: 29526)

commit 81c1a1dbcb8adfdd90bcf75fa9bcbcf3c33201ca
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Fri Feb 20 22:04:15 2009 +0000

    Greek translations update by Stavros Giannouris and Evaggelos Balaskas.
    
    (Old svn revision: 29525)

commit 043949d1fad790242bb0ab0eccca68d0efe68385
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 20 22:02:35 2009 +0000

            * src/events.c: Only release events on identified key shortcut
              (Bug #4959).
    
    
    (Old svn revision: 29524)

commit 9efcc9505211eeca5c8159024ad4fcc37f6d896c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 20 12:37:26 2009 +0000

            * src/events.c: And do not release events on key release, as Super is
              both a modifier and a regular key that repeats, it breaks when used
              as a modifier (Bug #4959).
    
    
    (Old svn revision: 29519)

commit 8133e62e92b9def06011c6e6901e653fc111f5c0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 19 12:54:58 2009 +0000

            * src/events.c: Use timestamp provided by the event itself to
              release queued events (Bug #4959).
    
    
    (Old svn revision: 29516)

commit 4e3c30566d55471d40d56fff2023a18f83dddd82
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 19 11:21:29 2009 +0000

            * src/events.c: Use more appropriate callback function name (trivial).
    
    
    (Old svn revision: 29515)

commit dea2097b2247a77a6e74fb5bcb335d700fae638b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 19 09:56:25 2009 +0000

            * src/settings.c, src/events.c, src/screen.c, src/screen.h: Apply
              font settings changes in real time (DPI, hinting, hint style, rgba).
    
    
    (Old svn revision: 29514)

commit e0104830ea53942d09ca3b92835a7a44ca23501f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 18 22:21:16 2009 +0000

            * settings-dialogs/workspace-settings.c: Fix limits for margin being
              inverted - patch by Mike Massonnet <mike.massonnet@gmail.com>
              (Bug #4931).
    
    
    (Old svn revision: 29513)

commit 1ac1d0755520a30aa69cec9650dd9174f76f66e5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 18 22:17:27 2009 +0000

            * src/placement.c: Same, still not right (Bug #4960).
    
    
    (Old svn revision: 29512)

commit 5c62fc08139252e519126b3f16b8a45bfe9935c6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 18 19:39:36 2009 +0000

            * src/placement.c: Fix size not properly computed by the fill
              function with a dock on top or left (Bug #4960).
    
    
    (Old svn revision: 29511)

commit b8536020fa535b04f0eaa3b014ea6c7b2597fc77
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 17 09:31:28 2009 +0000

            * src/keyboard.c: Use proper type for returned value.
    
    
    (Old svn revision: 29498)

commit c731b7fbedafd927ba00c66cc77682088beedb69
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 16 11:11:27 2009 +0000

            * src/events.c, src/client.c: Fix ICCCM synthetic unmap notify
              handling causing a race condition with amule when started hidden
              to system tray (Bug #4928). Note: This is still unclear to me
              what is correct behaviour here, the problem reported in bug
              #4928 happens with some other window managers too (e.g. kwin from
              kde 4.2, fluxbox) but not with others (openbox, metacity, icewm).
    
    (Old svn revision: 29493)

commit 70eeb59663c8d88f3969a3f5ec77c8dc91d0aaaa
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Feb 8 08:20:15 2009 +0000

    Translations udaptes - de id ja nb pl zh_CN
    
    (Old svn revision: 29472)

commit 03404f16148bb76cb2fa2f71a5b25410e15647a1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 7 20:14:26 2009 +0000

    Use revision 29463 for libxfce4kbd_private minimum revision just like in xfce4-settings
    
    (Old svn revision: 29469)

commit be3e2804e795a0cf6e796b911efc13df2ff496bd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 7 20:10:39 2009 +0000

            * settings-dialogs/xfwm4-settings.c : Add the new parameter required
              for the API change for xfce_shortcut_dialog_run(),
              Add dependecy on libxfce4kbd_private revision.
            * src/events.c : Fix user time not being taken from the user time
    
    
    (Old svn revision: 29467)

commit 1e97ca3e19efd7603e276eeb6ceb7bf22c2719bc
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Sat Feb 7 20:02:49 2009 +0000

    xfwm4/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    xfconf/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    
    (Old svn revision: 29466)

commit 487ead8df0f23b2190d9c943fa517772baf8cc82
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 7 00:39:28 2009 +0000

            * src/events.c, : Fix user time not being taken from the user time
              window for apps which support that protocol, that was breaking
              focus stealing prevention for all gtk,
              src/focus.c: Do not automatically give focus to windows placed on
              lower layers, but focus those on upper layers at first map.
    
    
    (Old svn revision: 29456)

commit ba5bb567d266defebea9bc48bbe19b61d6e7c58f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 5 13:06:46 2009 +0000

            * settings-dialogs/xfwm4-dialog.glade: Set minimum value for
              wrap_resistance and snap_width (0 is not a valid value)
              src/settings.c: clamp values to sensible defaults
              src/events.c, src/moveresize.c: reduce the warping distance of the
              mouse pointer (bug #3290)
    
    (Old svn revision: 29454)

commit c904edfb9989db11a740698336fd9bdacab32cde
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Thu Feb 5 01:23:21 2009 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 29451)

commit 3e9ef01fb0cfbfa6b4e692e086da44c112b4ccd6
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Feb 3 21:07:56 2009 +0000

    Translations updates - en_GB es
    
    (Old svn revision: 29443)

commit 092b171ea8c30dba1684420810f3c17130f824af
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Feb 1 22:42:42 2009 +0000

            * NEWS: Update NEWS file.
            * settings-dialogs/xfwm4-settings.c: When stealing a shortcut from
              another shortcuts provider, clear the shortcut of that provider
              first.
    
    (Old svn revision: 29427)

commit 31b5282ab75e3f5fc2120946732bced2de8803b9
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Feb 1 13:35:26 2009 +0000

            * settings-dialogs/xfwm4-settings.c: Only display shortcut conflict
              dialog if the action of the new shortcut differs from the one
              that's being edited.
    
    (Old svn revision: 29423)

commit be6f13c65598b360a82b813f81ced1c68ef82e15
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sun Feb 1 01:03:59 2009 +0000

    Czech translation fixed
    
    (Old svn revision: 29419)

commit 65c66ed5e8f46f87c748bf809749c76a7121cc1f
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sat Jan 31 17:38:45 2009 +0000

    Turkish translation update by Gokmen Gorgen and Samed Beyribey
    
    (Old svn revision: 29417)

commit deab146d77a9c7ab048483702cc103ce399381d7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 29 20:50:40 2009 +0000

            * src/placement.c: Apparently someone is confusing East and West :)
              Fix fill function not working with multiscreen.
    
    
    (Old svn revision: 29409)

commit 88e6c153e759019409f339d73583809e2a18841c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 29 20:47:48 2009 +0000

            * src/events.c: Clear monitor cache when the screen size changes, but
              avoid redoing the work twice in the case of a monitor-changed event.
    
    
    (Old svn revision: 29408)

commit 6b637d354955a9e3401f138d0741f5d1370b7fea
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Jan 26 01:24:11 2009 +0000

            * == 4.5.99.1 released! ==
            * NEWS: Update NEWS file for the release.
            * configure.ac.in: Bump version number and dependencies.
            * xfwm4.pot, *.po: Update translation files for the release.
    
    (Old svn revision: 29379)

commit 174ad44f84173314df6afc779c7519442aba60f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 25 23:15:32 2009 +0000

            * settings-dialogs/xfwm4-settings.c: gtk, not glib for
              gtk_selection_data_get_data()
    
    (Old svn revision: 29365)

commit 15364b11cbc59d6c79bcb1cfe07dbb67ea333d22
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 25 21:00:33 2009 +0000

            * settings-dialogs/xfwm4-settings.c: gtk_selection_data_get_data() is
              gtk+2.14 (Bug #4855)
    
    (Old svn revision: 29352)

commit 1afd2215f6c63e80c40d064fa156171ac797049c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 25 17:59:12 2009 +0000

            * settings-dialogs/xfwm4-settings.c,
              settings-dialogs/xfwm4-dialog.glade: Make title alignment and button
              layout insensitive when not supported by the theme selected, fix a
              memory leak,
              configure.ac.in: Remove AC_C_CONST
            * settings-dialogs/xfwm4-settings.c: Fix dragging button layout when
              the dialog is embedded in the settings dialog (Bug #4524).
    
    (Old svn revision: 29349)

commit 3a196df3ca14fa72f026d0c30570949f84157555
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jan 25 16:38:35 2009 +0000

    Fix dragging button layout when the dialog is embedded in the settings dialog (Bug #4524).
    
    
    (Old svn revision: 29347)

commit f128147411a235b1651520b7620f03b35c86c5a5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 24 23:42:37 2009 +0000

            * src/display.c, src/display.h, src/events.c, src/client.c
              src/client.h, src/hints.c, src/hints.h, src/netwm.c, README:
              Add support for NET_WM_FULLSCREEN_MONITORS
    
    (Old svn revision: 29311)

commit a97cd94cbe32ebf35f4e721e2d6bb6886fd0239d
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Sat Jan 24 17:27:46 2009 +0000

            * da.po: Danish translation update (Per Kongstad)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
            * da.poÆ Danish translation update (Per Kongstad)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    (Old svn revision: 29308)

commit 940fd6eb1248c9f20868fa326f4625b8fc5d9250
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 23 22:36:35 2009 +0000

            * src/parserc.c, src/settings.c, src/settings.c: Fix settings not
              being set at startup (Bug #4845)
              themes/default/*: Flatten default theme
    
    (Old svn revision: 29303)

commit 7b66e23451b1394bb16fda988350bd0d135c9f92
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 21 19:02:13 2009 +0000

            * src/main.c: Command line option "--daemon" would have no effect
              when xfwm4 connects to the session manager.
    
    (Old svn revision: 29288)

commit 08d0d2ba9b26b1527aabdb0f4b736f2289daf516
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 20 09:18:13 2009 +0000

            * mcs-plugin: Removed.
    
    
    (Old svn revision: 29285)

commit c18a197c4dadaa27d14d5314107473b137acf4be
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Jan 19 20:58:29 2009 +0000

    Translations udpates - es fr nb_NO zh_CN
    
    (Old svn revision: 29279)

commit 98961bc317cc40e7b6711f8b5ceb9318d0422ef5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 18 21:51:46 2009 +0000

            * src/screen.c: Use G_MAXINT as default to make sure it's off bound.
    
    (Old svn revision: 29276)

commit d3782c48421f7127dda90f939cee95b95997169e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 18 21:45:33 2009 +0000

            * src/*.c, src/*.h: Update year.
    
    (Old svn revision: 29275)

commit a6890e51adc48c27c9ce9b1ff019fb6d38450563
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 18 21:42:47 2009 +0000

            * src/client.c, src/events.c, src/moveresize.c, src/netwm.c,
              src/placement.c, src/screen.c, src/screen.h, src/tabwin.c: Cache
              the monitor geometry instead of just the monitor number, it's more
              efficient.
    
    (Old svn revision: 29274)

commit 6d5dbde03e456bd0f098d87d3b35a45163ddd7ee
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 18 18:00:04 2009 +0000

    Translations updates - es et fr ja zh_CN
    
    (Old svn revision: 29272)

commit 5719833da9b1ee8b15d3af8e95a007f37b1c8a2d
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Sun Jan 18 12:32:33 2009 +0000

    xfce4-session/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    xfce4-panel/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    xfce4-settings/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    libxfce4menu/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    libxfce4util/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    xfwm4/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    xfce4-appfinder/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    xfconf/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    libxfcegui4/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    
    (Old svn revision: 29271)

commit d3d74d41ad22c1fe4432429c0618da20b66b472c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 17 13:57:48 2009 +0000

            * settings-dialogs/xfwm4-settings.c,
              settings-dialogs/xfwm4-dialog.glade: Make focus delay insensitive
              in click to focus mode.
    
    
    (Old svn revision: 29267)

commit 2c3371026c26e102b5f0115ef9307bdaa4dfa7f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 16 12:54:57 2009 +0000

            * src/misc.h, src/misc.c, src/screen.h, src/screen.c, src/events.c,
              src/menu.c, src/tabwin.c, src/placement.c, src/client.c,
              src/moveresize.c, src/netwm.c: Need to invalidate our internal
              monitor caching when adding/removing monitors with randr 1.2
    
    
    (Old svn revision: 29263)

commit 80c97d876f59a062c1c8c1f52c20160172357903
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Thu Jan 15 14:16:34 2009 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 29262)

commit 2e57ad60b9de29084da2e6d8d64bf56a6fc20d42
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Jan 14 21:22:41 2009 +0000

            * configure.in.in: Post-release version bump.
    
    (Old svn revision: 29250)

commit 27632553a6d5cf692767f7bffd5163a0b4cb61cd
Author: Stephan Arts <stephan@xfce.org>
Date:   Mon Jan 12 21:41:29 2009 +0000

    Bump version number
    
    
    
    (Old svn revision: 29205)

commit 47954d5353db51a095fc7295dcd2cb3681176989
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 12 08:44:51 2009 +0000

            * NEWS: Typos
    
    (Old svn revision: 29187)

commit ef59c72c0071145d61bc9a4c5faf5df1bc00db12
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 11 22:28:23 2009 +0000

    Translations updates - ca es ja
    
    (Old svn revision: 29184)

commit 48f101694506978bd0f25321ac0023322770b2f4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 11 16:29:13 2009 +0000

            * src/focus.c: Do not place unfocused windows on top of the focused
              window, when not focusing new windows (Bug #4795)
    
    (Old svn revision: 29163)

commit dc48e66a85335d15aedc75acf7c1ab1040c7703c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 7 22:18:25 2009 +0000

            * settings-dialogs/xfwm4-settings.c: Remove markup not supported
              by xfce_message_dialog() (Bug #4786)
    
    (Old svn revision: 29115)

commit f8895120bad994ffe166723d4605a6bafc1316bf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 7 09:19:49 2009 +0000

            * settings-dialogs/xfwm4-dialog.glade: Fix typo introduced in previous
              update
    
    (Old svn revision: 29114)

commit c56b31b227d5124f87f961920fa49c2f2d7adff7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 6 09:25:06 2009 +0000

            * settings-dialogs/xfwm4-settings.c,
              settings-dialogs/xfwm4-dialog.glade,
              settings-dialogs/tweaks-settings.c, po/*: Fix strings not being
              localized (Bug #4740)
    
    
    (Old svn revision: 29105)

commit c265432e6ff3e048a3e4e186145da089a2397677
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 4 21:35:39 2009 +0000

    Translations updates - ca fr pl
    
    (Old svn revision: 29098)

commit bfe9d1d7be46945e11c8d410a74d9923551db84e
Author: SZERVÁC Attila <sas@321.hu>
Date:   Tue Dec 30 10:26:43 2008 +0000

    [intl:hu] littlefixes2
    
    
    
    (Old svn revision: 29063)

commit a26db203657024f25dddb426469b23a209ec0d23
Author: SZERVÁC Attila <sas@321.hu>
Date:   Tue Dec 30 09:15:47 2008 +0000

    [intl:hu] little updates
    
    
    
    (Old svn revision: 29062)

commit 556af75d9fd1a6559931cfb1267ad28864cd2bd8
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Dec 25 19:19:51 2008 +0000

    Translations updates - gl id ja uk zh_CN
    
    (Old svn revision: 29050)

commit ac6af0138c859be13effd2cf28472347efa7a78b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 24 18:17:20 2008 +0000

            * src/compositor.c, default/defaults, themes/default/themerc: Increase
              shadow radius, center shadow by default.
    
    (Old svn revision: 29046)

commit 316a3da86f73edc188c0b30643a4fe291bd0ca2c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 23 12:26:16 2008 +0000

    Play with shadow params
    
    (Old svn revision: 29045)

commit 6fe144a68f0b444fd0ebdff501cb3785cb6dd784
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Sun Dec 21 13:14:07 2008 +0000

    xfwm4/trunk/po:
            * sv.po: Swedish translation update (Daniel Nylander)
    
    (Old svn revision: 29038)

commit 70e863c6bb64416a23a2c1ca56ec822025ca4a53
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Fri Dec 19 14:18:14 2008 +0000

    Czech translation updated
    
    (Old svn revision: 29036)

commit b3050dd75e9950597bca8f498d9725c1a0f28822
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 16 22:25:58 2008 +0000

            * settings-dialogs/xfwm4-workspace-dialog.glade,
              settings-dialogs/xfwm4-tweaks-dialog.glade,
              settings-dialogs/xfwm4-dialog.glade: Do not mark gtk+ stock labels as
              translatable (Bug #4722)
    
    (Old svn revision: 29030)

commit 8ecfb0d04ad7ec380f4b5b47e3513ff34d202f79
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 16 22:16:01 2008 +0000

            * src/placement.c: Prevent "fill" from expanding beyound physical
              monitor.
    
    (Old svn revision: 29029)

commit f6465a2ffe381bd843e5dc5069c546f11b67358a
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Tue Dec 16 18:38:14 2008 +0000

    Update Finnish translations.
    
    
    (Old svn revision: 29028)

commit cfd42cf2f6391a645398dc3479d6a0e82660e42e
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Dec 16 09:37:58 2008 +0000

    Basque translation update
    
    
    (Old svn revision: 29027)

commit 361dbcf411e1de01c247d4790b119d2d0d2c88fd
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon Dec 15 08:31:17 2008 +0000

    Fixen erroneus date in ChangeLog
    
    
    (Old svn revision: 29026)

commit 1db542b369d9c264824567b2fce16c399c64aaaf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 14 21:55:28 2008 +0000

            * src/placement.c, src/placement.h, src/client.c, src/client.h:
              Fix fill horizontally and vertically not working as expected
              (Bug #4712)
    
    (Old svn revision: 29025)

commit 75a0fa822654d65fd6c9e009a47835a1c8ea4b25
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 14 12:29:48 2008 +0000

            * settings-dialogs/xfwm4-dialog.glade,
              settings-dialogs/xfwm4-tweaks-dialog.glade: String review by
              Josh Saddler <nightmorph@gentoo.org> (Bug #4703)
    
    (Old svn revision: 29024)

commit 38b425b9e1ed0446f7ac400f403197f22cef9164
Author: Piarres Beobide <pi@beobide.net>
Date:   Sun Dec 14 00:57:38 2008 +0000

    Trunk Basque translation update
    
    
    (Old svn revision: 29023)

commit 20adacb418596190692c5b9e653dfb7737b464bb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 12 23:58:50 2008 +0000

            * src/client.c: Remove maximization if a client updates its size max
              size hint (Bug #4706)
    
    (Old svn revision: 29015)

commit f3d9476555b36dc5efb94120db2b0d52a1726685
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 11 12:23:13 2008 +0000

            * settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png,
    
    (Old svn revision: 29010)

commit 423d5a9f16dbcb148275d6a84aa796fed9acb192
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 10 22:18:14 2008 +0000

            * settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png,
              src/default_icon.svg, src/default_icon.png: Redo the icons from
              scratch so we it's not a derivative work from the Tango icons anymore
              (and thus remove the CCPL).
    
    (Old svn revision: 29005)

commit 82af16dde84ee960cdc096adf89b5925b92dc986
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 6 11:32:42 2008 +0000

            * settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png,
              settings-dialogs/monitor-icon.h: Replace monitor icon with an icon
              based on the Tango icon theme (Bug #4666),
              COPYING: Add the CCPL as some icons are derived work from the
              Tango icons.
    
    (Old svn revision: 28983)

commit 7120032892e984874a4be9058642c6909b857fa6
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Dec 3 22:31:48 2008 +0000

    Translations updates - fr pl
    
    (Old svn revision: 28976)

commit a92349b8cdac1d3d5ab19950ce7543766fa496e5
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 30 21:43:55 2008 +0000

    Translations updates - ca - xfce4-session po update
    
    (Old svn revision: 28970)

commit ae1f5b6a6216093a727eb7959a58f49380060667
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Nov 29 23:00:09 2008 +0000

    Translations updates - fr
    
    (Old svn revision: 28953)

commit cb5f97f019cd6dfeee83b06cf163810e62ae4d89
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 29 18:55:29 2008 +0000

    Wrong date in Changelog
    
    (Old svn revision: 28951)

commit 6b7acde97160a093bd38bd769bcd10f43d49fc31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 29 18:17:11 2008 +0000

            * src/placement.c: Fix smart placement not working for windows with
              height or width larger than actual screen size (Bug# 3126).
    
    (Old svn revision: 28950)

commit 527fdc38db5e6839b65498a2bf738ea6fce040db
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 27 14:54:19 2008 +0000

            * src/transients.c: Based on previous change, we an now optimize
              clientGetModalFor() and make it a lot simpler and more efficient.
    
    (Old svn revision: 28926)

commit bc4704e98318d0b74454abfedea5b35c9a08a28e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 27 13:41:33 2008 +0000

            * src/transients.c: Do not consider all windows of the same group for
              modality (See comment in Bug #3586)
    
    (Old svn revision: 28925)

commit 207af0310943c5518deddbedbd63011abb17b681
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 27 13:27:18 2008 +0000

            * src/focus.c, src/focus.h: Only focus the fallback window when
              transitioning focus from a destroy or unmap (Should fix Bug #4652)
              Do some small cleanup, remove older code ifdef'ed.
            * src/moveresize.c: Work around a problem affecting the use of
              to check the value for each iteration.
    
    (Old svn revision: 28924)

commit d8435f0cd31f9cd1e74f8c8c98e8ac5772d47579
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Thu Nov 27 00:22:10 2008 +0000

    Updated Brazilian Portuguese translations.
    
    
    (Old svn revision: 28922)

commit cc7a540237a5b924a4a0443c5b55c05e29b7da6c
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Nov 25 21:20:15 2008 +0000

    Translations updates - es fr
    
    (Old svn revision: 28914)

commit a99a674ddb8e7fdfa0bce8b06c203ec119f07d35
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 25 19:33:43 2008 +0000

            * themes/daloa: Enlarge active zone of buttons
    
    (Old svn revision: 28910)

commit a7626466e58907439ada98909936565d913c2cf9
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Nov 24 21:33:48 2008 +0000

    Translations updates - fr uk
    
    (Old svn revision: 28901)

commit d6d60210c2c545933ce3edce7f8297d52bceaec7
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 23 14:47:07 2008 +0000

    Translations updates - ca ja nb uk
    
    (Old svn revision: 28890)

commit 44c28a763b29f5cfbdb2799837df6b2dde40cf2d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 20 18:28:11 2008 +0000

            * defaults/defaults: Fix default value for easy_click
    
    
    (Old svn revision: 28869)

commit 8d7536870997b23310bffde6ac2fc486e6802f47
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 20 18:12:51 2008 +0000

            * src/moveresize.c: Work arround a problem affecting the use of
              the "Super" key as modifier for moving windows (Bug #4632)
    
    
    (Old svn revision: 28868)

commit 866b708496db158a535d3cd1d626d45e1ccde65a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 19 22:11:57 2008 +0000

    Update TODO
    
    (Old svn revision: 28864)

commit e855696e930893be4a224285daf492661aeef16f
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Nov 19 20:26:44 2008 +0000

            * de.po: Update German translations.
    
    (Old svn revision: 28861)

commit ee58c4b8472420a6fd8f236e2acb69c769e40519
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 19 06:37:49 2008 +0000

            * settings-dialogs/workspace-settings.c: Trivial optimization, no need
              to check the value for eatch iteration.
    
    
    (Old svn revision: 28852)

commit 5446f29726a9243443426cec4d3911885b24d94a
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Nov 18 22:45:43 2008 +0000

    Translations updates for - de, id, ja, nb_NO and finally sq
    
    (Old svn revision: 28850)

commit ccdb55b54686779521d4b844d2e5437a5aa3d428
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 18 22:44:01 2008 +0000

            * settings-dialogs/workspace-settings.c: Make sure the data retrieved
              from xfconf is not null (Bug #4616)
    
    
    (Old svn revision: 28849)

commit bee96663032b7e93eee5ac56eedb07b9da5ef3c9
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 16 22:39:14 2008 +0000

    Translations updates and additions - ca, de, es, id, tr, uk
    
    (Old svn revision: 28829)

commit 55b88e72760ea640a94d513d069af2588edf1b12
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sat Nov 15 20:52:20 2008 +0000

    Turkish translation update
    
    (Old svn revision: 28821)

commit 057502c6801053cb82e9a42ef96ce33cfaac58b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 15 19:27:55 2008 +0000

            * settings-dialogs/xfwm4-workspace-dialog.glade: Set page-size
              to 0 for gtk+ 2.14
    
    
    (Old svn revision: 28814)

commit 558156e755bd1de988b6f20e30c4204d96806b6f
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Nov 12 11:09:44 2008 +0000

    Xfce-trunk BAsque translation updates
    
    
    (Old svn revision: 28774)

commit 727e6db8a787f0878481a99f785ce5d2225e60ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 20:32:01 2008 +0000

            * po/*.po, po/xfwm4.pot: update po
    
    
    (Old svn revision: 28761)

commit 43a117e773a2099f102c35a67f1fb24c2e8319fb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 18:53:57 2008 +0000

            * settings-dialogs/xfwm4-settings.c: Fix focus model selection
    
    (Old svn revision: 28760)

commit 84da6ddbe63852bd6b038da0873c437b3a9f9300
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Nov 11 18:18:01 2008 +0000

            * src/settings.c: Place the sidewalks again after wrap_workspaces has
              changed.
    
    (Old svn revision: 28758)

commit 687fabf0da117c0f4d2fbe16560f5ac469ab4107
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 14:57:04 2008 +0000

            * src/Makefile.am: add missing inline icons
    
    (Old svn revision: 28757)

commit e33407fb8646860d71225066179767eb395b4c9b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 14:43:12 2008 +0000

            * settings-dialogs/xfwm4-settings.c: Fix build with -Werror.
    
    (Old svn revision: 28755)

commit 7a89f2c971f6235c05a8f0c36d0a2f4e5f87f519
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 14:25:43 2008 +0000

            * settings-dialogs/workspace-settings.c: Use editable cells instead of
              yet another popup dialog.
    
    (Old svn revision: 28747)

commit cc06cf3c985af0daa82fcaa829feffae840e5fc4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 13:51:32 2008 +0000

            * settings-dialogs/workspace-settings.c: Revert
    
    (Old svn revision: 28740)

commit 66ecc7262d1dc6645706d9a978ae998b5a64e923
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 13:49:45 2008 +0000

            * src/Makefile.am: stock_rolldown.png missing in Makefile.am
    
    (Old svn revision: 28739)

commit d1fa3978f8bba24a4eec8eab0240975b6da58e15
Author: Stephan Arts <stephan@xfce.org>
Date:   Tue Nov 11 13:37:34 2008 +0000

    Update xfwm4 version for xfce 4.6 beta2
    
    
    
    (Old svn revision: 28737)

commit b0a6ee649521bde987095bf9def2841e791936c5
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Nov 10 13:10:52 2008 +0000

    Fix the /general/click_to_focus radio button synchronization with
    xfconf. The two radio buttons are now properly updated when the
    /general/click_to_focus property is changed outside of the dialog.
    
    (Old svn revision: 28712)

commit c100850b0bcd7884b755f100e75196c85048b8bd
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Mon Nov 10 12:30:57 2008 +0000

    Update Finnish translation.
    
    
    (Old svn revision: 28711)

commit 340f11b25ccfa9748e83221967356d4dcccac646
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Mon Nov 10 00:15:58 2008 +0000

    Czech translation updated
    
    
    (Old svn revision: 28699)

commit 64a01891d6129dd1a34233e6e76dd18095b8c3a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 9 16:36:28 2008 +0000

            * po/POTFILES.in, settings-dialogs/Makefile.am: Fix make distcheck
    
    (Old svn revision: 28689)

commit 9aaddc906670d8bdbb60ae2ada6227e1f1a1b5e9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 9 16:08:20 2008 +0000

    Remove default.keys
    
    (Old svn revision: 28688)

commit 7b0d62563d17332316b5f71469db2b3c65848b96
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 9 16:03:57 2008 +0000

            * configure.ac.in: Update version
              po/*: Update po
    
    (Old svn revision: 28687)

commit 2f935a2f79867e58b45930e3ab8c9519b69dec2d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 9 15:34:51 2008 +0000

            * settings-dialogs/workspace-settings.c: Fix compiler warning
              src/cycle.c: Add key shortcut for reverse cycling (Bug #2778)
    
    (Old svn revision: 28686)

commit 9b83e2d139ed63f9f3020d20f058cf92efef5ef9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 9 11:46:07 2008 +0000

            * settings-dialogs/xfwm4-settings.c, src/cycle.c, src/settings.c,
              src/events.c, src/settings.h, src/screen.c, src/screen.h:
              Prepare code for reverse cycling (not finished yet).
    
    (Old svn revision: 28680)

commit f152797473960a2a94f6c35e979fc9dd5cf39a9b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 20:21:41 2008 +0000

    indentation
    
    (Old svn revision: 28672)

commit c451b834ae2746692e065b82db526966f639f4df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 20:20:40 2008 +0000

            * src/tabwin.c: Draw focus in tabwin to make sure the selection is
              visible even with themes that do not show selected items.
    
    (Old svn revision: 28671)

commit 94180dca95b05af637316ddd615c961b0dd717c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 17:28:50 2008 +0000

            * src/settings.c: Do not display warnings for "workspace_names", for
              real this time...
    
    (Old svn revision: 28669)

commit b2a0a67f27cbaf54fcd32be8e5a97c4f3bd02dda
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 17:19:10 2008 +0000

            * settings-dialogs/workspace-settings.c: Fix workspaces names not being
              set in the workspace settings GUI.
    
    (Old svn revision: 28668)

commit e3416e4003c87ab502e3c0068de10723bf1d034e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 16:54:06 2008 +0000

    Revert some temporary change that were not meant to be committed
    
    (Old svn revision: 28667)

commit a48a332d69ee21b40542a60dc1adad89a891926a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 16:48:10 2008 +0000

            * src/settings.c: Do not display warnings for "workspace_names" either.
            * settings-dialogs/xfwm4-settings.c: Fix possible crash when the
              dbl_click_action setting gets unset.
    
    (Old svn revision: 28666)

commit 0c78eb05dd20e717d6a2576d88fbee9e36eeee1b
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sat Nov 8 07:11:23 2008 +0000

    fix possible crash if the dbl_click_action setting gets unset
    
    (Old svn revision: 28657)

commit 2b44de63a8101691e2b695e23d17eb3ba79ff04f
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Fri Nov 7 12:41:12 2008 +0000

    Update Finnish translations.
    
    
    (Old svn revision: 28644)

commit 586f049213d14dcee1431a7ea33d660b23a34c78
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Nov 4 12:12:01 2008 +0000

    xfwm4 and xfce4-session BAsque translation update
    
    
    (Old svn revision: 28605)

commit adde6e08b12f8dbb7ff5cd94ea26e1c39d159c97
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 2 23:38:43 2008 +0000

    Translation updates and additions - de es ku tr
    
    (Old svn revision: 28595)

commit c2c402369f0e93d0bf67ea538c36210ee1d2a731
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 2 18:14:44 2008 +0000

            * src/parserc.c, src/settings.c: Do not display warnings for values
              that are not configurable via xfconf (typically theme settings).
    
    
    (Old svn revision: 28587)

commit 67e59c31ba43490c1d7f180d763710b3cc7de3c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 2 17:48:43 2008 +0000

            * settings-dialogs/tweaks-settings.c, src/settings.c, src/client.c: Fix
              indentation.
    
    
    (Old svn revision: 28586)

commit b85476db5d6b4766c5a1801680e035e751151937
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 2 17:45:46 2008 +0000

            * settings-dialogs/xfwm4-tweaks-dialog.glade,
              settings-dialogs/tweaks-settings.c, src/settings.c, src/settings.h,
              src/client.c, src/client.h, defaults/defaults: Add new option do
              disable blinking of urgent windows.
    
    
    (Old svn revision: 28585)

commit 05a3739faf5b962ef14ce935e7e300518d3673c7
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Sun Nov 2 17:24:43 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 28581)

commit 3b198b63b1bc246020c879c8104ef57f36e290d7
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sat Nov 1 19:31:10 2008 +0000

    Czech translation updated
    
    (Old svn revision: 28563)

commit d14cb036e95fe4cf2b1b4dd29ce42b22fd88ce5f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 31 21:20:19 2008 +0000

            * settings-dialogs/xfwm4-settings.c: Fix compiler warnings
              xfwm4/trunk/settings-dialogs/Makefile.am
              xfwm4/trunk/settings-dialogs/tweaks-settings.c
              xfwm4/trunk/settings-dialogs/workspace-settings.c
              xfwm4/trunk/settings-dialogs/xfwm4-settings.c
              xfwm4/trunk/src/Makefile.am
              xfwm4/trunk/src/event_filter.c
              xfwm4/trunk/src/events.c
              xfwm4/trunk/src/keyboard.c
              xfwm4/trunk/src/keyboard.h
              xfwm4/trunk/src/screen.h
              xfwm4/trunk/src/settings.c
              xfwm4/trunk/themes/Makefile.am
              xfwm4/trunk/configure.ac.in
              xfwm4/trunk/defaults/defaults: Add support for keyboard shortcuts.
              Remove experimental shortcuts code and add dependency on
              libxfce4kbd-private instead and replace MappingNotify event handler
              with a GdkKeymap "keys-changed" callback.
              Remove support for key themes. Properly stop startup notification
              when dialogs are plugged into xfce4-settings-manager (Bug #4492).
              po/*: Update translation files.
    
    (Old svn revision: 28542)

commit b32363cfe9011a111090e1874b9e2cc956d3a836
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Fri Oct 31 14:51:13 2008 +0000

    Add support for keyboard shortcuts: Remove experimental shortcuts code
    and add dependency on libxfce4kbd-private instead and replace
    MappingNotify event handler with a GdkKeymap "keys-changed" callback.
    Remove support for key themes. Properly stop startup notification when
    dialogs are plugged into xfce4-settings-manager. Update translation
    files.
    
    (Old svn revision: 28532)

commit 5a22ca3921c4e6f73a46f0090df263fdde88b72d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Fri Oct 31 10:12:47 2008 +0000

    This is an attempt to improve the titles of the settings dialogs.
    GenericName and X-XfceSettingsName have been removed.
    
    (Old svn revision: 28529)

commit 28582f42fc569cd0a85fb98b7e7f8ddd0adbd7ed
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri Oct 31 10:11:55 2008 +0000

    xfwm4 Basque translation update
    
    
    
    (Old svn revision: 28528)

commit ed576fe1e533ea6b04ebd0be9f65f8ee075bbcfe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 30 22:39:04 2008 +0000

            * settings-dialogs/xfwm4-settings.c, src/client.c: Fix compiler
              warnings
    
    (Old svn revision: 28524)

commit 6d596a997994625f0e6b5a8431b0d7b9e38e33c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 30 22:15:25 2008 +0000

            * src/events.c, src/client.c, src/client.h,
              themes/default.keys/keythemerc: Simplify management of transients
    
    (Old svn revision: 28522)

commit e872d5a0c75b62bd167f31dcfe5b7f6566ac2c2c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 30 18:10:24 2008 +0000

            * src/default_icon.svg, src/default_icon.svg,
              src/inline-default-icon.h: Change default icon.
    
    (Old svn revision: 28519)

commit 50d50d901ec371573f3840572cec57a4747e9017
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 30 17:49:12 2008 +0000

            * src/client.c: Fix minimize all other windows,
              src/main.c: Fix compilation warning.
    
    (Old svn revision: 28517)

commit b57b72426389f8a0303f9d499b2c5e7efccb6e9b
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu Oct 30 11:10:46 2008 +0000

    Update Finnish translations.
    
    
    (Old svn revision: 28513)

commit 8763a229d5d5e9e2ed332a980f4b71c1aeadc67a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 30 08:44:18 2008 +0000

    Rework the window menu to improve consistency with libwnck menu (Bug #4531)
    
    (Old svn revision: 28510)

commit b64a0c75390a86ed71dc957df7b71d12100c137c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 29 23:10:25 2008 +0000

            * src/inline-stock-rolldown.h, src/inline-stock-maximize.h,
              src/inline-stock-unmaximize.h, src/menu.c,  src/stock_icons.c,
              src/stock_icons.h, src/inline-stock-minimize.h,
              src/inline-default-icon.h, src/inline-stock-rollup.h,
              src/main.c, src/Makefile.am: Rework the window menu to improve
              consistency with libwnck menu (Bug #4531)
    
    (Old svn revision: 28506)

commit 2c6f4d1491164d51bcd020520ca3efaaddc9fb24
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Oct 28 23:17:42 2008 +0000

    Translations updates and additions HUGE
    
    (Old svn revision: 28493)

commit a485180987cc03b6bafe325e98a24e7f4d90092d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 28 12:36:28 2008 +0000

            * settings-dialogs/tweaks-settings.c,
              settings-dialogs/xfwm4-tweaks-dialog.glade: Fix wmteaks dialog not
              setting the proper option for "raise_with_any_button".
    
    (Old svn revision: 28484)

commit 37284a25460355f6cac5fe49d7506f73aaa167b4
Author: SZERVÁC Attila <sas@321.hu>
Date:   Fri Oct 24 19:00:52 2008 +0000

    [intl:hu] arch & other little fixes
    
    (Old svn revision: 28400)

commit 1839b595acea0ea9c9d5e2ad9963a097ff47faa1
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri Oct 24 11:02:33 2008 +0000

    xfwm Basque translation update
    
    
    (Old svn revision: 28398)

commit b2a8d09b8ad193f53b059f29d570de54b29c960a
Author: SZERVÁC Attila <sas@321.hu>
Date:   Thu Oct 23 19:02:35 2008 +0000

    [intl:hu] little fixes
    
    (Old svn revision: 28389)

commit 6a3a49c4b062b8be00eb94e4b2ec9dd12228b6c7
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Oct 23 16:52:38 2008 +0000

    Add missing entries for switching to workspaces 1-12 and to move windows
    to these workspaces.
    
    (Old svn revision: 28383)

commit 0d8b85cff2012341b1b7c93b8f059497b0c132c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 22 20:10:00 2008 +0000

            * src/client.c, src/client.h, src/display.c, src/display.h,
              src/events.c, src/focus.c, src/focus.h, src/hints.c, src/hints.h,
              src/misc.c, src/misc.h, src/moveresize.c, src/netwm.c, src/netwm.h,
              src/screen.c, src/screen.h, src/startup_notification.c,
              src/workspaces.c, src/workspaces.h: Use "guint32" instead of Xlib's
              "Time".
    
    (Old svn revision: 28365)

commit a21533b809736448d212c901a101e636cae2d672
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 21 20:34:35 2008 +0000

    Trivial, advertise the correct function name in debug message.
    
    (Old svn revision: 28350)

commit a85ff9c725cd8458b9eec6f558bb9da0a750969f
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Oct 21 17:49:20 2008 +0000

    Translation updates for fr, ja, tr
    
    (Old svn revision: 28346)

commit 5e2aefa82fed64bc38abd25770578d2db7c496da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 21 09:14:01 2008 +0000

    Fix gravity broken by previous commit.
    
    (Old svn revision: 28345)

commit fc5b5591060fcfbbfb5081099a1a8dd41e6a1211
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 21 05:23:10 2008 +0000

    Restore a line removed by mistake in last commit.
    
    (Old svn revision: 28342)

commit 734408310c2d6b60b49adb2a2e3103955ac978b5
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Mon Oct 20 22:32:52 2008 +0000

    Czech translation updated
    
    (Old svn revision: 28341)

commit 60273034334883e14b597bcdbfd776dab14fa7ed
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 20 21:26:32 2008 +0000

    Improve support for NET_MOVERESIZE_WINDOW by reusing most of the code from configureRequest handler, remove duplicate declaration in the code.
    
    (Old svn revision: 28340)

commit 67b5b71e220a2002555cba1923f842b0fd53ba20
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Mon Oct 20 21:02:01 2008 +0000

            * da.po: Danish translation update
    
    (Old svn revision: 28339)

commit 4c47b0f0cdb2b32abb8a7e11d2dfe01ff6897338
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Oct 20 20:41:42 2008 +0000

    Translation updates for many packages in many languages, is this message too vague
    
    (Old svn revision: 28336)

commit d25fdecca8fec63179bdf9d673f4073ce9a8d2f1
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Oct 20 17:14:58 2008 +0000

    Use 'Reset to Defaults' instead of the GTK_STOCK_REVERT_TO_SAVED text
    for the shortcuts reset button.
    
    (Old svn revision: 28329)

commit 375d01913ec4e57d8cbedeec3904acea75ccfde4
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Oct 20 16:59:45 2008 +0000

    Implement shortcut editing.
    
    (Old svn revision: 28327)

commit 43c15d885b8eb50048fc6991dba950b9381a3c8d
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Mon Oct 20 12:40:33 2008 +0000

    Update Finnish translations.
    
    
    (Old svn revision: 28323)

commit b53ae6696347378845b9ab4d5944a028ede4ee2a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 19 21:46:10 2008 +0000

    Add support for NET_MOVERESIZE_WINDOW
    
    (Old svn revision: 28313)

commit a63e229a43898bdb19580c7b3353357e2785454b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 21:13:08 2008 +0000

    Add disambiguations to settings dialogs (Bug #4484, patch from alexander.toresson@gmail.com)
    
    (Old svn revision: 28297)

commit 529b1deed44894644ff39f53213bad07bb039dc9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 15:50:49 2008 +0000

    Add routine to get the name of a given atom, add client windows to save set to avoid loosing all windows in case of crash, display name of unsupported net_wm_state atom, clean-up of list of supported atoms, add hooks for debugging purpose.
    
    (Old svn revision: 28294)

commit ba83282b0cdf4136dcadd47d8ac87f0a281da666
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Oct 18 14:25:59 2008 +0000

    Translation updates and additions for many packages in es, fr, id, ja, nb_NO and tr
    
    (Old svn revision: 28293)

commit 39bba1bd2e62a8f50fedf3c0eadca45461165c31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 17 13:10:03 2008 +0000

    Add support for restart style SmRestartImmediately now that xfce4-session supports it (requires libxfcegui4 from r28280 or later).
    
    (Old svn revision: 28284)

commit 70b526d8b13fb818026d08270419bec052238175
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 16 08:04:46 2008 +0000

    Fix compilation with glib-2.10, there is no g_hash_table_get_keys() nor constructed method for GObjects in glib-2.10.
    
    (Old svn revision: 28266)

commit b2d6b95ef611edf9e3744cd8047cc84a8517dcbc
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Oct 16 01:09:18 2008 +0000

    Add missing header file for the main settings dialog.
    
    (Old svn revision: 28265)

commit ea8f040cd01d97c3237bb46c6c8b1619ba1268b5
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Oct 15 22:14:17 2008 +0000

    Remove backup file.
    
    (Old svn revision: 28263)

commit c951c93fbfc4663d0462768406865537385eed8c
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Wed Oct 15 22:13:34 2008 +0000

    GObject-ify the main settings dialog. Update frap shortcuts files.
    Tweak the settings dialog UI a bit. Next task will be support for
    shortcuts.
    
    (Old svn revision: 28262)

commit 924f8668804829ea4397082a458d655faa874d32
Author: Stephan Arts <stephan@xfce.org>
Date:   Tue Oct 14 08:43:50 2008 +0000

    Bump version number and dependency requirements
    
    
    
    (Old svn revision: 28240)

commit 12d2f96514548a8342b082aba2ed7621b62588b3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 14 08:04:11 2008 +0000

            * settings-dialogs/Makefile.am: Include monitor-icon.h,
              (corsac@debian.org), src/events.c: Fix compiler warning,
              src/placement.c: Likewise, src/client.c: Likewise, fix
              uninitialized access in full debug build (corsac@debian.org),
              po/POTFILES.in: Add new source to the list of files to translate
              (corsac@debian.org)
    
    
    
    (Old svn revision: 28239)

commit ae1aef8f6e939fcc80296f76a556c423211fa690
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 13 20:34:25 2008 +0000

    Improve centering of windows with Xinerama.
    
    (Old svn revision: 28226)

commit dea223a48e305e2af2c8c6f1d7c352b28881ae79
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 11 23:08:11 2008 +0000

    Staticalisation
    
    (Old svn revision: 28155)

commit f617299b91e84ebfc57e403445c4ca83d0f8250a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 11 10:40:57 2008 +0000

    Update NEWS file, sanitize ChangeLog (won't be automatically regenerated again, too much hassle)
    
    (Old svn revision: 28140)

commit f9104da639b860224f2fb13f390bac8283d88cb7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 9 16:38:47 2008 +0000

    Clear partial maximization upon move
    
    (Old svn revision: 28124)

commit 63b2339af941cec2b6f8eba2c856c8c6934407f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 9 13:06:36 2008 +0000

    use a dot instead of a dash otherwise make rpm fails ('-' is not allowed in version)
    
    (Old svn revision: 28121)

commit ebc1fbd71d5c1778fd02f221ff162f3473e40f1d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 9 12:59:32 2008 +0000

    Adopt the same versioning scheme as other xfce packages
    
    (Old svn revision: 28119)

commit b8f816c5ed8bf3b90ab8b89d6a7de55046727abe
Author: SZERVÁC Attila <sas@321.hu>
Date:   Thu Oct 9 05:01:38 2008 +0000

    [intl:hu] little fixes
    
    (Old svn revision: 28112)

commit 05238cd405d838f8dbac453db73ae973a79c84b8
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Wed Oct 8 13:44:41 2008 +0000

    Update Finnish translation.
    
    
    (Old svn revision: 28102)

commit 10aff0f07063dfcaa248d89191096a094879099c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 7 19:39:43 2008 +0000

    Rework visual depth selection of the frame window (Bug #4452)
    
    (Old svn revision: 28089)

commit 2196508f16b73a75e1f4671af05c8a83a6f6511b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 7 19:36:34 2008 +0000

    Add new user option to set/unset repeat blinking of urgent windows (Bug #4440)
    
    (Old svn revision: 28088)

commit e283eaf1b76a3af51ba8a3406d46bb4ace40429f
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Oct 7 12:39:46 2008 +0000

    Add X-XfceHelpFile to settings dialog .desktop files.
    
    (Old svn revision: 28084)

commit 48dd8293d1225c2f9b2dccdedd0d8f22014d3a68
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 6 19:48:39 2008 +0000

    Make shadow opacity configurable (bug #4447)
    
    (Old svn revision: 28059)

commit c3c3254ba35d64bcd653316b9561531385ecec04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 5 22:01:33 2008 +0000

    Small refactoring of the source, use the term withdraw instead of hide to avoid confusion with iconification
    
    (Old svn revision: 28046)

commit 3aa07f83f0c08fb39dd01e60251b1f9a8716ebc8
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Oct 5 19:29:46 2008 +0000

    Fix required xfconf version (use latest SVN revision).
    
    (Old svn revision: 28044)

commit 1f31b8db2051915e23d9e13c4249b79ba728bbc6
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Oct 5 17:52:51 2008 +0000

    Updated and added Estonian translations for the libxfcegui4, terminal and mousepad trunk modules and libxfce4util branch 4.4 module
    Updated Indonesian translations for the xfce-utils, xfce4-mixer, xarchiver, xfwm4, xfcalendar and xfdesktop trunk modules
    Updated and added Spanish translations for the xfce4-appfinder, squeeze, libexo, xfce-utils, libxfce4menu, xfce4-session, xfce4-mixer, libxfce4util, libxfce4ui, xfce4-icon-theme, thunar, libxfcegui4, xfce4-panel, xfdesktop, xfce4-trigger-launcher, terminal, mousepad and xfmedia trunk modules
    Updated Russian translation for the xarchiver, libexo and libxfcegui4 trunk modules
    Updated and added German translation of the xfce4-settings and xfwm4 trunk modules
    Updated Japanese translation for the thunar module
    Updated Sinhalese translation for the libxfcegui4 trunk module
    
    
    (Old svn revision: 28040)

commit d6f41ce072e4eee1a65f13e9ee1f9f325dc44a60
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sun Oct 5 13:29:28 2008 +0000

    Czech translation updated (Remaining duplicated hotkeys fixed)
    
    
    (Old svn revision: 28038)

commit dc9396ea43b746108e12b8ebd6fb6e61d0402c6a
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sun Oct 5 12:55:47 2008 +0000

    Czech translation updated (duplicated shortcuts fixed)
    
    
    (Old svn revision: 28037)

commit 22d41c0a9bc431731a39a3e176d513fcbac0b171
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Oct 5 12:27:00 2008 +0000

    Use updated Xfconf API, tweak workspace settings dialog, fix plugging.
    
    Add xfconf_minimum_version to the configure script. Depend on
    0.1.0svn-r27376 for the updated channel API. Use xfconf_channel_get()
    instead of xfconf_channel_new(). Quit the application when the GtkPlug
    is destroyed. Tweak the settings dialog so that the workspace margin
    spin buttons stick to the monitor icon and the monitor icon is always
    centered inside the frame.
    
    (Old svn revision: 28036)

commit b72d9e4ce47e8a9a0a4ed92ab35c1a467be98993
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sat Oct 4 21:34:24 2008 +0000

    Czech translation updated
    
    (Old svn revision: 28033)

commit e1b6e37e22a4b6ccd370138eb5ee0a09f4b0d266
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 3 20:46:16 2008 +0000

    Rework the blinking of windows to make it less boring and hopefully more noticeable
    
    (Old svn revision: 28024)

commit dda9a6762ee1cd55eaa4a791a4d290246341042b
Author: Stephan Arts <stephan@xfce.org>
Date:   Fri Oct 3 14:31:58 2008 +0000

    Fix compiler warnings
    
    (Old svn revision: 28022)

commit 7d6b8c72720a993bb33d0f4cad6fc920d6a4d23b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 3 08:24:32 2008 +0000

    Make wire frame while cycling user configurable (Bug #4443)
    
    (Old svn revision: 28020)

commit 180b1313bb13172b756b7a498aefd0ed5d90d19d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 2 21:27:57 2008 +0000

    Add margins configuration in workspace settings, patch by Mike Massonnet <mike.massonnet@gmail.com> (Bug #4438)
    
    (Old svn revision: 28019)

commit 4fb4210ef1abc1e9be3a2a533f0affd0280da7f1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 2 10:58:13 2008 +0000

    Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434)
    
    (Old svn revision: 28011)

commit c4186c571f92b1366b3723a834eadd74c23f7eef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 30 16:37:35 2008 +0000

    Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix bug #3969)
    
    (Old svn revision: 27995)

commit c584a07ec5ea2c930614fd665e14f995201a2c4d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 30 13:21:24 2008 +0000

    Give credit to metacity implementation, add svn:keywords property
    
    (Old svn revision: 27994)

commit ccfb36d1935c75e19599015dbf06c869cfce726a
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Sep 30 10:58:46 2008 +0000

    BAsque translation update
    
    
    (Old svn revision: 27993)

commit 9d4c9548949248f165567a7e9d8d9e3e020fe454
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 30 09:02:50 2008 +0000

    Add xid to reply (might be useful for debugging later on)
    
    (Old svn revision: 27992)

commit 4d9173c2696581ce1548a03ac2dbf31c7280ef4c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 30 09:02:23 2008 +0000

    Make sure the passed timestamp is not zero
    
    (Old svn revision: 27991)

commit 44a82298e88567d6998f05e1b40bdc3cdb08009a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 29 22:05:32 2008 +0000

    Improve dialog
    
    (Old svn revision: 27990)

commit 08e4774db58bc90579e05b3eb0bc00517d43271c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 29 21:41:14 2008 +0000

    Remove generated files
    
    (Old svn revision: 27989)

commit f684d22a8c479ccdc30b4c5eddbd53e78ce51a18
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 29 21:40:46 2008 +0000

    Add dialog (not finished yet)
    
    (Old svn revision: 27988)

commit df6ba1c6a89a52e890a55c55aebf2969a44af88f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 29 12:42:21 2008 +0000

    Reorder NET_WM_STATE update status
    
    (Old svn revision: 27984)

commit fa1ab50697f78108c7fcf6a6df49330a7e983b07
Author: Brian Tarricone <brian@tarricone.org>
Date:   Mon Sep 29 06:19:02 2008 +0000

    fix typo that causes new workspace name to be shown incorrectly in the dialog
    
    (Old svn revision: 27983)

commit ca6df631fe8b30bf5ee66d07da63a46a449f92cb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 28 17:29:17 2008 +0000

    Fix name change broken by one of last commits
    
    (Old svn revision: 27980)

commit 87441632eb4d8d83bcc67176663ff433270173b8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 25 20:52:20 2008 +0000

    Place title 1 pixel higher
    
    (Old svn revision: 27957)

commit ea0a5b3591a8df2051a976ec54b044ca6e4e7145
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 25 15:40:21 2008 +0000

    Fix ping/pong
    
    (Old svn revision: 27954)

commit a712f5632bab3b8467978aaf1c26da4f9333b7d9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 25 11:55:39 2008 +0000

    Kill client who do not reply a ping message - TODO: Implement a helper application to display a daliog asking user's confirmation before actually killing the application
    
    (Old svn revision: 27953)

commit fa7ddb251a4de98a45f021aae163adb21c7be58e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 24 21:36:16 2008 +0000

    Implement NET_WM_PING protocol
    
    (Old svn revision: 27938)

commit 2be9f1f96b95deb95cf93d21e90f53a6a5d098ba
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 22 22:12:51 2008 +0000

    Update glade files to set page_size to 0
    
    (Old svn revision: 27928)

commit 0f9032abbc09ba3204eaced85fd8bf5400e64171
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 22 21:52:00 2008 +0000

    Add support for NET_WM_PID to be able to kill apps (when not responding to NET_WM_PING), and various small clean up
    
    (Old svn revision: 27927)

commit 506dc82d902eed0212833f70232a4af190d7df01
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 22 08:54:28 2008 +0000

    Add an option to set default window placement w/out smart placement missing from the wmtweaks GUI
    
    (Old svn revision: 27924)

commit 82eb3e93b44779b28bd8104b2896539f6e6b2bf3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 18 09:12:00 2008 +0000

    Add an explanatory comment
    
    (Old svn revision: 27904)

commit 1bdfc55a998344c2fa536008c5df7b3235b14f93
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 18 09:10:42 2008 +0000

    Actually, focus stealing prevention is not related to the way to react when a window raises itself on another workspace
    
    (Old svn revision: 27903)

commit 7c0e421a2a92b208e093146b117b24c74d735b79
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 17 09:41:21 2008 +0000

    Update ChangeLog, NEWS
    
    (Old svn revision: 27899)

commit 63d345d20ecd9c2acf70ef59e971140435702334
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 16 15:42:38 2008 +0000

    ...actually even more sensitive w/out quotes...
    
    (Old svn revision: 27895)

commit 1ee3d5035a8a758cc57c2f471fa86e09135c8594
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 16 15:23:34 2008 +0000

    Set what seems to be sensible defaults
    
    (Old svn revision: 27894)

commit 2e5e7dd96ac758799802ce6acd36f70cdbf85fa1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 16 12:52:02 2008 +0000

    Fix initialization
    
    (Old svn revision: 27893)

commit 49a4f7ba3dc7b47dfca3551f63a920a579d052bd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 16 12:18:52 2008 +0000

    Allow any modifier to be used for easy move, including disabling the functionality al ltogether (fixes a regression introduced in 4.6)
    
    (Old svn revision: 27892)

commit e805ac20e6cb97d66884002bb6d83f96a00a4887
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 16 11:29:54 2008 +0000

    Add the new supported atoms to the list
    
    (Old svn revision: 27891)

commit d934013e03cacaba539e6ae4d49e1b25a36c3356
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 14 21:15:10 2008 +0000

            * settings-dialogs/*.desktop.in: Add X-XfcePluggable=true to desktop
              files of the settings dialogs.
    
    (Old svn revision: 27878)

commit 13a36b4957505d5b2f5a5ebd6109cd9ec1bbc045
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 14 20:25:16 2008 +0000

    Doh.
    
    (Old svn revision: 27874)

commit 81f8d7f8a49c0f42a6ad5570708163f92b679b22
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 14 20:19:05 2008 +0000

            * settings-dialogs/tweaks-settings.c: Add copyright nothint.
    
    (Old svn revision: 27873)

commit 76a410089af5eb4f250e8761f07f6961d455caac
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 14 20:14:56 2008 +0000

            * settings-dialogs/*.{c,glade}: Add embedding support to all xfwm4 settings
              dialogs.
    
    (Old svn revision: 27872)

commit 5202d5a4f71a498b7dd7d110f2f9001e9be02fd4
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 14 20:14:50 2008 +0000

    Add embedding support to all xfwm4 settings dialogs.
    
    (Old svn revision: 27871)

commit 6100a6c465247db5ca98b80efc86f652c40399ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 14 14:53:35 2008 +0000

    Sort theme alphabetically (Fix bug #4318)
    
    (Old svn revision: 27864)

commit 4d9e9ba325a76868fb20510ce43790e8ee1e049c
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sun Sep 14 10:20:06 2008 +0000

    implement workspace name changing
    
    (Old svn revision: 27862)

commit 0b090bd5647a0e1f15cc0130f6a65c65c644fac4
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sun Sep 14 10:19:53 2008 +0000

    fix some minor nits
    
    (Old svn revision: 27861)

commit ce366a455256088172db97c6823bb177f8200b38
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 12 08:48:57 2008 +0000

    Do not change windows list order when showing desktop
    
    (Old svn revision: 27827)

commit f9241649060699d2f7e431689cec4f0b6047f1e9
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Sep 11 17:22:55 2008 +0000

    xfwmn basque translation update
    
    
    (Old svn revision: 27821)

commit 841dea17a25dea3c9301f1b2664d5de29fa295d7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 11 06:17:09 2008 +0000

    Add warnings when auto-maximizing a window
    
    (Old svn revision: 27818)

commit 8930e7b36f1f572cbcfa5cf9707306f0ed3e3f14
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 10 16:07:00 2008 +0000

    Revert to the previous behaviour, do not allocate extents if the window is not visible (Bug #4363)
    
    (Old svn revision: 27803)

commit 49fe66108ef671c121d467657736e302d11f8baa
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Tue Sep 9 19:30:05 2008 +0000

    (Old svn revision: 27783)

commit b272f0ec1a0fd038785f16d20d5c0feb2d868269
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Tue Sep 9 19:29:42 2008 +0000

    (Old svn revision: 27782)

commit 47b6c697210b0bdb62f6fbbecfcec1f35889b332
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Tue Sep 9 19:28:53 2008 +0000

    (Old svn revision: 27781)

commit 10e01e4a3ab38c219d5dde8a634aa41bb8655834
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Tue Sep 9 19:27:57 2008 +0000

    (Old svn revision: 27780)

commit 1dc2f1882039f5e7680657e352b07356b74b702a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 9 08:44:40 2008 +0000

    Sharpen bottom corners on the default theme
    
    (Old svn revision: 27776)

commit 23802a15af97456f2a4d3bc12a14be5c6c40000c
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Sep 9 07:38:03 2008 +0000

    Translations updates and new ones for trunk in es,fr,id
    
    (Old svn revision: 27775)

commit 64cf4d7a2c38141663622cfbae86685a756a33d4
Author: Stephan Arts <stephan@xfce.org>
Date:   Mon Sep 8 21:06:20 2008 +0000

    Update xfce library version requirements
    
    
    (Old svn revision: 27766)

commit 3f4594f70ca0a3d6b946998c7fe8f6edcbd7d053
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Sep 8 20:31:25 2008 +0000

    Fix ChangeLog indentation.
    
    (Old svn revision: 27763)

commit 133a94ccd0016bea9b856c480d431572bf62ef35
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Sep 8 20:24:18 2008 +0000

            * settings-dialogs/frap-shortcuts.c,
              settings-dialog/frap-shortcuts-dialog.c: Synchronize latest libfrap
              changes.
            * settings-dialogs/xfwm4-settings.c: Make keyboard tab insensitive.
              Shortcuts based on xfconf have been postponed to the first beta release
                    and won't be available in the alpha.
            * *.po, xfwm4.pot: Merge strings.
    
    (Old svn revision: 27762)

commit 24cebb444a1fd2d3d8a7a7df9bd4cf53a7d44346
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 7 21:59:05 2008 +0000

            * settings-dialogs/frap-shortcuts-dialog.c: Update the dialog. It
              now uses XfceTitledDialog as a parent and also displays the partial
              shortcut while being entered - cool.
    
    (Old svn revision: 27740)

commit 0ed4cbfb2271f2df475a6bf05f5011abeb32b833
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 7 21:20:37 2008 +0000

            * settings-dialogs/frap-shortcuts.{c,h},
              settings-dialogs/frap-shortcuts-dialog.c: Update to latest libfrap
              version.
    
    (Old svn revision: 27738)

commit d205f4c31416c5c1b003010ce07325bab4207af2
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 7 17:04:19 2008 +0000

              settings-dialogs/xfwm4-settings.c: Import utility functions and the
              shortcut dialog from libfrap. Refactor the xfwm4 settings dialog so that
              it makes use of them. The code should now work better and be easier to
              read.
            * POTFILES.in: Add frap-shortcuts.c and frap-shortcuts-dialog.c.
            * *.po, xfwm4.pot: Merge new strings.
    
    (Old svn revision: 27728)

commit dbe04dbb8c7ecaabeb157ca7285549a750ab64ca
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 7 17:02:19 2008 +0000

            * settings-dialogs/Makefile.am, settings-dialogs/frap-shortcuts.{c,h},
              settings-dialogs/frap-shortcuts-dialog.{c,h},
                    settings-dialogs/xfwm4-settings.c: Import utility functions and the
                    shortcut dialog from libfrap. Refactor the xfwm4 settings dialog so that
                    it makes use of them. The code should now work better and be easier to
                    read.
    
    (Old svn revision: 27727)

commit 4e283704c1ea79b90fbf4a72ec3ec2242637f3e8
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 7 09:50:59 2008 +0000

            * settings-dialogs/shortcut-dialog.c: Remove unused Display variable.
    
    (Old svn revision: 27720)

commit 52de6e6936e86d54ce00e60702190bd0ccde861f
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Sep 7 09:35:50 2008 +0000

            * settings-dialogs/Xfwm4-settings.c: Remove unused function declaration.
    
    (Old svn revision: 27719)

commit 40c54770e7dd5e5adbba190800f74fa6aaadb3f7
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sat Sep 6 21:01:49 2008 +0000

    hook up missing wrap_workspaces and wrap_windows properties
    
    (Old svn revision: 27698)

commit 314b88fd7e7b015b1917099cc038ec375eb2dbdc
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Sep 6 18:22:59 2008 +0000

            * configure.ac.in: Add dependencies on dbus-1 and dbus-glib-1.
            * settings-dialogs/xfwm4-settings.c: Add <dbus/dbus-glib.h> include. \n
    
    (Old svn revision: 27694)

commit 8f68236b8e120acd5524e232d6cb287528a28199
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sat Sep 6 14:47:22 2008 +0000

            * settings-dialogs/Makefile.am,
              settings-dialogs/shortcut-dialog.{c,h}: Add (almost) the same dialog for
              entering shortcuts as we have in xfce4-settings.
            * settings-dialogs/xfwm4-settings.c: Implement the first part of the xfwm4
              keyboard shortcuts: Disable themes support, make shortcuts editable,
              implement the "reset to defaults" feature, handle 'property-changed'
              signal emitted by xfconf and allow for interactive resolving of
              conflicts. Still missing: hard-coded default shorcuts and the actual X
              event monitor for all shortcuts. \n   * POTFILES.in: Add shortcut-dialog.c.
            * *.po, xfwm4.pot: Merge new strings.
    
    (Old svn revision: 27692)

commit ca6cc391e978b4a05b85706b1c637ccfd31f2aa1
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Thu Sep 4 17:25:46 2008 +0000

            * autogen.sh: Add git svn revision versioning support.
    
    (Old svn revision: 27654)

commit 4e37bc29010ef4c1b21b98248db20d72a9a51ad3
Author: SZERVÁC Attila <sas@321.hu>
Date:   Mon Sep 1 02:01:27 2008 +0000

    [intl:hu] xarchiver xfwm update, please dont use (Un)... format
    
    (Old svn revision: 27633)

commit 3a046a77adfa0c855688aa16fb1ef1505e31b9da
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Aug 29 22:12:45 2008 +0000

    Updated various pending translations (German,Korean and Slovene)
    
    (Old svn revision: 27611)

commit 6649bc0e77bea8639d3ccd1eb3a667fbd1089153
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Aug 28 10:59:13 2008 +0000

    Basque translation uypdate
    
    
    (Old svn revision: 27603)

commit b469b0b1b684a22e391f273db57b4b9650e81106
Author: Brian Tarricone <brian@tarricone.org>
Date:   Mon Aug 25 06:27:39 2008 +0000

    fix POTFILES.in, update-po
    
    (Old svn revision: 27554)

commit a9066dd83f4356d480cebe7182fb612f985f3616
Author: Brian Tarricone <brian@tarricone.org>
Date:   Mon Aug 25 06:20:59 2008 +0000

    consistent-ify the settings dialogs with those from xfce4-settings
    
    (Old svn revision: 27553)

commit f1693a6571f1d50c40b735d3e34189f3876c85bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 24 16:03:10 2008 +0000

    Add a small light frame to enhance window limits.
    
    (Old svn revision: 27549)

commit 80d9b3e98f98402d5e1544b8da9b5a7fd9a25f7f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 24 16:00:22 2008 +0000

    Various small changes for win resize, do not automaximize undecorated windows
    
    (Old svn revision: 27548)

commit b4b5ac20d6c6ba97fd14dfada0b5299fa66b619d
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sun Aug 24 02:32:16 2008 +0000

    tweak wmtweaks and workspaces settings dialogs quite a bit
    
    make padding and spacing consistent with xfdesktop, use XfceTitledDialog
    rather than XfceHeading, set header subtitle, set window title correctly,
    set window icon correctly, add keyboard accels to all controls, don't
    set window width (instead force no horiz scrollbar)
    
    (Old svn revision: 27547)

commit 975ea94ba959921f65890481aaa9e9e70c74d484
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sun Aug 24 01:52:22 2008 +0000

    tweak main xfwm4 settings dialog quite a bit
    
    make padding and spacing consistent with xfdesktop, use XfceTitledDialog
    rather than XfceHeading, set header subtitle, set window title correctly,
    set window icon correctly, add keyboard accels to all controls
    
    (Old svn revision: 27546)

commit b827c15473b6d0a50e70a9675312dc668c65f208
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sun Aug 24 01:02:32 2008 +0000

    rename the .desktop files to their old names; fix missing fields
    
    (Old svn revision: 27545)

commit 112a1bfd1cba937477f9893bb81517e2833a1dbc
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Aug 23 18:57:55 2008 +0000

    use the same casing and spelling as the tweaking dialog
    
    (Old svn revision: 27544)

commit d2ddfc950d3e2be4a695050b8f20a5944508a83b
Author: Stephan Arts <stephan@xfce.org>
Date:   Sun Aug 17 20:16:39 2008 +0000

    Bump version number
    
    
    
    (Old svn revision: 27483)

commit 37c96bb12a899d2dcafff708161092c4b2a1fe3e
Author: Stephan Arts <stephan@xfce.org>
Date:   Sun Aug 17 20:15:43 2008 +0000

    Bump version number
    
    
    
    (Old svn revision: 27480)

commit a07b8fdfecc15cba9cd15fb27a0e74c82de2770d
Author: Stephan Arts <stephan@xfce.org>
Date:   Sun Aug 17 20:05:59 2008 +0000

    Fix make distcheck
    
    
    
    (Old svn revision: 27477)

commit 8566352e450fc6508c38d209ac8f5ef5f1a833c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 15 20:56:06 2008 +0000

    Rework the resize of windows to avoid hidden portions to become visible, add a hook to update the compositor as relying on configure notify introduces lags and flickers (Bug #4283)
    
    (Old svn revision: 27453)

commit 151ef672c7080d568038a364e899aab344fcf0ab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 14 22:36:35 2008 +0000

    Fix XSync (apparently broken since the beginning), rework window resize, rework shape notification in the compositor, trash the decremental repaint timeout
    
    (Old svn revision: 27451)

commit 3500d1c910ed31145a33ec384c9c5c4065609958
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Tue Aug 12 11:00:33 2008 +0000

    Updated Finnish translations.
    
    (Old svn revision: 27446)

commit 01c476ef258029b1b162a95ffd01d9c84699846c
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Aug 10 21:42:27 2008 +0000

    Translations updated and added in Indonesian, Korean and Polish.
    
    (Old svn revision: 27444)

commit 8b83a9ffc99a395eb3b7493203eafa8711d9bd6b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 9 22:54:29 2008 +0000

    Reduce title height of the default theme.
    
    (Old svn revision: 27437)

commit e08fdb42654f3b426cb6a76f03b33d66dcb88bd9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 9 22:52:45 2008 +0000

    Adjust values of adaptative timeout
    
    (Old svn revision: 27436)

commit fad13f7f2b06cdfeab6e49b1a7f8c427f37492ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 9 22:32:26 2008 +0000

    Compositor: Implement some sort of an adaptative timeout mechanism.
    
    (Old svn revision: 27435)

commit 8b28f5f77b89712dbb4aab1a5aa103136f40e1dc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 9 15:43:06 2008 +0000

    Compositor: remove idle repaint, use only the timeout repaint (should help iwith flickers induced by X window resize, bug #4268),
    Manage timeout repaints per screen (instead of display).
    
    
    (Old svn revision: 27434)

commit 0251c4eae928f2129bb63cf8be460295de3b9c36
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 4 20:44:47 2008 +0000

    Remove generated files from source control
    
    (Old svn revision: 27422)

commit 0aaa41b226d7cb756408d8eaf0b413d402ca7763
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 4 20:28:44 2008 +0000

    Merge work from Stephan Arts <stephan@xfce.org> (Bug #4065)
    
    (Old svn revision: 27421)

commit 0622985fd160ce7fae4622ae40c2b8bd48f24552
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 22 15:42:09 2008 +0000

    Increase buttons offset
    
    (Old svn revision: 27366)

commit 5fe9f672d47ced8c6ab9f9af30a2b53e89c617ca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 21 09:14:12 2008 +0000

    Fix segfault introduced with latest commit
    
    (Old svn revision: 27357)

commit e4cd0ecc488e9fa9e1838c8a8c83fa7825a76440
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 20 21:22:15 2008 +0000

    Add support for EWMH 1.4 NET_WM_USER_TIME_WINDOW property,
    use a separate layer for fullscreen windows (Bug #3526).
    
    (Old svn revision: 27356)

commit 4e0c8ab7abfd09506f52d8313be5115cf6ea1396
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 20 14:50:11 2008 +0000

    Update themes
    
    (Old svn revision: 27353)

commit a77d2e4d6855d12c0d5cff61fcdcb30862772e2a
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Fri Jul 18 19:19:29 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 27343)

commit 01b068a9eb97c0fc12d7872bee54d2ba65492ca2
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Tue Jul 15 23:12:09 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 27307)

commit 039742e2d8a878d6b729cc154a33002333bfcdf1
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Tue Jul 15 15:12:05 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 27297)

commit f563274824a50e6a965cb0b84ed9712cac6bf271
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Mon Jul 14 07:12:19 2008 +0000

    Update Ukrainian translation
    
    
    (Old svn revision: 27283)

commit 31eacfce0da3a906e134b808a9d0109a9706b999
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sun Jul 13 12:11:56 2008 +0000

    Updated POT and PO files: New strings were added.
    Czech translation file updated.
    
    
    (Old svn revision: 27268)

commit a84b82ed84554374403586fe36f5446b9c2e7c41
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 7 08:09:21 2008 +0000

    Set monitor when positionning menu (Bug #4162)
    
    (Old svn revision: 27225)

commit 6f88a38a46c711d640b2095ef80c2acc1cdf9f38
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jun 26 22:09:16 2008 +0000

    Translations added and updated for most trunk packages (gl)
    
    (Old svn revision: 27155)

commit 2f36b62a239e6b428dfd9f541f00bcce450678ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 25 11:57:37 2008 +0000

    Release events prior to opening the gtk menu to avoid a deadlock
    
    (Old svn revision: 27147)

commit 85627e060ec92190e8f448370f2de25eb10e3f55
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Jun 22 10:57:49 2008 +0000

    update-po
    
    (Old svn revision: 27129)

commit 1883844c9101b938d6b0d81bbe24e7a9655c9c53
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jun 22 08:54:17 2008 +0000

    xfwm4 Slovak translation update
    
    (Old svn revision: 27125)

commit 4382076b114ead745717ebb73c92efcce25b83c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 21 22:15:31 2008 +0000

    Add missing bits of patch from bug #3595
    
    (Old svn revision: 27117)

commit f9c6b659a03ce9206e8f16506b7e6b548b2c55d6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 21 15:17:00 2008 +0000

    Rework the window menu, add more actions (above/normal/below, fullscreen/un-fullscreen)
    
    (Old svn revision: 27111)

commit b4ce925478ba2ec0744d15c5789d44628c4c3c86
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 19 07:18:24 2008 +0000

    Make focused opacity more efficient (although much simpler, but I don't really like this feture anyway)
    
    (Old svn revision: 27081)

commit 2a205305de8bfcef79f1cd542e01e9ec86988de4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 18 20:43:00 2008 +0000

    Rework focus transitioning
    
    (Old svn revision: 27080)

commit 367b7bd04907be306021201e87a66c3c1f1b4f8a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 17 21:39:47 2008 +0000

    Small code reorg
    
    (Old svn revision: 27079)

commit fa57024e62b6faaf770aab5dbfd990eef934c2e4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 16 21:46:35 2008 +0000

    Update themes
    
    (Old svn revision: 27078)

commit c2de028d5303643ca4ed907559923eb2a79f4efa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 16 21:17:09 2008 +0000

    Remove workarounds for older bugs, fixes side effects with Tk apps stealing focus on pointer ungrab (Bug #4154)
    
    (Old svn revision: 27077)

commit 52671519e41987f711a0e9b2964b75a441539d8a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 15 21:18:48 2008 +0000

    Use gdk/gtk+ callback mechanism to be notified of screen/monitor changes, add support for XRandr 1.2
    
    (Old svn revision: 27070)

commit adcb8b237a6da17af14d8ae82995c4412e136003
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 15 11:30:14 2008 +0000

    Set focus to the fallback window when relying only on TakeFocus to avoid a race condition with the client application
    
    (Old svn revision: 27067)

commit dacfdd065c78c6fbd51a5f90cc69fb20ae0f01c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 5 21:30:21 2008 +0000

    Small theme fix
    
    (Old svn revision: 27039)

commit 75156d374dece88c830d275138e6468221d0bbec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 5 21:29:44 2008 +0000

    Move iconified windows to the end of the focus ring, improve focus management
    
    (Old svn revision: 27038)

commit e04574f71304690699240406e37f1a9bad5925ff
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 3 21:26:17 2008 +0000

    Cleanup
    
    (Old svn revision: 27027)

commit 47abf67381b896a54bf21d4e5cd0573df7adf031
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 3 20:43:14 2008 +0000

    Update themes README
    
    (Old svn revision: 27025)

commit 51013374e43927bd38fb00eb8cfa7fbaae517bf3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 3 20:39:45 2008 +0000

    Huh, the wrong stuff was commited yesterday...
    
    (Old svn revision: 27024)

commit 3eb1788cc3c7319ecd36bef08bf8fa4d5a771b6a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 21:40:36 2008 +0000

    Add missing bits
    
    (Old svn revision: 27017)

commit 4fc9c259a6adcfa96083db937ec504fb4bda052d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 21:40:12 2008 +0000

    Fix svg
    
    (Old svn revision: 27016)

commit 399b370c3b03d0b95654c68b906d86cdd57239d0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 21:07:43 2008 +0000

    Add missing bits
    
    (Old svn revision: 27015)

commit faaca70124a73a5ca33cd59d2904f95a4023df45
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 21:07:02 2008 +0000

    Add missing bits
    
    (Old svn revision: 27014)

commit fee28e3be0485e6e3a1096a78f715cc5803c2c38
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 21:00:30 2008 +0000

    Re-add theme
    
    (Old svn revision: 27013)

commit b89d0300e849e38f0838ceebd244d9a3bcc6b192
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 20:49:11 2008 +0000

    Clean up the mess with themes and svn
    
    (Old svn revision: 27012)

commit bc9170449e86c81672305a9412c1316b114ef8f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 20:28:37 2008 +0000

    Switch to libwnck (patch from Nick Schermer nick@xfce.org, bug #3487)
    
    (Old svn revision: 27011)

commit ff4ec47e385217fbc5b7dcbd991d6d9197d2cdc7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 20:26:07 2008 +0000

    Change theme
    
    (Old svn revision: 27010)

commit ca1ee1f13b7c188a7cfe9647b9db735ed60d2684
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 20:23:20 2008 +0000

    Update default keytheme accordingly
    
    (Old svn revision: 27009)

commit c9cf552716ccba2d1c12eee92f0bc17520754da2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 20:22:45 2008 +0000

    Change shortcuts to use the new move/resize system
    
    (Old svn revision: 27008)

commit 4d1bc970fbc1dc433d00489cfde6acdc3062686f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 1 21:24:07 2008 +0000

    Rework move/resize, better keyboard operations, allow move/resize from menu and from taskbar - TODO: Change keyboard shortcuts accordingly
    
    (Old svn revision: 27007)

commit bcb1260fc8c770f3f29df52468d6973df8cf8c7e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 1 10:45:42 2008 +0000

    No need for xsync there
    
    (Old svn revision: 27005)

commit 13bd5b6b16ab5481c2202342cc6cdc3c36f38576
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 1 10:25:24 2008 +0000

    Capitalize class name, use brackets to show hidden windows, decrease saturation for icons of hidden windows.
    
    (Old svn revision: 27004)

commit 1baa760783e89ace1cfe68e3ca2a804c381080a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 1 09:24:30 2008 +0000

    Missing header
    
    (Old svn revision: 27003)

commit 1e6adeeab164ed95d3ece39ea8688d7cc5857af8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 31 23:45:11 2008 +0000

    Make sure title height is initialized
    
    (Old svn revision: 27002)

commit 42780f5aa5ee676cee4a4ec745b703e7eb234199
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 31 23:41:10 2008 +0000

    Use actual font metrics to compute font height as it gives better results than layout extents, lighten icons of iconified windows in tabwin selector.
    
    (Old svn revision: 27001)

commit 1d51d00fd0e2ee0636b758b1d56d075e8655a427
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 31 14:35:42 2008 +0000

    Update FSF address
    
    (Old svn revision: 26999)

commit 2021ff8d5e951861ea149d61a19db6ee9fc34848
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 31 14:29:47 2008 +0000

    Split code to prepare further changes
    
    (Old svn revision: 26998)

commit 47265e24c8ff83b55368db09545c63f8c0c0e3ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 27 16:58:58 2008 +0000

    Revert previous change, not much of a good idea, usability wise
    
    (Old svn revision: 26996)

commit 6f2af78f127ac01b8961e36ce6ba957dceab5303
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue May 27 00:25:51 2008 +0000

    update-po
    
    (Old svn revision: 26985)

commit 6e5bbc97873febc6ad955e257c1c64c0f4fd4abf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 25 16:31:22 2008 +0000

    Do not raise/focus when window buttons are pressed
    
    (Old svn revision: 26983)

commit 528fb87a2176ac8575d24621168d1102bb90aeb6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 20 21:51:26 2008 +0000

    Fix gcc warnings (bug #4095, Gauvain Pocentek <gauvainpocentek@gmail.com>
    
    (Old svn revision: 26980)

commit 9a9d6e6c04b6667d4f3cbeba0bd3a58d67d494a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 19 18:24:28 2008 +0000

    Make sure to count only the fullscreen overlays to be extra safe
    
    (Old svn revision: 26979)

commit 691e14b139ad99c70393f0242c1b34f23d4eb848
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 18 22:02:30 2008 +0000

    Make sure to release keyboard events even when a modifier is released before the regular key (bug #4072)
    
    (Old svn revision: 26976)

commit b099f7930953eb4b12de0cade7be347ec8eed1c6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 18 16:14:26 2008 +0000

    Fix a bug in overlays counting causing xscreensaver window to remain invisible (cont. bug #3849)
    
    (Old svn revision: 26972)

commit 2a022c31e0467998588e8471cd237132e4a554b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 17 16:41:25 2008 +0000

    Resize overlays on XRandr notification (bug #3763)
    
    (Old svn revision: 26968)

commit 0d89baf23ab9e0e72ff04b4f34c9087ea5db2e31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 17 16:02:21 2008 +0000

    Take gravity bit into account in configure resize only requests to comply with standard (bug #3634)
    
    (Old svn revision: 26967)

commit ed399cc6ebc0be76d792e741190e79f6deb4caef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 16 17:27:59 2008 +0000

    Actually, I believe it is safer to use CurrentTime when releasing the event queue
    
    (Old svn revision: 26965)

commit da1d94a44ec50ff49806a3b8860bd42bf7142e55
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 16 16:59:55 2008 +0000

    Take the direction into account before wrapping workspaces (fixes bug #4090)
    
    (Old svn revision: 26964)

commit ebca0346bb1545161aa27c07dc307a76ce01fd30
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 15 21:51:51 2008 +0000

    Simpler
    
    (Old svn revision: 26963)

commit 7e0080025a57f146b8c09ae16104dc9a607ccf72
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 15 21:22:47 2008 +0000

    Release pointer events as the pointer is grabbed in synchronous mode.
    
    (Old svn revision: 26962)

commit e68b516abc1e508e9a8c7b995108b167650dd152
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue May 13 09:23:13 2008 +0000

    update en_GB translations
    
    (Old svn revision: 26957)

commit 5ed4fe2a0cfeb672c91275f89ff8eac2acac034c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 12 19:19:42 2008 +0000

    Trying to get rid of CurrentTime
    
    (Old svn revision: 26951)

commit 9d31bef0b73cf2107f451319566e8d344e237fb7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 9 09:22:53 2008 +0000

    Make sure keyboard events are released, otherwise processing may stay stuck now that we do sync grab on the keyboard
    
    (Old svn revision: 26941)

commit 0d6f758752db494190d4e78ae034c9b62e83067d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 7 21:56:47 2008 +0000

    Switch to synchronous key grab
    
    (Old svn revision: 26935)

commit b26e84df760ec0077a7b201e43422034a8712917
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Sun May 4 13:27:09 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 26930)

commit ecfc0c5688e85611ebcc7069b056109c76d1cf39
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Sun May 4 01:50:43 2008 +0000

    Updated Brazilian Portuguese translation
    
    (Old svn revision: 26924)

commit 5e9517f42223d92154be09b8ceebb4726eb004e9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 2 08:13:09 2008 +0000

    Restore maximize on move has been broken for a while and nobody complains, too bad, it's a neat feature, let's try to get it fixed.
    
    (Old svn revision: 26921)

commit 42fd8ad18eb8bc2e0df3e1d1b7264a9e3a50ac12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 2 08:00:36 2008 +0000

    Missign bit from commit
    
    (Old svn revision: 26920)

commit ae66238ec87cc4e4bf280922c9f703cbd8bfa637
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 2 07:09:16 2008 +0000

    Do not filter out leave notify events otherwize the frame buttons may remain in prelight state
    
    (Old svn revision: 26918)

commit 356d5f7bfae71ac0b43c1f21adccabe06f30cc37
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 1 16:36:57 2008 +0000

    Add adjacent workscape/delete active workspace - Patch from xsdg <xsdg+xfcedev@mit.edu> (Bug #3595)
    
    (Old svn revision: 26915)

commit a5d655372b7f6f818b3f8c89bbf410be3e2f9281
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 30 20:52:27 2008 +0000

    Fix grab count not being decreased when pointer already grabbed by the client application
    
    (Old svn revision: 26909)

commit 7077cd1821c838708caa2008f5798a1ebd8bb239
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 23 21:24:33 2008 +0000

    Let see if changing the grab improves things
    
    (Old svn revision: 26889)

commit 8fab170a1a5796fc12b543bedb6f2fc51e13ccb8
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Tue Apr 22 02:18:22 2008 +0000

    Updated Brazilian Portuguese translation
    
    (Old svn revision: 26884)

commit 3e49185f01e643f8bfbd5eb2e20a9af5293875fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 19 11:10:09 2008 +0000

    Resync redraw when needed, avoid display refresh issues with compositor
    
    (Old svn revision: 26869)

commit 2a3c4d7063c337cc9d8877915f0d384404758a49
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Apr 12 09:54:12 2008 +0000

    Update Latvian translation
    
    (Old svn revision: 26827)

commit ee60098b4cec39ce326bc9b6ac0d2e6ecd51d437
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 10 21:28:10 2008 +0000

    Redraw frame immediately in case of resize to avoid confusing the compositor
    
    (Old svn revision: 26815)

commit f89753b84320c7b5fb226f4e45b627ee335e9be6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 09:56:37 2008 +0000

    Implements asynchronous frames update
    
    (Old svn revision: 26782)

commit c7b6bbf1e2d4803efdcf0b8bbc02231d5083d941
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 18 20:57:45 2008 +0000

    Rework keyboard grabs
    
    (Old svn revision: 26687)

commit f100e6756bc4f2e2abecd87515e58658ae6ab644
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 18 18:42:58 2008 +0000

    Do not confine struts values to 1/4 of the screen size
    
    (Old svn revision: 26686)

commit 8c838ae76113e6c5ba150f34421d5d1ee88385e3
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Mar 18 13:18:36 2008 +0000

    Update Portuguese translation
    
    (Old svn revision: 26685)

commit 2e55a1c83f27dda0e29bc7e16d2c9547cd509be5
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Wed Mar 5 04:11:22 2008 +0000

    Update Chinese translation
    
    (Old svn revision: 26664)

commit 4ca2a219c13196a03f79eccfa0c625c66bd9407d
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Feb 18 01:37:26 2008 +0000

    Update French translation + patch from Gérald Barré
    
    (Old svn revision: 26624)

commit 7d691f2ceb26e42e2a737da2917879c58b985620
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 13 22:33:04 2008 +0000

    Pass mouse button grab at initial mapping to avoid loosing the last ungrab
    
    (Old svn revision: 26608)

commit a7fdec3576eb29b5604719404f18cf3bafc87c16
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Wed Feb 13 13:53:13 2008 +0000

    Fixed typo reported by Jarno Liimatainen.
    
    
    (Old svn revision: 26605)

commit 559c952d6913dae3c12e8efd8f813b733dee86be
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 10 22:31:48 2008 +0000

    Bug fix with fullscreen overlays
    
    (Old svn revision: 26604)

commit 72da3ff6e46c40ef84d2ca6948c84a8f8f89fc03
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 7 08:04:21 2008 +0000

    Warning and errors should not ne localized
    
    (Old svn revision: 26599)

commit 34eb0f8e29d1a64efb2c59a952a22084183f8c0a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 6 22:51:44 2008 +0000

    Add a --replace option to replace ICCCM2 compliant window managers (Bug #3731)
    
    (Old svn revision: 26598)

commit 152ba5df56d418fe74b4f58bc50b52a27083cf4f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 24 22:39:50 2008 +0000

    Small cleanup
    
    (Old svn revision: 26589)

commit 16475dbddaac512c6053a37c571b3860da3ce4bb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 21 22:33:27 2008 +0000

    Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMEssage event such as Openbox (bug #2374)
    
    (Old svn revision: 26584)

commit 0c5e179b36485024013c0a76401123ec8af1ef20
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Dec 23 16:01:51 2007 +0000

    Updated Portuguese translations by Nuno Miguel <nunis@netcabo.pt>
    
    (Old svn revision: 26501)

commit df9eb1c3d56793e5404533d540a47f2f8c0ee637
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Dec 19 22:48:12 2007 +0000

    German translation updates in trunk
    
    (Old svn revision: 26495)

commit 6c42edff6a0876cda124160edbb0f11095ddb8e0
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sun Dec 16 17:12:38 2007 +0000

    Czech translations updated
    
    
    (Old svn revision: 26487)

commit 73d318fb3608bee30da49c1475d8b35acf3317bd
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Dec 15 17:37:27 2007 +0000

    * use XfceTitledDialog instead of xfce_create_header
    * fix a multiscreen bug by giving a parent to the edit workspace
    name dialog
    
    
    (Old svn revision: 26482)

commit 4f41469637dc1eedee504ba1167ddc8e064838d9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 12 22:33:56 2007 +0000

    Rework the windows unredirection to take advantage of the new overlay support
    
    (Old svn revision: 26463)

commit 0f52617e7199de7b96c1c7ad619bcecc49de495f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 11 22:14:12 2007 +0000

    Avoid infinite loop when damaging the overlay window
    
    (Old svn revision: 26459)

commit 54bd70a741a46c935c0751d7615ce0de626d76df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 10 22:27:15 2007 +0000

    Set depth/visual in overlay output window
    
    (Old svn revision: 26456)

commit b79d8dae9a62206eb425a505b660c9dabbfefb27
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 9 11:22:37 2007 +0000

    Add support for overlays from Composite extension version 0.3
    
    (Old svn revision: 26452)

commit bb9ff7d3f6d4a1a9adb26e2951be1cd752d031a9
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Dec 6 19:19:59 2007 +0000

    fr.po: Fix typo (Peaufinage sans pluriel)
    
    (Old svn revision: 26440)

commit bd2658c69bc36d690b2742cd0967a01cfbfec86c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 3 21:44:29 2007 +0000

    Rework key grabbing and release events queued
    
    (Old svn revision: 26435)

commit c32781687dc76e62639ed7714bae8b2be5689e5a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 3 21:43:32 2007 +0000

    Rework focus transition since now parents get raised along with the transients - That makes things more predictible.
    
    (Old svn revision: 26434)

commit 7f482b5657cdab4b7bc7ae4626ba76f7cf7a4d88
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 3 21:41:38 2007 +0000

    Remove trailing \0 in UTF-8 strings, that cause libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8
    
    (Old svn revision: 26433)

commit 449b09da93d6a159b6341718e448a5a6d2bb2551
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Dec 2 16:49:00 2007 +0000

    Spanish translations branch updates and German translations trunk updates
    
    (Old svn revision: 26428)

commit 72edeba4c838100388005bf67b388e96fbc10ddc
Author: Stephan Arts <stephan@xfce.org>
Date:   Mon Nov 19 00:33:20 2007 +0000

    Update dutch translation
    
    
    
    (Old svn revision: 26375)

commit 9694f6d7c1b883a4e9efe628e508d10971bf3388
Author: Stephan Arts <stephan@xfce.org>
Date:   Mon Nov 19 00:24:08 2007 +0000

    Update dutch translation
    
    
    
    (Old svn revision: 26374)

commit 2cde37fa611fb8e035f2704a9aee20500462dcd2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 17 20:23:19 2007 +0000

    Filter out grab/ungrab events so we don't end up redrawing the frame twice
    
    (Old svn revision: 26362)

commit 93299759733cbc24d1235e6ce763374e9e4ff70e
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Nov 17 14:31:59 2007 +0000

    fr.po: Rename name in .desktop files with consistency
    
    (Old svn revision: 26328)

commit e380a29d1cddd411173c864bbbcf5c561393c7eb
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Nov 15 09:14:39 2007 +0000

    Add Urdu translations to trunk (hope this is right *sigh*)
    
    (Old svn revision: 26296)

commit aed456ffc7a474792ce09c17607ac29295c87a51
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Nov 11 03:25:30 2007 +0000

    Update latvian
    
    (Old svn revision: 26285)

commit e83709a314a90aa7726d1d66db97430e8f6b7cf7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 10 20:28:51 2007 +0000

    Missing quote
    
    (Old svn revision: 26282)

commit e6d6fbacb1779910c291c1077b1e63af8af36287
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 7 22:33:07 2007 +0000

    Update ChangeLog
    
    (Old svn revision: 26275)

commit 5f8b1715e50c66774b703b35b512dcbc2d6f89d5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 7 22:26:34 2007 +0000

    Keep transients and parent together
    
    (Old svn revision: 26274)

commit 6bc6e0e28bbf245f611584568a7f338a323fc23e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 6 22:53:58 2007 +0000

    Revert to current time for releasing queued input events (simpler, safer)
    
    (Old svn revision: 26263)

commit d4a806b062458ad27583667a80a81c4b81ebbc12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 6 22:52:31 2007 +0000

    Get highest user time at initial client capture
    
    (Old svn revision: 26262)

commit 1b23c303d4b00f69bc53ba9abc5e2a9421248043
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sat Nov 3 05:17:35 2007 +0000

    * wops, wrong translation :)
    
    (Old svn revision: 26239)

commit a078841c643598a0fc26f8e84e7373e17d94c8b7
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sat Nov 3 05:13:53 2007 +0000

    * update translation
    
    (Old svn revision: 26237)

commit 890a92f3f6c954941dbdb32e54a47b8cbbac537f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 28 22:18:37 2007 +0000

    Remove warnings
    
    (Old svn revision: 26214)

commit 09537faeb0afe6b94cca8447197888b87bf69a90
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 28 19:29:01 2007 +0000

    Improve compatibily with libwnck tasklist
    
    (Old svn revision: 26213)

commit f936d045cd94fbea96c0afd98824f8ff4a71e828
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 28 17:14:34 2007 +0000

    Work around time going back (like broken clients or clock change)
    
    (Old svn revision: 26211)

commit d4847a233895a014fe9da49b4fb0f857822765d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 25 21:47:27 2007 +0000

    Apply a patch from Andreas Lampersperger <lampersperger.andreas@heidenhain.de> to improve ICCCM compliance regarding synthetic ConfigureNotify event (Bug #3610)
    
    (Old svn revision: 26198)

commit 0631e3a671c30a954aaa37dba32441505083bb8d
Author: Brian Tarricone <brian@tarricone.org>
Date:   Wed Oct 24 22:26:53 2007 +0000

    remove trailing parens on AC_INIT version info to work around bug
    in intltool 0.35.x and 0.36.x
    
    
    (Old svn revision: 26180)

commit daa4399f4c449bb595f0fa7d2c42030ff5e53420
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 20 18:30:36 2007 +0000

    Set all dock type windows sticky by default, a few other window managers implement this behaviour and some apps rely on this (bug #3609)
    
    (Old svn revision: 26157)

commit 74c41e230a67540b69fdb4cf9e28460a677b8115
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Oct 6 17:00:21 2007 +0000

            * libexo, libxfce4util, xfcalendar, xfce4-panel, xfce4-session, xfce-mcs-plugins,
              xfdesktop, xfprint, xfwm4: Add Latvian translation.
    
    
    (Old svn revision: 26127)

commit 008a9e47e3b4e42f2bf6de8941e9a1f8c1f6e49b
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Oct 1 18:19:06 2007 +0000

    * libxfcegui4, xfce4-panel, xfwm4, xarchiver, xfcalendar: Update german
      translation.
    
    
    (Old svn revision: 26121)

commit 6976463e081ca12db84d931473e3ab924746a146
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Sep 30 08:54:55 2007 +0000

    Some catalan updates
    
    
    
    (Old svn revision: 26117)

commit 6aa2c56dee5bd2e0301193338bc08a328f896fb7
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Sep 25 17:40:24 2007 +0000

        * xfce4-session, libxfcegui4, xfwm4, xfcalendar, xfdesktop, terminal:
          Update Korean translation by ByungHyun Choi
    
    
    (Old svn revision: 26111)

commit 601e5dea29b64d9adde2cf0363f78be75ae8cf4d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 22 22:08:22 2007 +0000

    Some broken apps include control characters in their window title name
    
    (Old svn revision: 26100)

commit c280075d462d43e3a4ec6546d89228d346f74d29
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Sat Sep 22 02:55:42 2007 +0000

    Updating Arabic translations
    
    (Old svn revision: 26094)

commit 34c9f5b070345dd2e5269d9bca59b729cefbec3c
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Sep 20 21:24:59 2007 +0000

     * xfce4-session, xfce4-mixer, xfwm4: Update nb_NO translations
    
    
    (Old svn revision: 26091)

commit b708556a7e3adfc515f5b87509eaba7a497203a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 9 22:14:14 2007 +0000

    Do not focus dock windows that raise themselves (why oh why would they do that anyway, heh?) to fix bug #3439 with Avant Window Navigator.
    
    (Old svn revision: 26060)

commit cdc69b0398b197783c558920e7907de59e932d50
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Sun Sep 9 21:09:54 2007 +0000

    2007-09-10  Alexander Nyakhaychyk  <nyakhaychyk@gmail.com>
    
            * be.po: Updated Belarusian translation
    
    
    
    (Old svn revision: 26059)

commit 80b1e8e4396b00a07b20b8cd2a75fe4520846db2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 9 20:50:10 2007 +0000

    Add support for NET_WM_ACTION_FULLSCREEN and NET_WM_ACTION_MINIMIZE
    
    (Old svn revision: 26057)

commit 40a8e552a2e795380619def45e848d3c4964bb5e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 7 22:18:04 2007 +0000

    Fix wrong focus fallback if pending focus window disappears. Allow move/resize using the mouse even if the keyboard grab fails (bug #3535).
    
    (Old svn revision: 26054)

commit b5c7ef9df48a3c0644e58797516b41f0c4bb51ab
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Sep 6 18:16:04 2007 +0000

    Added a long waiting Amharic translation for trunk.
    
    (Old svn revision: 26052)

commit 43d138775c0f5cd18f736685a2f560f58e317ba1
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Fri Aug 24 23:20:26 2007 +0000

     * po/pt_PT.po: European Portuguese update
    
    
    
    (Old svn revision: 26011)

commit 4630be62ad9d386690a34ab484479e9d7a3058f6
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sat Aug 11 18:49:51 2007 +0000

    Updated Czech translations
    
    
    (Old svn revision: 25969)

commit 6504c0c7fefd4548550ba000409140e389ffc9e1
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Mon Jul 23 12:28:26 2007 +0000

    Updated Finnish translation
    
    
    (Old svn revision: 25933)

commit 2075ed7b991f4351cff7e9e55304431537bc2829
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 18 18:29:43 2007 +0000

    Do ReplayPointer on client window only, this is actually a lot simpler
    
    (Old svn revision: 25925)

commit fe05e9c6b66423ca04cb5e0672e150dbad9a5a84
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 17 18:10:20 2007 +0000

    Use event's timestamp when releasing queued events
    
    (Old svn revision: 25923)

commit 1857f12ed3f4230050384f8ecc340658bc2d1f77
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 16 21:25:51 2007 +0000

    Release key events early
    
    (Old svn revision: 25921)

commit aca2b08a4f710cb716d8d54d1aa6fba5a764c04d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 16 21:25:15 2007 +0000

    Be compliant with EWMH standard that states: "If _NET_WM_WINDOW_TYPE is not set, then windows with WM_TRANSIENT_FOR set MUST be taken as NET_WM_WINDOW_TYPE_DIALOG". It shouldn't make much difference in xfwm4 though.
    
    
    (Old svn revision: 25920)

commit 799c0c85b3253ba67f764af9fb8c5f6588be3a65
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 14 22:51:22 2007 +0000

    Update theme
    
    (Old svn revision: 25915)

commit edabf5562f79df47783692cfbad51bd2eecde860
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Jul 14 03:04:18 2007 +0000

    Added/Updated Japanese translations.
    
    
    (Old svn revision: 25914)

commit 411fae6664750bb90c8c22e2f5512dfe206e3559
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 13 21:58:35 2007 +0000

    Update theme
    
    (Old svn revision: 25913)

commit 07071575941dfd1980673172163d52cb7f81b6cd
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri Jul 13 11:30:02 2007 +0000

    squezze & xfwm4 basque translation updates
    
    
    (Old svn revision: 25912)

commit 66f7c9457ffdd115ab81d1678958c1f5820b28fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 5 21:03:08 2007 +0000

    Larger shadow
    
    (Old svn revision: 25888)

commit 7aded47b4f4659d20e8d00fd9889d047b14b6c58
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 4 18:12:42 2007 +0000

    Typo
    
    (Old svn revision: 25885)

commit 7ff012eb309c6b73cb67189cc2073e0ac47fa8d8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 4 17:54:18 2007 +0000

    Adjust defaults
    
    (Old svn revision: 25884)

commit 8ddea727c062e2254701724ee71d911bf3ca276b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 4 17:51:01 2007 +0000

    Promote modified version of Kokodi theme as default theme
    
    (Old svn revision: 25883)

commit ffef9b8cb63080d9f0c5667b108133bdfd484975
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 4 17:49:01 2007 +0000

    Theme cleanup
    
    (Old svn revision: 25882)

commit dc6fdaf76a2de0d7f65a81cb9a0ee6e056f4f1e6
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Wed Jul 4 06:29:07 2007 +0000

    Maxim Dziumanenko <dziumanenko@gmail.com>
    
            * Update Ukrainian translation by Dmitry Nikitin
    
    
    
    (Old svn revision: 25878)

commit 5ee9df752e06d9828543b59a8919bc73d16bd3dc
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Jul 3 23:24:03 2007 +0000

    * Updated the Brazilian Portuguese translation for Xfwm4 trunk and added the one for Squeeze.
    * Added new European Portuguese translations for trunk.
    
    
    (Old svn revision: 25877)

commit 334071c3ea11843e3e1d2d316856035d808ab242
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Jun 29 20:17:47 2007 +0000

    European Portuguese translations update (trunk)
    
    (Old svn revision: 25871)

commit d981d932d25448197a85a7f2011e6915e52db73a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 27 22:02:01 2007 +0000

    Do not grab the Escape key by default
    
    (Old svn revision: 25867)

commit da327fe417b9ff4555cb98e4d4864e2746bd7850
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 26 21:07:43 2007 +0000

    Be more relax with transients, allow transients to be sticky independently of their parent window (Bug #3296)
    
    (Old svn revision: 25862)

commit 01620cc8661be71aaf01ab16fc1aab39f0016d46
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 24 17:54:51 2007 +0000

    Fix filling function being a no-op if not other windows is visible, fix wrong computation size with struts on top or right sides
    
    (Old svn revision: 25852)

commit d95c56d4d201bba4a98b57397216e2cc827154e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 24 12:10:24 2007 +0000

    Play with shadows
    
    (Old svn revision: 25850)

commit fa19dc511becaa8a7759e293b7defbe149f66bde
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 24 09:33:55 2007 +0000

    Cleanup
    
    (Old svn revision: 25849)

commit 9e86444686c1ab89b46ec2db18ccbceacd3246fe
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Jun 24 06:50:19 2007 +0000

    hu trunk: wm updates
    
    (Old svn revision: 25848)

commit 8919c622b6b27af03399ac303fa8b092a71c0f3f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 22:44:07 2007 +0000

    A bit more of small cleanup
    
    (Old svn revision: 25846)

commit 9b2a61e35ded062bcab5436153f408568bba5254
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 22:28:49 2007 +0000

    Typo
    
    (Old svn revision: 25845)

commit ad5e9bff8e2922de5311b5daa62501a8237f8b90
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sat Jun 23 19:28:38 2007 +0000

    update
    
    (Old svn revision: 25844)

commit 6e0bbae941a83ecb4cf37258f01ed6c3638f900c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 19:01:56 2007 +0000

    Revert the name for shortcuts and update i18n
    
    (Old svn revision: 25843)

commit a9a70965e5338bcbc7d8c9013dd733f466276f12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 18:47:41 2007 +0000

    Reorder to ease readability
    
    (Old svn revision: 25842)

commit 1f0871e35df05b7eb0553d17f496aa3a569e292d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 18:03:08 2007 +0000

    Cleanup
    
    (Old svn revision: 25841)

commit e4b27fae1ae6a3c04641c596109747bf201d0f15
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 17:59:46 2007 +0000

    Add support for Xinerama, struts, margins
    
    (Old svn revision: 25840)

commit d07f7c6cebd4b83d4a60f63e3c7073e5cecf620f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 17:44:02 2007 +0000

    Computes the right size when filling
    
    (Old svn revision: 25839)

commit 56f9eff0a495d485d5ae986b2b9909bd67071490
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 17:30:53 2007 +0000

    Use proper frame*() functions
    
    (Old svn revision: 25838)

commit 086a6d1cc44384d893ac13e45b0ec4285f3b9225
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 17:14:48 2007 +0000

    Some fixes to previous patch, needs more (Xinerama support, struts, use proper frame* function instead of using Client fields)
    
    (Old svn revision: 25837)

commit 246f048538a458d281424a8371a73d5f61d26821
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 23 16:50:46 2007 +0000

    Add window fill function (Bug #2319), patch from Stephan Arts (psybsd@gmail.com) applied with changes
    
    (Old svn revision: 25836)

commit e9c3fed4db4386999369033aeb07db7297611c04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 21 22:21:09 2007 +0000

    Fix xfwm4 hanging with gtk+-2.11.x (Bug #3346) - Patch based on a similar fix for Metacity, see gnome bug #354213
    
    (Old svn revision: 25830)

commit ebd40be21045758c790aec6ad8d1f2a942613d9c
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Jun 20 22:00:18 2007 +0000

    xfwm4 basque translation update
    
    
    (Old svn revision: 25828)

commit edd773950915d552674b54732abaac258f3a76ee
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Jun 20 20:33:04 2007 +0000

    * en_GB.po: British English translations updated for trunk
    * ka.po: Georgian translation update for Xfce 4.4
    * nl.po: Updated xfcalendar's Dutch translation for Xfce 4.4
    
    
    (Old svn revision: 25824)

commit 961c2f1226321193d3b60e2adae167b79078b076
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 17 07:28:34 2007 +0000

    Add missing pixmap inits
    
    (Old svn revision: 25821)

commit 54deb4c2a44ee4d66ab3a8f6e15e7de37edeb123
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 16 23:15:15 2007 +0000

    Plug a pixmap leak in the new button prelight code, and a grab that was leaking since 4.2.
    
    (Old svn revision: 25818)

commit c40e701e4b6ea3609ad932ecc73846d882bacc30
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 13 22:20:24 2007 +0000

    A bit more cleanup and stuff
    
    (Old svn revision: 25809)

commit 078156eae0e9a0cd061b91ea8f99d55f370e3a10
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 12 23:03:09 2007 +0000

    Rework a bit the code for hilight and frame drawing
    
    (Old svn revision: 25807)

commit a09cfc24c6649d1b8717fbe59b3f30d561a1640d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 12 19:14:56 2007 +0000

    Keep button hilighted after a press if relevant
    
    (Old svn revision: 25805)

commit 27f6442c0d6d0aa47f66b6706e7fdbb2c3c959f4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 11 22:04:02 2007 +0000

    Add missing files to svn
    
    (Old svn revision: 25804)

commit fe15c9a1bc90bfcc8960c1d97d02727d510721c3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 11 22:00:11 2007 +0000

    Update NEWS
    
    (Old svn revision: 25803)

commit 0e8bce1933d3349c8672aa72ca2727cfca97fde9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 11 21:54:43 2007 +0000

    ...and update some themes to use it.
    
    (Old svn revision: 25802)

commit a4b964435e150eae380b8ca5920304f755d75191
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 11 21:53:45 2007 +0000

    Add support for button prelight in windows frame
    
    (Old svn revision: 25801)

commit 0a825737a32130855703227bc5eac3d03e2203f0
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Jun 11 21:10:04 2007 +0000

    * de.po: Small fix in the xfce4-session package and updated the xfcalendar and xfwm4 translations
    
    
    (Old svn revision: 25799)

commit 6c59e913bdb3f5cceea97009e0c42b44007aea4d
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jun 10 23:25:37 2007 +0000

    * nb_NO: Updated some Norwegian translations and added one for Xfmedia
    * pt_PT: Added European Portuguese translations
    * Changed my email address
    
    
    (Old svn revision: 25797)

commit aa0f42771cfef4154a077c7c3145f9cd055d818a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 3 16:14:33 2007 +0000

    Use full height for regular title pixmap
    
    (Old svn revision: 25781)

commit 2843b9858e474ef593ee0b934b324ee3c2da8412
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 3 15:35:47 2007 +0000

    Fix dialogs and modals without parents not being automatically centered like before (#Bug #3278)
    
    (Old svn revision: 25780)

commit 70f8f1a110c183243780699e5fdda1c57de6ee0e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 3 09:44:36 2007 +0000

    Try to make things less confusing
    
    (Old svn revision: 25777)

commit 4c6c76d4ba6a6dd312969f7254dcbf05a2878b67
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 2 23:52:19 2007 +0000

    Add resize from top of window, based on a patch by Phil Vandry <vandry@tzone.org>, reworked to allow compatibility with unchanged themes, bug fixes, and various improvements
    
    (Old svn revision: 25773)

commit 42f5832e31e865d566c3c7c954cc37b39209b014
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 9 20:55:21 2007 +0000

    Cleanup
    
    (Old svn revision: 25698)

commit 7dcede9531c6a7b86f157e3d967db7122a722d77
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 9 19:54:33 2007 +0000

    New default and largeprint themes
    
    (Old svn revision: 25696)

commit 88ecbac5d3f223394571cfe8bfb06f43f970c54b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 9 19:51:34 2007 +0000

    Add shortcut for above state (Bug #629)
    
    (Old svn revision: 25695)

commit f862caa2b86222af93816eaa509b6cc6d3fd5f25
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 2 21:08:32 2007 +0000

    Code cleanup
    
    (Old svn revision: 25671)

commit 7e0e05051eac5bcb433ffd17eb3c25499e4c7558
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 2 05:40:38 2007 +0000

    Fix memleak in modifier mapping
    
    (Old svn revision: 25666)

commit be7af6aeaf356fcfca3b08611f8d849d80de9f22
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 1 22:22:37 2007 +0000

    Change modifier mapping (Bug #3194)
    
    (Old svn revision: 25665)

commit 19420d17678fc32c7386e8ce477188ccde3489c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 1 15:24:59 2007 +0000

    Small cleanup
    
    (Old svn revision: 25660)

commit 5497378b85c0dadbf8a9280d32c40d807370278d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 1 15:08:28 2007 +0000

    Small cleanup
    
    (Old svn revision: 25659)

commit 637ef04e4756cbd73bdaf191112964a799a57e3e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 1 14:32:51 2007 +0000

    Revert to modifier mapping from xfwm4 version 4.0 (Bug #3194)
    
    (Old svn revision: 25655)

commit ae2c482394a822cfab305fe0ef6578c53ebd4338
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 27 21:33:09 2007 +0000

    Theme stuff
    
    (Old svn revision: 25652)

commit b7a13a7615111c0fe2b2d01557de3d94b77ecdec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 27 20:01:34 2007 +0000

    Fix wrong count of key shortcut causing switch to last workspace on modifier key press if no window is focused (Bug #3191)
    
    (Old svn revision: 25650)

commit b9f396deab51db03cdb8a038292524655262fb6c
Author: SZERVÁC Attila <sas@321.hu>
Date:   Fri Apr 27 07:13:06 2007 +0000

    hu trunk: wm @ squeeze updated
    
    (Old svn revision: 25645)

commit 851ce025c82c8d85b9e6905c95c0257a23d0d5f7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 26 20:00:15 2007 +0000

    Add lighter frame around window
    
    (Old svn revision: 25644)

commit 29005a10dfff0d94b98a2670e9eff8772a8df67a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 26 19:58:04 2007 +0000

    For some reason, the spec file was removed from 'extra dist' and therefore 'make rpm' fails.
    
    (Old svn revision: 25643)

commit 5736234eed9c969c1b382bb95d7bb00e69f4a8a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 22 21:02:58 2007 +0000

    Fix strick bound checking causing wrong window to be focused in focus follow mouse (Bug #2781)
    
    (Old svn revision: 25626)

commit d4381ea44ef885986499838d2a627a26d96b6618
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 20 21:28:56 2007 +0000

    Transients for group shouldn't apply to other transients, or it breaks stacking for some apps, noticeably mozilla "save as" dialog...
    
    
    (Old svn revision: 25619)

commit ad73715c02396e5136f1437d13f77b757bd12fcf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 19 20:45:31 2007 +0000

    Update po
    
    (Old svn revision: 25614)

commit 11701ee133de2283c5a381f0191697f5bd3df03d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 19 20:28:58 2007 +0000

    Update ChangeLog
    
    (Old svn revision: 25613)

commit 7b67efbd16fff7d45d4992f745164d7c2f5a4f69
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 19 20:21:25 2007 +0000

    Fix spacing between items in the wmtweaks dialog
    
    (Old svn revision: 25611)

commit b65a36b7c6ae1aa3b151d3061d310e82b68b4a1d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 19 20:20:48 2007 +0000

    Fix mouse placement
    
    (Old svn revision: 25610)

commit ecbdf5458e2daa9323d83b9355240dda30f12dab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 18 20:29:52 2007 +0000

    Improve placement mode
    
    (Old svn revision: 25597)

commit c418c6ef126912092bc77089ffbdcd7edfc559eb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 17 21:14:57 2007 +0000

    Minus the typos
    
    (Old svn revision: 25594)

commit d3eb5d4837580fef61533f7ab134868168860975
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 17 21:11:20 2007 +0000

    Add an option to open new windows under the mouse (Bug #3155)
    
    (Old svn revision: 25593)

commit e4245ea9a815f6154cefe814b74b2a2c2b5653aa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 14 12:19:38 2007 +0000

    Update change log
    
    (Old svn revision: 25546)

commit 56da22d2cb9f970474b4dda139ad2fe7bdb8414a
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Fri Apr 13 13:35:05 2007 +0000

    2007-04-13 Maxim Dziumanenko <dziumanenko@gmail.com>
    
            * Update Ukrainian translation by Dmitry Nikitin.
    
    
    (Old svn revision: 25535)

commit c8fae8a4d443fa2e12127dc049f0606f95f70c1e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 11 22:32:24 2007 +0000

    Fix stupid typo
    
    (Old svn revision: 25529)

commit 005ba7f92f09dca6200a23bfb8e1e7bc92b6ce62
Author: Stephan Arts <stephan@xfce.org>
Date:   Wed Apr 11 11:51:21 2007 +0000

    Updated British translation by Jeff Bailes <thepizzaking at gmail dot com>
    
    
    (Old svn revision: 25518)

commit 6be5f2ab39a0ea25c934d9a7adc9cf0365cfdd4b
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Apr 10 18:47:53 2007 +0000

    * de.po: Updated xfwm4's German translation in trunk
    * Updated AUTHORS file in xfce-utils trunk and branch 4.4
    
    
    (Old svn revision: 25510)

commit 21d9d8aa5db45e8be8142fdd75c672b259f0e94a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 10 10:59:13 2007 +0000

    Fix xpm
    
    (Old svn revision: 25507)

commit 5af71a039dc3ac028400bfba06f9d08ff8515867
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Apr 9 13:50:33 2007 +0000

    * *.po: Updated .pot and .po files for Xfdesktop and Xfwm4
    * de.po: Updated xfwm4's German file in trunk
    * fr.po: Fixed headers in 4.4 branch
    * Updated xfce-utils AUTHORS file for trunk and 4.4 branch
    
    
    (Old svn revision: 25450)

commit 59eef51bf21cf035067174e59abb70d7c9c9d48d
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Apr 9 10:05:59 2007 +0000

    * fr.po: Fixed typos and style in the French translation of Terminal's manual
    * Changed my email address in all the fr.po files in trunk and 4.4
    
    
    (Old svn revision: 25448)

commit 67cf17ca428ebc847a536aaee5438839cce973b7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 8 15:49:23 2007 +0000

    Rework the event filter to avoid passing all events top gtk+
    
    (Old svn revision: 25443)

commit 873f0d33fb74dc9ef7f15608e3a895ee8f241646
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 8 12:49:41 2007 +0000

    Use lighter gradient in title bar
    
    (Old svn revision: 25441)

commit 148a169012c4bffcd2b809e29db998acfd45109a
Author: Stephan Arts <stephan@xfce.org>
Date:   Sat Apr 7 23:28:47 2007 +0000

    Updated Dutch translations
    
    
    
    (Old svn revision: 25436)

commit c3cd23c46a9ca8852d801f872357322e07003255
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Apr 7 22:07:17 2007 +0000

    Complete rewrite with updated images of the French translation for Xfdesktop's manual, trunk and 4.4. Updated some translations in trunk.
    
    (Old svn revision: 25435)

commit ecf05b679313716ecef81d6f5e8f95d0a43971d7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 6 19:32:27 2007 +0000

    Missing default
    
    (Old svn revision: 25408)

commit 1b6d94107d55a2ba3abe0f1db424147012c016af
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 6 19:31:29 2007 +0000

    Update themes
    
    (Old svn revision: 25407)

commit 9c1af949c11c6b9b3cc6f072a02f0133937c6868
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 6 19:29:50 2007 +0000

    Treat dialogs and utility windows as transient for group
    
    (Old svn revision: 25406)

commit 0b2d82f55c0f795fbcb532f9ec76e43cb9c953f6
Author: SZERVÁC Attila <sas@321.hu>
Date:   Fri Apr 6 06:30:35 2007 +0000

    Hungarian 4.4 fixes
    
    (Old svn revision: 25393)

commit 71656d1a077cb0f5b0b2f771ecadd23e1e1fa04d
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Thu Apr 5 13:41:23 2007 +0000

    i18n catalan update
    
    
    
    (Old svn revision: 25389)

commit 33d36753f66dfe397f67e2f4190080ddaad14831
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 2 19:19:01 2007 +0000

    Add support for shape input with XShape extension 1.1 (Bug #3092)
    
    (Old svn revision: 25369)

commit 45030bdc3e87f54f816fc4bd15f5dd430f05a8dd
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Mon Apr 2 12:34:19 2007 +0000

    update tr.po
    
    (Old svn revision: 25363)

commit 01cd1d299a418217a2cf9c02b7d400e6a2797585
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 1 14:24:53 2007 +0000

    Update po
    
    (Old svn revision: 25353)

commit 621112743a41b2c1a1f430168b1ff314ad3f7a72
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 1 14:22:19 2007 +0000

    Implement a better (usability) fix for windows that raise themselves (Bug #2961)
    
    (Old svn revision: 25352)

commit c7e40ae5f2b7f565080e5068dc249647956562ee
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Mar 28 20:51:02 2007 +0000

    * de.po: Nico Schümann minor fixes to the German translations
    * en_GB.po: Jeff Bailes updated the British English translations for trunk and branches
    
    
    (Old svn revision: 25327)

commit 806f3aec6644dbc707cd4bb57664749b5bdb1573
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Mar 25 11:04:22 2007 +0000

    Removed executable attribute.
    
    
    (Old svn revision: 25286)

commit b755105ad033b5c603f37945665e8ef52a26a5d8
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sun Mar 18 10:38:05 2007 +0000

    update ChangeLog
    
    (Old svn revision: 25188)

commit 5bd6fff5c0eebe0d96beb33403f7e7c10322dc44
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 17 09:25:40 2007 +0000

    Do not set toggle workspace by default as it seems it confuse newcomers.
    
    (Old svn revision: 25181)

commit 41b1934824518b154ee2c3f0e303431e07574d27
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 15 22:28:43 2007 +0000

    Check only visible windows to see if client is on top of stack (bug #2960)
    
    (Old svn revision: 25174)

commit aceda568d2d835901ef79e2a4894d244051a893e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 15 21:15:32 2007 +0000

    Reorg themes
    
    (Old svn revision: 25172)

commit df82ce262a134d6ed0b5ae7d6b4680bc2837e5ae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 15 21:09:35 2007 +0000

    Rename 4.4 theme
    
    
    (Old svn revision: 25171)

commit 1cad28c4f8214e91ae692bbf83cc03929f0e466c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 15 21:07:48 2007 +0000

    Restore Kokodi theme
    
    
    (Old svn revision: 25170)

commit f3eec8c9afd056929a4dfe8494227e571daa5343
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 13 21:47:24 2007 +0000

    Simpler, even more boring default theme.
    
    (Old svn revision: 25161)

commit 7bacf54781b92a519ce397d07db02da5018328ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 13 21:39:35 2007 +0000

    Make the title button in the xfwm4 settings manager dragable, patch from Peter de Ridder <cavalier38@gmail.com>, bug #3000)
    
    (Old svn revision: 25159)

commit b4accea6f1dfb2154ab955508d06f19dfa5dd916
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 11 21:41:34 2007 +0000

    No need to pass the client, we keep track ot it separately to be able to cancel the delayed focus
    
    (Old svn revision: 25149)

commit 0d8ca0b0575ee6cb69dae4fbde8521d20b023730
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 10 21:00:57 2007 +0000

    Remove roundtrip
    
    (Old svn revision: 25148)

commit 6390a84b0f4bc4ea935c33f373b13c71c7e08b9b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 8 21:46:34 2007 +0000

    Rework delayed focus
    
    (Old svn revision: 25137)

commit fabff7a63345bc3db3e2d83d92da73ff5cb68b93
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 7 21:57:54 2007 +0000

    Indent
    
    
    (Old svn revision: 25135)

commit 74411579f3bde98adc4ff3c15c391167fa0629be
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 7 21:57:09 2007 +0000

    Apply patch from ay THO <thobouli@yahoo.fr> that adds focus delay in focus follow mode (Bug #2982).
    
    (Old svn revision: 25134)

commit 2e66ca744e3ec41ec1a4811e4d6482cda1f5cd5d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 7 21:04:11 2007 +0000

    Update frame extents when the window decoration extents change.
    
    (Old svn revision: 25133)

commit 1363234e99ab11b46f8846585043f4329887c054
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 7 21:01:06 2007 +0000

    Fix a misinterpretation of ICCCM about when to send a synthetic configureNotify event (bug #2977).
    
    (Old svn revision: 25128)

commit 74383e31ced202e29ce96ce65722b16114f9085f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 7 20:59:35 2007 +0000

    Place splash screen windows on the normal layer, so that dialogs that get mapped during startup have a chance to be placed above the splash screen.
    
    (Old svn revision: 25127)

commit 0af0c3ef6adb23bb345f44cc5146b5d3d3de4d92
Author: Eren Turkay <turkay.eren@gmail.com>
Date:   Sun Mar 4 07:20:20 2007 +0000

    update Turkish translation
    
    (Old svn revision: 25091)

commit 2d5e6a2eb58a0dad2daa2ada4865b1c3dddd81ea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 3 21:36:01 2007 +0000

    Add new wm tweak option to instruct xfwm4 not to bring window back on current workspace when activated (bug #2961)
    
    (Old svn revision: 25082)

commit 0d6ecc538da33336b35365094daf1ee42a383db1
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Sat Mar 3 09:42:37 2007 +0000

    2007-03-01 Maxim Dziumanenko <dziumanenko@gmail.com>
    
            * Update Ukrainian translation.
    
    
    
    (Old svn revision: 25054)

commit 67ac3dce6ca44c3522afbe4cfa8b7d2fba2de8e1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 2 21:34:11 2007 +0000

    Raise focused window on workspace switch (bug #2960)
    
    (Old svn revision: 25051)

commit 09b0a6d5e8299b35e0b258dd06278903df7c8820
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 1 21:32:00 2007 +0000

    Sort Z-order on workspace change (bug #2960)
    
    (Old svn revision: 25049)

commit 1bb0a8bd780441fa23bda995bad00a6b0b85c05a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 24 20:12:35 2007 +0000

    Sync themes
    
    (Old svn revision: 25028)

commit 270ab11b7022afe2906516e083a44790cdb9bccd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 13 20:25:24 2007 +0000

    Add support for keycode when no keysym is available (bug #2503)
    
    (Old svn revision: 24971)

commit ccafefb483e10eb027f29690c66909d4bfc72828
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 12 20:25:12 2007 +0000

    Add an option to show/hide shadows on dock-type windows
    
    (Old svn revision: 24964)

commit 168b7bc81efdade1380e2cf2c2e4b909571a9c1f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 11 22:39:44 2007 +0000

    Fix gradients for themes
    
    (Old svn revision: 24949)

commit 0d5520c412950dfdb4c9dea34117772f8788d762
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 11 22:34:58 2007 +0000

    Fix gradients for themes
    
    (Old svn revision: 24948)

commit 71910308311e118153765b38f234a13f66c97e66
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 11 22:11:37 2007 +0000

    Use larger title width for LargePrint theme.
    
    (Old svn revision: 24947)

commit e10c03d4f41d10b12552416dda7cde334c7e3381
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 11 14:25:51 2007 +0000

    Use larger border width for LargePrint theme
    
    (Old svn revision: 24945)

commit 7b43f8e19dfb5b3c74696f66f9a680a06a4d4404
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Feb 10 18:56:40 2007 +0000

    Verified all LINGUAS files and added Albanian language to it.
    
    (Old svn revision: 24942)

commit 9f40db82df55a69603852933b2bd4445bb8aeab9
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Thu Feb 8 22:41:31 2007 +0000

    Adding information to the ChangeLog
    
    (Old svn revision: 24934)

commit 415b80c502f22c56c1ee00fa2c239e3104cd43cc
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Thu Feb 8 22:40:46 2007 +0000

    190 strings, 0 fuzzy, 0 not translated. initial commit.
    
    (Old svn revision: 24933)

commit 937552c5b7e86289ee3f43e732a70fcbd642eda2
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Feb 7 14:28:54 2007 +0000

    Same as before but in trunk now.
    
    (Old svn revision: 24872)

commit b8b95081aa269006a0ae8563a300944cb83635bb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 6 11:14:16 2007 +0000

    Theme stuff
    
    (Old svn revision: 24866)

commit 1d52ad114c63b67d3fb4c879c7c2cb2e4006f3b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 4 21:44:37 2007 +0000

    Reorg themes for trunk
    
    (Old svn revision: 24851)

commit dc4ef40bf0e74caceaa50417926bb9fe43656ff0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 4 21:26:17 2007 +0000

    Update configure script
    
    (Old svn revision: 24850)

commit ebf0cd70b5d2db917558983c14cccae100561593
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 4 21:19:13 2007 +0000

    Reorg themes for trunk
    
    (Old svn revision: 24849)

commit d614a5059fdb06142f53c9c28c8225ca8a2cdb18
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 4 21:18:30 2007 +0000

    Reorg themes for trunk
    
    (Old svn revision: 24848)

commit 04e81053ee8e23973370f9ead2987dca1f83cab6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 1 20:45:32 2007 +0000

    Enlarge shadow
    
    (Old svn revision: 24805)

commit cc03549f2269332894880a931c1c19865df352b8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 29 20:46:52 2007 +0000

    Remove the INSTALL file from SVN as we ship the default file that gets updated by autogen.sh
    
    (Old svn revision: 24796)

commit 457336f5480d24e47ac24b0656036c284f1147d3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 29 20:33:26 2007 +0000

    Remve small lag before icon update at first map and when updating all frames at once
    
    (Old svn revision: 24794)

commit 34154509a8d0bb6ed731ef725032448cbae9a772
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jan 25 19:07:36 2007 +0000

    Added the Albanian translations by Besnik Bleta for the core packages. Updated some French translations
    
    (Old svn revision: 24753)

commit b42f3b5112b96bb8fd0ced97bbfe81b12cfc0fa3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 24 21:42:47 2007 +0000

    Use timeout for frame redraw, check actual WM name changes to work around apps that falsely update their WM name property (Bug #2810).
    
    (Old svn revision: 24716)

commit 75e1a33e423a9d7c5881bd17cdcf89381e1b3b64
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 21 14:08:17 2007 +0000

    * fr.po: Minor changes to the French translations
      in xfce-utils, libxfce4util and mousepad
    * pl.po: Updated the Polish translation by Szymon Kałasz <szymon_maestro@gazeta.pl>
      in thunar and mousepad.
    * ro.po: Updated the Romanian translation by Mişu Moldovan <dumol@gnome.ro>
      in most core packages.
    
    (Old svn revision: 24685)

commit 50f81c939702adf6d83884f7fe361bc92a69dd24
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jan 20 18:19:14 2007 +0000

    Bump version. Update NEWS. Update Project-Id-Version.
    
    (Old svn revision: 24670)

commit 1d53e2ebb8b60164a24633186ad2cb6b96d0b153
Author: Sylvain Vedrenne <sylvain.vedrenne@free.fr>
Date:   Sat Jan 20 16:35:54 2007 +0000

    Updated Esperanto translations.
    
    
    (Old svn revision: 24653)

commit 1418395cbc8050e8b42f8e747602dd53526b16eb
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Sat Jan 20 03:24:44 2007 +0000

    2007-01-20  Alexander Nyakhaychyk  <nyakhaychyk@gmail.com>
    
            * be.po: Updated Belarusian Translation
    
    
    
    (Old svn revision: 24604)

commit f65df89ff6e70eccd5e1c33593bd10589c5d2c42
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 19 21:45:24 2007 +0000

    Update version
    
    (Old svn revision: 24579)

commit 76beeb5fe1ceca92d4aabb4705fef3cbf65424ac
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 19 19:57:36 2007 +0000

    Beuh, wrong version numbers
    
    (Old svn revision: 24561)

commit 1ca0fa8baf486e49efae6667bbbb66dd0c5f3118
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 19 19:47:03 2007 +0000

    Update news file
    
    (Old svn revision: 24557)

commit d2f6ca20a54458870c4792f20c9b5716b1de8217
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 19 18:06:08 2007 +0000

    Update ChangeLog
    
    (Old svn revision: 24552)

commit b7e4a73f29ee536ac8aaaaa35739b8a01d1ddaaf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 19 18:01:49 2007 +0000

    A bit more of shadow
    
    (Old svn revision: 24551)

commit 54505301637864a646beb1981769e62ce857f9ea
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Fri Jan 19 01:13:10 2007 +0000

    2007-01-19  Alexander Nyakhaychyk  <nyakhaychyk@gmail.com>
    
            * be.po: Updated Belarusian Translation
    
    
    
    (Old svn revision: 24542)

commit cff49c193f0116ca9cc8ac963737f3dbc2f23676
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Thu Jan 18 23:10:27 2007 +0000

    Updated Swedish translations for:
    * libexo
    * libxfcegui4
    * mousepad
    * thunar
    * xfcalendar
    * xfce4-appfinder
    * xfce4-panel
    * xfce-mcs-plugins
    * xfce-utils
    * xfdesktop
    * xfprint
    * xfwm4
    
    Also thus updated appropriate ChangeLog files.
    
    
    (Old svn revision: 24536)

commit 0487a4b8dba4750ec4f16e650a00d5c9e3a5affd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 17 20:23:06 2007 +0000

    Use smaller title height, as requested on devel irc channel...
    
    (Old svn revision: 24525)

commit 65931c353a95978ba5c81e009977c8fce2abf988
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 16 22:24:54 2007 +0000

    Switch themes
    
    (Old svn revision: 24519)

commit 3d4c10d3f58f73dd7703f59e4a5f87ef4a6eb61a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 16 22:19:43 2007 +0000

    Mess up with svn
    
    
    (Old svn revision: 24518)

commit 463b8181b2d0e29122e3aaa516ee7a921594cf87
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 16 22:19:15 2007 +0000

    Mess up with svn
    
    
    
    (Old svn revision: 24517)

commit 59cd124a535c60a417f2981e101aef827a4182ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 16 22:05:48 2007 +0000

    Remove generated files
    
    (Old svn revision: 24516)

commit 2a3a49f18cea2922509dacffefd28bf7af641d33
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 16 21:59:02 2007 +0000

    Use OT|SHMC as default button layout as suggested on irc
    
    (Old svn revision: 24515)

commit dc913f3790ebbe81f14d7a98c1b2de774505f5ad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 12 17:43:36 2007 +0000

    Use screen from xevent instead of client for keypress (Bug #2749)
    
    (Old svn revision: 24373)

commit 7541e6a37a0d1c1e9662f96967c21e15df2a1adb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 11 20:25:52 2007 +0000

    Minor code reorg
    
    (Old svn revision: 24361)

commit 50001a0ba41423f8d5ffd9d1153d6c076cc7f656
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 11 20:13:45 2007 +0000

    Raise/focus when using alt+left-click for resize for consistency with move
    
    (Old svn revision: 24360)

commit 8ac650ad1178f4591e1479709796e7a2879cf76c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 10 20:50:18 2007 +0000

    Be more permissive toward stick/unstick (bug #2735)
    
    (Old svn revision: 24346)

commit 58933f4bc2b4b8dc50bd5b0842be9e9a2273047f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 8 21:02:43 2007 +0000

    Ignore focus stealing prevention between windows of the same group or between windows that have a transient relationship.
    
    (Old svn revision: 24323)

commit d9e560b93dab58155a49e389730787ea4f836d92
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 7 20:23:21 2007 +0000

    Rework grab release (trying to fix bug #2694)
    
    (Old svn revision: 24291)

commit 14cd6adba478cd6489e269eba81765beac6ffe17
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 7 18:54:42 2007 +0000

    Add some comments to help reading the code
    
    (Old svn revision: 24290)

commit 946d527e7e6040c4a30f5460b6577dd11dcf3ba5
Author: Amanpreet Alam <apbrar@gmail.com>
Date:   Fri Jan 5 17:37:22 2007 +0000

    updating translation for Punjabi
    
    (Old svn revision: 24273)

commit 9261d4fde956e8220d2110f1d4a4bc687e31a43d
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Jan 5 03:19:49 2007 +0000

    Updated the German translations by Fabian Nowak for a few packages and updated the French translation of libexo.
    
    (Old svn revision: 24270)

commit 648e078e56d5264925e4220561573358a7055304
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 3 17:58:14 2007 +0000

    Fix display of ARGB32 windows with compositing enabled but without compositor active.
    
    (Old svn revision: 24257)

commit d40440151b7d179d6db12efd89d40a4bea8b4ad7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 2 19:13:10 2007 +0000

    Apply NET_WM_STATE_DEMANDS_ATTENTION changes (otherwise it breaks xfwm4 demand attention mechanism), but do not obey client state change requests for NET_WM_STATE_DEMANDS_ATTENTION if the client is already focused.
    
    (Old svn revision: 24244)

commit d98e309e717f534fb83632d193b5016d48a817e2
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Jan 2 13:27:10 2007 +0000

    Updated the Belarusian translations by Alexander Nyakhaychyk for the xfce4-session, xfdesktop and xfwm4 packages. Made small corrections in thunar and terminal french translations.
    
    (Old svn revision: 24239)

commit d8b72f275e28502ee81e9791a3a766763e3913af
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 1 09:05:59 2007 +0000

    Apply patch from Mike Massonnet that fixes an error in Stonage decoration theme (Bug #2696)
    
    (Old svn revision: 24230)

commit 8afce72c5e2de2f8d5c53429e7609d87282e6c57
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 30 21:58:51 2006 +0000

    Do not apply NET_WM_STATE_DEMANDS_ATTENTION if client is already focused, as some apps seem to request NET_WM_STATE_DEMANDS_ATTENTION state even while focused (See comment #14 in bug #2678)
    
    (Old svn revision: 24223)

commit 1012094116a4a827431e05bb103d4f7b0f431d41
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Dec 25 11:14:34 2006 +0000

    Added the new translations from the Macedonian team for plenty of packages, Merry Christmas
    
    (Old svn revision: 24186)

commit 8a6115c0be30ed5132ed6d3da764453bfc4eae7b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 23 20:46:47 2006 +0000

    Set the demands attention flag with focus prevention enabled only (Bug #2678)
    
    (Old svn revision: 24177)

commit 6e1dc92e17e2c35673581b08a247d5224aeaa668
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 23 15:21:15 2006 +0000

    Forgot to update the NET_WM_STATE when the client requests an update of NET_WM_STATE_DEMANDS_ATTENTION (Bug #2678)
    
    (Old svn revision: 24174)

commit 2baf1c4e1c430e962c6c24380fefdc87a94645d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 22 20:55:02 2006 +0000

    Use an existing convenient macro instead of simple value comparison to compare time stamps.
    
    (Old svn revision: 24170)

commit a38f4f98d1f6bc62eec7ed7d4964e29930ea46b0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 22 20:21:05 2006 +0000

    Focus the internal fallback window when focus is transfered to a window that doesn't have InputHint set but still use WM_PROTOCOLS_TAKE_FOCUS (ie, there is no way for the window manager to tell whether or not the client will accept focus in the end since focus is set by the client alone through the 'take focus' mechanism) - Fix bug #1853 without breaking #2410
    
    (Old svn revision: 24169)

commit eadd8ba92f19e4e6ef515e08d597ef7e957f3efa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 20 22:20:35 2006 +0000

    Add missing makefile.in
    
    (Old svn revision: 24149)

commit 5249c98be13ea13e1a80475e2d5e723ac699ac31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 20 20:58:46 2006 +0000

    SVG update and cleanup
    
    (Old svn revision: 24148)

commit 3da6f588cf03eb19332f133a9d8fe9aa64d5146f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 19 22:04:30 2006 +0000

    No need to redraw if not visible
    
    (Old svn revision: 24143)

commit 1f55e2e0735b20937223acc58020bc046073aa85
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 19 21:54:02 2006 +0000

    Fix redraw problem with compositor
    
    (Old svn revision: 24142)

commit 688f42facf7393850483eda51776d8919f9035d6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 19 21:37:16 2006 +0000

    Update application icon asynchronously to avoid queuing useless icon updates (Ubuntu/Launchpad bug #61424)
    
    (Old svn revision: 24141)

commit cf74e0a071d1f03487ffd75a00fc0e6f01abaf3b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 17 21:02:04 2006 +0000

    Revert top hilight gradient that was changed by accident
    
    (Old svn revision: 24126)

commit f0608016bea8cb90be703d5011d5650060e7aa1c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 17 08:45:26 2006 +0000

    Mass update of svg files
    
    (Old svn revision: 24121)

commit 7443f93f2a5e5082b23ea566c03a74bf9847eea8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 17 00:48:11 2006 +0000

    Add "mopti" similar to RC2 default theme, recreate PNG from SVG using latest librsvg based on cairo.
    
    (Old svn revision: 24120)

commit 9ad548dd53e98c99919dbab573e4814b4565fdd8
Author: Stephan Arts <stephan@xfce.org>
Date:   Sat Dec 16 23:40:43 2006 +0000

    updated xfwm4 translation
    
    (Old svn revision: 24119)

commit 37a5461e9ff7aca665f9bcc3b96e535ae5e89574
Author: Stephan Arts <stephan@xfce.org>
Date:   Fri Dec 15 07:44:22 2006 +0000

    Updated Dutch xfwm4 translation
    
    
    (Old svn revision: 24116)

commit 958ef799ec6837d91c6e6bd2939371f7baf1c2e4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 14 21:57:06 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 24108)

commit 751278f59c42a2c676407097d6fc66e9db43764c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 14 21:49:51 2006 +0000

    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.
    
    (Old svn revision: 24107)

commit c0fe4c907a8c60f51e6779c09964863884cb7595
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 14 19:40:07 2006 +0000

    Remove shadow on dock-type windows (bug #2648),
    prevent fullscreen windows from beeing maximized (Bug #2663).
    
    (Old svn revision: 24105)

commit 3e24317763fd8e136f1f8158cfb29e6836f96087
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 13 22:01:17 2006 +0000

    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).
    
    (Old svn revision: 24099)

commit fee375e8d77e045d8c2cc5e0be0738d8170e081b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 13 20:15:19 2006 +0000

    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.
    
    (Old svn revision: 24096)

commit 6927324d76f2b45ee11993f87b2d4892a0628d8a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 12 20:07:29 2006 +0000

    Quit nicely when MANAGE client message is received, so that xfwm4 obeys to ICCCM2 standard (bug #2374)
    
    (Old svn revision: 24087)

commit 0bdfef57085b4ae33faf2dd5b08aa7cc3f71cb62
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 10 21:48:55 2006 +0000

    Fix demands attention being activated when it shouldn't, add more traces
    
    (Old svn revision: 24076)

commit dbc3f9b8a851c6afe0a14d7cde6df28098ac8fb0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 7 19:45:10 2006 +0000

    Fix a bug introduced with last commit.
    
    (Old svn revision: 24053)

commit 3daa414dde91abac12825ecbfec2c8a6b4d00816
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 6 21:39:15 2006 +0000

    Improve focus stealing prevention.
    
    (Old svn revision: 24052)

commit 16100f7448af36bb58ebab595004a8581aea4662
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 6 06:47:50 2006 +0000

    Auto-maximize regular windows only.
    
    (Old svn revision: 24050)

commit 7f26e6eaebec3b8b7065b6b01b1b5852bde977c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 5 20:00:06 2006 +0000

    Be a lot more paranoid about what broken apps set as struts.
    
    (Old svn revision: 24048)

commit a339ea7e432be319ab4fccab014c898d19aed2b7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 4 20:31:24 2006 +0000

    Plug a huge X resources leak in handleMappingNotify () (bug #2618)
    
    (Old svn revision: 24046)

commit eead775b539d04c3d8fabe906f9b6111dd8c0597
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 1 21:03:56 2006 +0000

    SVG themes update
    
    (Old svn revision: 24030)

commit ddf7a28ea1f9ebabf691020f7b8715bbea271afb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 30 20:46:52 2006 +0000

    Increment xfwm4 version to avoid confusion
    
    (Old svn revision: 24019)

commit 9d5e3ea951821382e8c0a34d986c2dea8826c1a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 30 20:24:48 2006 +0000

    Full height buttons
    
    (Old svn revision: 24018)

commit f731e7a904aac30dee8ff8394c498fe405b6b4c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 30 20:11:47 2006 +0000

    Add some internal flags and comments in compositor to help reading the code
    
    (Old svn revision: 24017)

commit 45eb1d81b4a40aa74b1e34a5b3a5b1ea8759dd74
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 30 20:10:41 2006 +0000

    Update themes
    
    (Old svn revision: 24016)

commit 0db6b6a51edf072b53914d5d12e606322e1af831
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 30 20:09:40 2006 +0000

    Do not prevent stick when skip taskbar is set
    
    (Old svn revision: 24015)

commit b984fab9b11a8e080e28ba28f60c56f626bdff0d
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Thu Nov 30 18:23:06 2006 +0000

    E-mail address change. Sorry for the noise.
    
    
    (Old svn revision: 24013)

commit 08030cbb67b2db5090d420aacc704b96bdf475c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 29 20:58:40 2006 +0000

    Redo Daloa theme using SVG
    
    (Old svn revision: 24008)

commit cb8c95a283f941b1cb95a33bd302fe50ef3b46c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 28 21:39:27 2006 +0000

    Round lower shadows in corner
    
    (Old svn revision: 24006)

commit 36ab2dcc8723c1a3ca6eec88f4e942acceb13854
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 28 18:45:10 2006 +0000

    Much brighter top light reflection.
    
    (Old svn revision: 24004)

commit 8ed034f726956d37e7e29afdae288267be8d5822
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 27 20:33:45 2006 +0000

    Re-enable focus passing to previously focused window (req. on ML)
    
    (Old svn revision: 23997)

commit 5ec0584f084c6ff2ec88ebc95e557f668c1135a7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 27 18:31:46 2006 +0000

    Focus windows that raise themselves if focus stealing prevention is disabled, and set demands attention flag otherwise, that should improve focus prevention.
    
    (Old svn revision: 23992)

commit 0d78584389763da7fe42b73ee636c913a4ae1e2a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 27 18:30:19 2006 +0000

    Remove debug code committed by mistake
    
    (Old svn revision: 23991)

commit e36eb164a8dcef51467d6d5fdbe462f85802b34c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 26 22:01:33 2006 +0000

    Put back top reflection
    
    (Old svn revision: 23968)

commit 451e32ad9395c92d98c86b64c4c05e826b377bd4
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Nov 26 18:49:22 2006 +0000

    i18n catalan update
    
    (Old svn revision: 23965)

commit 6912b46148c42793211d2472753c0d87994b99f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 26 18:38:19 2006 +0000

    Back to previous theme.
    
    (Old svn revision: 23962)

commit 08d399d39958595279e7ef9cb639b5430ad0a730
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 26 17:21:10 2006 +0000

    Hilight/shadow
    
    (Old svn revision: 23961)

commit 9e58f3462af48584e9028b1a98895066354dbb19
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 25 22:02:41 2006 +0000

    Add a top hilight
    
    (Old svn revision: 23958)

commit 59012f1933846cbcd4b208551179ffc59863e2cb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 25 20:15:11 2006 +0000

    (Old svn revision: 23956)

commit b7f3de600e186726eaeccb9890f416114a94db3c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 25 12:46:48 2006 +0000

    Use positive gradient in title bar
    
    (Old svn revision: 23952)

commit 51afb876ebb23a20ed0d62fa00438661f231df76
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 25 12:46:02 2006 +0000

    Rework resize a bit
    
    (Old svn revision: 23951)

commit f25244b460ae022f81bf78941c5290924dca3d22
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 24 20:18:26 2006 +0000

    Put back raise on focus timeout
    
    (Old svn revision: 23947)

commit 050e0226f1db925cbf7db58b48b78f76d4a9130a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 24 20:12:25 2006 +0000

    Theme stuff
    
    (Old svn revision: 23946)

commit 2d5400b1b3c2160ebda8a2e42db5127a4689a872
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 24 20:11:53 2006 +0000

    Small code reorg, disable raising of windows when on FocusIn event.
    
    (Old svn revision: 23945)

commit 5679f2e47dde1bf0535d53840060c846be499ade
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 23 21:54:58 2006 +0000

    Humm, don't cancel existing timeouts, it's safer...
    
    (Old svn revision: 23943)

commit 32ea7fd122577ebaa04863bf66b9b9f585168c5f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 23 21:40:33 2006 +0000

    Add a small optimization
    
    (Old svn revision: 23942)

commit 6f7b8b64d7dacef9c049bc7f23ab04686da05284
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 23 21:26:10 2006 +0000

    Keep focus on sticky windows only for regular windows w/out skip taskbar/pager property (Bug 2603)
    
    (Old svn revision: 23941)

commit d54878bb49f666b7481414dbbcd55dd62eee7001
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 22 20:42:59 2006 +0000

    Reorg. the code a bit, not sure what I'll do with those changes, though.
    
    (Old svn revision: 23934)

commit 2b7c225c01968ee7caf1a22ec0253d7d0d7d1958
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 21 22:34:23 2006 +0000

    Improve resize (Bug #2597)
    
    (Old svn revision: 23927)

commit f1c5cef83af91631dec217ccca26099390dbeb5d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 21 20:47:48 2006 +0000

    Be more permissive with resizes towards struts (Bug #2597, bis), optimize shape use.
    
    (Old svn revision: 23925)

commit bd70a1d9a0ada573b94b58b40a2cfea9cdb204d6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 20 22:15:04 2006 +0000

    Be more permissive with resizes towards struts (Bug #2597)
    
    (Old svn revision: 23913)

commit bf45d00e345267ac8abc31200cdb36edb49273bd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 20 21:52:32 2006 +0000

    Be more permissive with keyboard resizes towards struts (Bug #2597)
    
    (Old svn revision: 23912)

commit daed6d27fb5f0d272e824142cbd97269017fb62e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 20 19:59:05 2006 +0000

    Fix off-by-one causing windows to be moved wrongly via keyboard (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #2594)
    
    (Old svn revision: 23911)

commit 9aec6a142d4356a89358f2927a8f9f16af715e09
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 19 13:30:53 2006 +0000

    Revert to 27 pix. height after all.
    
    (Old svn revision: 23903)

commit 8a6d82a7021d67bd584f64d03e1cea3a01a11404
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 18 21:51:02 2006 +0000

    Larger title too, as screen tend to get larger
    
    (Old svn revision: 23901)

commit 7961e3cd872618495e6d742271497ba01ca91cbd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 18 21:42:00 2006 +0000

    Enlarge window borders to 6 pixels to improve usability of the default theme on larger screens
    
    (Old svn revision: 23899)

commit b88582129a9b093f6827429421d9f6d26a3bda35
Author: Yuval Tanny <tanai@int.gov.il>
Date:   Thu Nov 16 01:18:09 2006 +0000

    Updated Hebrew translations
    
    (Old svn revision: 23890)

commit 7a33edee88e7c75de120b0860bf7caeec661c191
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 14 20:48:26 2006 +0000

    Revert last change
    
    (Old svn revision: 23876)

commit 8041b75b0f41b31a30ea423fb1314e6dc521ebba
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 13 19:47:06 2006 +0000

    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).
    
    (Old svn revision: 23854)

commit 08e42cd69ac910415017a007b139457c1b47ea85
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 11 15:20:18 2006 +0000

    Use actual string length instead of -1 in g_ascii_strup/strdown
    
    (Old svn revision: 23826)

commit 892f0ece4e5a073fbc66dd697faff4343b836faa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 10 22:00:24 2006 +0000

    Wrong logical test
    
    (Old svn revision: 23815)

commit 1ad52b0c40a3daf6cbc3811ea04c25f2f186ea1c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 10 20:47:06 2006 +0000

    Enter key doesn't work for "Add keybinding theme" dialog (Bug #2560, patch by Brian Tarricone <bjt23@cornell.edu>)
    
    (Old svn revision: 23813)

commit b72e7cc814441f3d58cbae45b21636d507a2ef15
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 10 20:43:50 2006 +0000

    Use focus pending with with apps that use WM_FLAG_TAKEFOCUS protocol too (Bug #2561)
    
    (Old svn revision: 23812)

commit 18cb67f1b82811fe5b328de127da6d2853b38c51
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 10 20:35:16 2006 +0000

    Hide as more windows when showing desktop (Bug #2518)
    
    (Old svn revision: 23811)

commit 442010e901670dfbb2822c913336f7712387f4e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 9 20:25:44 2006 +0000

    Move all required version numbers to the top of configure.ac.in to make changing them easy.
    
    (Old svn revision: 23801)

commit ca0354deabb4c047d334247946b9590b696d0925
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 9 18:25:43 2006 +0000

    Smoother top window hilight
    
    (Old svn revision: 23798)

commit b15f7a69d5a2751e9a1ba0015b119f35f7e92e76
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 9 18:09:24 2006 +0000

    Don't skip windows that have the skip pager/taskbar properties when searching for windows below the pointer (bug #2550)
    
    (Old svn revision: 23797)

commit c36a6f6283fc4ff17c53709c88b248d2dd62d241
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 8 22:11:08 2006 +0000

    Small addition to compositor documentation
    
    (Old svn revision: 23789)

commit a377ee96f395c13bb7768013e57e6ca0a2aedf9a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 8 20:17:10 2006 +0000

    Cleanup SVG sources.
    
    (Old svn revision: 23788)

commit e679f29dd857d20f99367dbc2da4d71660b7dc36
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 8 19:44:55 2006 +0000

    SVG tweak
    
    (Old svn revision: 23787)

commit b30e1390482842890b51a3f0d058676fc0917101
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 8 19:05:19 2006 +0000

    Remove vaccumdefs.sh, add new target "make vacuum-defs".
    
    (Old svn revision: 23786)

commit 4187dbba6021bb5b0d227727d1971a7840bd33d0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 7 21:18:31 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 23781)

commit 60a2801ef95dd85d6b928f055cd9ee938128eee9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 7 21:02:58 2006 +0000

    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...
    
    
    (Old svn revision: 23778)

commit c448038eb080bb13c84ceb06e6b19ce99c930ba8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 7 20:26:23 2006 +0000

    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!
    
    
    (Old svn revision: 23777)

commit 417b9b27d278a4ba55bed59dc182cfde5edd8138
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 7 20:21:19 2006 +0000

    Fix segafault bug introduced yesterday when fixing KD systray.
    
    (Old svn revision: 23776)

commit c1aaac9effbba2cef62c2de6828f647d84af557e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 6 22:03:38 2006 +0000

    Check for valid transient or modal when switching workspaces, to avoid missing windows to unmap (bug #2518).
    
    (Old svn revision: 23767)

commit f4ff940d5c8bbe376c432a75fa3ed4c2ee394766
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 6 21:59:55 2006 +0000

    Fix compilation with --enable-kde-systray (bug #2511).
    
    (Old svn revision: 23766)

commit d9503019d12fe5d43b754214a7a536543ccd7924
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Nov 5 18:54:34 2006 +0000

    i18n Korean update
    
    (Old svn revision: 23742)

commit df5e375d73b5cfef16499520d1ea1e78e435a22b
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Nov 5 09:54:59 2006 +0000

    Bump version and requirements. Update Project-Id-Version.
    
    (Old svn revision: 23713)

commit 67c2cfcd14ea0e24aa12b4d06e0b40733832e69b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 4 22:36:42 2006 +0000

    Use X server time to restore focus when sent to the root window (bug #2472), a bit of code cleanup and some refactoring.
    
    (Old svn revision: 23704)

commit 52f4d891aca2362bf718291e90e72250b2af6a9b
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Nov 4 14:14:13 2006 +0000

    i18n catalan update
    
    (Old svn revision: 23657)

commit b1e78dccacf3d117604601844ac6f5e056e22fd3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 3 20:37:26 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 23619)

commit 3d464eb3cab331b966ec71cff8fffe25668e3b2a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 3 19:30:56 2006 +0000

    Resize the frame before the client, otherwise OOo 1.1.x gets totally confused on resize.
    
    (Old svn revision: 23616)

commit 9ed4e46828c4823b9dad6a2886afd35941b42ade
Author: Stephan Arts <stephan@xfce.org>
Date:   Fri Nov 3 11:44:50 2006 +0000

    Updated Dutch xfwm4 translation
    
    
    
    (Old svn revision: 23607)

commit b5e0b72701b903b6b75758cc889180acc32e620f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 2 21:48:53 2006 +0000

    Re-enable XSync on apps that don't cooperate.
    
    (Old svn revision: 23601)

commit 320598922b75166aabc769489b811f4f6dfaed8e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 2 21:18:29 2006 +0000

    Add timeout to avoid blocking on broken apps that claim XSync compliance but don't implement the protocol properly.
    
    (Old svn revision: 23600)

commit cae08b181d9bd71ec623447810aa6fae34eab79a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 2 06:43:28 2006 +0000

    Reuse same event.
    
    (Old svn revision: 23594)

commit e8fbd1deee01a78301747b89f77d859be677dfe3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 1 21:24:23 2006 +0000

    Update EWMH compliance.
    
    (Old svn revision: 23591)

commit 56358f4f2b80ac3b3b5bc4278d1a8cdf38ba9414
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 1 21:14:46 2006 +0000

    Add support to NET_WM_MOVERESIZE
    
    (Old svn revision: 23589)

commit 98a351aba86ff33817844e9a412f351a4e1fd023
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 1 21:13:52 2006 +0000

    Fix compilation warnings
    
    (Old svn revision: 23588)

commit db7bb3c43be8afd0ef35db682dfd4b5c4cf10ecd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 1 18:06:35 2006 +0000

    Add support for XSync protocol in configure script.
    
    (Old svn revision: 23585)

commit cc2903575a4feff2bba12d26e13c0cc84599ed6d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 1 18:02:10 2006 +0000

    Add support for XSync protocol.
    
    (Old svn revision: 23584)

commit adf5078a19bbe11c369b5c41a283cc8532cf583d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 1 12:28:47 2006 +0000

    Do not raise on WM_TRANSIENT_FOR property change, fix bug #2483.
    
    (Old svn revision: 23582)

commit 00171358fe70597fd764bfa9e9482f5549aa24fb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 1 00:27:21 2006 +0000

    Get rid of resize limit speed for good.
    
    (Old svn revision: 23580)

commit 83170886088175eda1f7cd82020913ebeb99ec79
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 31 23:56:13 2006 +0000

    Optimize configure flags for resize.
    
    (Old svn revision: 23579)

commit 26beb3d8084e570a4e99b13090ee4c7c74747de3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 31 21:21:58 2006 +0000

    Add a focus "parachute", remove a roundtrip.
    
    (Old svn revision: 23578)

commit 692757eaf6d508e498621af3345eb2434cdfde12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 30 23:05:57 2006 +0000

    Disable resize limit by default
    
    (Old svn revision: 23566)

commit a2729b59bc4e8612d6070cb862749c92d412705b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 30 22:17:35 2006 +0000

    Optimize move/resize
    
    (Old svn revision: 23565)

commit ec903c044c5c72ea0f51af25d0caf3f616dbbcd3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 30 17:41:35 2006 +0000

    Improve yesterday patch on focus transition.
    
    (Old svn revision: 23559)

commit e6b5ca4d773d570e9325a47caa4cd62e5f1f04fb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 29 22:59:52 2006 +0000

    This fixes several focus issues for me, but since focus is a sensitive beast, to say the least, so I dunno about others.
    
    (Old svn revision: 23551)

commit 073db57fa1579c55ce3e8474705be8c674d66fc5
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Oct 29 16:31:32 2006 +0000

    Updated libexo and terminal's french translations, added translators credits to the thunar french translation, fixed a wrong accel. in xfdesktop (thx goes to Mike Massonnet) and fixed some typos in xfwm4's french translation.
    
    (Old svn revision: 23547)

commit 25957763cc652f5ca1fd50771c6316cb6083be69
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Oct 29 14:51:56 2006 +0000

    allow the usage of 'Alt+C' in shortcuts (unfortunately it adds a string too)
    
    (Old svn revision: 23546)

commit a98ca5ec04332f86a2a56d927572548d3bedce76
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Oct 28 13:04:20 2006 +0000

    added whole Dzongkha translation
    
    congratulations to the dz team.
    
    
    
    (Old svn revision: 23541)

commit 807e14061b49f5cb0a106be10d083d252950d18e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 26 16:51:44 2006 +0000

    Use slightly larger height for title bar.
    
    (Old svn revision: 23526)

commit 7f841b3cdf3359bd7f5106a4036b9bc36e6b005f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 25 21:56:32 2006 +0000

    Fix gradients on top corners.
    
    (Old svn revision: 23524)

commit 83cc720b26a646fa8287b82a1b5eb2dabcdb892c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 25 19:33:41 2006 +0000

    Enlarge the menu button so that it's the same size as other buttons.
    
    (Old svn revision: 23520)

commit a379b8138a3794d21000f300bd254010ad95277b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 24 20:45:10 2006 +0000

    Fix visual/depth/colormap with and without render.
    
    (Old svn revision: 23503)

commit cf0960576225d89960ebfbae34838468b4db409f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 24 19:25:52 2006 +0000

    Add a configure option to disable render at compile time, fix depth/visual mismatch with some applications when render is disabled (bug #1617).
    
    (Old svn revision: 23502)

commit 54adc911fe3b28c979504927acd5e86f286ed113
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 23 20:05:28 2006 +0000

    Do not match windows that we don't place, that avoids some misplacements.
    
    (Old svn revision: 23493)

commit 6ecc7b78547fe159251516d2621d84090f0fd1b1
Author: Adriano Winter Bess <awbess@gmail.com>
Date:   Sun Oct 22 17:53:06 2006 +0000

    Updated brazilian portuguese translations.
    
    
    (Old svn revision: 23490)

commit 469d2f8ebdb0c27d0572b229f96a1a7dbfb70f8f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 22 13:18:40 2006 +0000

    Use full title height for menu button too.
    
    (Old svn revision: 23489)

commit fce868780add7c5e219351b02095bcaab0d8daa5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 20 21:29:44 2006 +0000

    Increase buttons height of the default theme, to improve usability with pointing devices such as touchscreens or tablet PC.
    
    (Old svn revision: 23488)

commit 287bf02ad191c2dc791146bdbe84aefe87e5a25f
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu Oct 19 18:54:57 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 23475)

commit b006728c38a7927eb663692f833551de88f6924b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 18 19:59:49 2006 +0000

    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).
    
    (Old svn revision: 23463)

commit 03ac5d1fa5ec283ff0e55abdf19f88cc2549ba15
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 14 17:26:54 2006 +0000

    Fix typos, as I've added the link from the fd.o wiki.
    
    (Old svn revision: 23418)

commit 5d7ea14c1405fc5ea988531d1b7ddf3404f5ee2f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 14 17:14:41 2006 +0000

    Update the README file, add standard compliance list.
    
    (Old svn revision: 23417)

commit 550ddb000b799b525128b15f46e6b525b998181a
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Oct 14 12:40:23 2006 +0000

    i18n polish update
    
    (Old svn revision: 23416)

commit 6ed5e97cfb9c2272cd420da92c575766a6023966
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 14 07:28:25 2006 +0000

    Yet, again, compositing initialization.
    
    (Old svn revision: 23411)

commit b857afa9d0df115bbc8e9f9b1c6b45e4bc715bda
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Oct 14 07:20:27 2006 +0000

    Xfwm4 Greek translation update.
    
    (Old svn revision: 23410)

commit 991b9f73da96b818b6ee4964a0834b6e850687bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 13 20:48:00 2006 +0000

    Fix compositing, again... Bug #2428.
    
    (Old svn revision: 23407)

commit f895a44f43ecefa7cde9d3b01a0e9c0fb281a97c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 13 19:40:54 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 23404)

commit bff5f716b63528feabf76fc5cddbdeecdc27853d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 13 17:35:24 2006 +0000

    Code cleanup to ease future mantainance.
    
    (Old svn revision: 23403)

commit d1426fee44105ff9b50182c4e98c9b90a388aa01
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 12 21:34:58 2006 +0000

    Improve focus transition on workspace switch
    
    (Old svn revision: 23378)

commit 2ac84dfc06737a0c14a326ccf4b37edce6ece053
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Oct 12 21:24:20 2006 +0000

    xfwm4 basque translation update
    
    
    
    (Old svn revision: 23377)

commit f470445a208ff061fde55f68c577abdcc2cd9616
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 12 20:31:32 2006 +0000

    Improve workspace switch, map newer windows before unmapping previous ones to reduce expose events (Bug #2409), improve focus transition (Bug #2408).
    
    (Old svn revision: 23376)

commit d2b34144db70dc18d729313f9909e6508df63955
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 12 20:26:31 2006 +0000

    Use raise with any button on regular focusable windows only.
    
    (Old svn revision: 23375)

commit 2caab61b52279781e8205de87cc57dae9c66a84a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 12 20:23:45 2006 +0000

    Set focus on desktop with showing desktop (Bug #2410)
    
    (Old svn revision: 23374)

commit 04e79d9aa3ff67df288fc6d1ea0bcb969ef7c8dc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 12 20:22:20 2006 +0000

    Fix automatic compositing w/out breaking manual compositing (take 3!)
    
    (Old svn revision: 23373)

commit 5845287a166b067f737b3fdaece0f462481362ed
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Thu Oct 12 03:40:17 2006 +0000

    i18n cs uptated translations
    
    (Old svn revision: 23364)

commit 7dae932dcbb839410dfe89fff7bda8a0bd19498b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 11 20:00:24 2006 +0000

    Fix transient/modal for several
    
    (Old svn revision: 23359)

commit b9582c342855274fe2ddf2e4145ab865fb922e76
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 11 19:31:30 2006 +0000

    Woops, some changes have leaked in previous commit by mistake...
    
    (Old svn revision: 23358)

commit 71b44db3b8fc6dea2f8dd76f6308b010b02f9c12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 11 19:22:56 2006 +0000

    Fix compositor availability check, bug #2418.
    
    (Old svn revision: 23357)

commit 52de7ae35bd612a2fb555d3330ae035320ddbe25
Author: SZERVÁC Attila <sas@321.hu>
Date:   Mon Oct 9 22:21:10 2006 +0000

    wm & archiver updated
    
    (Old svn revision: 23334)

commit 8b73dbf63acb12a0af57d5403fa0a0d00c7f595f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 9 20:58:37 2006 +0000

    Placement of the menu when open with the key shortcut.
    
    (Old svn revision: 23331)

commit 1bc3a8d37c47866f2b72cbb639afc95738ef81df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 9 20:21:48 2006 +0000

    Fix compilation with --enable-debug=full
    
    (Old svn revision: 23330)

commit 5d57d91cda60a25516673ac77493b2970964db3d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 9 19:55:18 2006 +0000

    Fix deadlock with previous commit.
    
    (Old svn revision: 23329)

commit ffb472be07175bc2c5c9a5b2e509c10acc7a7a34
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 9 19:36:10 2006 +0000

    Add window operations menu shortcut - 2 strings were added and need translations
    
    (Old svn revision: 23328)

commit 80bf5391356332a6c9c4c16215b44fb693361f45
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 8 20:40:11 2006 +0000

    Increase border width to 5 pixels
    
    (Old svn revision: 23320)

commit 6417f692b1932067f7a49d950de6a269edd4ac24
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 8 19:27:43 2006 +0000

    Increase title height to 25 pixels
    
    (Old svn revision: 23319)

commit 30590d9ac57fc51729afef297d9f61acc16cc5bd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 7 22:19:30 2006 +0000

    Use 50% gray with 50% transparency for inactive buttons, so they can stay visible with dark colors too.
    
    (Old svn revision: 23313)

commit 2b704e8cdcd1c60da5596aca1eb854e84b0451d8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 7 21:15:09 2006 +0000

    Fix CompositeRedirectAutomatic
    
    (Old svn revision: 23312)

commit 0f3f1e6265771eefcc41833a4f7bd7df2f38e33c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 7 20:08:13 2006 +0000

    Fix wrong reordering of key constants using alphabetical order
    
    (Old svn revision: 23311)

commit 68b71a7334ae14611d91aba3dbe229d9af399ec0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 7 17:37:28 2006 +0000

    Improve unreparenting windows with Xorg <= 7.0
    
    (Old svn revision: 23309)

commit a0f5f3174d6244ef29f2cf0d776c935c74c5d68f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 7 08:34:17 2006 +0000

    Remove path from buttons
    
    (Old svn revision: 23305)

commit d130c27567b81911ce8fdc71ef9a2b5069c3afd0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 7 07:47:57 2006 +0000

    Remove work around for unmap/map notifies on CompositeUnredirectWindow() because it was a bug in Xorg <= 7.0 that breaks in Xorg >= 7.1 (thus bug #64115 in Ubuntu Launchpad 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
    
    (Old svn revision: 23304)

commit 00710b0ce0aa30b0878f07550d7e9b401afa091f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 6 20:19:07 2006 +0000

    Rework theme
    
    (Old svn revision: 23303)

commit 9f87964b8bd4626ab7ea2bafc83400deb15d446b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 5 21:28:56 2006 +0000

    Trivial trace message
    
    (Old svn revision: 23294)

commit a10b3b1f55a1e54dd705cd943a594190f6216566
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 5 21:26:38 2006 +0000

    PO update
    
    (Old svn revision: 23293)

commit ab6ea4fee22e3804bda814e2b14c08cc8df2215c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 5 21:24:37 2006 +0000

    Improve unredirection vs. map/unmap
    
    (Old svn revision: 23292)

commit bc3c9445a7a7920d9b3d81a547ac16121a06034a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 5 20:02:00 2006 +0000

    Rework top corners' curves
    
    (Old svn revision: 23291)

commit 2379912956f2419a7e9b80c7ae6f86a74b3dae9b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 4 21:32:03 2006 +0000

    Init ignore_unmaps to 0 instead of 1 at first unredirect, it seems to make more sense (and also it fixes a bug with xscreensaver) - Might break elsewhere though, but still needs fixing.
    
    (Old svn revision: 23287)

commit fc6c97d3a64220ee369aa1289f921a41d475dc17
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 4 19:21:39 2006 +0000

    Adjust gradient gravity
    
    (Old svn revision: 23286)

commit 98d3bc1a1c3dcbefd746a7a2320361579c804dc7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 3 21:10:05 2006 +0000

    Various optimizations: Do not draw wire frame when cycling is over, do not relocate the window on maximize/unmaximize if restore position is not set, increase the limit of resize per seconds to 50
    
    (Old svn revision: 23276)

commit b0faab99eb2325383f866c94d10c9eb94945b854
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 2 22:13:25 2006 +0000

    Missing bits
    
    (Old svn revision: 23267)

commit 2fc5d54a27faea9e301bafb8a1f44e6aae40a406
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 2 22:11:53 2006 +0000

    Change default theme for the new SVG based theme, previous theme renamed as Sassandra
    
    (Old svn revision: 23266)

commit 498e84126909fafd4e8dd87a2fc3fc7e64ef36c0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 2 21:20:17 2006 +0000

    Remove dependency on micro version, rework error handling in pixbuf loading, add cancel option when cycling (bug #2373), and other fixes
    
    (Old svn revision: 23265)

commit ce56368e78df2fb718bb75c765d69a4feff232f5
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Mon Oct 2 21:03:31 2006 +0000

    i18n updated Russian translations
    
    (Old svn revision: 23264)

commit 6d72257106f4a1ef6ad8784897be562de287d665
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 26 20:38:32 2006 +0000

    Fix restore of original size/position of maximized windows restored by session management.
    
    (Old svn revision: 23214)

commit c388ea8e696f82a0d5739001e5b70f7a05f28a5b
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Sep 23 11:31:59 2006 +0000

    various translations updates
    
    (Old svn revision: 23198)

commit c5da7c9c8f7a1d939ac9e26a5fd6c30002fdfc25
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Wed Sep 20 11:54:15 2006 +0000

    updated catalan translations
    
    (Old svn revision: 23188)

commit 7682abe6b8c3186f67d2e46c135610174d7054c7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 19 19:46:39 2006 +0000

    Enlarge shadows on Moheli theme
    
    (Old svn revision: 23179)

commit f3dbcd255261c954ac15b91f592f07eb3ea1d303
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 19 19:40:08 2006 +0000

    Fix regression introduced with rev. 22806 (shaded windows should be moved on screen to stay visible).
    
    (Old svn revision: 23178)

commit 294f45c70581c53bcb08d8dd7a17039ca7e445fa
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Mon Sep 18 20:43:10 2006 +0000

    [i18n] updated catalan translation
    
    (Old svn revision: 23172)

commit 0bcf727a603c483a7951242104ec7a08909a5625
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 18 20:23:50 2006 +0000

    Move compositor specific code within proper #ifdef portion (bug #2335).
    
    (Old svn revision: 23169)

commit 4708174e2eb10da24babbf82dbddc92f01f62873
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 17 13:33:41 2006 +0000

    updated French and Czech translations
    
    (Old svn revision: 23164)

commit 76082856a156faf8f916cc336584a344cc77b0e1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 13 20:14:57 2006 +0000

    text shadow
    
    (Old svn revision: 23147)

commit 70b6caa1915bc3efb10b08f97c7064a939998472
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Tue Sep 12 15:40:03 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 23132)

commit f0209ee272c026dd20fca71eb00fe6cce22b11bb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 11 20:39:40 2006 +0000

    Set focus flag on windows initially mapped on other desktops
    
    (Old svn revision: 23128)

commit 19195915fffa0f1dc02f789e74fcac528817622a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 10 08:45:19 2006 +0000

    Grab keys on root instead of each client window, that saves a *lot* of grabs, makes the code simpler and also fix the keyboard shortcuts not working on shaded windows (Bug #2291).
    
    (Old svn revision: 23120)

commit d1ea01b37d15f6d891fdc58ba7656e0131bcb3c8
Author: Piarres Beobide <pi@beobide.net>
Date:   Sat Sep 9 21:11:14 2006 +0000

    xfwm4 basque translation update
    
    
    
    (Old svn revision: 23117)

commit 307f3c45527ecf4bbd3c12d39448588221292887
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 8 18:14:26 2006 +0000

    React on key release so that we have the same behaviour as in the keyboard shortcut plugin
    
    (Old svn revision: 23105)

commit a0ba595c570e4959e28db1d9f6941151cf62b79b
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Sep 7 18:58:32 2006 +0000

    Updated Vietnamese translations
    
    (Old svn revision: 23099)

commit 87ab53351f9e326cc7513a9994f6dafebcb49448
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 4 19:11:27 2006 +0000

    Add option for borderless maximize to WM tweak plugin, optimize repaint and recompute maximized window geometry.
    
    (Old svn revision: 23076)

commit 321579be52488de510385c3ea6137bb748f04ba8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 3 22:22:00 2006 +0000

    Add hidden option to show/hide border on maximized windows (bug #2257)
    
    (Old svn revision: 23068)

commit c4ac4885424d70ccb7988e3e2833ce5484bda683
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 3 19:00:18 2006 +0000

    Updated Brazilian Portuguese translations
    
    (Old svn revision: 23066)

commit 37e5b42b2caa0f3b775e2c2c040fbce1ca50b0ca
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Sep 2 15:56:51 2006 +0000

    Bump version and requirements.
    
    (Old svn revision: 23043)

commit 25a63e81351d58fa121fc07db86d2dc670c4ada5
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Sep 2 12:22:41 2006 +0000

    2006-09-02  Benedikt Meurer <benny@xfce.org>
    
            * cs.po: Updated Czech translations by  Michal Varady
              <miko.vaji@gmail.com>.
    
    
    
    
    (Old svn revision: 23003)

commit e352e8b36ecd2025241264eb54f742df2e4ee803
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sat Sep 2 08:57:20 2006 +0000

    hungarian updates
    
    (Old svn revision: 22985)

commit fb2316858cd60dbc67b2c601014bd51a3378a735
Author: Yuval Tanny <tanai@int.gov.il>
Date:   Sat Sep 2 02:06:28 2006 +0000

    Update Hebrew translation
    
    (Old svn revision: 22982)

commit 579e50db97d0129acc78e891dbbcafc4c7dbd4b0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 30 19:55:56 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 22956)

commit 1b620bb7f9afafd3ed0df1744288a093ce54eb3d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 30 19:53:33 2006 +0000

    Fix compiler warning
    
    (Old svn revision: 22955)

commit ab955170a2190d503d060f53853dbb613845ce31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 30 19:41:26 2006 +0000

    Add support for newest _NET_WM_CM_S<n> property used by  gdk_screen_is_composited() in gtk+-2.10.x
    
    (Old svn revision: 22954)

commit 87f1f341c419efdda6a3e1452c4cffb537763ee6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 30 16:47:12 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 22953)

commit 10a5e116672d440286efd9c076baecd2973af237
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 30 16:44:24 2006 +0000

    Improve focus passing
    
    (Old svn revision: 22952)

commit eef0233b5edcfb418029d6e5c0d849656cb42aa1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 30 06:17:47 2006 +0000

    Reverting the removal of window size/position indicator
    
    (Old svn revision: 22941)

commit c51769be3149db2a7dd386ac1df4678441ec915e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 30 06:03:13 2006 +0000

    Improve window placement after workspace switch using keyboard.
    
    (Old svn revision: 22940)

commit 987803c8722adae55e2af7fa079d5ef6e27da383
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 29 21:57:14 2006 +0000

    Do not show window size/position when not showing content as the server is grabbed and other apps cannot update their contents (bug #2239), switch workspace when reaching screen edges even when moving the window using keyboard shortcuts (bug #2234)
    
    (Old svn revision: 22939)

commit 60b634b7cca4eafbffb88d7920c313270faeb0b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 29 19:49:14 2006 +0000

    Pass focus to window on top of stack when lowering the focused window
    
    (Old svn revision: 22938)

commit 08f5c2d5fefa01b4f512640c2fbcd8ee2db44e2d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 27 12:57:31 2006 +0000

    Updated German translations
    
    (Old svn revision: 22904)

commit 8829866789f3fb356734e841a9333a613514ab24
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 27 11:35:09 2006 +0000

    add Georgian translations
    
    (Old svn revision: 22901)

commit 290e1b79602fa00f960bda8ca581faefdb6195b9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 26 21:03:26 2006 +0000

    Documentation fix (bug #1607)
    
    (Old svn revision: 22894)

commit db4415da5cc9fdbc8cdd4344592c86c1bf0630c4
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Fri Aug 25 23:33:35 2006 +0000

    Greek translations update
    
    (Old svn revision: 22882)

commit 14e9f8a05bc158b04e5ab93732cd2ecd9375d81d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 24 17:08:39 2006 +0000

    Restore the compositorDamageWindow() hook, use it when the NET_WM_STATE_BELOW is updated to ensure that the shadow gets updated too.
    
    (Old svn revision: 22871)

commit 576c995a1490dbbe8a2affa3339b2c84c49b6dcc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 23 21:59:42 2006 +0000

    (Old svn revision: 22860)

commit 8c796e7a71c44f0d656f2d53ceeee64a898fbbe0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 23 21:56:45 2006 +0000

    Don't show shadow with fullscreen and windows that set the NET_WM_STATE_BELOW property (like gdesklet for example)
    
    (Old svn revision: 22859)

commit f97a350b9a2bc448fbf1ce9f7365f271b328d217
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 23 19:08:29 2006 +0000

    Spot and fix an issue with stacking reordering.
    
    (Old svn revision: 22858)

commit 62fc615fe0aeb84ccc2bdaae1d6d581f7c971130
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 21 20:35:29 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 22849)

commit 0e4f1fb55d63d4922d6986aafefe234c7a71364f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 21 20:28:36 2006 +0000

    Improve the fix for themes which are missing the menu button.
    
    (Old svn revision: 22848)

commit f51e396a00f74125be319645c22320ca9d9e7bd8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 21 20:13:05 2006 +0000

    Fix frame repaint error caused by the removal of pixmap caching (Bug #2202), fix an issue with themes that miss that menu button.
    
    (Old svn revision: 22847)

commit 3e03bb28cb8b0c00f8f4210f4a2bf83f7c0cf212
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 20 18:54:48 2006 +0000

    remove executable property from gl.po
    
    (Old svn revision: 22839)

commit 9569aedb13d2530e7995668b7aecf0b85aa70ec4
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 20 18:51:04 2006 +0000

    Add Galician translations
    
    (Old svn revision: 22838)

commit 6c07c65c5efc18d48b7ad769d06e3f9c2e6889b9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 19 22:16:16 2006 +0000

    Get rid of pixmap caching of frame components, it saves quite a lot of xserver pixmap memory...
    
    (Old svn revision: 22837)

commit ae40e51693fedaccec8f0b9ec9c9eca0559f3540
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 19 20:48:24 2006 +0000

    Plug a few leaks
    
    (Old svn revision: 22836)

commit 070aa64ff0c5cdb0f58132f925149f788c4000f9
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Aug 19 16:20:26 2006 +0000

    Updated Czech translations
    
    (Old svn revision: 22829)

commit c2fb47f21ffb8635bf7c50ee7035c266485c7418
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri Aug 18 22:16:04 2006 +0000

    Basque trasnaltion update
    
    
    (Old svn revision: 22826)

commit 98bc271757b6295e8c29028132f681a6566cec29
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 17 21:45:52 2006 +0000

    Fix rendering speed issue reported from bug #2099 by reverting the use of clipping to render the window frame. Also revert the change for restack as I got some issues with the compositor being lost with actual window stack.
    
    (Old svn revision: 22814)

commit 085af06803586f0c1b6d92febd4f534188dd8016
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 17 05:57:23 2006 +0000

    Unmap client window of shaded apps before reparenting
    
    (Old svn revision: 22807)

commit 47b0e9e67d0737350de14e91e81da26c1f5c2d32
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 16 22:23:52 2006 +0000

    Unmap the client window when shaded. Some apps want to be notified when the client is not visible (Bug #2168). That change should work although I liked the previous implementation better as it was a lot less intrusive in focus management. Let's see how this goes for now...
    
    (Old svn revision: 22806)

commit fc5ba791a0b053acf18cef6e4fd0b587a12869ff
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 16 19:05:51 2006 +0000

    Implement a fallback to check for libXrender on Solaris 10 (patch from neel@sun.com, bug #2165)
    
    (Old svn revision: 22804)

commit 9394ddf0608ed69509f7a2b1748fb8c758ac0a91
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 16 18:03:50 2006 +0000

    Should be enough to make sure grabs are really released (Bug #2136, #2146, possibly others such as #2144, #2161)
    
    (Old svn revision: 22803)

commit 5cff68a48ceea65c45cf0a12294ce5ef3597d01a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 16 18:00:33 2006 +0000

    Allow pkg-config to be more verbose (patch from Johan Sandelin <johan@alphafish.com>, bug #2178)
    
    (Old svn revision: 22802)

commit 5c0409e5dff8e127aca2d386da6137dc4fd08403
Author: SZERVÁC Attila <sas@321.hu>
Date:   Wed Aug 16 04:43:18 2006 +0000

    hu trunk: wm updates
    
    (Old svn revision: 22791)

commit 2c5c88316431f02697da2fd6f456ec8318ae97a0
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Aug 15 20:56:36 2006 +0000

    Basque trasnaltion update
    
    
    (Old svn revision: 22785)

commit 7bd94943adcacbc740dccad1b3060c95c8e06434
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Aug 15 19:21:07 2006 +0000

    updated Polish translations by piotr maliński <riklaunim@gmail.com>
    
    (Old svn revision: 22780)

commit 4e1fa24b1d76e6369e1663dede9604c1afe5efda
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Tue Aug 15 15:25:40 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 22777)

commit 305da1d63b7c0656e6169d35675bd0c5a1a32b32
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 15 15:18:21 2006 +0000

    Apply patch from Darren Salt <linux@youmustbejoking.demon.co.uk> focus transition (bug #2090), release key/mouse events using current time as several reports of key/mouse lokup have raised on the mailing list (and on bugzilla, #2136 and #2146)
    
    (Old svn revision: 22776)

commit fccf0dfc5cd39a5e3f0600ee0c0d18ff8792ccf7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 15 13:54:19 2006 +0000

    Add Xutil.h include for Solaris, add new option for overlay unredirection, do not frame shaped windows, fix compositor crash when the client goes (bug #2105), fix maximization being misplaced with restore-on-move option, fix meaning of the Xfwm/CycleMinimum option in the WM tweak plugin (bug #2058)
    
    (Old svn revision: 22775)

commit 32a059f27a5bafdcca887bdc485eddf786e7e694
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Aug 4 20:55:25 2006 +0000

    fix typos in French translations (patch from Gerald Barre <g.barre@free.fr>)
    
    (Old svn revision: 22659)

commit 2f16971d8bd333b8da9e3abe481506e2561358e9
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Aug 4 15:19:04 2006 +0000

    Fix typo (bug #2120)
    
    (Old svn revision: 22652)

commit efe8b893ee41552e16f83060a2f82446ad5ad254
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Tue Aug 1 18:25:25 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 22613)

commit 43270444ed4a647a3d49831e302f535799d4f971
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 20 20:30:44 2006 +0000

    Use event timestamp
    
    (Old svn revision: 22496)

commit 2d3f8c5c50af9947b5b1cf1382dbe58bb7792144
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 18 05:38:18 2006 +0000

    Update timestamp
    
    (Old svn revision: 22473)

commit 62380179e5d9e52058a9cd0c5c3feb44b5f59c87
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 17 21:30:11 2006 +0000

    Rework maximization switches (bug #2047)
    
    (Old svn revision: 22472)

commit 33b4abab24de4f41921a1c5c6f5de27530152a62
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 17 17:09:25 2006 +0000

    Grab keys synchronously
    
    (Old svn revision: 22470)

commit d3e4cb181311a8a9fe7851aa4f6174f9c8f7839f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 17 17:09:02 2006 +0000

    Fix maximized area computation (Bug #2044)
    
    (Old svn revision: 22469)

commit 40c71d7e292e57e097d267fb6bb9af1c14202157
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 16 17:03:26 2006 +0000

    Fix compilation warnings (patch from Nick Schermer <nickschermer@gmail.com>)
    
    (Old svn revision: 22466)

commit 003045bcd26e3be56563cda4f0cd0213374503d6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 16 16:56:56 2006 +0000

    Make themes use new themerc option for full maximization
    
    (Old svn revision: 22465)

commit 66362c71c85ab6e5edefaf2061fd48c6bab8f514
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 16 16:56:18 2006 +0000

    Implement borderless full maximization (bug #1750)
    
    (Old svn revision: 22464)

commit 1316f95ffafb31c7071cd419b0fc14db97798d36
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 16 16:53:07 2006 +0000

    Fix composite redraw with XShape windows
    
    (Old svn revision: 22463)

commit 78a56b7229789ca340809a2a35bae515491766aa
Author: Adriano Winter Bess <awbess@gmail.com>
Date:   Sun Jul 16 13:02:24 2006 +0000

    Updated brazilian portuguese translations by Tomás Acauan Schertel
    <tschertel@gmail.com>.
    
    
    (Old svn revision: 22462)

commit b2808fff24196a8dec7b5ecdc219d8a2cf3b875c
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Jul 15 21:12:26 2006 +0000

    Updated Czech translations
    
    (Old svn revision: 22456)

commit 21c54b0e48004d6e93090c8f9de2ce05f876ec23
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 12 18:39:16 2006 +0000

    Fix a major issue with key/mouse grabs introduces in beta2, rework grabs and ungrabs, grab using last known event time, ungrab with current server time.
    
    (Old svn revision: 22422)

commit 587bb8a35b1d7d9df28e22224539443e17174fab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 11 21:59:55 2006 +0000

    Fix compiler warnings (Nick Schermer <nickschermer@gmail.com>)
    
    (Old svn revision: 22408)

commit 2b610e5b27f796628875ee28fc66c62f785a691f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 11 21:47:03 2006 +0000

    Make sure the icon selected in the tabwin matches the selected window in all cases (fix bug #2008)
    
    (Old svn revision: 22407)

commit 391342b92131e7ba0bce4aec910a4a3e1b990050
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 11 17:20:32 2006 +0000

    Make sure the window pixmap is cleared out.
    
    (Old svn revision: 22404)

commit ff9452f411b5ed62fe7832098aa7e06a99f5edf9
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon Jul 10 21:42:00 2006 +0000

    [l10n:eu] Basque translation update
    
    
    
    (Old svn revision: 22399)

commit 2dcb3eda28e98f2babe8362bd424acdfec89d304
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 10 17:22:16 2006 +0000

    Do NOT compress configure request events, it confuses the compositor and the window pixmaps.
    
    (Old svn revision: 22397)

commit 5f38a4cb6d65dc17c229c2be39f123d402445031
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jul 9 21:34:36 2006 +0000

    updated translations
    
    (Old svn revision: 22339)

commit 8c8d61cc62a4296e7fd1be82051c1df7db9b4000
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Jul 9 16:51:42 2006 +0000

    Greek translations update
    
    (Old svn revision: 22319)

commit b35beb85a757200c1fff6d0c623ff5f335428425
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 9 16:48:45 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 22318)

commit 4ebff2f371ebb46752e5ba6f5bdaf1751b91a509
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 9 14:19:36 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 22315)

commit 6153dce2b12d48ad1976edd8255390af2c17554c
Author: Yuval Tanny <tanai@int.gov.il>
Date:   Sun Jul 9 14:16:49 2006 +0000

    Update Hebrew translations
    
    (Old svn revision: 22314)

commit 5928001177f36f9abd2ed6b7eaba7fbb6f025495
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jul 9 09:56:06 2006 +0000

    bump all versions and dependencies to 4.3.90.2
    
    (Old svn revision: 22309)

commit 32af5bc519d330688a440222c5d63bdbc0f721ea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 9 09:07:25 2006 +0000

    "Frame" seems more appropriate
    
    (Old svn revision: 22306)

commit e64ffb84bef6a2fdbed918fd163455a2694b2b16
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 9 08:46:18 2006 +0000

    Add new bevel effect to window title
    
    (Old svn revision: 22304)

commit 59c9875771ab8c9446ce484d9efd055062a1d2c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 8 19:19:29 2006 +0000

    French locale update
    
    (Old svn revision: 22297)

commit 3518a978767cb0ee00890a259fe20dac7427ffa2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 8 16:57:14 2006 +0000

    Not sure why the tab window sometimes misses the key release.
    
    (Old svn revision: 22296)

commit 133c1433db446e8867b4164859f1e4002533204b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 8 15:55:39 2006 +0000

    Prevent keyboard autorepeat from flooding the event queue.
    
    (Old svn revision: 22295)

commit 4986b68ca6888939b8e0471393fe686ef972ed5e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 8 12:36:25 2006 +0000

    Use GtkComboBox instead of deprecated GtkOptionMenu (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1999).
    
    (Old svn revision: 22293)

commit c5f66edff0763bd049d76c8529e8331ce5ed9201
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 8 12:32:54 2006 +0000

    The full area damage is required is some cases. The fix remains though.
    
    (Old svn revision: 22292)

commit 28d15024cb9336b6dbc38f0aaa6050c3bfff807b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 8 12:11:30 2006 +0000

    Compositor optimization that also fixes an issue with fullscreen unredirected windows.
    
    (Old svn revision: 22291)

commit 78cc13b8eb35a3fc02c424ead275fab5908b91e4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 5 19:59:45 2006 +0000

    Add LIBX11_LDFLAGS
    
    (Old svn revision: 22278)

commit 1ea13f907e9118ad5c6ec0befda4ccf3973491de
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 5 19:18:22 2006 +0000

    Fix replace of windows when struts change
    
    (Old svn revision: 22273)

commit 5dc49e9e3063602c1d7cccde58e5136618a74275
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 4 17:42:32 2006 +0000

    Fix small shape bug introduded yesterday
    
    (Old svn revision: 22259)

commit fc347e8d9b3b481c56426880709d9e470a3bf719
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 4 05:43:20 2006 +0000

    Small cleanup
    
    (Old svn revision: 22252)

commit c0d64235788e42decf1a661f7ab0224a369eae9f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 3 21:00:25 2006 +0000

    Still check for shaded.
    
    (Old svn revision: 22250)

commit 8da485c0d41bc51afd13d9e019ebeb773cab4053
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 3 20:45:05 2006 +0000

    Fix a bug in shape computation, that showed when the frame was smaller than the corners pixmaps (this bug was there from the beginning!)
    
    (Old svn revision: 22248)

commit 2b43da36268c1a177d036c3eebdb7b95b3a9af1a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 2 19:35:59 2006 +0000

    Small bug fix with enabbling compositor once started without the compositor initially enabled.
    
    (Old svn revision: 22245)

commit 4c91d734d5b0e6a10bf29f941898a07c40041e16
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 2 16:28:43 2006 +0000

    Fix compile with debug=full
    
    (Old svn revision: 22244)

commit 2a43bbcbf877d95c392bd998e458c366ed6af0f6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 2 16:23:01 2006 +0000

    Allow enabling/disabling of compositing on the fly from the WM tweaks plugin, yeah!
    
    (Old svn revision: 22243)

commit e45c1440246c2033428e554873e53a7776c57f23
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 1 18:58:01 2006 +0000

    Improve more/resize cancellation (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1963)
    
    (Old svn revision: 22242)

commit 5b3025390672b58ce83e7368ae45da6e888e4222
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 1 18:55:58 2006 +0000

    Fix overlays count
    
    (Old svn revision: 22241)

commit 21ca25c6ff90353af17be536947f7d1813642276
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 1 07:27:36 2006 +0000

    Tweak traces.
    
    
    (Old svn revision: 22237)

commit 9aff39624496f1ce4a464c66b0677e3a7e7995b1
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Fri Jun 30 21:59:26 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 22232)

commit c9cbf271b37b39e51c0c4300f48d44ca8d13b91a
Author: SZERVÁC Attila <sas@321.hu>
Date:   Fri Jun 30 19:52:28 2006 +0000

    hu trunk: wm & archiver updates
    
    (Old svn revision: 22231)

commit b73022a556a7e5f58ceebb7896daf1acf50eac30
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 30 10:47:31 2006 +0000

    Export the compositor usability so that we can save a few computations.
    
    (Old svn revision: 22226)

commit fc9f482516c66df8cf8eced4319269e4f8d3eb59
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 30 09:30:39 2006 +0000

    Update French translation.
    
    (Old svn revision: 22224)

commit 56f630b81cf2316078e59679063d6a5c4a88893e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 30 09:24:40 2006 +0000

    Apply patch from Darren Salt <linux@youmustbejoking.demon.co.uk> to make inactive windows semi-transparent. Transparency of inactive windows in configurable through the WM tweaks plugin (bug #602)
    
    (Old svn revision: 22223)

commit 77faf7080665ac71a8fa1e75d1fd2d8a7480f4aa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 29 20:09:45 2006 +0000

    Fix for apps that use both EWMH fullscreen and Motif hints concurently (e.g. gcompris).
    
    (Old svn revision: 22220)

commit 4614a01c798f6fd7b0e3ae2ce4cc95426ecfdb8a
Author: SZERVÁC Attila <sas@321.hu>
Date:   Thu Jun 29 06:45:47 2006 +0000

    hu trunk: wm updated
    
    (Old svn revision: 22216)

commit 9acd169336897d89699d2357b4b075bccfcccbd0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 28 21:21:42 2006 +0000

    Update po to help translators
    
    (Old svn revision: 22214)

commit e3cb862b20321dcf027752ef4eba1169f48fb83e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 28 21:18:22 2006 +0000

    Add support for opacity lock (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1958), add support for changing opacity using mouse button 6 and 7 (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1959), add move/resize cancellation using a configurable keyboard shortcut (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1963), optimization for the compositor rebuilding screen when settings change (me :)
    
    (Old svn revision: 22213)

commit 4a2d6455765124a743d846e5abb529756ab37dac
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Wed Jun 28 17:30:26 2006 +0000

    A small extra change in the swedish xfwm4 translation...
    
    
    (Old svn revision: 22210)

commit ba1ed9770b2433e81b0ffb7504d8fdc9eef76371
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Wed Jun 28 17:24:57 2006 +0000

    Updated Swedish xfwm4 translation
    
    
    (Old svn revision: 22209)

commit 68241d8bdbdfec902ce1daaa77d533c9f246b75b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 25 21:08:51 2006 +0000

    Revert some removal that was needed, woops...
    
    (Old svn revision: 22200)

commit fe499c9bd47aad759418f639ed97df9abfc86692
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 25 09:06:45 2006 +0000

    Change to maintain and use our own copy of the screen size, code cleanup.
    
    (Old svn revision: 22198)

commit 6af32625e4e7d0661298c080d6c33f77d86380d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 23 16:54:35 2006 +0000

    More optimizations for the compositor.
    
    (Old svn revision: 22196)

commit 96b651644ee22381007f0ce1293c557a44d24e6f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 23 13:03:28 2006 +0000

    Fix count of overlays.
    
    (Old svn revision: 22193)

commit b7709f2666a22fb81858c08447d9aace28523b2e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 23 09:42:34 2006 +0000

    Change default root color to plain grey.
    
    (Old svn revision: 22190)

commit 3de72be518a9b17be8dadc0fe8f6aa3e4566c4d2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 22 19:49:33 2006 +0000

    Woops, revert, gtk+ does that for us (I forgot gtk in the equation).
    
    (Old svn revision: 22181)

commit ac1496fd8022ea38583ad13596cac01b139a3626
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 22 19:41:48 2006 +0000

    Close display on exit.
    
    (Old svn revision: 22179)

commit 06bee8e222e22ed903af87ae3f7299b34f7ef5fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 22 12:58:55 2006 +0000

    Compositor optimization, save the painted region for reuse as clipping when painting back to screen.
    
    (Old svn revision: 22176)

commit fc49de369c112d59048fcc62c5c06513a1f5dbfb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 22 07:43:22 2006 +0000

    Don't clear the show desktop flag if cycling back to the current focused window.
    
    (Old svn revision: 22172)

commit c06652529246ba80983517d20dac303467baace1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 21 20:26:05 2006 +0000

    Simpler, safer.
    
    (Old svn revision: 22169)

commit 3ac6fc5cc875bed9576b3f3f4ce74985369bceea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 21 19:52:40 2006 +0000

    Small compositor enhancement.
    
    (Old svn revision: 22168)

commit a76ccf56d4bca6ea7eae7c568473905b401d49f1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 21 19:48:02 2006 +0000

    Fix fullscreen window being set back in Z-order after cycling back to the current fullscreen window. (Fix bug #1949)
    
    (Old svn revision: 22167)

commit 70eb65e048aaf5602b497b68d26fbf4e7fefc919
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 20 20:00:05 2006 +0000

    Rework the mapping/unmapping when unredirecting
    
    (Old svn revision: 22163)

commit 7e5ef413db0739fbe645eeccc22c181a9cf6208c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 18 07:44:32 2006 +0000

    Optimizations.
    
    (Old svn revision: 22150)

commit 91e7ca75cf29f0b844ab2b4810fa637cc610f8a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 18 07:32:55 2006 +0000

    A few more optimizations.
    
    (Old svn revision: 22149)

commit a16a251ae1865fa7f907831f8fbe3a30832d7fdd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 17 19:28:54 2006 +0000

    Make sure the 'demand attention' flags gets cleared on focus.
    
    (Old svn revision: 22146)

commit ac4180178cae66bbc58209fb77e7ecd80c796c8a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 17 16:37:40 2006 +0000

    Sync after unredirect.
    
    (Old svn revision: 22145)

commit 5a41de2fa65e7696ac0fe64848ea995f915aa1eb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 17 16:13:49 2006 +0000

    Be smarter with damage areas, and do not treat unredirected windows specifically. (should fix #1930).
    
    (Old svn revision: 22143)

commit 2c473a9228249b715852aacac2952178bb7989a7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 17 15:55:01 2006 +0000

    Small optimzations, remove useless tests
    
    (Old svn revision: 22142)

commit 74e8535486d758b5cdc6503581f493060f73c5dd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 16 20:04:24 2006 +0000

    Yet another one
    
    (Old svn revision: 22138)

commit e6fed99ce74bd5c3cbbc80e08151ac653c7af0a6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 16 19:53:15 2006 +0000

    Optimizations for the compositor
    
    (Old svn revision: 22136)

commit 267ae839a0baa5d83e8a5557be126792305388ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 15 21:54:05 2006 +0000

    Avoid compiler warnings.
    
    (Old svn revision: 22117)

commit 18dc6923320533ccf9526ef3cd2e5d49a6018f7c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 14 21:33:56 2006 +0000

    Missing argument in debug trace
    
    (Old svn revision: 22108)

commit 3cfe754a0187aa1679f485e6c84e20cf7f38eca5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 14 21:08:51 2006 +0000

    Small adjustments
    
    (Old svn revision: 22106)

commit b463a8f5e8eae87ab72d016ba6f3908d916720b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 14 09:35:00 2006 +0000

    Resync pot file
    
    (Old svn revision: 22097)

commit 89a46767efbed7468dad1c55cc71ae6d2187a18e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 14 09:27:23 2006 +0000

    Finish rework of the compositor, which should fix quite few bugs and improve performance (by discarding damages of covered windows, for example), unredirecting fullscreen overrides seems to work fine which gives a huge performance boost on fullscreen games, fixes translucent xscreensaver window, rework the NET_ACTIVE_WINDOW message handling to improve focus passing (see this thread on the ML http://foo-projects.org/pipermail/xfce4-dev/2006-June/020471.html)
    
    (Old svn revision: 22096)

commit 9f85350a5a52abcd3b9cb185df0ba342996fe7fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 13 20:03:37 2006 +0000

    Don't adjust fullscreen window if newly focused window is one if its transients or modal.
    
    (Old svn revision: 22092)

commit 14ba13a1d3b7d067d11f19bedc88de4d3bf8e1c7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 13 05:55:33 2006 +0000

    Still work on compositor, not there yet though, need more work.
    
    (Old svn revision: 22079)

commit 6c96dd4a0d18b3cb76e170d74b12bfaf83fb3440
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Mon Jun 12 14:26:15 2006 +0000

    Update traditional Chinese translations; Modify personal e-mail address.
    
    (Old svn revision: 22074)

commit 1ad371d3a7b60ef50889bc15631c3b111a989a54
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 11 22:10:46 2006 +0000

    Fix fgetc() not returning EOF on architectures where char isn't signed (Patch from Michel Danzer <michel@tungstengraphics.com>)
    
    (Old svn revision: 22069)

commit c01fe45477ca9eeb4c35e46227464fe9cf1e1fbb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 11 22:07:15 2006 +0000

    Clamp pointer position when maximizing/unmaximizing window on move (Patch from Ori Bernstein <rand_chars@rogers.com>, fixes #1909)
    
    (Old svn revision: 22068)

commit 543264fb933cc71afff00769cfe0635fccd6f5c7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 11 22:05:35 2006 +0000

    Fixes, improvements and optimizations for the compositor.
    
    (Old svn revision: 22067)

commit e22e0b9771c8b7bf6be5fa333e221bd4fe4993be
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 9 16:37:25 2006 +0000

    Smoother gradient with dark colors
    
    (Old svn revision: 22054)

commit c0d827139eea233ac9aa18167da65e5186b723ac
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 8 19:16:25 2006 +0000

    Compositor improvements.
    
    (Old svn revision: 22046)

commit 3f91e89223e61cda636a9a2428d1d221b9cd6d37
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 7 21:22:08 2006 +0000

    Avoid needlessly re-compositing opaque windows in front of other damaged windows. This also helps with stuff that isn't properly redirected yet, such as Xv and DRI with free drivers (patch originally contributed by Michel Dänzer <michel@tungstengraphics.com>).
    Fix compilation with --enable-debug=full.
    
    
    (Old svn revision: 22034)

commit 540667f023dc16d8bed515f03786542cc4b41fce
Author: Adriano Winter Bess <awbess@gmail.com>
Date:   Mon Jun 5 23:11:05 2006 +0000

    Updated brazilian portuguese translations.
    
    
    (Old svn revision: 22007)

commit ce3fcc0a8a89ca2b863b72cccfa24aac83b97cdc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 5 21:24:39 2006 +0000

    Small code reorg.
    
    (Old svn revision: 22006)

commit 676c02cf6e23f0fc6483e5fd8a2ccca41d352e96
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Sun Jun 4 08:12:32 2006 +0000

    Changelogs for appfinder, exo, utils, mcs-plugins, mcs-manager,
    xfce4-session, xfce4-mixer, thunar, libgui, xfwm4, the panel,
    orage, trigger-launcher and terminal updated.
    Also couldn't resist to fix a small error in the xfce4-mixer
    Changelog.
    Didn't updated the changelog of xfprint, because I discovered
    that that translation wasn't updated, it had just slipped through
    the commit by mistake.
    
    
    
    (Old svn revision: 21971)

commit 7b6794a7da9867e30819aa1034c5de1f3e1561b3
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Sun Jun 4 00:10:04 2006 +0000

    obsolete strings in the swedish translations removed
    
    
    (Old svn revision: 21970)

commit 1db3d43bf246139d3149527541e107b9bf9666d0
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Sat Jun 3 23:44:47 2006 +0000

    Merged Swedish translations (by me and Jens Hagerman) into the xfce svn.
    This includes updated translations of appfinder, xfce-utils, mcs-plugins,
    xfprint, xfce4-session, xfce4-mixer, thunar, libxfcegui4, xfwm4,
    xfce4-panel, xfdesktop, orage, xfce4-trigger-launcher and mcs-manager,
    and added translations for libexo and terminal.
    The appropriate LINGUAS files were also updated.
    
    
    
    (Old svn revision: 21969)

commit 9c6d2d3fad260d8c4f77474b3963f2abc593bdac
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 3 12:42:59 2006 +0000

    Alignment in color table :)
    
    (Old svn revision: 21961)

commit 499709bc6ec26d26033a42383a334f99e9b2cef8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 3 12:35:41 2006 +0000

    Missing a small theme in the default set of themes, so add the theme contributed by Mike Massonnet <mmassonnet@gmail.com> -now renamed Daloa-
    
    (Old svn revision: 21960)

commit 02af2acf1194f3f92eca7f3858dedbb7b4807878
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 3 12:31:20 2006 +0000

    Do not set the demand attention flag if not needed, like for windows that don't want focus.
    
    (Old svn revision: 21959)

commit 6bd1098c66ae5aa6b68d99b5b7fb7e64dcda9772
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 3 09:21:45 2006 +0000

    Fix shape and shadow redraw (again).
    
    (Old svn revision: 21957)

commit a36de42d8c2caab65a75a1f506d1eef2db771d5a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 3 07:55:27 2006 +0000

    Create _MOTIF_WM_INFO from the WM to make rxvt-unicode happy and not use override-redirect windows but proper Motif decoration hints to get borderless windows (Fix bug #1877).
    
    (Old svn revision: 21955)

commit c3a0de3f40dfd21ef56b3d2faa610e49cf1aeea1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 31 19:53:32 2006 +0000

    Adjust hilighting of pressed buttons.
    
    (Old svn revision: 21934)

commit 236e4c783e200bed12b86077bcde040036d06660
Author: Yuval Tanny <tanai@int.gov.il>
Date:   Tue May 30 23:21:53 2006 +0000

    Update Hebrew translation
    
    (Old svn revision: 21920)

commit edce06e570cb5c303ea642b20cc132b7a7adac65
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 30 22:17:54 2006 +0000

    Do not pass focus to the desktop by default (Fix bug #1853). The problem is that xfdesktop sets its InputHint from WM Hints property to False to avoid focus, but GTK+ itself sets the WM_TAKE_FOCUS property, so it's impossible for the WM to tell whether or not the windows may or may not accept focus, which leads to unpredictable results when the last available focusable window vanishes (which is just what happens in bug #1853. From what I saw, metacity and kwin have the same problem. The workaround used here is to simply not use the desktop as a fallback focusable window. If the user wants to focus the desktop, (s)he just has to explicitely click on it.
    
    (Old svn revision: 21917)

commit 0a389f9e756a00a62bf19162d8c86d8819041780
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 30 21:39:06 2006 +0000

    Fix input flag not being updated on XA_WM_HINTS property change
    
    (Old svn revision: 21915)

commit a92f3d0e68e6a0a7d6b6333585c007eb19a0aa24
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue May 30 13:35:33 2006 +0000

    [l10n:eu] Basque translation little fix
    
    
    (Old svn revision: 21911)

commit d61ab339e70e2c7bad72a91f6abc2a851ba6084e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 29 20:27:09 2006 +0000

    Set internals vars to static const (patch from Nick Schermer <nick@xfce.org>, bug #1870)
    
    (Old svn revision: 21901)

commit 0eda28705fa5f4dff2e2eb43b9b2d12bf4bf319c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 29 20:23:43 2006 +0000

    Add a shadow to symbols in frame buttons.
    
    (Old svn revision: 21900)

commit 44ae02839d027ccb774fc81f4cf926ae67eaecb1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 29 20:09:14 2006 +0000

    Reorg. shape notify to catch all cases
    
    (Old svn revision: 21899)

commit 5bceb047464ab18b69f5cdc037bff91cf35a8acb
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat May 27 16:04:55 2006 +0000

    * xfcalendar/trunk/po/LINGUAS, xfce-utils/trunk/po/LINGUAS,
      xfce4-appfinder/trunk/po/LINGUAS, xfce4-session/trunk/po/LINGUAS:
      Added a newline at the end of file.
    * xfce-mcs-manager/trunk/po/LINGUAS: Removed an extra white space.
    * xfce4-trigger-launcher/trunk/po/LINGUAS, xfwm4/trunk/po/LINGUAS:
      Removed an extra white line.
    
    
    (Old svn revision: 21870)

commit 07356673e9b1bd7eff5a3c59d8213cc81cdc48e7
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat May 27 15:25:38 2006 +0000

    Updated Polish translations by Szymon Kalasz <szymon_maestro@gazeta.pl>.
    
    
    (Old svn revision: 21869)

commit b48bfd33c3a3eef5f5d4c2c65216bb42571860d7
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu May 25 18:40:49 2006 +0000

    * add LINGUAS support
    * update svn:ignore
    
    
    (Old svn revision: 21840)

commit 5e0897988b65de2ec55d23c1683586749ac5ea5c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 23 21:55:21 2006 +0000

    Set demand attention flag or actually activate a window on NET_WM_ACTIVE notification based on user preference, too.
    
    (Old svn revision: 21804)

commit 33975949dc469e9bd6e733b6cb7167520c8b89c8
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Tue May 23 17:32:41 2006 +0000

    Correct strings containing Button Label in traditional Chinese translations.
    
    (Old svn revision: 21801)

commit 5664e961451034acbc656b16d6d2cbaad2510569
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue May 23 11:08:26 2006 +0000

    [l10n:eu] Basque translation update
    
    
    (Old svn revision: 21791)

commit bf56489e98b6284ed33ae932247cd9ffa840f84e
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue May 23 02:45:14 2006 +0000

    Changed an address.
    
    
    (Old svn revision: 21777)

commit e606a21eb7b75c3711971c9f6e1f3e201d0a3e34
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 22 20:25:16 2006 +0000

    Add an option to enable proxy for deprecated KDE systray protocol (may help for bug #1836 eventually).
    
    (Old svn revision: 21774)

commit de8d49b69bbecfa0ab3a8f1ed85dd189242a2e39
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 21 16:40:26 2006 +0000

    Update French translation.
    
    (Old svn revision: 21759)

commit 53d7d05274feffe0bc01fbc94c86329f57d94d7e
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun May 21 15:18:02 2006 +0000

    Greek translations update.
    
    (Old svn revision: 21758)

commit cdf4cb02dbca4acdc71d354ca1da29373518d96d
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Sun May 21 09:06:59 2006 +0000

    Updated Finnish translations.
    
    
    (Old svn revision: 21749)

commit 0dc4b0960356a2bfde1093e73cd416d25cf9d97b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 21 07:39:26 2006 +0000

    Why do we need to grab the Xserver here?
    
    (Old svn revision: 21746)

commit 005dcb7fcf7744c82f0a6edc41787e9a479abfca
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun May 21 05:09:51 2006 +0000

    Fixed.
    
    
    (Old svn revision: 21745)

commit 843518f0e91f8b2eb3390dae26dbede14d9ab422
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun May 21 04:59:57 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 21744)

commit ea37a58eb6ddbe3bfebe0c39d1df5f4e0983f36b
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun May 21 03:13:16 2006 +0000

    Updated Polish translations by Szymon Kalasz <szymon_maestro@gazeta.pl>.
    
    
    (Old svn revision: 21743)

commit bc22660e17f5be34f50302f2efaefb29c9271c15
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 20 22:50:41 2006 +0000

    Fix bug with WM hints for focus not being updated properly, fix bug with gtk+ apps seen as focused even when iconified (!)
    
    (Old svn revision: 21740)

commit 18a933bdc6e154bb90d338512a6ae04e7ddd170b
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sat May 20 21:16:01 2006 +0000

    hu trunk: wm & terminal update
    
    (Old svn revision: 21738)

commit 8dce8b50b7b96898e5237de31501609595c0defd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 20 21:15:56 2006 +0000

    Return focus to the desktop if no other window is focused.
    
    (Old svn revision: 21737)

commit bb6d48d291870af17e57376005184ce40774e273
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 20 19:40:12 2006 +0000

    Fix the configure script that produced empty Makefiles.
    
    (Old svn revision: 21733)

commit 56c2f269d1fad2024cad96f47c89159a0e291ceb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 20 13:25:01 2006 +0000

    Put back configurable shortcut for window cycling.
    
    (Old svn revision: 21729)

commit a03d24fdd5df623a7aa725b9926ef70e67d21c47
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 20 11:33:06 2006 +0000

    Refactoring, allowing to close session the close window shortcut (fixes bug #1776).
    Fix the shortcut manager to not show additional un-managed shortcuts.
    
    (Old svn revision: 21727)

commit 03267148bae71da2534fce4a4a282e6b5ac5ba39
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 18 19:11:40 2006 +0000

    Fix an old bug with mouse button grabs circulation.
    
    
    
    (Old svn revision: 21716)

commit f4d87b1ee0f574c5e655425ff7b444fdb9002056
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu May 18 13:13:03 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 21714)

commit e4d91cb926faa512b64d364e4b5e4573c068d484
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 16 19:02:24 2006 +0000

    Don't consider windows that have the below/ontop property as older legacy windows trying to achieve fullscreen mode (should fix the issue reported on the ML).
    
    (Old svn revision: 21701)

commit 5ce51b6227263ed8c0dacc66929b1675705a5591
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 15 22:00:41 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 21696)

commit ea7ed0c163a111bf5bbe0264ebd28827bb4427c0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 15 21:58:48 2006 +0000

    Update potfiles
    
    (Old svn revision: 21695)

commit b25648b8d2c9fd073f2fe90332f15d2dc3183d63
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 15 21:57:22 2006 +0000

    Code cleanup.
    
    (Old svn revision: 21694)

commit e40ef8cebcd446bd139dd0dcd43411479a4ef66d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 15 21:53:03 2006 +0000

    Use greyscale composite, the files are smaller.
    
    (Old svn revision: 21693)

commit 1a4051eb136ba897251822075ec06a137ffe49bd
Author: Piarres Beobide <pi@beobide.net>
Date:   Mon May 15 09:57:32 2006 +0000

    [l10n:eu] Basque translation update
    
    
    (Old svn revision: 21672)

commit ca8149981cf5f4f1314893fc87c4b28dc6be2b8e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 13 21:03:14 2006 +0000

    Update ChangeLog.
    
    
    (Old svn revision: 21651)

commit 9b2a1dd71a571c6332be56136fa1874791f8fe6b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 13 20:54:27 2006 +0000

    Increase title height by 1 pixel, it gives a more balanced look.
    
    (Old svn revision: 21650)

commit c9cdd9e05fe2bc6b1af5e3ba2ff834a52763765d
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat May 13 19:17:22 2006 +0000

    [i18n] catalan translation
    Update of xfwm4 by Carles Muñoz Gorriz
    
    
    
    (Old svn revision: 21647)

commit 76038ef721d337919c73b6cbe7bf4afff0538905
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 13 08:30:41 2006 +0000

    Fix plugin crashing when editing workspace name (bug #1784)
    
    (Old svn revision: 21646)

commit 410e5304a3633dcab3c3ec3cb8e45173e5f1ba83
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Sat May 13 05:09:02 2006 +0000

    Update traditional Chinese translations
    
    (Old svn revision: 21638)

commit 1d1984b69570947f7dd4cf43806efbede8731952
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat May 13 04:56:45 2006 +0000

    Updated Polish translations by Szymon Kalasz <szymon_maestro@gazeta.pl>.
    
    
    (Old svn revision: 21637)

commit b38f49cb72e44efec188d263bba11d95d8be4f53
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 12 20:44:08 2006 +0000

    The red button is back.
    
    (Old svn revision: 21635)

commit 2c1c4ed3105bad1e6744b322c967aa3b80ab6e35
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 11 11:52:00 2006 +0000

    Ignore hot spot definition as we don't use it in xfwm4, typos.
    
    (Old svn revision: 21626)

commit 2533dc205e66df649ccfd0cb1aa6cd2e53a27f42
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 11 11:34:01 2006 +0000

    Fix rendering of pixmaps that don't have any transparency set.
    
    (Old svn revision: 21625)

commit b0c4cb34b9a8dbb157c99672b530f6c4f2db46a3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 11 07:47:30 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 21621)

commit 92667cec9a5833911578d0ed1e2b3626b04aefde
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 9 20:41:14 2006 +0000

    Various typos.
    
    (Old svn revision: 21604)

commit 18a7264f91c8b439573c06e100d65b91fa291e36
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 9 20:28:30 2006 +0000

    jpeg or jpg? I choose jpg, also prefer gif to jpg or bmp as gif has a -1 bit- alpha channel.
    
    (Old svn revision: 21603)

commit a9dc8cce2133f537af0f9f0a9a735a71095c6aa1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 9 20:24:05 2006 +0000

    Add support for svg, png, bmp, gif, jpg file formats for themes components.
    
    (Old svn revision: 21602)

commit 2c06e7fd69605968fa0c15d367154766eb83c1c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 9 05:28:26 2006 +0000

    Add missing bits to Makefile.am
    
    (Old svn revision: 21598)

commit 057fbb86d86d709e3eeb185f5ebe026d8d1ccaad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 9 05:26:50 2006 +0000

    Add missing bits.
    
    (Old svn revision: 21597)

commit 529765c468e6a82ceb27c3125302a34b007a2269
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 8 21:38:47 2006 +0000

    Get rid on libXpm dependency by reimplementing the XPM loader with color symbol substitution (beware, it's a pretty huge change, handle with care).
    
    (Old svn revision: 21595)

commit adf20f1ccf9fa6dc9f7f7d186fc9f19c0fcbab02
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 7 19:45:41 2006 +0000

    Enlarge top corners to ease resize (simple usability improvement, not a theme change)
    
    (Old svn revision: 21586)

commit d2bfea7fc18b603c15b0dcf02deab62f72b5882f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 7 19:34:43 2006 +0000

    Update po
    
    (Old svn revision: 21585)

commit 41f3909f5f8f4e26cb666e307be53bc299474000
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 7 15:06:08 2006 +0000

    Fix workspace name activation (fix #1778), fix window resize.
    
    (Old svn revision: 21576)

commit 0fb20e094782de6c640a568a2edf58cd44a151cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 7 14:46:35 2006 +0000

    plugin.h
    
    (Old svn revision: 21575)

commit d4e52189163e07863d20255183e9ba356eb59035
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 7 14:46:13 2006 +0000

    plugin.c
    
    (Old svn revision: 21574)

commit 40e5883134161fb9b26079fda6e18e0662c6669d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun May 7 10:55:17 2006 +0000

    Updated Polish translations by Piotr Malinski <admin@rk.edu.pl>.
    
    
    (Old svn revision: 21567)

commit 6f14f2032846a1b4e8139e9790aaebbd49a27954
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun May 7 10:01:34 2006 +0000

    Updated.
    
    
    (Old svn revision: 21566)

commit d5aec9aa2229dfdb15a848f0f716098d2a945e31
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Sun May 7 08:15:21 2006 +0000

    Finnish translations updated.
    
    
    (Old svn revision: 21560)

commit 52b5b5395e8a55db67b69d9c86ffebed12349251
Author: Adriano Winter Bess <awbess@gmail.com>
Date:   Sat May 6 17:57:23 2006 +0000

    Updated Brazilian Portuguese translations.
    
    
    (Old svn revision: 21551)

commit 487cc8b495a70abaaa0fe54ccb10855615e3da6b
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat May 6 14:30:03 2006 +0000

    Greek translations update.
    
    (Old svn revision: 21550)

commit 9d6d1b4ad49acbb5eca09cab5cdfa3fed57f18f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 6 13:12:18 2006 +0000

    Some cleanup in headers vs. functions used.
    
    (Old svn revision: 21549)

commit da61b412432368193a0e52d96dc15e1fbc029e14
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat May 6 12:15:51 2006 +0000

    Set "mcs-plugin-icon-name" so MCS plugin icons are properly themable.
    
    
    
    (Old svn revision: 21542)

commit 4e70f04aa26284cc6eb59c23e29eb020df473b96
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 6 10:32:59 2006 +0000

    Update po
    
    (Old svn revision: 21537)

commit 2e6741a9ccfabfe30337ff15bfc8decade46dcbb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 6 10:31:20 2006 +0000

    Add close button.
    
    (Old svn revision: 21536)

commit 4bebb0f42733e7b8c53b349f47461e88310d61f3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 6 09:03:39 2006 +0000

    Convert to the new xfce_titled_dialog_new ().
    
    (Old svn revision: 21534)

commit 7d5cba66c60abfc516a3611cd93172c98db1a512
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 5 23:00:30 2006 +0000

    Let gtk warp long lines, update po accordingly.
    
    (Old svn revision: 21532)

commit fcd8ebff8766104177030e0847f5c8a96933653b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 5 21:59:41 2006 +0000

    Make gcc happy.
    
    (Old svn revision: 21529)

commit fcab0c0c04ad74844d7f0c38bfedec7635d9174e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 5 21:52:52 2006 +0000

    Fix horizontal/vertical frame title offset, adjust themes accordingly, fix a bug in maximization toggle.
    
    (Old svn revision: 21526)

commit 15568db80e05dd2b544b7e96812f55ccc3deedfe
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri May 5 21:25:06 2006 +0000

    Updated Czech translations by Michal Varady <miko.vaji@gmail.com>.
    
    
    (Old svn revision: 21523)

commit 132c171db93fe92a7ad97758fa7091e6de5e6446
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri May 5 06:11:24 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 21500)

commit 652e0192fd59c4e4311a06325c68e92a7bbb7c74
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 4 17:49:50 2006 +0000

    Refactoring and small cleanup.
    
    (Old svn revision: 21484)

commit 8cf3d844ebc17250df232408efa61ed3b1ecbfd8
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu May 4 07:46:20 2006 +0000

    Minor update to the Finnish translation.
    
    
    (Old svn revision: 21473)

commit 8cab2a95639b3871b2cc8cd00d2904a2fc4bcbfd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 3 22:07:16 2006 +0000

    Add Moheli's theme data.
    
    (Old svn revision: 21471)

commit 667245cc67ff3cc5cb387127e0e858522c39d701
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 3 22:06:21 2006 +0000

    Use a separate implementation from libxfcegui4 for gtk style and event filters, update theme, add new theme 'Moheli'.
    
    (Old svn revision: 21470)

commit b9125ebb96e24df6acbb011148779544222ced6d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 3 21:15:32 2006 +0000

    Copy gtk style routines from libxfcegui4.
    
    (Old svn revision: 21469)

commit 3d685dca23dfb483bd4cbb90ec4c3d4d40f5c179
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 3 21:15:22 2006 +0000

    Copy gtk style routines from libxfcegui4.
    
    (Old svn revision: 21468)

commit cb0e015856ea7d0d08cff4f1aa991cffc9cc06ee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 3 21:13:15 2006 +0000

    Copy event filter from libxfcegui4.
    
    (Old svn revision: 21467)

commit d1da1508b17178abc0c4f46e476851113cdbf837
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 3 21:13:03 2006 +0000

    Copy event filter from libxfcegui4.
    
    (Old svn revision: 21466)

commit af3c37ee2f6dc399ecf2f581955dcb773387abf4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 2 19:07:41 2006 +0000

    Rework the buttons.
    
    (Old svn revision: 21453)

commit 9b1782b52e8ac0c6c946a87d757bdd57a88d1729
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 2 18:58:02 2006 +0000

    Don't set pict_format if RENDER is not present (Thx to Oliver Lehmann <oliver@FreeBSD.org> for pointing this out)
    
    (Old svn revision: 21450)

commit e90347b7521e216f766d53e48a806cdb31a51706
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue May 2 16:06:52 2006 +0000

    Removed timestamps so that a translator isn't bothered:
      "Then, what time is it now in UTC?"
    
    
    (Old svn revision: 21447)

commit 81dd380c9b48a863584c5742b397f95fb1d435fc
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue May 2 12:23:39 2006 +0000

    Updated Polish translations by Piotr Malinski <admin@rk.edu.pl>.
    
    
    (Old svn revision: 21442)

commit 6764b89d6ef809b30dbe56330b6c9e4b23a3ff77
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 1 21:56:50 2006 +0000

    Theme tweaking.
    
    (Old svn revision: 21433)

commit 530450f406e5220c12bdf9ddc43dfa5af450d9e2
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon May 1 07:04:23 2006 +0000

    Updated.
    
    
    (Old svn revision: 21414)

commit ddecc85db764674cd2858121d481ba0493489a6f
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 30 16:00:08 2006 +0000

    Updated Polish translations by Piotr Malinski <admin@rk.edu.pl>.
    
    
    (Old svn revision: 21408)

commit e45022af8ee6b0a7dc3afce0caaa13fd70467410
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 30 15:41:16 2006 +0000

    Rephrase the comment/explanation.
    
    (Old svn revision: 21406)

commit c604012b0c3ad6843c450d28e33093713dc84dec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 30 15:34:01 2006 +0000

    Fix the modifier testing, that breaks the Super key as a modifier but it's the only clean way to get something working reliably. Need to send a message to the ML or we shall get flooded with bug reports though...
    
    (Old svn revision: 21403)

commit fafd420e0b452a3d6772545071004bc1ae0b4991
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Apr 30 09:07:37 2006 +0000

    hu trunk: updates
    
    (Old svn revision: 21385)

commit 7e656be1e9c84602bb3e3ccf79883f37fd32853f
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 30 08:36:19 2006 +0000

    Updated.
    
    
    (Old svn revision: 21383)

commit b44e99a72dbdf87438c24b9a9ab5c77d29524d8e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 29 22:12:59 2006 +0000

    Clean-up the modifier mess in shortcut editor, now should be using the same codebase as Terminal.
    
    (Old svn revision: 21369)

commit 0cf80d2e02a441536bab96a2575edc43b7b6806c
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 12:15:46 2006 +0000

    Updated Polish translations by Piotr Malinski <riklaunim@gmail.com>.
    
    
    (Old svn revision: 21313)

commit d5c3416f462d433487e96975eabddaf1499efb36
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 29 11:48:06 2006 +0000

    Updated Vietnamese translations by Phan Vinh Thinh <teppi@vnlinux.org>.
    
    
    (Old svn revision: 21305)

commit d6b22c126da61cd67a5d1496d0b2680aa239197c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 27 19:29:58 2006 +0000

    Don't bother checking for render speed if the composite extension is not supported/enabled on the screen.
    
    (Old svn revision: 21277)

commit e3619915e1d67498d8e136301baa7f00d44fd1d5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 26 19:50:34 2006 +0000

    Improve hilights and shadows of the pressed buttons.
    
    (Old svn revision: 21263)

commit 5972faac63af0e7a143569770b25fc3d7e6ce242
Author: Peeter Vois <Peeter.Vois@proekspert.ee>
Date:   Wed Apr 26 08:38:44 2006 +0000

    (Old svn revision: 21242)

commit 937c091b44497dfd485a744e3d979de96986c11d
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Tue Apr 25 16:32:45 2006 +0000

    2006-04-25  Maxim Dziumanenko <mvd@mylinux.ua>
    
            * Updated Ukrainian translation.
    
    
    
    (Old svn revision: 21229)

commit d028455852408e32fc6e372e496c36e894291c31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 25 06:10:39 2006 +0000

    Allow any modifier but Shift to end window cycling.
    
    (Old svn revision: 21219)

commit 5cdd4da44d48df09f418e5b3b4091b7763ab167b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 24 21:06:12 2006 +0000

    Remove superfluous space left.
    
    (Old svn revision: 21215)

commit 9a4ec50badb8c260f927fc29ea0d55a28342f3e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 24 21:03:05 2006 +0000

    Use XLookupKeysym () instead of XKeycodeToKeysym (), might help with bug 1723.
    
    (Old svn revision: 21214)

commit 6d0348647d7cb519f5a48faa07035f0c27a5c7e5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 24 20:34:59 2006 +0000

    Use negative value to enlarge shadows instead of abs values, should put an end to #666.
    
    (Old svn revision: 21213)

commit b2dfaf5e4d3716e969fb97a3dfc4a2f27f97beee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 23 22:08:28 2006 +0000

    Slightly enlarge buttons to increase usability of the default theme.
    
    (Old svn revision: 21190)

commit a383127f0300c17c4da7052a4905c5419be52e0e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 23 22:05:18 2006 +0000

    Give some hint on why a particular pkg-config tests fails.
    
    (Old svn revision: 21189)

commit 00d2fffadfe04099ffba7d50d5d6b1a2d6a86f38
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 23 21:55:22 2006 +0000

    Some clients don't set their WM_CLIENT_MACHINE property, so we need to check for the string length (Should fix #1711)
    
    (Old svn revision: 21188)

commit 590417644839c8fb49e297a36996505b64582379
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Apr 23 14:14:56 2006 +0000

    Greek translation update
    
    (Old svn revision: 21179)

commit 028878bcc11461e7ed2f71e28597cdf576b339b7
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 11:56:49 2006 +0000

    Updated Russian translations by Sergey Fedoseev <fedoseev.sergey@gmail.com>.
    
    
    (Old svn revision: 21176)

commit 836d720e55b0542607af4879ba82981dfbd9288d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 09:06:25 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 21174)

commit 7cc16adf3d3e1dc4a17202f10b127f2c27a70cec
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Sun Apr 23 07:54:51 2006 +0000

    Finnish translations updated.
    
    
    (Old svn revision: 21169)

commit ced08a9b3cb11afadb3bfa6c26bcdeef66785d41
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 23 06:28:32 2006 +0000

    Updated Vietnamese translations by Phan Vinh Thinh <teppi@vnlinux.org>.
    
    
    (Old svn revision: 21164)

commit dfaca98038ae11f843f0a33852a3eed11100e2ae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 22 14:07:13 2006 +0000

    Unexpand
    
    (Old svn revision: 21157)

commit b31c58eda29eccf928f6c694f4d7cf39aaa9e086
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 22 13:59:56 2006 +0000

    Use active text color in buttons so that the symbol stays visible with all color schemes.
    
    (Old svn revision: 21156)

commit 426186c34d467e02656e9685c31644a557c24540
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 22 13:40:17 2006 +0000

    Add note to translators as requested.
    
    (Old svn revision: 21155)

commit 1f963d71a3bfe60f41b41590f2d1d4ef3af6860a
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sat Apr 22 06:19:49 2006 +0000

    hu trunk: some wm & orage updates
    
    (Old svn revision: 21146)

commit be3825902ac2248d5719e4cec96e4a14f1823069
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 21 20:59:58 2006 +0000

    Small tweaking
    
    (Old svn revision: 21141)

commit 0a19158e70e993b05a9d61d5be95fed53cf8793a
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Fri Apr 21 00:04:54 2006 +0000

    * Greek translation update
    
    (Old svn revision: 21128)

commit ec7b93a689bc56f4ce2fa19299ebf48efffc3ab9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 20 20:57:31 2006 +0000

    Increase render threshold to 0.025 instead of 0.01 sec.
    
    (Old svn revision: 21126)

commit 6fd2cbf58ff0100bdea98d0fbad4ae70dd63c311
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 20 19:59:38 2006 +0000

    Slightly blur the title bar hilight and shadow.
    
    (Old svn revision: 21123)

commit f177233dac52bec2d7cfba81f8c10f95e4a9df48
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 20 19:56:10 2006 +0000

    Same strings, different sources, need to update the po that reference the file and line of the strings.
    
    (Old svn revision: 21121)

commit 3762e45b349d9f1021b34ebe1b5cc86a772a7597
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 20 19:55:30 2006 +0000

    Optimize the code commited yesterday.
    
    (Old svn revision: 21120)

commit 9f5d095dcbb2a842a92133ac7270c8834192f5a8
Author: SZERVÁC Attila <sas@321.hu>
Date:   Thu Apr 20 09:50:41 2006 +0000

    hu trunk: wm updated
    
    (Old svn revision: 21110)

commit 94e8b026e781577384376c716a2706d595d38989
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 19 22:05:43 2006 +0000

    Add host name on windows running on remote hosts (ala metacity), prevent windows above dock from being off screen, fix restore on move sensitivity.
    
    (Old svn revision: 21100)

commit 7304b3334fc3aebe6f560073cca0bebd15361117
Author: SZERVÁC Attila <sas@321.hu>
Date:   Wed Apr 19 17:00:14 2006 +0000

    hu trunk: updates
    
    (Old svn revision: 21090)

commit 5dd406c1910d51d69b122a31fa843abb97c11922
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Apr 19 16:17:43 2006 +0000

    Separate translation for the settings manager label. Patch from Adriano Winter Bess. Bug #1669.
    
    (Old svn revision: 21089)

commit d9f7440bc33926f33d513dd21d0e07c82e358466
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Wed Apr 19 09:47:11 2006 +0000

    Finnish translation updated.
    
    
    (Old svn revision: 21077)

commit c26271b4391858587ce981cd24ab677c58e8e24c
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue Apr 18 15:03:33 2006 +0000

    Updated Estonian translations by Peeter Vois <Peeter.Vois@proekspert.ee>.
    
    
    (Old svn revision: 21058)

commit 3542b21413da2554564d570ccdd4850107f9c4b0
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Apr 16 07:00:29 2006 +0000

    hu trunk: panel, wm & mcs-plugins updates
    
    (Old svn revision: 20964)

commit 8a8d442bd62aca27b3ac776d54bc98991306d253
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 16 04:36:07 2006 +0000

    Updated Russian translations by Andrey Fedoseev <andrey.fedoseev@gmail.com>.
    
    
    (Old svn revision: 20960)

commit b1d3a5472e9ff006e9ba2eab479b1628de1c40a3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 15 17:44:50 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 20941)

commit b879388d2b349b8c95e28da63380348eba51833d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 15 12:10:48 2006 +0000

    Bump, etc.
    
    
    (Old svn revision: 20913)

commit ce508d727d77d99e25be13bae8344c88f85f82f0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 15 09:08:14 2006 +0000

    No need to display the actual results of the XRender test if it's passed.
    
    (Old svn revision: 20909)

commit 0018a5ec036b4bed1f02089fca8d6e0553d5d007
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 15 03:17:14 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 20907)

commit c03858d614aef0f5ee18d1b417024ab48adc5e39
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 15 03:03:30 2006 +0000

    Updated Russian translations by Andrey Fedoseev <andrey.fedoseev@gmail.com>.
    
    
    (Old svn revision: 20906)

commit e129caac3099cf0e106a1bedb6ad1fd610efe5e3
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Apr 14 23:58:31 2006 +0000

    Updated Finnish translations by Jari Rahkonen <jari.rahkonen@pp1.inet.fi>.
    
    
    (Old svn revision: 20898)

commit 4d00378093040af995a3b5005c951e469a5e6fcd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 14 21:53:31 2006 +0000

    Change gradient background.
    
    (Old svn revision: 20894)

commit 40e2e4ce8814a6356368676bede812db7a76d813
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 14 20:53:25 2006 +0000

    Beuh, the shadows under the panel where gone and nobody complained :(
    
    (Old svn revision: 20893)

commit aea4c6a3cbbaa4afa08906ed0491cd83d1463e23
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 14 19:36:42 2006 +0000

    Add explicit target and measured value of the XRender test.
    
    (Old svn revision: 20890)

commit 403454422e8c890238bcb80481e77160a1f7b655
Author: SZERVÁC Attila <sas@321.hu>
Date:   Fri Apr 14 09:33:06 2006 +0000

    hu trunk: wm & print updates
    
    (Old svn revision: 20876)

commit e73344952934d5995e505cfbca83201795727213
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 13 21:42:08 2006 +0000

    Add theme data for Katiola.
    
    (Old svn revision: 20874)

commit 9716810c86ce0cdeba672cca5be15a693db0a391
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 13 21:40:54 2006 +0000

    Add new theme 'Katiola' (as in RCI).
    
    (Old svn revision: 20873)

commit 29505db56d8830c07022f68c6f3120eb0a2a4c16
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 13 21:25:58 2006 +0000

    Theme cleanup, remove the red close button
    
    (Old svn revision: 20872)

commit 0fa2536bfcf07d048365199b845835417c6396f6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 13 21:07:50 2006 +0000

    Use currently selected key theme as a template when creating a new key theme.
    
    (Old svn revision: 20871)

commit c82ecd291c393551c8e4cac388d0fa074ec5b560
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 11 21:39:51 2006 +0000

    Fix typo in wmtwkeaks icon name (I thought I applied a patch from Adriano Winter Bess <awbess@gmail.com> some time ago for that but probably missed it as it's still not fixed...)
    
    (Old svn revision: 20854)

commit cb19cdfc21d2f299fba4559f6ffc9c342d5c0ebd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 8 20:28:26 2006 +0000

    Update ChangeLog, bump version to 4.3.90.1 (4.4 beta 1)
    
    (Old svn revision: 20818)

commit 264d15f356061776a74edfefad696d1e2d15f9ec
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 8 15:18:00 2006 +0000

    Updated Finnish translations by Jari Rahkonen <jari.rahkonen@pp1.inet.fi>.
    
    
    (Old svn revision: 20814)

commit 8447f73bf32059e66af859093fe8c92cd9fbc7ad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 7 18:51:38 2006 +0000

    Apply Benny's patch that fixes Xrandr detection if Xrender is present but not Xrandr.
    
    (Old svn revision: 20798)

commit 316708ba0320d33f03dc5af24a2fc975658af40b
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu Apr 6 12:23:38 2006 +0000

    Updated Vietnamese translations by Phan Vinh Thinh <teppi@vnlinux.org>.
    
    
    (Old svn revision: 20779)

commit 80474751ed14304d0b13706276af18ce2ac638bb
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Apr 2 20:32:08 2006 +0000

    [i18n] catalan
    little of work on catalan translations
    
    
    
    (Old svn revision: 20689)

commit 02090113b9c9e04145d76b08a0b0bd2dcb0eca24
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 2 18:47:41 2006 +0000

    Fix typo in icon name (Adriano Winter Bess <awbess@gmail.com>)
    
    (Old svn revision: 20688)

commit 8bca81c9b07cacca388b73ab5fd849a9678e9d90
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 2 15:46:37 2006 +0000

    Fixed according to the context.
    
    
    (Old svn revision: 20685)

commit 91d120603d7a2f64c4b34d7a90a4f924dd576c00
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Apr 2 15:38:32 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 20684)

commit 6673ce25db2650c9ad209b6477f149d9a0bc49f6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 2 13:35:40 2006 +0000

    Fix a couple of issues with shaped windows.
    
    (Old svn revision: 20681)

commit 782e29badcabdd537fff79b301ca5c1d4d8ed646
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Apr 2 09:00:26 2006 +0000

    Really corrected now
    
    (Old svn revision: 20680)

commit 2ff4c7401bd2794c66d0f6554544edd66395eaf8
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Apr 2 02:32:24 2006 +0000

    Greek fuzzy
    
    (Old svn revision: 20679)

commit 14930184f4566e13c284579aa084bc54150ad872
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 1 21:22:49 2006 +0000

    Fuzzy
    
    (Old svn revision: 20678)

commit 1e0d2de3252e195cd3f2384b0559a5d82594704d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 1 21:18:05 2006 +0000

    /me stupid; when adding context, use a meaningful context...
    
    (Old svn revision: 20677)

commit 8e757de222dbe548ed9ffe7733a8475fffdb953f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 1 21:08:07 2006 +0000

    Use const, it's good for you.
    
    (Old svn revision: 20676)

commit 726ab6056689d11f54af354bd5f58d739f70c81f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 1 21:02:28 2006 +0000

    Add context to some translations as suggested by Adriano Winter Bess <awbess@gmail.com> (Fix bug #1629) - Beware, it breaks existing translations :(
    
    (Old svn revision: 20675)

commit a86ef637ce01248e95288483b34602825fc5d341
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 1 20:38:05 2006 +0000

    Try to improve the XRender benchmark.
    
    (Old svn revision: 20674)

commit e4896678ac18522704f2654afe1684c7d870dc74
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Apr 1 03:37:15 2006 +0000

    Greek translations update & polish by Stathis Kamperis <ekamperi@auth.gr>
    
    (Old svn revision: 20673)

commit cfa18ac6ee5e08c1c0b657dae0b05672318f3545
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 31 21:54:58 2006 +0000

    If no compositor options is passed, check for older X.org versions and also check the XRender implementation before enabling the compositor automatically.
    
    (Old svn revision: 20669)

commit 35f82b5ee0dae24890891159daaa39f4f3058d1e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 30 19:17:24 2006 +0000

    Indentation
    
    (Old svn revision: 20650)

commit fb2cb250db2be5a2e2839b50d06cf5d057483fd5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 30 17:34:36 2006 +0000

    Fix a potential memory corruption.
    
    (Old svn revision: 20649)

commit 3735ea366b789eb0c0a90ae03b636c4140b6f6d1
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu Mar 30 13:41:24 2006 +0000

    Updated Vietnamese translations by Phan Vinh Thinh <teppi@vnlinux.org>.
    
    
    (Old svn revision: 20647)

commit f4bf48eb8873bbd22526f2a9c453f169e0d33a54
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 29 22:04:04 2006 +0000

    Rework the computation of the display of frame shadows.
    
    (Old svn revision: 20639)

commit 2ac56183fe149a2fb7afc77995f8670a17d3631d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 27 20:37:46 2006 +0000

    Fixes (yeah, I know, I'm lame)
    
    (Old svn revision: 20612)

commit 9c4961a96ac9e0f89857f2ff4b279ba29a70ac73
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 27 19:31:40 2006 +0000

    Fix value computed  not used warning (and bug).
    
    (Old svn revision: 20609)

commit 24fb94160ac817e04e53a46f174d77a9b873b375
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 27 17:30:40 2006 +0000

    Fix unitialized value.
    
    (Old svn revision: 20608)

commit c2d533281f43b242769bdf3150d3be3f2247d808
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Mar 27 14:34:03 2006 +0000

    Added/Updated Russian translations by
      Andrey Fedoseev <andrey.fedoseev@gmail.com> and
      Sergey Fedoseev <fedoseev.sergey@gmail.com>.
    
    
    (Old svn revision: 20606)

commit 35c9850f151a7c594346997e886996729a3d0166
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 27 05:37:44 2006 +0000

    Fix yet another bug introduced yesterday.
    
    (Old svn revision: 20590)

commit 53355da2c71062a33ae532f721a2cc98532e2631
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 26 23:09:44 2006 +0000

    Fix a bug from previous commit.
    
    (Old svn revision: 20587)

commit 1de0ba098fe281344569e554272a6fb6a0a9369c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 26 22:49:20 2006 +0000

    Various bug and warning fixes.
    
    (Old svn revision: 20586)

commit f4320b6356282ba10e64030a2d6193ef1f4aaf51
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Mar 26 14:47:32 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 20580)

commit 7be3cefefa38972c123cf5e750f0123b1e13c6e2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 26 09:35:56 2006 +0000

    Enable compositor by default (I think it's pretty safe to enable it now, it's a pretty well tested feature that's been there since 4.2) but use no shadow or transparency by default so that it's still nice to cards which don't have render acclerated in hardware. Users can tweak that using the wmtweaks settings, and if they really don't want the compositor to be enabled, they can either disable that in the Xorg.conf or even recompile xfwm4 withoug the compositor enabled.
    
    (Old svn revision: 20573)

commit cb9e90824d56a1eed0b277caa8dddfceac3c2450
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 26 09:32:45 2006 +0000

    Check path of xfwm4rc and regenerate html version in case.
    
    (Old svn revision: 20572)

commit a0c304617fabfc2554b9ba7f51c2a1abb253a7e2
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Mar 26 00:26:27 2006 +0000

    * Greek translation update
    
    (Old svn revision: 20551)

commit 85a271c954a5ffb27453e7538f156720037ddc69
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 24 23:02:19 2006 +0000

    Update po
    
    (Old svn revision: 20537)

commit fd6dcc270b742ed449f59430f8bf3f4dc3799838
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 24 22:59:10 2006 +0000

    Random text paste removal
    
    (Old svn revision: 20536)

commit 6e9be4af1f34c2446a504fa782ee476ba6badd3a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 24 22:55:04 2006 +0000

    Make the modifier for clickand move configurable, and rework the wmtweaks plugin.
    
    (Old svn revision: 20535)

commit 31359a08b8423875084b65997408fc991a45697d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 24 14:46:35 2006 +0000

    Trivial cleanup
    
    (Old svn revision: 20530)

commit 13952e17d2ac0a60897e385f00720d27085fad31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 24 12:26:41 2006 +0000

    Fix desktop names not showing in window menu and other various fixes.
    
    (Old svn revision: 20527)

commit 6c08b3988101251316f1de94ffcefd748fa2a915
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 20 06:39:36 2006 +0000

    Cannot get ellipisize and centered label to play well together across pango versions (namely 1.10.and 1.12).
    
    (Old svn revision: 20501)

commit e58d6a0c1f277d8eb9b303269f7d5332e0a135d0
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Mar 19 16:54:29 2006 +0000

    [i18n] catalan
    seems a lot of work but they all are fuzzy
    
    
    
    (Old svn revision: 20498)

commit 80284162305976a5db82288b4053ea94d1d065eb
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Mar 19 02:01:51 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 20490)

commit 9e37e9e4abbd09694c771f2430ca0a703e9824bc
Author: Piarres Beobide <pi@beobide.net>
Date:   Sat Mar 18 23:43:59 2006 +0000

    BAsque tarsnaltion litle update
    
    
    (Old svn revision: 20489)

commit d4c34d68ff13de97218bd2db22bc2af4631e7acf
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Mar 18 14:47:06 2006 +0000

    [i18n] catalan
    added null translation and some little tweaks to not-parsing ones
    
    
    
    (Old svn revision: 20479)

commit 2771fecdba3163f714bbf1b8ad71e81b973bbb77
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Mar 18 09:15:20 2006 +0000

    Added/Updated Russian translations by
    Andrey Fedoseev <andrey.fedoseev@gmail.com>,
    Sergey Fedoseev <fedoseev.sergey@gmail.com>.
    
    
    (Old svn revision: 20473)

commit 04822e5109ab08e651f988fac2b767af541ff689
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 15 20:35:51 2006 +0000

    In recent gtk/pango versions, it seems that setting the ellipsize property on the label also changes the alignment, so we need to set the justify property also.
    
    (Old svn revision: 20447)

commit cc4cd9bdb0a35fb060bf646ccacce734e79c85fc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 14 22:37:32 2006 +0000

    Do not force ellipsize if not defined, it breaks the label alignment as it seems.
    
    (Old svn revision: 20435)

commit 8548f16bf3fffd2293d3c5e3f689dc8efda56957
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 14 22:24:05 2006 +0000

    Base computation of rendering on actual window opacity, take frame opacity into account for shadows.
    
    (Old svn revision: 20432)

commit 372d7160a9552b9be848573f7977fee8b052dc05
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 13 22:42:22 2006 +0000

    Add support for semi-transparent window decorations, user configurable through the wmteaks plugin (inspired by Aquila Deus <aquila_deus@yahoo.co.uk> implementation, bug #1103)
    
    (Old svn revision: 20402)

commit e991f4ec8f754270a708aaecf00763ff99d55a23
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 12 09:13:11 2006 +0000

    Expand tabs
    
    (Old svn revision: 20352)

commit 3d513823148525d4d2c58dcd152dbf505446eebb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 12 09:09:04 2006 +0000

    Don't allow resizing in fullscreen mode (fix bug #1567)
    
    (Old svn revision: 20350)

commit c61b49c90e6470aff9d4bc05f506867fb02154dd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 11 22:14:09 2006 +0000

    Reduce button spacing for Wallis theme.
    
    (Old svn revision: 20348)

commit 8ca90e71fc12a5dbcb2848ba8523a5305c8adbeb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 11 22:08:52 2006 +0000

    Use a colored frame for Wallis.
    
    (Old svn revision: 20347)

commit 603bb2169ac18e71e2cae337ad08f84ea416ebcb
Author: Sylvain Vedrenne <sylvain.vedrenne@free.fr>
Date:   Sat Mar 11 19:07:17 2006 +0000

    Esperanto translations update: corrected two strings, and email address.
    
    
    (Old svn revision: 20341)

commit e7d3790b39224f9c491e2ab334444cee9f8a0cb3
Author: Sylvain Vedrenne <sylvain.vedrenne@free.fr>
Date:   Sat Mar 11 18:59:44 2006 +0000

    Esperanto translation update.
    
    
    (Old svn revision: 20340)

commit 1185d382572df96529be66d2cc84d6a48e0c4416
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 11 08:26:05 2006 +0000

    The name and bindings did no nmatch in the shortcut plugin.
    
    (Old svn revision: 20326)

commit a2ed9baa36230e18edca6c880dc5768bc0bdefe3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 10 23:35:23 2006 +0000

    Force skip taskbar and skip pager property on some known windows types.
    
    (Old svn revision: 20324)

commit d221b7ca9fe3fbe298fd973da8def1761b22d372
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 10 23:20:58 2006 +0000

    Do not place windows of type UTILITY either.
    
    (Old svn revision: 20323)

commit ba80cb5679611e52cf92da879df62d9a56384643
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 10 23:14:26 2006 +0000

    Do not focus windows of type UTILITY, fix bug #1094
    
    (Old svn revision: 20321)

commit 5b5c8ad2821759a5885799cfe10a945e405099df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 10 21:41:17 2006 +0000

    Remove xfce4-keys.png, fix bug #1426.
    
    (Old svn revision: 20317)

commit b69ee7ef34068e10acf71dc748bf21f1463eec38
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 10 14:42:08 2006 +0000

    The Alt+Tab shortcut for windows cycling is no more configurable, which helps cleaning up the code.
    
    (Old svn revision: 20316)

commit ea24952c6fc36b6bf65c6708775f2cdfff057c87
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 8 21:44:32 2006 +0000

    Update the Wallis theme.
    
    (Old svn revision: 20301)

commit 40009be960de06c50ef26938dd9657f54afd15c9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 8 21:35:33 2006 +0000

    Moving back wallis to xfwm4.
    
    
    (Old svn revision: 20299)

commit c3b251a968c194c180abe237f29e002f182e250a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 8 21:17:52 2006 +0000

    Tweak themes for 4.4
    
    (Old svn revision: 20298)

commit 76830781bba821b6867d92405808d76a37cfc05c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 8 20:38:31 2006 +0000

    Name the tabwin widget to allow customization.
    
    (Old svn revision: 20296)

commit 85616f59e2d437153ae52b2458ec4820729fe353
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 6 22:05:37 2006 +0000

    Mess with svn properties - Time to sleep.
    
    (Old svn revision: 20266)

commit c03349ee1685bddf4b7f74655ffc6bdf65c97e75
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 6 21:41:01 2006 +0000

    SVN propset
    
    (Old svn revision: 20265)

commit c6058d450296474ec9fecf4594b5732a162b9b64
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 6 21:35:41 2006 +0000

    Mispelled SVN keyword
    
    (Old svn revision: 20264)

commit b44426270774f394d2ce162a2aa8ef03be915ee0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 6 21:34:34 2006 +0000

    Turn snap resistance to false by default.
    
    (Old svn revision: 20263)

commit 7f5d31cc62be2f4de25c967d906797af297a415e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 4 12:07:56 2006 +0000

    Cleanup
    
    (Old svn revision: 20209)

commit 7a83619c1f4958a301174702bc4ba874d782694b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 4 11:54:08 2006 +0000

    Allow focusing windows even when other modifiers are pressed (fix 2nd part of bug #1530) - This is somehow experimental as I'm not sure of the side effects for the apps and may be reverted if too much people complain.
    
    (Old svn revision: 20208)

commit 7f431c7198f03af3ff5b46c008cc6837327ff295
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Mar 4 11:10:44 2006 +0000

    Updated.
    
    
    (Old svn revision: 20207)

commit 4da90a63f696b55c01ed6d2c5dcecf5356bef2e3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 1 20:22:23 2006 +0000

    Wrong color, dude.
    
    (Old svn revision: 20147)

commit 35076186c0a3dac31920b278f9815d4128d2c28d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 1 20:20:07 2006 +0000

    That green, err, nah.
    
    (Old svn revision: 20146)

commit 4e3bb4ab2864c08ff1d28d2ec2a08d2652ffc6b3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 27 17:49:36 2006 +0000

    Typo, fix bug #1512
    
    (Old svn revision: 20124)

commit ba22c1e0541f5bf4b9f4054b1b8fbad7f3e8a6b1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 26 20:27:30 2006 +0000

    Trivial fix
    
    (Old svn revision: 20098)

commit 93480a4f01de00e5549bbabaf041d591cebca79b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 26 17:43:32 2006 +0000

    Add build Configuration and supported features summary
    
    (Old svn revision: 20095)

commit 5ae93029e9e22850b7478ba358f6c9dcabc96be1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 26 16:02:48 2006 +0000

    Improve focus management with focus stealing prevention
    
    (Old svn revision: 20089)

commit a9e9db9de710881987948230522de057319d74f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 26 16:02:17 2006 +0000

    Fix screen resize with compositor running
    
    (Old svn revision: 20088)

commit 99d9cc0ea8df9e4abc4a45d7357317547580768f
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Feb 26 15:08:23 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 20086)

commit 0b3f5a63e37c478e50d96f87215bc7cead3ff852
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 25 09:12:12 2006 +0000

    Disable KDE systray proxy in xfwm4 as KDE now supports standard systray
    
    (Old svn revision: 20053)

commit 2a2ef2cc995ac78a0414e0e248a00962b0f78670
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 25 07:29:24 2006 +0000

    Revert previous patch as the first implementation was correct, but update the user_time to get an accurate value
    
    (Old svn revision: 20046)

commit 2b5446fb501b3500a5fb9bda24dac78da6e66f6c
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Feb 25 06:00:16 2006 +0000

    Fixed NULL revision string for certain locales.
    
    
    (Old svn revision: 20044)

commit e24b56a3b04af5532741c1a5bbb4abbd37fb6705
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 24 21:17:45 2006 +0000

    Fix focus prevention if timestamp is 0 in the WM, fix focus prevention in the plugins so that the windows get focused anyway
    
    (Old svn revision: 20034)

commit d93ae75e804bbf05bfda3b8e8a21e831ef567d55
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Feb 24 12:41:44 2006 +0000

    Updated Finnish translations by Jari Rahkonen <jari.rahkonen@pp1.inet.fi>.
    
    
    (Old svn revision: 20025)

commit 1c91731095689116006a8c1bf0bcf6ec224af1ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 23 06:20:31 2006 +0000

    Woops, yesterdays' algorithm was flawed...
    
    (Old svn revision: 19997)

commit e993da82d41d4e10f6a1f46304ed1da449125060
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 22 22:31:41 2006 +0000

    Remove useless initialization.
    
    (Old svn revision: 19995)

commit 5282148042371ada76d8c52a3b184353ff232161
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 22 22:26:25 2006 +0000

    Use an idle function to recompute the windows layout on screen size changes.
    
    (Old svn revision: 19994)

commit 26c0bf85515534bef739eb8f699c3f32f0a69227
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Wed Feb 22 21:12:31 2006 +0000

    Updated/Added Greek translations
    
    
    
    (Old svn revision: 19993)

commit 7acba7d7bd0482626042bd68f8fa5bff73639627
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 22 18:30:38 2006 +0000

    Update the Therapy theme for Xfce 4.4
    
    (Old svn revision: 19991)

commit 65b65c747e4351c4ad0e2e545239255395e92b6e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 21 06:37:44 2006 +0000

    Avoid side effects with the locale
    
    (Old svn revision: 19983)

commit e9ea734f9ef99feceadf234ea3830dfc4560e97a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 20 22:07:23 2006 +0000

    Adjust windows position and maximization on screen resize or when updating struts
    
    (Old svn revision: 19981)

commit 982c56948c55a234eca2be39a6166a466e9184f4
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Feb 19 16:35:14 2006 +0000

    Updated German translations by Fabian Nowak <timystery@arcor.de>.
    
    
    (Old svn revision: 19963)

commit 47886905bb677b3333ff6b4142bf8d94b6eef8e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 18 08:21:05 2006 +0000

    Update copyright date and add properties
    
    (Old svn revision: 19935)

commit 195d6d73dda6fee69d94d58caea7ca023566a4c0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 17 11:51:20 2006 +0000

    Add missing contributor
    
    (Old svn revision: 19920)

commit a4191595e374d71f0c6c09e1a237d5367f7eaca7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 17 11:48:10 2006 +0000

    Seems that the popup displaying window size and/or position is confusing the event management so that a button press followed immediatly by a button release misses the release event, so don't use a gtk_widget_show_now () (Fix bug #1467)
    
    (Old svn revision: 19916)

commit 299d2bd8894093ca76e55785b84cb2889601549f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 16 20:47:45 2006 +0000

    Update po
    
    (Old svn revision: 19909)

commit 7f7d946de5af17fdfd674451116eb402861e835e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 15 21:13:36 2006 +0000

    Merge a patch from Damon Harper <dl+xfce4-dev@usrbin.ca> that implements edge resistance instead of windows snapping
    
    (Old svn revision: 19899)

commit c29d0d8e53959317137f901764805b274849a4a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 15 21:10:34 2006 +0000

    Add contributors
    
    (Old svn revision: 19898)

commit 3365a7c4d5282559e063fce4b7c0a6ea3a42fca2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 15 20:55:55 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 19897)

commit bad8bd6b75ee107954b53fb5a44b614164887b13
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 15 20:49:37 2006 +0000

    Update ChangeLog
    
    (Old svn revision: 19896)

commit 864097cecb6d3f084f8abb45cee1903b69fadeee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 13 16:32:14 2006 +0000

    Fix default key shortcuts for desktop navigation (Fix #1450)
    
    (Old svn revision: 19855)

commit b7c17bf37127cc9f4834d625f1a5a69fd13be81a
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Feb 13 12:28:34 2006 +0000

    updated VI translations
    
    (Old svn revision: 19853)

commit ba7f151d0d5f3a80350569b85419f9a92c56cae2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 12 22:15:38 2006 +0000

    Use smarter maximization that takes partial struts into account even among the same monitor.
    
    (Old svn revision: 19851)

commit 9186141f331266defa08b3c818b3b7792f8b67f1
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Feb 12 12:29:16 2006 +0000

    Updated Finnish translations by Jari Rahkonen <jari.rahkonen@pp1.inet.fi>.
    
    
    (Old svn revision: 19845)

commit ecd374e28e0275a9e18563235a54db745324b203
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Feb 12 12:26:24 2006 +0000

    Updated.
    
    
    (Old svn revision: 19844)

commit acd8cacaac8284c731726973c1e2427faf3009e8
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Feb 12 01:45:04 2006 +0000

    Updated Greek translation
    
    (Old svn revision: 19841)

commit 17636ff25fbea582844daf26fd3dc04f80554306
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 10 17:52:37 2006 +0000

    Add version string for 'what', don't raise window that w/out focus only when focus stealing prevention is active (might help for bug #1445)
    
    (Old svn revision: 19824)

commit 6834b589bd845718da3e539f6c8e553f08588000
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 7 10:46:38 2006 +0000

    Don't apply a shadow on ARBG windows as they can have arbitrary shapes (Fix bug #1430)
    
    (Old svn revision: 19774)

commit e7858648e35151fd84fe1d594c9129fc10018463
Author: Yuval Tanny <tanai@int.gov.il>
Date:   Sun Feb 5 17:53:28 2006 +0000

    Update Hebrew translations
    
    (Old svn revision: 19749)

commit c8e0c3e430d975201f5f715b5a14c357c7877e2b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 2 20:43:40 2006 +0000

    String too long in french...
    
    (Old svn revision: 19722)

commit ff8b2b4c0183102471b01c8f77659171a1c222e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 2 20:36:44 2006 +0000

    Icon name
    
    (Old svn revision: 19721)

commit a3ba8b1a3380f901b9044dde211c5a05d6990a4d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 2 20:33:39 2006 +0000

    Resync
    
    (Old svn revision: 19720)

commit 6fd93a99657127229d1ff84bb3315f54225a2885
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 2 20:21:13 2006 +0000

    Stay conherent in WM tweaks plugin naming
    
    (Old svn revision: 19719)

commit be54505c25e2eea53ad210006a419a0e12fffabf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 2 20:20:53 2006 +0000

    Stay conherent in WM tweaks plugin naming
    
    (Old svn revision: 19718)

commit 0824c06078f84bb5049ddbff802d0fd3adba7315
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 1 18:39:27 2006 +0000

    Update french locale
    
    (Old svn revision: 19708)

commit b3b2a69af71efc23af0f4801ca2dac49d070b8bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 31 21:50:53 2006 +0000

    Include new default colors for 4.4
    
    (Old svn revision: 19700)

commit 8e9fdaba1ac991f304f0f55fc189dd262e7edc4e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 30 21:10:02 2006 +0000

    Use the correct icon in desktop entry
    
    (Old svn revision: 19676)

commit e607b5ac9915745baf4ee45fd039baf3b56a8262
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 30 21:09:33 2006 +0000

    Update french localization and other pot files
    
    (Old svn revision: 19675)

commit 9509afe6892663f2031584a76b0f5b3e86e2597b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 30 21:08:44 2006 +0000

    Fix show desktop shortcut
    
    (Old svn revision: 19674)

commit 9711c0dd7add65bd57d35dc0605d4d92c61757a7
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Jan 29 07:21:54 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 19646)

commit c72deb62af3c4e736f7ce696cf075f768e7bb5d1
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Jan 29 06:52:27 2006 +0000

    * Updated.
    * Discarded obsolete translations.
    
    
    (Old svn revision: 19645)

commit 14589c1d094cac33a5d66a7471ccbf5fe57ce0a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 28 13:57:22 2006 +0000

    Add new icon to WM tweak plugin.
    
    (Old svn revision: 19635)

commit b10789e622ff18bc2a04dbe238e23991cf32cde1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 27 22:34:47 2006 +0000

    Remove trace.
    
    (Old svn revision: 19628)

commit c2aa40c580d969ca630da2a8e9be98740dd5432d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 27 22:31:57 2006 +0000

    Remove NET_SHOWING_DESKTOP flag upon window deiconification (fix bug #1385)
    
    (Old svn revision: 19626)

commit a4d3af955e3eee392a0b873fdc352fd373b71bd4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 27 20:28:20 2006 +0000

    Fix shadow remanence after windows shuffling.
    
    (Old svn revision: 19624)

commit e2c987fb89b2e0065e927a838b9e9ba0b38bf05e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 21 23:41:07 2006 +0000

    Rephase some messages according to Brian's recommendations. Thanks Brian!
    
    (Old svn revision: 19538)

commit 85e83b286527f151350da1e4af5ba11945c10cd2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 21 13:35:11 2006 +0000

    Small code cleanup
    
    (Old svn revision: 19523)

commit e01b4b397ebf899cff0888b874983d0827f0ac05
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 21 11:19:41 2006 +0000

    Fixes to the new WM tweak plugin, fix for the window manager to handle changes in compositing settings in real time, check what window manager is running and disable WM settings if not running xfwm4.
    
    (Old svn revision: 19521)

commit 35fdbbae7a9571673b2064f44b576c0f5f23dc95
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 20 22:45:49 2006 +0000

    Fix compositing manager not being detected, repaint screen upon shadow changes.
    
    (Old svn revision: 19514)

commit ed6b1d76d0fb151bf9ec42d6d84c0a77ca5910ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 20 22:27:22 2006 +0000

    Add the long awaited wm tweaks plugin.
    
    
    (Old svn revision: 19513)

commit 271bd540db3e440278a9e5a31bca69976fcbb4ab
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Jan 18 17:48:07 2006 +0000

    Updated.
    
    
    (Old svn revision: 19482)

commit a15e4ea1e04926a00f21a8dd8f5323d251a727fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 10 18:47:41 2006 +0000

    Forgot to deal with event timestamp == 0 for NET_ACTIVE_WINDOW.
    
    (Old svn revision: 19379)

commit 5f466f106f4238f2a86bc6af297d490ddd77245d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 9 22:34:26 2006 +0000

    Improving EWMH activate.
    
    (Old svn revision: 19365)

commit a05b7cf20f4c18d497913325a7dfef8a4262395a
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sun Jan 8 21:12:28 2006 +0000

    catalan translation:
    little heading fixing but in every trunk file
    Created the xfmedia translation
    
    
    
    (Old svn revision: 19354)

commit 929be6f18dedff1f82d7bca409600ed153f44a09
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 8 13:52:12 2006 +0000

    Take window opacity into account for the shadow.
    
    (Old svn revision: 19351)

commit 0188cfaac316ddf25faa850038e1b63060bdc718
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 7 17:58:20 2006 +0000

    Some obvious optimizations to speed up MCS startup.
    
    (Old svn revision: 19350)

commit d757dd41dd1cc84a1bd6523c71961ffc283cbf1a
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Jan 7 09:40:55 2006 +0000

    Updated copyright information.
    
    
    (Old svn revision: 19340)

commit c191c06fc873f9131adc27c95db51863b6831e11
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 5 21:59:09 2006 +0000

    Turn frame shadows on by default.
    
    (Old svn revision: 19308)

commit f840a36232af82773c77e01be54bd44f9abda819
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 5 21:56:15 2006 +0000

    Enhance lighter frame on buttons.
    
    (Old svn revision: 19307)

commit 887d6664e7f87c4324c0641787f79e756c91c90f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 3 20:50:02 2006 +0000

    Fix crash when compiled with enable-debug=full (Fix bug #1305)
    
    (Old svn revision: 19288)

commit d6d86d75267c20bd2ade01b80e0d82c346eadd53
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 2 21:44:20 2006 +0000

    Redo differently.
    
    (Old svn revision: 19277)

commit 3c0e7a82e5952e3504a74344ba52c3ce88d97d38
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 2 21:27:23 2006 +0000

    Fix fullscreen for legacy apps
    
    (Old svn revision: 19275)

commit 5e18c5a5a4dcc1e73b3fff84089ede04f4a3b4ba
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Jan 1 23:18:47 2006 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 19262)

commit b7e639452b83a477c61e5e3f028290fcdd925424
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Jan 1 18:12:08 2006 +0000

    Updated.
    
    
    (Old svn revision: 19248)

commit e2b2984b9d02d3b1d7eebaa4b2fe3fb0d29e9246
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 29 14:21:36 2005 +0000

    Make title bar edges look a bit smoother.
    
    (Old svn revision: 19162)

commit 054ecb6db316002947ec86b59133cc9bdca2b92d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 29 13:50:13 2005 +0000

    Fix grabs when modifier mapping changes.
    
    (Old svn revision: 19161)

commit f960b7567f2c6352109fc551c516435e7d0c6491
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 29 10:23:34 2005 +0000

    Code cleanup
    
    (Old svn revision: 19156)

commit 20cde04a30547a7743c58793afce0b9c90c6584b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 28 21:42:13 2005 +0000

    Small tweaks on pressed buttons, don't use shadow color on pressed button.
    
    (Old svn revision: 19150)

commit 57d19749f4ae223b91de1c7773282fe11887d1f7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 28 21:38:45 2005 +0000

    Use relative moves to warp the pointer,
    improve compositor shadows on shaped windows,
    truncate window title names as it breaks cairo if the string is too long (Bug #1296)
    
    (Old svn revision: 19148)

commit 0d39913fcbc633c91854bc292fa49d1c3e3de3d5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 26 18:05:58 2005 +0000

    Incomplete color table causing random colors to be used as inactive shadow/mid color.
    
    (Old svn revision: 19137)

commit a8fb9c6a19405d08916b2c3fe30cd7f90a8a24d3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 23 21:56:47 2005 +0000

    Improve workspace wrapping when dragging windows,
    snap windows on move when using the keyboard too.
    
    (Old svn revision: 19128)

commit dae756313a3e65e32a9b07b51749b6c251891abf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 22 21:26:22 2005 +0000

    Display workspace number only when cycling through workspaces is enabled
    
    (Old svn revision: 19124)

commit 198f65cb8ab59da63c51434b920336ef1b134c8a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 21 21:22:13 2005 +0000

    Do not save the options when initiating the plugin to save some startup time.
    
    (Old svn revision: 19110)

commit 69962efc9d90aa0173d6ea0f599f20706c827794
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue Dec 20 14:36:51 2005 +0000

    Updated.
    
    
    (Old svn revision: 19087)

commit 7adf2ba694322de38facd4a4e1155c551beaeabd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 15 23:14:43 2005 +0000

    Fix NET_WORKAREA not being updated on screen size change (bug #1275),
    Remove all code related to external command spawning since the separate shortcut manager is now functional, yay\!
    
    (Old svn revision: 19047)

commit 4b38c8a6298728633c86353f27eedb2e45b4a0ad
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sun Dec 11 18:37:29 2005 +0000

    Updated Greek translations
    
    (Old svn revision: 19021)

commit 36439d11fecaba7cb9c22b349969aa68ca3a3c0f
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Dec 7 10:55:43 2005 +0000

    [i18n] Basque translation update
    
    
    (Old svn revision: 19010)

commit 587d0c612926b9eecadfdc798ef7c9aa2a111662
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 5 21:39:42 2005 +0000

    Fix keyboard shortcut to move the focus window across workspaces (bug #1257).
    
    (Old svn revision: 18996)

commit 2f4a9e0cc38702c6b3bc67d495d9d3e6d4240b1b
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue Nov 29 21:45:47 2005 +0000

    Fixed mistranslations.
    Revised some translations.
    
    
    (Old svn revision: 18968)

commit 571e8be6458ecf2c30daa77abeab7b7537beac86
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 28 15:19:52 2005 +0000

    Updated.
    
    
    (Old svn revision: 18957)

commit 079bd0b0c5043e368d75e0e994816c01e4cadc03
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 25 21:40:52 2005 +0000

    Title too low in title bar.
    
    (Old svn revision: 18935)

commit 60f240224fde07b4816b910d1f711832750201c2
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 21 17:14:20 2005 +0000

    Updated.
    
    
    (Old svn revision: 18912)

commit f23f4516b35f2714d3e603ded99d6987224dfebd
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 21 16:06:15 2005 +0000

    Updated POTFILES.in files.
    
    
    (Old svn revision: 18908)

commit e661ae9159cdc0817d0421833c05d3d41074619d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 21 06:21:37 2005 +0000

    Forgot to add the new option to the default file.
    
    (Old svn revision: 18905)

commit c916d4b193c45e7b3a262f6451c1f020014d55f5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 20 21:16:28 2005 +0000

    Add new option, cycle_workspaces, that allow cycling through all workspaces
    
    (Old svn revision: 18904)

commit 41aa70d3f18730896be21e6085cf2cf1e480d4f0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 20 17:29:44 2005 +0000

    Seems I son't like rounded corners anymore.
    
    (Old svn revision: 18903)

commit cd119aacbd97fca71ce3da5926b89f528f468fb1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 20 10:06:50 2005 +0000

    Fix windows disapearing when moved between workspaces before initial mapping (bug #1236)
    
    (Old svn revision: 18899)

commit de559b22ba805bc11ba5b85db3607b7fd2f7c7d6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 19 17:16:15 2005 +0000

    No need to change color for pressed button, it's filled with the icon.
    
    (Old svn revision: 18893)

commit b2f808819fc6a8ab263cbdc3be2022927f34b2e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 19 16:27:36 2005 +0000

    Larger icon, slicker buttons.
    
    (Old svn revision: 18891)

commit e82a49961ebc935fa35e3e32e8d01eb9615ab8ff
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 13 21:26:50 2005 +0000

    Remove unused older definitions.
    
    (Old svn revision: 18840)

commit b27869c7758e1d893ec4b6c4f729c912f4c9980a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 12 13:49:27 2005 +0000

    Fix stacking vs. focus stealing prevention.
    
    (Old svn revision: 18834)

commit 21fef191c18fea21f0a09a3e6e786f5d4a37eab9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 12 09:48:47 2005 +0000

    Improve dragging windows overs desktops, improve focus stealing prevention.
    
    (Old svn revision: 18829)

commit aa0c42890b2ab895ec312f3baa041f3ae96d4e34
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 11 17:16:09 2005 +0000

    Resync
    
    (Old svn revision: 18818)

commit d48bb04e7731a63499f11a7ec6faead6cd84d5aa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 11 17:15:36 2005 +0000

    Take example of what Benny did for Thunar to include svn revision.
    
    (Old svn revision: 18817)

commit 2e4b37f2b451849ef8f0a0054e1d279ee7a6b324
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 11 16:50:44 2005 +0000

    Add configure.ac.in
    
    (Old svn revision: 18816)

commit d97174c482fb817f609c7970807db04996cb38e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 11 16:44:20 2005 +0000

    Try to add svn id
    
    (Old svn revision: 18815)

commit b0f50a35d6662bccc72f09bde9e2fc09162e3172
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 11 16:02:50 2005 +0000

    Use SN timestamp if available.
    
    (Old svn revision: 18813)

commit dc216fa1bb7bf26c2ed66eb62ac9acad2ae5efaf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 11 15:45:59 2005 +0000

    Prevent shaded window from disapearing if the title is off screen, and set the minimum visible height/width to the title height.
    
    (Old svn revision: 18812)

commit 9d4650e1b481230b72fa37217f2f1a2cc97ad9c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 11 10:09:44 2005 +0000

    Fixing mime types
    
    (Old svn revision: 18804)

commit c80a75b6036e5d6647457f3723a9c47c751a3f27
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 9 20:24:28 2005 +0000

    Update ChangLog
    
    (Old svn revision: 18773)

commit 3ded0cded5641d413fcbc21e3703b2165b07fc55
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 8 19:24:35 2005 +0000

    Application icon now adapts to the button size. This allows different icon sizes in the title menu button between themes.
    
    (Old svn revision: 18770)

commit 0877167240d92541b35bfcc031fe236d3f86f4f7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 7 22:20:28 2005 +0000

    Resync po
    
    
    (Old svn revision: 18766)

commit 13cb9cd85f409d450c0a3a98075a01d31aebebb3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 7 19:08:45 2005 +0000

    Stacking bug introduced by the fix for transients
    
    (Old svn revision: 18758)

commit eac85cce1846aaba81ba5f28faeff0e70af6b5ef
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Nov 5 14:59:02 2005 +0000

    Deciphering.
    
    
    (Old svn revision: 18665)

commit 2cff00e61c3521ef684740e53e81a918fd87ee45
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Nov 5 14:38:09 2005 +0000

    Trimmed and updated.
    
    
    (Old svn revision: 18664)

commit 44bc4f1a97b2da92ed8e9e1fedfc6f40e1fa57d5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 3 21:56:04 2005 +0000

    Don't screw up the stack list when the transient is not on the same layer.
    
    (Old svn revision: 18618)

commit e6b16f133025a77f459ba762d6c7f490743a4ec3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 3 21:45:19 2005 +0000

    Resync with 4.2 branch
    
    (Old svn revision: 18617)

commit c26b24e5966382d8e6cbbf69fb5b9610751e0d80
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 3 21:24:10 2005 +0000

    Small stacking issue introduced by previous commit
    
    (Old svn revision: 18615)

commit 8085c9885372e08b8e4f68a76b9f66e2e5dd80ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 3 21:09:53 2005 +0000

    Be more permissive with above/below states for transients (fixes Bug #1207)
    
    (Old svn revision: 18614)

commit 74375b90003cd8050e56761155dbcba22bd3e15b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 3 12:14:06 2005 +0000

    Reduce the width of the menu button and set horizontal title offset to 0
    
    (Old svn revision: 18587)

commit 7f0141fd3637f81ff8b7f299761f92f6ac982918
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 2 20:26:39 2005 +0000

    All in all, I prefer the flat look for that theme.
    
    (Old svn revision: 18586)

commit aeb76acdf3bb95c2529db79913bc1bfdd487971e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 1 21:47:59 2005 +0000

    Small change in stoneage theme
    
    (Old svn revision: 18581)

commit 410d771bdc1547653a545f19d4b07a450a1443cf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 1 20:10:37 2005 +0000

    Reverting a test/debug code that was not meant to go to SVN.
    
    (Old svn revision: 18580)

commit 8f237ac443a3e5d0694e1af117912ea58ec90294
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 1 18:17:16 2005 +0000

    Fix a leak recently introduced by revision 18118.
    
    (Old svn revision: 18577)

commit eaf00f196553f95893d8fd32e45f0abf61604ba0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 1 09:40:38 2005 +0000

    Don't keep the icon pixbuf to save a bit of video memory.
    
    (Old svn revision: 18575)

commit 7f6f0ae059c8b5005bc58462c0331995596e5da8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 1 08:46:09 2005 +0000

    Disable shadows by default.
    
    (Old svn revision: 18574)

commit 209b729333747eafb83530177e3419f2b8142daa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 31 14:12:19 2005 +0000

    Rearrange init code of pixmaps.
    
    
    (Old svn revision: 18571)

commit 9da0e7da6d56d84d6c153c23b9c33dfe8edc9d9d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 31 13:16:48 2005 +0000

    Should fix the crash reported by Brian.
    
    
    (Old svn revision: 18569)

commit ae35d9f67f1e6bcce383a65a06276a75187e8857
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 31 10:25:00 2005 +0000

    Display options status at the end of configure
    
    (Old svn revision: 18567)

commit 5b221c7615aa3b0a09c3502b4dc5b39c70cd644b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 31 09:02:05 2005 +0000

    Small trivial useless code cleanup.
    
    
    (Old svn revision: 18563)

commit d921bc3a19992263debdb923586af3845e7d44ff
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 22:22:11 2005 +0000

    Theme reorg.
    
    
    (Old svn revision: 18549)

commit a403a47926bba7c33f3429c7760fb2564e11d34b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 22:19:45 2005 +0000

    Move "symphony" to separate theme package.
    
    
    (Old svn revision: 18548)

commit 9d53e1993907146d928b7fef722c29d16de3ab1b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 22:17:58 2005 +0000

    Move "waza" to separate theme package.
    
    
    (Old svn revision: 18547)

commit 436aeec46f24a133e02276568f208ef1cb699b4e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 22:17:15 2005 +0000

    Move "opta" to separate theme package.
    
    
    (Old svn revision: 18546)

commit f9d641351e6d574963bca0b901e72f3499aa22c0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 22:16:25 2005 +0000

    Move wallis to separate theme package.
    
    
    (Old svn revision: 18545)

commit f93dcfc6316038baa30af9ef440c064259953097
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 22:12:05 2005 +0000

    Move wildbush to separate theme package.
    
    
    (Old svn revision: 18544)

commit 3dc8a3c5425b3a17f7939dc3553ab3b8fe84ca9c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 15:42:11 2005 +0000

    Change default button layout so that it looks better with application icon in title bar.
    
    
    (Old svn revision: 18538)

commit 6d947cc007a1dc461f0355a3db7f8a7f26e2c8da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 15:41:05 2005 +0000

    Change default theme to make use of application icon.
    
    
    (Old svn revision: 18537)

commit 54675c030fda34af1964536a50949fe7d5c75f51
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 30 15:40:27 2005 +0000

    Add support for application icon in menu button.
    
    
    (Old svn revision: 18536)

commit cb009b7a81f3902ec210e501bf5a961ce1fb19b3
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Thu Oct 27 20:32:01 2005 +0000

    begin process to 4.4 work
    autotranslation of most of the actual po
    
    -- paurullan@bulma.net , ca translator
    
    
    
    (Old svn revision: 18448)

commit 71ba51930037f3dc2c0f765c27ce0614e065a1d2
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 21 16:25:54 2005 +0000

    Updated with the latest POT file.
    Discarded obsolete translations.
    
    
    (Old svn revision: 18409)

commit 66222e5ffdd581d13ec1cbf09bfd100b76b5cb4c
Author: Alessandro Premoli <ale@FreeBSD.org>
Date:   Fri Oct 21 14:02:46 2005 +0000

    Restore correct headers.
    
    
    (Old svn revision: 18404)

commit 20928d7ec1372e2d994b672e8fd867dc5ee67f33
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 21 12:25:39 2005 +0000

    Updated with the latest sources.
    
    
    (Old svn revision: 18403)

commit ec38587126c18e9f637de40a6ed234f475c15365
Author: Alessandro Premoli <ale@FreeBSD.org>
Date:   Fri Oct 21 12:22:31 2005 +0000

    Update Italian translations and add missing accelerator keys.
    
    
    (Old svn revision: 18401)

commit 73f19a6b9dea394583a592887ee28d08c3ec82f4
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 21 12:07:56 2005 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 18398)

commit 5966aad3f28c239705c7836d1d6717b32326d6a0
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 21 09:03:13 2005 +0000

    Updated Polish translations by Piotr Malinski <riklaunim@gmail.com>.
    
    
    (Old svn revision: 18389)

commit 8cbaa7b46e86d535900bda9327b832b222a25f88
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 20 18:35:11 2005 +0000

    Well, I meant the right colors...
    
    (Old svn revision: 18355)

commit 4626dc082167b67f045206adeede1c47d2a3199e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 20 18:23:54 2005 +0000

    Use the right color for the inactive text shadow, that looks better...
    
    (Old svn revision: 18354)

commit 76201d0d23ef173ea352b7416ee2ba8d4ee6dede
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 19 21:40:34 2005 +0000

    Adapt default theme to take advantage of smoother text shadow
    
    (Old svn revision: 18350)

commit b21e5efa0e6fed662c057301d193b80358b75f60
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 19 21:31:07 2005 +0000

    Allow configurable shadow color with "active_text_shadow_color" and "inactive_text_shadow_color" (fixes enhancement request #418)
    
    (Old svn revision: 18349)

commit caa4c72014d6fd1e9240e33dc3b0a491c2fcbfb9
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Oct 19 20:51:59 2005 +0000

    Changed addresses.
    
    
    (Old svn revision: 18344)

commit ffcf494afacc2e2ed3b5c7c70aabc61de0b38960
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue Oct 18 18:20:58 2005 +0000

    Minor updates.
    
    
    (Old svn revision: 18335)

commit 97631759c66257c015f817417ddc9276dcc92d9d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Oct 17 20:37:38 2005 +0000

    Fixed fatal mistranslations.
    
    
    (Old svn revision: 18322)

commit a2a7df68b4599018c038562bc8b83d023f217545
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Oct 16 22:19:31 2005 +0000

    Updated.
    
    
    (Old svn revision: 18316)

commit 4a0f8caa88de5605bf50a65c9806a1a4d0bf8504
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Oct 15 12:51:10 2005 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 18296)

commit d603851d374b8ea4adcf04b724fb2615ca2b1e30
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sat Oct 15 12:12:14 2005 +0000

    add "[no-xml]" option to AC_PROG_INTLTOOL to remove dep on XML::Parser as
    suggested by daichi (bug 964)
    sorry for the spam, but svn is being annoying and won't let me commit all
    at once.
    
    
    (Old svn revision: 18293)

commit f30c38e90ed9089dfcb5c9b6dad0d27118f9c627
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Oct 14 10:02:59 2005 +0000

    Updated Hungarian translations by Szervac Attila <sas@321.hu>.
    
    
    (Old svn revision: 18253)

commit 621ced0105d217bb2f0c00ab45946ad372fa6cfc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 14 05:21:49 2005 +0000

    Resync
    
    (Old svn revision: 18250)

commit 03d203be1935904af943ce95fa5d4dd985412581
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 14 05:10:27 2005 +0000

    Keep fully visible only on resize
    
    (Old svn revision: 18249)

commit a5cb3e98f5df6a21f939be6aaf7fafc9564d0d2a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 13 21:39:22 2005 +0000

    Try to keep windows on screen even if they resize themselves
    
    (Old svn revision: 18247)

commit fa4674846d01536f27520dca859902926c0422b9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 13 20:12:10 2005 +0000

    Move misplaced break introduced by previous commit
    
    (Old svn revision: 18242)

commit c61bc78f38da7a5a1268a2b690463884658d118d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 13 20:06:14 2005 +0000

    Check if the requested workspace is within the current limits before switching.
    
    (Old svn revision: 18241)

commit 8fee31fa2a09205e79e647189afff0a62fea2c9c
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu Oct 13 13:52:02 2005 +0000

    Updated Hungarian translations by Szervac Attila <sas@321.hu>.
    
    
    (Old svn revision: 18236)

commit 341e329cc014f5a568cdd1d0516b94ee07d01508
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Tue Oct 11 09:53:18 2005 +0000

    Changed an address.
    
    
    (Old svn revision: 18201)

commit caaf2fef4c34ed9f8162e3e73a871580ff9a891d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Oct 10 00:05:15 2005 +0000

    Corrected version at `Project-Id-Version'.
    
    
    (Old svn revision: 18178)

commit 82ca5e75d8e93d9f7e530bc0f1ac979d4887b38d
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sun Oct 9 12:01:07 2005 +0000

    po/xfwm4.pot
    
        * Updated.
    
    po/*.po
    
        * Modified initial header strings using template by "msginit".
        * Modified initial comment strings using template by "msginit".
        * Discarded obsolete translations.
    
    po/po2tbl.sed.in
    
        * Removed.
    
    
    
    (Old svn revision: 18153)

commit beab369dea359f71c591ae8f80eaf3a2330fb57a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 8 19:51:50 2005 +0000

    Resync
    
    (Old svn revision: 18141)

commit 59118c17c157fe1e2a96d0c800cf3191a9dcbdfe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 8 19:44:49 2005 +0000

    Don't leak the region if the window size hasn't changed (leak introduced in the change from yesterday)
    
    (Old svn revision: 18140)

commit 558515ba271cc87e3aebfa5a7af14dd02e8a30da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 8 19:38:09 2005 +0000

    Check for version 0.2 instead of 1.0 for xcomposite extension as suggested by bcowan@gentoo.org in bug #1177
    
    (Old svn revision: 18137)

commit 87a8b59c0e1eda9465722e0211934e744c8f2ec8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 8 09:39:04 2005 +0000

    Enhance the glass effect on title bar
    
    (Old svn revision: 18132)

commit fab7ad19c529da8f0494d4a9d7cfe5a41e9febeb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 7 20:26:55 2005 +0000

    Add a small lighter frame arround buttons
    
    (Old svn revision: 18119)

commit 954573a6f442299dc4a0a669b069d873b72b0e4e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 7 20:26:09 2005 +0000

    A couple of fixes in the compositor
    
    (Old svn revision: 18118)

commit c0804ba85e599fe5213a74016085311512017527
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 6 19:57:53 2005 +0000

    * Compositor improvements,
    * Revert revision 15971 (june 14th) as it breaks apps that update their decorations flags
    
    (Old svn revision: 18017)

commit d28e053982724a8ca379ec803bef3b46b3c2b468
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 5 19:00:04 2005 +0000

    Set opacity for popup to 100% by default
    
    (Old svn revision: 18002)

commit 6172116a6ebb1bd3f1786f57d544527334713b7a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 3 19:50:53 2005 +0000

    Resync po
    
    (Old svn revision: 17978)

commit 681792821755556afdf63b277d2d86e7ae6dca5c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 3 19:48:17 2005 +0000

    The code is there, add prototype
    
    (Old svn revision: 17977)

commit 64babeebea81164f10b934ce2ca867156e0d64b6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 3 19:46:33 2005 +0000

    Add opacity option for popup windows such as tooltips and menus (popup_opacity=<int>)
    
    (Old svn revision: 17976)

commit 793befedcb9af674ffe05c718c97db32b81f135d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 2 20:42:53 2005 +0000

    Resync po
    
    (Old svn revision: 17962)

commit 00a6458f7ca4f953d0a131a626c7f2cc839f00cd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 2 19:58:49 2005 +0000

    Add a very slight shadow around buttons
    
    (Old svn revision: 17961)

commit 9ef676ff7f4c63c6afadfbff6c1f257891727d81
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 1 13:17:25 2005 +0000

    Use larger buttons, looks better and slightly improve usability (IMHO)
    
    (Old svn revision: 17944)

commit 387064a8f588dca05c0671ca703a006cccf474cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 30 18:49:59 2005 +0000

    Fix undecorated windows not being updated (fix bug #1168)
    
    (Old svn revision: 17927)

commit d6b6a70306f2b0098b2a5cb0372f6356ee5d541f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 29 19:53:49 2005 +0000

    Use bold font as default title font
    
    (Old svn revision: 17909)

commit 1f71d20befb51a6c281d7a56446d60c62eb34a1b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 28 19:14:55 2005 +0000

    Add shadow to docks
    
    (Old svn revision: 17881)

commit f56a1178daeb6a914ab6d12636347f89f95e2626
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 28 16:41:04 2005 +0000

    Fix some windows (like panels) not showing at first run
    
    (Old svn revision: 17880)

commit 3d60bf553469525a5ae5b316d4164bb7cdd7d50f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 27 21:48:51 2005 +0000

    resync
    
    (Old svn revision: 17871)

commit ee224eadf63786c99f20478d5e6adfcad45b8ef4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 27 21:47:19 2005 +0000

    Fix stacking bug introduced by recent changes
    
    (Old svn revision: 17870)

commit 70ea50005593111f648b6bd1fbe7e4f650eb941d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 27 19:38:10 2005 +0000

    Add 1 pixel to the height of the title bar
    
    (Old svn revision: 17860)

commit 7bd835e64ce76e8160b09f575b4b3219c0911a1f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 27 19:35:48 2005 +0000

    Improve stacking with focus stealing
    
    (Old svn revision: 17859)

commit 16cc7c624200376dcbcc2e9bee24bcf038ff73f1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 26 20:13:11 2005 +0000

    Add support for stacking sibling, do not place windows on top of stack when blocked from stealing focus.
    
    (Old svn revision: 17849)

commit da96a78c20ee232adaf7c2260ebbe0c07daa9466
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 21:07:41 2005 +0000

    Resync
    
    (Old svn revision: 17832)

commit a49a9add05dc14e74a4eacb2d642d7d227f82eae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 21:06:55 2005 +0000

    Indentation
    
    (Old svn revision: 17831)

commit baf2717b460273b7c3962bb1b735297ce38a32b1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 20:16:53 2005 +0000

    Slightly enhance the glass effect
    
    (Old svn revision: 17830)

commit 7fcdb6b553701dec1c117028a7deaca5e6e5c472
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 20:16:06 2005 +0000

    Remove debug messages
    
    (Old svn revision: 17829)

commit 6372417cccc37e7f795408a605c6fea98cc7846b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 19:32:32 2005 +0000

    Testing code
    
    (Old svn revision: 17828)

commit 1bd4cada765ddad976f57921e9faa8cddd05304a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 11:11:52 2005 +0000

    Wrong fix.
    
    (Old svn revision: 17822)

commit 3524bf25bb8adcfab0417ff4477e976b7aed637f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 11:11:10 2005 +0000

    Wrong fix.
    
    (Old svn revision: 17821)

commit f69dbffbe25cdad8f5acdf326406682a0395cde5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 25 11:10:46 2005 +0000

    Fixes for ARGB/multiple depth windows.
    
    (Old svn revision: 17820)

commit 5dbbcfd94ad99efbbcb20c4b86325725ad2b59cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 24 13:27:59 2005 +0000

    Cache XRender picture and visual format to improve speed
    
    (Old svn revision: 17809)

commit 794b74fefd612cc0025056a7d9e3e6a39e72443e
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Sep 24 07:45:44 2005 +0000

    * Added initial "$Id$".
    
    * Updated some translations.
    
    
    (Old svn revision: 17804)

commit b446448ed059c9d3077b38b30cb5e944a016123f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 23 20:09:03 2005 +0000

    Fallback to regular Xlib routins to set window pixmap, fixes bug #1161
    
    (Old svn revision: 17792)

commit a4634636ec416fa5f125d26bb0cb1bbd848bf2d5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 20 05:17:43 2005 +0000

    No need to grab the keys twice
    
    (Old svn revision: 17685)

commit 738c58ef1cc9fc88986b58173c87367197a9aa67
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 19 20:24:46 2005 +0000

    resync
    
    (Old svn revision: 17683)

commit 34ab72214dc5be6c44f7cdfbac1a01cac7eb4dfc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 19 20:21:26 2005 +0000

    Take changes in keyboard mapping into account
    
    (Old svn revision: 17682)

commit 71e247c8cce83764db1a2176585b6eff08833762
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 18 15:29:35 2005 +0000

    Fix typo, use COMPOSITING_MANAGER instead of CLIPBOARD_MANAGER, move atom_names array to rodata, use enum instead of defines, all this rightly suggested by Benny.
    
    (Old svn revision: 17670)

commit b40d414dd377cdd5194cd5b9bea72c2907785a8f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 18 14:44:36 2005 +0000

    Fix wrong pointer being passed to clientUpdateAllFrames(), add support to COMPOSITING_MANAGER as discussed on xdg list, rename gnome_win as xfwm4_win since it's really an internal window that has not much to do with gnome support
    
    (Old svn revision: 17669)

commit 27eb0411600e20d13568b580f4eb119287bd1836
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 18 13:52:34 2005 +0000

    Add new atom
    
    (Old svn revision: 17668)

commit ab096e87ae43e5f6930dc12b4357e426a3a78228
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 18 09:22:42 2005 +0000

    Properly handle mapping notify
    
    (Old svn revision: 17665)

commit 085d8b8a670aa0bcc4193a83643aa40b34ecd9b3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 17 12:15:21 2005 +0000

    Improve hilight on buttons to enhance the translucent look
    
    (Old svn revision: 17661)

commit 4cf63906b837cafbf9a5ed421b8baecca3e582fa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 15 18:43:13 2005 +0000

    resync
    
    (Old svn revision: 17627)

commit 8d624b9ab3c43b83b365cb50c3f4849bfc10a15e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 15 18:41:37 2005 +0000

    Make workspace switch simpler, reduce sidewalks windows to 1 pixel
    
    (Old svn revision: 17626)

commit 25c234f6e284dba623b028803480e0a761ca126c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 15 18:40:44 2005 +0000

    Change theme
    
    (Old svn revision: 17625)

commit 4b6d3778a6739e710954d58d24a44316bcdecd1c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 13 20:53:23 2005 +0000

    resync
    
    (Old svn revision: 17593)

commit c988f37ccfa8e1f6712310e94402f53225105cbd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 13 20:41:46 2005 +0000

    resync
    
    (Old svn revision: 17591)

commit e3219bf213b9923bbe0eb46b8dfae2c592aa2680
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 13 20:41:02 2005 +0000

    Update theme
    
    (Old svn revision: 17590)

commit 6344f36d8f666710f1d476556ffd5049b1ee4a1e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 13 20:12:02 2005 +0000

    Be smarter when showing/hiding sidewalk windows, that greatly improves panel autohide feature
    
    (Old svn revision: 17584)

commit 94a91a19af7330edb1d63bd4c9e510e5066db14b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 13 19:49:29 2005 +0000

    Apply patch from Ian Morgan <imorgan@webcon.ca> that improves workspaces edge resistance.
    
    (Old svn revision: 17583)

commit fb07657f28f8d172ab46f384d804f16c1fa8e23b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 11 20:45:12 2005 +0000

    Don't follow NET_CURRENT_DESKTOP event if specified value is out of range (fix bug #1140)
    
    (Old svn revision: 17558)

commit e99ec9480bb1475cf322d064c9485e4a518a9f64
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Sep 9 12:06:08 2005 +0000

    Changed translator's representation in spelling by the request.
    
    
    (Old svn revision: 17504)

commit 76da01f23895bd5b10885841a6dbcae07e3824b7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 7 20:26:18 2005 +0000

    Better use of gtk theme colors
    
    (Old svn revision: 17449)

commit db75f5b7d1e28a1237af62077cdda87acee5d99d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 7 19:40:20 2005 +0000

    resync po
    
    (Old svn revision: 17446)

commit 6ef7ba4a2f726d61bf497784ed085743f974e213
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 7 19:35:36 2005 +0000

    Add a small color frame in increase visibility
    
    (Old svn revision: 17445)

commit 3ae58df7a49afd385687dcd6755edca3613b8773
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 6 12:24:32 2005 +0000

    resync po
    
    (Old svn revision: 17393)

commit 903079535a66348c5323cdd4533ada5d9bc149bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 6 11:51:58 2005 +0000

    Don't unset the maximize flag unless the actual window size has changed (fix bug #1129)
    
    (Old svn revision: 17390)

commit 51765ce7531cb8b6084d33262e3db01976e08577
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 5 21:25:13 2005 +0000

    resync
    
    (Old svn revision: 17377)

commit f2aba89244ee6dbb13afe48e78f890b47f3f5ea1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 5 21:22:50 2005 +0000

    Do not circlify the list, too hacky...
    
    (Old svn revision: 17376)

commit fae4bf6f73529ae77d0ade78528f733835a7ba89
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 4 20:44:06 2005 +0000

    resync
    
    (Old svn revision: 17341)

commit 5dfe91536ed16d20a8bdea686382ed38249920e1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 4 20:43:07 2005 +0000

    (Old svn revision: 17340)

commit 1c053188d5520dc35886a61366cd1140c49b8f63
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 3 14:32:28 2005 +0000

    Fix crash in tabwin with some gtk engines
    
    (Old svn revision: 17318)

commit 3ccb4edca71ccaad008d29772b0ad6e7f1f2da13
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 3 13:56:27 2005 +0000

    Change tabwin layout
    
    (Old svn revision: 17314)

commit 3bd1bdb6ba115f8f33c2997e0e3d6b8f862b5abb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 2 23:23:38 2005 +0000

    Fix critical bugs in tabwin
    
    (Old svn revision: 17305)

commit 6a5947ded620005346c85258b71b6aeadfbcc017
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 2 22:35:50 2005 +0000

    Resync
    
    (Old svn revision: 17303)

commit 9ba3d0dde6196efffbd5dc88cdb37047e478afbb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 2 22:33:01 2005 +0000

    Fix pixbuf being leaked in new tabwin code.
    
    (Old svn revision: 17302)

commit 02defd48bc26bc148df379e62d8a0dcb26961a05
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 2 22:18:25 2005 +0000

    code style
    
    (Old svn revision: 17298)

commit cb166c4c56c356010058495fd5664bf44ef48c76
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 2 22:15:12 2005 +0000

    trace twice? nah\!
    
    (Old svn revision: 17297)

commit 973e81944d13fa383ec2611a8a75696979cebbad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 2 22:13:54 2005 +0000

    Bug fixes in cycling
    
    (Old svn revision: 17296)

commit 95aa2cc918695b211f6e5a3527811f24794b40d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 1 21:12:57 2005 +0000

    resync
    
    (Old svn revision: 17262)

commit 968795a4a5095348a26516863fc05d7f7c8c93cb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 1 21:11:06 2005 +0000

    Fix mismatch between displayed icon/window and actual hilighted frame
    
    (Old svn revision: 17261)

commit 0fb2ec29e31294858ebe034a3ed71dd04fa04697
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 1 21:00:53 2005 +0000

    Add class name, rearrange layout of tabwin, fix warnings when app window vanishes
    
    (Old svn revision: 17258)

commit c7d350661a26f54790d974f5f2ba10c9f300d709
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 1 19:44:33 2005 +0000

    Change the tabwin window a bit
    
    (Old svn revision: 17257)

commit 81caffe8a001427a3df14c8a35edf7c3c800f759
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 1 05:59:41 2005 +0000

    fix configure script
    
    (Old svn revision: 17243)

commit cd90624c684a7766904a9db5bce29a5be410ff0c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 31 22:16:18 2005 +0000

    Commit Ori's patch for alt-tab switching
    
    (Old svn revision: 17229)

commit 044320d96df0d6e7fb924df28bdf4e70de7795be
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Aug 29 21:48:11 2005 +0000

    Changed responsible period for previous translator.
    
    
    (Old svn revision: 17175)

commit 5b65131ac053bf2123da4dc48175fcf7c658ae71
Author: Ankitkumar Patel <ankit644@yahoo.com>
Date:   Tue Aug 23 05:47:53 2005 +0000

    Updted Translations
    
    (Old svn revision: 17054)

commit fd5cf2d4ad5799ba489ed4b86da6c3403b380437
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Fri Aug 19 12:24:07 2005 +0000

    Fixed errors emitted by 'msgfmt -c'.
    
    Added fall back address at the 'Language-Team: ', according to the
        http://www.iro.umontreal.ca/translation/registry.cgi?team=index
    
    Modified initial comment strings with template by 'msginit'.
    
    
    (Old svn revision: 17018)

commit 06568d130039d68d2fba0c48433f8d2f3acf64df
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu Aug 18 12:05:56 2005 +0000

    Updated Japanese translations.
    
    
    (Old svn revision: 16995)

commit c162fe4b4ea469feae809f2405039a6bf671520e
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Aug 17 15:03:46 2005 +0000

    Converted local charsets to UTF-8.
    
    
    (Old svn revision: 16980)

commit 6d388660e29fc1fc031925457b109a72f1b17ef6
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Aug 15 15:12:07 2005 +0000

    Removed executable attribution.
    
    
    (Old svn revision: 16929)

commit 9d56ac5d7f6ab0e2759236079c0b0fd10221dc05
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Aug 13 15:09:44 2005 +0000

    * Added initial Greek translations in trunk for xfce-mcs-plugins, xfprint,
      xfwm4 & xfdesktop.
    * Corrections & additions for xfce4-panel/trunk/po/el.po
    
    
    (Old svn revision: 16884)

commit 5c69f3523a0a3707805561b26d224aafa10da647
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Aug 13 14:09:20 2005 +0000

    Updated Finnish translations by Jari Rahkonen.
    
    
    (Old svn revision: 16879)

commit 844df50555356971795f61899c4941b73db5565e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 8 20:08:53 2005 +0000

    Remove window content region from the shadow in compositor. This change is based on the patch submitted by <aquila_deus@yahoo.co.uk> in bug #1103.
    
    M    compositor.c
    
    
    (Old svn revision: 16800)

commit 483d00bc4f43b100d37c17dfd3487453e66a0535
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 4 20:06:01 2005 +0000

    (Old svn revision: 16461)

commit cc4b54be005d9e26864f342859917e1a34b5baa3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 3 20:19:21 2005 +0000

    Enlarge the title height by 2 pix; makes it better to the eyes and easier to use on modern hardware with high resolutions.
    
    (Old svn revision: 16450)

commit a2c210a11b5ffb6e0e97c95f75a880ca8c1f401d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Jul 26 12:23:35 2005 +0000

    add some EO translations
    
    
    (Old svn revision: 16281)

commit efcb25a6e8b376ad43c7439dec8e87acf9d95ea4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 9 20:38:47 2005 +0000

    Fix settings not being saved (bug #1069)
    
    (Old svn revision: 16204)

commit 2a084c8718f30fa2921f1ec27d42dd0d0b9638d8
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Jul 4 11:47:48 2005 +0000

    update KO translations
    
    
    
    (Old svn revision: 16168)

commit 482d1875ad03cad3f82d5fb3f25640695cbad9f9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 3 20:34:46 2005 +0000

    Remove stripes
    
    
    (Old svn revision: 16167)

commit ff535a36dbfd0d86ba913afd308b5af02ca94218
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Jun 29 16:14:42 2005 +0000

    update zh_TW translations
    
    
    
    (Old svn revision: 16098)

commit bccb8416eb05f5369ea19d41d4ce1778e8072731
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 27 18:24:09 2005 +0000

    Look
    
    (Old svn revision: 16092)

commit 3aca2c07f4e96864d0685feab50e71f7f1c54255
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jun 26 17:09:45 2005 +0000

    update KO translations
    
    
    (Old svn revision: 16091)

commit c4c82c3f852a32e08b39ef972f3af0e175ba0029
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 25 21:55:23 2005 +0000

    Wrong option
    
    
    (Old svn revision: 16070)

commit 93a25b7ca0c89b114c68ae5cc3cf37ba66366d37
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 25 21:37:36 2005 +0000

    Update snapshot generation
    
    
    (Old svn revision: 16067)

commit adb7553fb872bc785b097b62adbff523ae897dc3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 25 21:31:15 2005 +0000

    Fix theme list not being updated (bug #1024)
    
    
    (Old svn revision: 16066)

commit cb1c951dc81ceceaa3946abb619b9cb2454ee434
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jun 25 11:21:26 2005 +0000

    Initialize result properly.
    
    
    
    (Old svn revision: 16065)

commit 2f0955a2bfae4a4185ca337e1e2f7e3a8621111d
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jun 25 11:17:15 2005 +0000

    Don't crash if the MCS plugin is unable to store the settings, a warning
    telling whats wrong will be emitted by libxfce4util, see bug #1033.
    
    
    
    (Old svn revision: 16063)

commit e3e567dc456b6ee02aa11778b9d6647c20163fca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 22 22:05:19 2005 +0000

    Give a slight 3D look to the frame
    
    
    (Old svn revision: 16046)

commit e9b7461242aafd393dd14cfa6e72ee426a02cf4f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 22 21:57:24 2005 +0000

    Po stuff as always
    
    
    (Old svn revision: 16045)

commit fa4877d4df8a051be371520a73cd5dd3a4536411
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 22 21:52:13 2005 +0000

    Trivial fix
    
    (Old svn revision: 16043)

commit cd6001ffb03bda737b487445d3cfb9f227b22ca0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 22 21:50:40 2005 +0000

    Fix startup notification properties not being applied
    
    (Old svn revision: 16042)

commit 192e4199f3fd3b2188e5787e3ad2e49458cfc866
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 20 20:05:45 2005 +0000

    Update dates
    
    (Old svn revision: 16034)

commit 20f03dc17955268bf77ad6f6ea3d1fe3ce05bf04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 20 19:20:50 2005 +0000

    Sync
    
    (Old svn revision: 16033)

commit 0a7048872e0275acecb4dd4f17a1e28d46c2e492
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 20 18:58:21 2005 +0000

    Remove spurious traces
    
    (Old svn revision: 16032)

commit 6accd034dff41b33221ff63abef33d748f5dde47
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 19 21:40:51 2005 +0000

    Po
    
    
    (Old svn revision: 16030)

commit 83087e6fecbe6d65fe08d838cd79d92f73a58726
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 19 21:37:52 2005 +0000

    Add trace for temporary debuging purpose
    
    (Old svn revision: 16029)

commit f336afe427038ee7ef5253ec310171a491449a24
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 19 21:36:54 2005 +0000

    Don't use shadow on shaped popup windows
    
    (Old svn revision: 16028)

commit 26c2b285c66b7e31b1ae954ab5eb52d6ed3d66e2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 18 22:09:32 2005 +0000

    Cleanup
    
    
    (Old svn revision: 16025)

commit 01248a1b4aeb99e9a4a94cc7fc5cd547096be4b2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 18 22:02:38 2005 +0000

    New, better way of reporting svn revisions.
    
    
    (Old svn revision: 16024)

commit 417b0672f360b6b714ac4db3090d3acfe1bb135c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 18 20:56:20 2005 +0000

    Typo
    
    
    (Old svn revision: 16023)

commit 5e7bb6b0ef7001b8a81170232798f94cc28b5bc6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 18 20:44:34 2005 +0000

    Investigating Xrandr reported problem (bug #1005).
    
    
    (Old svn revision: 16022)

commit b01d685a24973727d219f5e480fbdfaac0785f63
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 18 07:34:45 2005 +0000

    Fix compilation warnings reported by Edscott.
    
    
    (Old svn revision: 16018)

commit 47fbd9fa24f737ed3fbb506a316f981d588e883c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 18 07:30:33 2005 +0000

    Use configureNotify for screen size changes only if XRandr is not supported by the display.
    
    (Old svn revision: 16017)

commit aaafee20112e640b305294fe8be5f887482dd89a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 17 19:14:52 2005 +0000

    Improve XRandr support,
    Check for Render support before using Render primitives.
    
    
    (Old svn revision: 16016)

commit a046d1d6bccbbca9843bdaf4809f2addcaa010c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 17 18:33:25 2005 +0000

    Fix xrandr support not being compiled in.
    
    
    (Old svn revision: 16015)

commit 2c6778eb35b3fd2cad7ca73f89089e592b9df356
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 16 20:30:32 2005 +0000

    REvert to $Rev$ because svn may not be availaboe on the build system.
    
    
    (Old svn revision: 16007)

commit bdf03b6e29b95ff3697793b2b5294f26c5a9e1a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 16 19:56:45 2005 +0000

    Use svnversion to get the actual working copy revision
    
    
    (Old svn revision: 16006)

commit 4b1faa6dfa37f3b9f1fbf7c7f9a6941be320eac7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 16 19:31:39 2005 +0000

    sync
    
    
    (Old svn revision: 16005)

commit 3cf8519b5a81844ba5ba37f9309de63b9c2f35f4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 16 19:10:19 2005 +0000

    Fix frame corners not being properly updated in some case.
    
    
    (Old svn revision: 16002)

commit 1088087e044543ae551208499c2005311dacf2d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 15 17:36:45 2005 +0000

    Add new option "show_popup_shadow" to enable/disable compositor shadow for popup (override_redirect) windows (bug id #1007)
    
    
    
    (Old svn revision: 15987)

commit 6df7a56172d6472d5f817d6ddbf177aa6bbdae1e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 14 20:13:33 2005 +0000

    Auto-maximize improvement,
    Don't force redraw on MWM hint update.
    
    
    (Old svn revision: 15971)

commit ddbf88dd696f61827479456b7622aefef245e9d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 13 20:05:35 2005 +0000

    Add new "make snapshot" and "make snapshot-bz2" targets
    
    
    (Old svn revision: 15963)

commit 1712064f24b8053ed233c15b3869ec1572dcfdcc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 13 19:49:50 2005 +0000

    Add a new channel "wm_tweaks" - The plan is to add a new WM Tweak plugin for all current "hidden" options.
    
    
    (Old svn revision: 15962)

commit 9fe6bb762c437f4df97fd0ca14fde98628560f27
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 11 12:28:55 2005 +0000

    Add new option "show_frame_shadow" to enable/disable frame shadows.
    
    
    (Old svn revision: 15931)

commit f017494a53643c0643b4dc95b23d1d23bd48e162
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 10 20:30:05 2005 +0000

    Add a new option, placement_ratio, that instructs the window manager to place windows either "smartly" (ie using the CPU consuming algorithm) or at the center of the screen based on this ratio between the window size and the actual display area size.
    
    
    (Old svn revision: 15924)

commit e4366be3377340773c1a137c939b3873dee3e98d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 9 20:20:23 2005 +0000

    Implement a simpler and faster placement, somehow better from a user point of view :
    If the windows is larger than 2/3 of the screen, then place it alternatively at each corner of the screen. Otherwise, the window is "smaller", place it at the center of the screen.
    Add revision number to the version info.
    
    
    (Old svn revision: 15918)

commit 52a20ef4b6973f544754e2b0b7bc0d887939a618
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 8 21:11:07 2005 +0000

    Test
    
    
    (Old svn revision: 15912)

commit 2b79101235955f43eac6b662ed358b6b1bea3888
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 8 20:36:31 2005 +0000

    Fix shaped events not being handled properly (bug #987)
    
    
    (Old svn revision: 15906)

commit 7fbf195ece8fd1b98fe75c7221269d4b33bbb3e7
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Jun 7 15:02:23 2005 +0000

    update GU translations
    
    
    (Old svn revision: 15897)

commit 47f3fc1be89eeaf2c9a92ec788a5c18ece3a5851
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 6 21:40:52 2005 +0000

    Better top corners
    
    
    (Old svn revision: 15883)

commit 43202fb6596cd5461967b1f91450807e94b2ce86
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 31 20:31:27 2005 +0000

    (Old svn revision: 14619)

commit 2109744db208960afc1f8dbc1d353c64aae78da6
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue May 31 17:28:56 2005 +0000

    update JA translations
    
    (Old svn revision: 14617)

commit 839fb05c367660f9868e95bfd13921e4ea9f8fa2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 29 19:52:42 2005 +0000

    Improve grab passing.
    
    
    (Old svn revision: 14605)

commit a2ac695e5870262888541b1541856e91bf8db5a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 27 20:06:02 2005 +0000

    Chase bug reported by Francois
    
    
    (Old svn revision: 14570)

commit 9f57dde876dae53347a26ec27ce7d8ca956d6306
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 25 20:38:09 2005 +0000

    Update TODO
    
    
    (Old svn revision: 14528)

commit 3ff3828ba3209240287abec905b1ac22aaa282e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 21 14:23:50 2005 +0000

    Default theme design update.
    
    
    (Old svn revision: 14508)

commit c3d935c21c85e640bcbb218a4418ecc0f58a85df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 19 18:55:09 2005 +0000

    Default theme.
    
    
    (Old svn revision: 14492)

commit 97d9561e34bb3134eea0d1b59d9b2af00fc63493
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 17 18:50:37 2005 +0000

    Alt+Button3 (easy_click) resizes in a single dimension if not in the corner of the window (Timothy Smith <tim@desert.net>
    
    
    (Old svn revision: 14470)

commit 189d73277475a4a9e4e35fdd1769b7ecc514a27e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 14 19:24:47 2005 +0000

    Update ChangeLog
    
    (Old svn revision: 14320)

commit 6fccb401d4606db3a970d85b1b90d07fcacc4317
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 14 19:23:33 2005 +0000

    Update ChangeLog
    
    (Old svn revision: 14319)

commit e65105f37f251964f3b86b987593a5e303d4c265
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 13 21:33:23 2005 +0000

    Mouse buttons where left ungrabbed when focus was transfered to an unmanaged window
    
    
    (Old svn revision: 14290)

commit 61a5850cddba300e808f2cc6ccf654decdd5c6e3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 13 20:18:06 2005 +0000

    Update documentation
    
    
    (Old svn revision: 14284)

commit 6e843ca77efa525d419e95a6dd44e1277a02884c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 8 21:18:26 2005 +0000

    Use CurrentTime as timestamp when passing focus on unmap (quite the same as #924)
    
    
    (Old svn revision: 14227)

commit 3963dac9cb5ad0f4157bfcaeefe1686256110a1e
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri May 6 19:09:02 2005 +0000

    add bn_IN translations
    
    (Old svn revision: 14197)

commit d8184bd12a1c6e455aa3826dca915f85e7010192
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri May 6 18:56:08 2005 +0000

    add MR translations
    
    (Old svn revision: 14182)

commit c93a025f938bec9143cf644e5361b1e7b17052c7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 4 20:38:18 2005 +0000

    Update ChangeLog
    
    (Old svn revision: 13943)

commit 9979fceac5ee67447919bfd3b02b2afb636c73d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 4 20:36:48 2005 +0000

    Update ChangeLog
    
    (Old svn revision: 13942)

commit cea98494965314864583219178878cde3000476c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 3 19:06:52 2005 +0000

    Fix compile w/out compositor enabled.
    
    
    (Old svn revision: 13896)

commit e7f5260e06b1fe36e24a352c99e9641cb8cf5a47
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 2 19:41:31 2005 +0000

    Code cleanup
    
    
    (Old svn revision: 13878)

commit 3fdabb81410cc0125b34280d3937c4c26f178c4f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 2 19:18:24 2005 +0000

    bottom shadow
    
    
    (Old svn revision: 13877)

commit 985054ef7472450470d6a8c1663c3527200082c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 28 10:36:57 2005 +0000

    Change default theme (previous renamed as Wallis)
    
    
    (Old svn revision: 13824)

commit 2de5c02eb1dcc4b5a83740069c7350e57b317b66
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 26 21:36:13 2005 +0000

    Trivial fix for focus problem when mapping dialogs (bug #924) - Not sure what is the "correct" behaviour though.
    
    
    (Old svn revision: 13773)

commit a3dd9213bb0d30a9408fc6f32712669e0ce501c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 19 20:47:18 2005 +0000

    Add 1 pixel to the side borders to improve usability.
    
    
    (Old svn revision: 13693)

commit e0f862c71168962e25a986806718b04d95201c1f
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Apr 16 10:36:18 2005 +0000

    remove shortcut edition for app launcher
    
    
    
    (Old svn revision: 13611)

commit e9c43bb7005893acf62d9873bd18f588997ad58d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 15 19:12:00 2005 +0000

    Rework the restore-on-move patch so that it doesn't flicker and it works is all cases.
    
    
    
    (Old svn revision: 13598)

commit cbd1bf1ee13b8dcbdd8f589df81c73ae7a274d59
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 14 21:46:38 2005 +0000

    [trivial] remove new line
    
    
    (Old svn revision: 13587)

commit 89e4bb8de55c472c34afd2432c999a14e0ab9055
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 14 21:43:09 2005 +0000

    Fix pixmap depth not being properly set (fixes bug id #895)
    
    
    (Old svn revision: 13585)

commit 7da2dcb61a487bfa4211b99c8ca7b5b50c149df9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 14 20:16:40 2005 +0000

    Do not include modals for group
    
    
    (Old svn revision: 13581)

commit 1e0d4f784028372df0aa5a6a403ad73ab9ab2485
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 14 20:11:25 2005 +0000

    Fix focus passing, bug id #905
    
    
    (Old svn revision: 13580)

commit c76e5573d706962c41d766a0a91e09425e43cbfb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 14 05:26:14 2005 +0000

    Fixes for the "restore on move" patch
    
    
    (Old svn revision: 13575)

commit f32dbf9b733a40a4f9af56feab8513dc7625af66
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 12 20:16:09 2005 +0000

    Use thiner borders
    Add light gradient at bottom
    
    
    (Old svn revision: 13567)

commit e309a12f818a00a7022e6c801e8d8e15393bda52
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 10 20:20:57 2005 +0000

    Don't focus the window on top of stack as fallback on workspace switch, fixes #899 (too bad, that was a nice feature)
    Refresh frame when "skip taskbar" state changes, fixes #898
    
    
    (Old svn revision: 13519)

commit 764318bcf5a9d6a7bc6e686801f74676c3fb7fcd
Author: Jens Luedicke <jens.luedicke@gmail.com>
Date:   Wed Apr 6 07:33:32 2005 +0000

    remove .cvsignore cruft
    
    (Old svn revision: 13316)

commit f4008cb82137be5ca93e9384bba513cf1f231d03
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 3 19:41:06 2005 +0000

    Smoother top corners
    
    
    (Old svn revision: 12459)

commit 76d0f168905d2850f39f1699b7a82a2e2508ba77
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 3 17:10:21 2005 +0000

    Change the vertical alignment for the title.
    
    
    (Old svn revision: 12458)

commit 3cad8b9f07705ce2a1f10f44a522f674d2164b74
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 3 12:13:54 2005 +0000

    Use slight darker gradient on lower outline frame at bottom of window too.
    
    
    (Old svn revision: 12457)

commit 3ed78109766a9927bdc2f256d0f0bb4baf760b31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 2 19:47:39 2005 +0000

    Duh! I commited the wrong data!
    
    
    (Old svn revision: 12456)

commit c7b2740d635efbeedb68de90935afee3c06f2d9a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 2 19:43:26 2005 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12455)

commit 2dc7204354e0c0fd5e6843e51b33b5f77db51d85
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 2 08:08:31 2005 +0000

    Killer xfwm4 default theme, to be used with xfce gtk theme to achive the best results :)
    
    
    (Old svn revision: 12454)

commit 6401c6240fb2e0ea85e0e7862df94c505f2791f4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 31 19:44:59 2005 +0000

    Remove the transparent area arround buttons (makes no difference "visually", it's just better internally :)
    
    
    (Old svn revision: 12453)

commit f31a9ecbba5b3a9da63f91d72b1e8f0a8c0e61e3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 30 20:41:04 2005 +0000

    Simplification
    
    
    (Old svn revision: 12450)

commit 4e3cd62b25e63879c38074728916b03308cda3df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 29 21:40:43 2005 +0000

    Disable restore on move when not using opaque move (that breaks the xor logic, a nicer way to handle this would be nice but for now, it's all I found)
    Merge default theme with 4.2 style of borders and round corners to get the same kind of look as before (kind of identity).
    
    
    (Old svn revision: 12449)

commit dac2b3b16827478d653dcaf42690581ce8b0e766
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 28 16:05:02 2005 +0000

    Try to fix Ori's patch
    
    
    (Old svn revision: 12447)

commit a4a7ced6800380e0111b361ce818dad6d9d0838a
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Mar 28 11:29:01 2005 +0000

    Update French doc
    
    
    (Old svn revision: 12445)

commit 163a869b192fb71ac645ddc8b8f47ed05471b09b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 27 21:11:51 2005 +0000

    Apply Ori Bernstein <rand_chars@rogers.com> follow up on his patch.
    
    
    (Old svn revision: 12444)

commit 73a71e7e33c68a0e6f142e5ba7f359ec0f76be28
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 27 19:30:09 2005 +0000

    Fix an obvious stupid bug in clientAtPosition() returning the wrong value (fixes bug 869)
    
    
    (Old svn revision: 12442)

commit 16ece8d95cc1e74026be0e0e208fe8aebacc5f8c
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Mar 27 19:20:39 2005 +0000

    code cleaning
    
    
    (Old svn revision: 12441)

commit 025b0018b3e803e640bf77fbac36a824eb593f03
Author: François Le Clainche <fleclainche@wanadoo.fr>
Date:   Sun Mar 27 18:30:10 2005 +0000

    Updated icons
    
    
    (Old svn revision: 12440)

commit e741a42d4e23528b8ef9b8fffff7d0253011a8ae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 26 20:00:57 2005 +0000

    Apply "restore on move" patch from Ori Bernstein <rand_chars@rogers.com> (Thanks Ori!)
    
    
    (Old svn revision: 12439)

commit 11affa546d1755869a9684d91979e02e53eeb8ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 26 16:43:27 2005 +0000

    /me is dumb.
    
    
    (Old svn revision: 12438)

commit baf0fab496bba92e117fc0c4bfa3d2ee158bc473
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 26 16:29:31 2005 +0000

    Don't ignore Makefile.in.in ?
    
    
    (Old svn revision: 12437)

commit abff38aaeb08428ce5653f091c788981e7aa33cd
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Mar 26 15:18:00 2005 +0000

    work in progress, i'll finish it at home
    
    
    (Old svn revision: 12436)

commit da5185468f2c53321f9d3236c1ad56bdf3001d64
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 26 15:08:04 2005 +0000

    Update default theme for FLC :)
    
    
    (Old svn revision: 12435)

commit e63a310e63c513ab551d219fb55adf081031e2de
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Mar 26 11:22:25 2005 +0000

    update KO translations
    
    
    (Old svn revision: 12434)

commit 8c0e9941d9c9929c3558d6c119d6bbbb13deced5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 22 22:07:40 2005 +0000

    Fix another "grab freeze" case
    
    
    (Old svn revision: 12430)

commit 1dba2e4a8feda79acd09b79d8b84dc7ba7bb634a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 19 22:11:12 2005 +0000

    Rework buttons for Symphony.
    
    
    (Old svn revision: 12427)

commit 947a0e97612f0cb3c5a8c81926527f9c532b02ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 16 20:36:48 2005 +0000

    Grab management fixes.
    
    
    (Old svn revision: 12424)

commit 37ccf0cd5ee098e45d67652d5ae91b6ea3097145
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 14 19:49:27 2005 +0000

    Make sure "fullscreen_old_layer" gets properly initialized in all cases.
    
    
    (Old svn revision: 12423)

commit 97168c395ac5a74eae5aaf32a37f58b3db871ae1
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Mar 9 11:50:41 2005 +0000

    Intltool'ized xfwm4.
    
    
    (Old svn revision: 12413)

commit 429bc2bb6ef15ffacae48c2429fbe2dfef3f2c7a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 8 08:17:57 2005 +0000

    Focus window on top of stack on workspace switch if no other window is eligible for focus.
    
    
    (Old svn revision: 12411)

commit 3a208145bfc314afa1657aef796e99b9984d25d0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 7 21:25:12 2005 +0000

    Don't cycle if there is just one window and it's already focused.
    
    
    (Old svn revision: 12410)

commit 0dd538f3154d3d89b3a48f087cb2655c5c590d84
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Mar 7 09:07:02 2005 +0000

    update GU translations
    
    
    (Old svn revision: 12407)

commit c895fc3b8996957e2d018d2300d806b22ab183a2
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Mar 5 13:03:29 2005 +0000

    update JA translations
    
    
    (Old svn revision: 12404)

commit 2e26c1278599c4cec9670e6d3835ea2ef1500122
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 4 22:26:50 2005 +0000

    Prevent frameless windows to be moved offscreen toward the top.
    
    
    (Old svn revision: 12400)

commit 13eac23263bdecf2178b329568af011e0e5f8949
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 3 22:07:40 2005 +0000

    Be more tolerant with apps moving their windows.
    
    
    (Old svn revision: 12394)

commit 52268c721252c0d1e904fe5f795f132070544efa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 2 20:34:16 2005 +0000

    Use "Just4fun" title buttons with "therapy" decoration as default, and remove "therapy" as it's the default now.
    
    
    (Old svn revision: 12391)

commit 1ff4a9665077034e28c93f4b7eb46a5f69c96c71
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 24 20:58:15 2005 +0000

    Theme highlights/shadows
    
    
    (Old svn revision: 12390)

commit d261f7fd40f849b5f7ca4f4d240524ee7688c749
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Feb 21 08:40:34 2005 +0000

    update JA translations
    
    
    (Old svn revision: 12387)

commit c90dbb327a5744f99b80e776892222c7e6a735ad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 20 14:21:13 2005 +0000

    Force frame redraw when switching back from fullscreen to avoid cache mismatch.
    
    
    (Old svn revision: 12384)

commit b19f89c2acb5d632ae487242118572c057ec47ee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 19 20:21:19 2005 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12382)

commit 0fda39ae694b76a428aa2830d360cb7de13ad60d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 19 19:40:31 2005 +0000

    Much better implementation of previous change.
    
    
    (Old svn revision: 12381)

commit ec1458cab1e2b8bd87007071113abd41b36a5892
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 19 16:41:50 2005 +0000

    Auto maximize windows larger that screen size.
    
    
    (Old svn revision: 12380)

commit 8da764dd192d167fdd42650ca8998e56da4c4b1a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 19 14:19:01 2005 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12379)

commit fab9a978b8d6d7c125db4eeda220c2795c88ec91
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 19 14:14:57 2005 +0000

    Use time stamp when focusing windows at first map.
    
    
    (Old svn revision: 12378)

commit a56ef89da2d682565a0b6065c1d022a9837977cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 19 14:00:32 2005 +0000

    Use time stamp when focusing windows at first map.
    
    
    (Old svn revision: 12376)

commit 75f5fb44516cf834d883b74dba016f4f919c4607
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 19 12:50:30 2005 +0000

    1 pix smaller
    
    
    (Old svn revision: 12375)

commit acda554c2b36e297ce157bd384860820bd7ef843
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Feb 13 12:39:07 2005 +0000

    update KO translations (with a big delay)
    
    
    (Old svn revision: 12374)

commit bd5f06efdaf622f8fd00d019d48883f01b921277
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 12 21:48:27 2005 +0000

    Small implementation cleanup.
    
    
    (Old svn revision: 12372)

commit f6ac28bf92fdb1d1ef6337582c7cfe05975402ac
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 12 21:12:26 2005 +0000

    Implements our own grab functions.
    
    
    (Old svn revision: 12369)

commit 9c7d95a8d28b7435ce3dacd5dd1001bf9c7e2dec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 12 09:10:40 2005 +0000

    Don't use a InputOnly window for grabbing mouse when moving/resizing windows.
    
    
    (Old svn revision: 12368)

commit 45907a8780da19a039d950ddc0e760b5b357d97c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 11 20:09:23 2005 +0000

    Small change in theme.
    
    
    (Old svn revision: 12366)

commit 39ceb72a256377d2c217d13dded2bb94383ee1cd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 11 20:06:59 2005 +0000

    Typo!
    
    
    (Old svn revision: 12365)

commit 9258b474874dbd726f0a7cbf5e6e64ac2cadea0b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 11 20:04:27 2005 +0000

    Grab mouse button by default on newly created windows;
    Use current time to focus newly created windows to make sure the windows gets focused.
    
    
    (Old svn revision: 12364)

commit 6ec578b50aa423c38a8d7f4b7de4fc4b1acc4c62
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 10 22:06:11 2005 +0000

    Check for actual returned value to avoid critical warnings at startup.
    
    
    (Old svn revision: 12362)

commit 0f123f3f992395199acaf766d04a4b316813ffd4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 10 20:25:26 2005 +0000

    Force cache update when refreashing all frames (required because of the new fine grained caching)
    
    
    (Old svn revision: 12359)

commit 68774b8c9237ef9376d8e3c0399208c9a805b837
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 10 20:09:58 2005 +0000

    Use out internal timer for focus transitions.
    
    
    (Old svn revision: 12358)

commit 2fa94004ebbf97fc96ecb4e04eb96ce1a1372f00
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 9 21:03:28 2005 +0000

    Try to avoid colormap issues on Solaris as reported on the ML.
    
    
    (Old svn revision: 12356)

commit d145df837056c1f67aa73b587bc89d314ec6f6e3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 9 20:31:46 2005 +0000

    Use internal time counter for grabbing/ungrabbing kbd+mouse when moving/Resizing windows.
    
    
    (Old svn revision: 12355)

commit d110b41168646f010bed2741b9aafff0124d6fff
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 8 22:47:47 2005 +0000

    Smoother theme.
    
    
    (Old svn revision: 12353)

commit af9e806e6a2337348ddc33fa4b5caf076dc7139a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 8 22:13:03 2005 +0000

    Don't get through excluded windows when searching windows ata given position.
    
    
    (Old svn revision: 12350)

commit 19b00c3b7ccaf0ab3ba512b18ec143664746908c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 7 22:19:52 2005 +0000

    Playing with theme again.
    
    
    (Old svn revision: 12349)

commit 8228d0c807cf0b8ef2aac919d036787fd0a8c894
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 6 21:28:34 2005 +0000

    Theme reorg.
    
    
    (Old svn revision: 12348)

commit 3b2ab0d4a70c7e87255a7127359bea9fd62415ae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 5 21:55:07 2005 +0000

    Update cvsignore
    
    
    (Old svn revision: 12347)

commit 1ec65e7e777b7c8cb12dbefe2fff19560a68c6ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 5 20:53:20 2005 +0000

    reduce border width, change corners.
    
    
    (Old svn revision: 12346)

commit 1c8eb6395f962f66ae3a98cc5a864e989aadc08d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 5 20:33:00 2005 +0000

    top corners
    
    
    (Old svn revision: 12345)

commit 9b4526497ee57dbf1d3a82f835f03ead6ce452e3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 5 16:06:24 2005 +0000

    Avoid displaying spurious messages
    
    
    (Old svn revision: 12344)

commit 1a47152e7493438e5c7a3e0c4765a3f8ea16ea9f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 5 13:12:39 2005 +0000

    Just for fun theme
    
    
    (Old svn revision: 12343)

commit 8a4f96aaa44606d39294e4804f4cd69b993be8ca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 4 18:23:13 2005 +0000

    Simplify colormap management in pixmap loading.
    
    
    (Old svn revision: 12340)

commit a0dd563a6e8f37ad944fd137e4f38e38ff8deebf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 1 23:31:48 2005 +0000

    Even simpler
    
    
    (Old svn revision: 12339)

commit 8a6572937165f0fc0402b7ead7f15ea2dc9202f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 1 23:25:23 2005 +0000

    Actually use the correct default value...
    
    
    (Old svn revision: 12338)

commit 95a40845fc51ef1e74107e0d32b8be45ddcb6a46
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 1 23:04:36 2005 +0000

    Based on patches submitted by pasi.ov@gmail.com :
    - Add shortcut for show desktop ()
    - Add shortcuts upt to 12 for
      Workspace
      Move window to workspace
      Launcher key
    
    
    (Old svn revision: 12337)

commit f826882a2aa417ec2c3ff11958d587a34de489c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 1 21:04:04 2005 +0000

    Adapt theme for dark colors such as "Xfce-dusk" from James Golden <chibifs@gmail.com>
    
    
    (Old svn revision: 12336)

commit 9aee10a2007a79b8156756dc07e415f15cccbfeb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 1 20:59:14 2005 +0000

    Update cvsignore for po dir
    
    
    (Old svn revision: 12335)

commit 107ecce224f4163f1f7c9302fea65c1232d0a011
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Feb 1 11:45:41 2005 +0000

    update zh_CN translations
    
    
    (Old svn revision: 12333)

commit 796bedf8cb84ce5ad40a511ad442b039df445c74
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 31 22:22:06 2005 +0000

    Fix button not being regrabbed when the focused window is lowered in focus follow mode.
    
    
    (Old svn revision: 12331)

commit eaca2289bb5d198b958d5a1b69bdda629c486a19
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 30 23:06:52 2005 +0000

    add .cvsignore for generated files
    
    
    (Old svn revision: 12329)

commit 73f874a331e99d7a3be632fa497cff4a1f1745fb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 30 11:34:21 2005 +0000

    Clear root win on startup.
    
    
    (Old svn revision: 12326)

commit 5f9b184aab1660868f9672f8b1af30714b223ca9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 29 13:43:27 2005 +0000

    Internal reorg.
    
    
    (Old svn revision: 12324)

commit 96aaed85db8d322ae0a183abf852881a88fe725f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 29 09:10:55 2005 +0000

    Separate parts that require Render from those who depend on XFixes, XDamage and so.
    
    
    (Old svn revision: 12323)

commit fe0d0f1170922ba71012bffaee37886c8fcb7967
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 28 22:20:49 2005 +0000

    Again, optimize.
    
    
    (Old svn revision: 12322)

commit f62670c2827e20b985c911dd841b6a879c37e3c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 28 22:15:10 2005 +0000

    Forgot one line
    
    
    (Old svn revision: 12320)

commit c493ff25f739c33325da2a1fc01e2307af75e22d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 28 22:14:13 2005 +0000

    Port optimizations from 4.2 branch.
    
    
    (Old svn revision: 12319)

commit b96fdb7a50a39e885440371e9a26fd0933bd2c8b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 28 17:40:23 2005 +0000

    Fix issue with themes w/out pixmap mask,
    Add trivial optimization frame draw.
    
    
    (Old svn revision: 12317)

commit 14c7a0ea3538a8bf470867fc1a35a3f648647245
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 28 06:40:59 2005 +0000

    Use new m4 macros
    
    
    (Old svn revision: 12316)

commit 51127706414ec1e92d78734313f457da646b2a77
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 28 05:53:22 2005 +0000

    Remove theme as in 4.2
    
    
    (Old svn revision: 12315)

commit b957aa217afda7bce4da80d9942a20e8e42b13c6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 28 05:50:20 2005 +0000

    Remove autogenerated files from CVS.
    
    
    (Old svn revision: 12314)

commit d9030ba8a5bb8396415c76acfef8764191549fe3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 27 23:00:12 2005 +0000

    Add support for ARGB clients.
    
    
    (Old svn revision: 12312)

commit 94a93632d4fd7ef8e5beed1764ad01f75fcc64bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 25 22:27:38 2005 +0000

    Sync with 4.2 branch.
    
    
    (Old svn revision: 12311)

commit 321d6ede8590092f1aa364a3421df5e326030269
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Jan 22 12:22:10 2005 +0000

    update FI translations
    
    
    (Old svn revision: 12307)

commit b206c27d4a2aca99b9d99fa718164df573abbe9b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 19 20:35:22 2005 +0000

    Improve previous patch.
    
    
    (Old svn revision: 12303)

commit e89c02508664ebdfb220f6e47392ff2df3fb8a6f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 18 23:17:02 2005 +0000

    Don't focus a randow window whth Alt+Tab when no focusable window is present.
    
    
    (Old svn revision: 12301)

commit 726ec308ed57d90edf44421261fcac27220c898d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 18 21:59:13 2005 +0000

    Small optimization to speed up GL apps in windowed mode.
    
    
    (Old svn revision: 12298)

commit 536e93de715b35e8f0dc18218769dd342ee0abec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 18 18:33:00 2005 +0000

    Fix bug #611 (Documentation on command line option to enable/disable xfwm4 compositor)
    
    
    (Old svn revision: 12296)

commit ea8f99bce7c6c08bf08d6c71bc0586dab985a0d5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 17 21:00:57 2005 +0000

    Fix bug #694: Window not showing when compositor is enabled.
    
    
    (Old svn revision: 12295)

commit 44b907f33467241dd7759f5643ba2dd381dd47b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 17 20:31:39 2005 +0000

    Fix bug #700
    
    
    (Old svn revision: 12293)

commit 445d02aa085afe04e0368ec0aecd77878ddea048
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 16 21:27:56 2005 +0000

    Fix modifers not working when caps lock is enabled (bug #689)
    
    
    (Old svn revision: 12291)

commit 9826943c62c487ae17c51ea0639c80eb12427369
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Jan 14 11:36:15 2005 +0000

    detect removed keytheme file
    
    
    (Old svn revision: 12288)

commit f5286e6f3c4651785aea791fc3da165126f396ef
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Jan 14 10:33:05 2005 +0000

    port from xfce_4_2
    
    
    (Old svn revision: 12287)

commit b9a29b5c014ada68eeb7e76485a4a2edb18e5e69
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 12 17:49:42 2005 +0000

    Focus patch again
    
    
    (Old svn revision: 12282)

commit 4cfdc961a35e14824c7e8e04df961e502529dc1f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 11 21:57:16 2005 +0000

    Title offset
    
    
    (Old svn revision: 12281)

commit 73ae68db7f36af46cace197eba1d767ba1357fad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 11 21:38:36 2005 +0000

    BEtter default theme
    
    
    (Old svn revision: 12280)

commit 98192f343f87644802d2d468ca09d8d7137881ab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 11 20:15:15 2005 +0000

    Start 4.3.x
    
    
    (Old svn revision: 12278)

commit 6622d7d08ef17de6a1bbcbb574226cc41438d1e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 11 20:05:21 2005 +0000

    Try to fix the focus not being restored when switching desktop in focus follow mode.
    
    
    (Old svn revision: 12277)

commit 7aca2b67ad9e3969e0ea984817daefe665566bf3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 11 06:44:16 2005 +0000

    Forgot caps lock mask.
    
    
    (Old svn revision: 12276)

commit dabd2a130e0ceb7129ac32a14fb9b6a4c743a642
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 10 20:22:09 2005 +0000

    Apply patch from Juho V��h��-Herttua <juhovh@iki.fi> for modifiers.
    
    
    (Old svn revision: 12275)

commit 5306663b3dd14fc61e70a983b59b7a2f3fdf3f0b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 10 20:07:22 2005 +0000

    Change the mofifier computation.
    
    
    (Old svn revision: 12274)

commit 48322d207847cab7cc2d3966e8792a7d2b4f4e1e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 9 10:11:17 2005 +0000

    Fix bug #666
    
    
    (Old svn revision: 12267)

commit 5285ebf8fad2f627ee53245028de0bcf125fe50c
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Jan 8 15:04:45 2005 +0000

    update RU translations
    
    
    (Old svn revision: 12264)

commit d5e43a6c0ee8c5e25ef276d7dac511ca016cbe43
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 7 19:59:55 2005 +0000

    Small change in title bar shadow
    
    
    (Old svn revision: 12262)

commit 102eb5785e4a04a9e2de272263bcbda39d9e4380
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Jan 6 20:31:57 2005 +0000

    update UK translations
    
    
    (Old svn revision: 12259)

commit cefa25543ad756eb413610e1be026d6f971e31f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 5 21:01:53 2005 +0000

    Put back button on inactive frame (as it's the default theme, it should not be too confusing to users)
    
    
    (Old svn revision: 12256)

commit d196d0bf4c38f13420c1350dece686d857d931ed
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Jan 5 16:01:11 2005 +0000

    update HE translations
    
    
    (Old svn revision: 12252)

commit 2954214db8b6c16bffa4a1504063a65b86a62e00
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 2 12:51:37 2005 +0000

    Update version and changelog
    
    
    (Old svn revision: 12251)

commit e3d9910f85eafad7f1e12da8aafb0c1a3798d7c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 1 19:33:35 2005 +0000

    Original buttons spacing
    
    
    (Old svn revision: 12250)

commit 8c8d6e89395d1e1ba5980acf80f4e0ad0fca4777
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 1 14:01:04 2005 +0000

    Re-add RC3 "therapy" as separate theme
    
    
    (Old svn revision: 12249)

commit 49a2faccde7e1710ef6c48c4c9a8fd7219dbbf65
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Jan 1 13:41:39 2005 +0000

    Fix some references to bugzilla
    
    
    (Old svn revision: 12248)

commit 77f8ce85c789f09caf35c846f2fc99e6633d7d86
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 30 22:08:37 2004 +0000

    Set up a work arround for apps misusing MODAL state (bug #619)
    
    
    (Old svn revision: 12247)

commit 4f97cfba24a6f8668b10e6334f5386022441ae83
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 30 17:58:31 2004 +0000

    Don't treat utility windows deiiferently,
    Final touch on theme
    
    
    (Old svn revision: 12246)

commit 4268c58b28aa9e29e1a4e789426cee45d1cb6a27
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Dec 29 12:35:49 2004 +0000

    fix #624
    
    
    (Old svn revision: 12245)

commit 3d74300c5926677513a508fb8ca9fd5ca4ee0878
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Dec 28 11:28:59 2004 +0000

    make the popup menu appears in the correct screen
    
    
    (Old svn revision: 12244)

commit 6fa81c6da9f69d9b4b8ede4a24748171b203762d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Dec 27 19:05:37 2004 +0000

    mcs-plugins now appear on the mouse pointer screen
    
    
    (Old svn revision: 12243)

commit 9606173a48b2620e8678a6fc71dc410dbaacabdb
Author: Brian Tarricone <brian@tarricone.org>
Date:   Sat Dec 25 20:33:19 2004 +0000

    fix distcheck-bz2
    
    
    (Old svn revision: 12242)

commit 4a305903bcb00ee203082384c923b369583cb5a6
Author: Brian Tarricone <brian@tarricone.org>
Date:   Fri Dec 24 00:03:43 2004 +0000

    add dist-bz2 and distcheck-bz2 targets
    
    
    (Old svn revision: 12241)

commit 6ee5b5e4ce7a7414866b5e444aa404d351192a9c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 23 23:34:01 2004 +0000

    Themes and screenshots
    
    
    (Old svn revision: 12240)

commit 2289c5ce01aa2058afe0484bc71e4909c8faabb6
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Dec 23 21:24:51 2004 +0000

    update ET translations
    
    
    (Old svn revision: 12239)

commit 0ac1a762347425acc71c1b14fba0b62c8e29f51f
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Dec 22 21:19:24 2004 +0000

    Update ChangeLog. Fix make distcheck.
    
    
    (Old svn revision: 12237)

commit 6fe5a788740ade2c264f4c271975e97be174767d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 21 23:50:46 2004 +0000

    Use less space between borders and buttons, and between buttons.
    
    
    (Old svn revision: 12236)

commit f851d1cb01e7a5484c7aaf302e7d0b1676db3717
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 21 23:00:09 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12235)

commit 0957544a0e218eeda72a6c39c087aeffe4d060a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 21 22:57:51 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12234)

commit 5585cceaf6d5926772dbf04792ec17bf11cf9612
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 21 22:44:00 2004 +0000

    Fix theme row selection on gtk 2.6
    
    
    (Old svn revision: 12233)

commit 4622c653e9126c38fff574a043babed0bab9020a
Author: Brian Tarricone <brian@tarricone.org>
Date:   Tue Dec 21 09:04:07 2004 +0000

    add/update czech translations
    
    
    (Old svn revision: 12232)

commit b4c67a270030d17c6f1c1954dc0e4e2e93d10645
Author: Brian Tarricone <brian@tarricone.org>
Date:   Tue Dec 21 09:02:42 2004 +0000

    update pt_BR translations
    
    
    (Old svn revision: 12231)

commit 68b05739914eee5bfa58bf06346848e831c5ceb9
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Dec 20 21:00:59 2004 +0000

    Update versions and ChangeLog
    
    
    (Old svn revision: 12230)

commit 47c7540ecd2f88ac16231a4a71892a14701497ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 20 20:46:31 2004 +0000

    Change look of pressed buttons.
    
    
    (Old svn revision: 12229)

commit 3731b9bae27825ef2b63771e86ee619c601cc6df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 19 21:29:02 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12228)

commit 2e109a630b679445f6ec95ba7b690d61c4a06976
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 19 21:23:58 2004 +0000

    Turn off the button time checking as Moe reported a few missed clicks as it seems.
    
    
    (Old svn revision: 12227)

commit 4b417c1bc09008eba57ad3c1052975bb9ae77407
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Dec 19 20:49:35 2004 +0000

    update KO translations
    
    
    (Old svn revision: 12226)

commit c64839e2f7db5a9dcbd03f8b1dcf737baa932cc8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 19 13:22:07 2004 +0000

    Update themes and screenshots
    
    
    (Old svn revision: 12225)

commit bb3c2383e6c47fc1aaeed96b1578804feacbffa8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 19 12:41:19 2004 +0000

    Corners
    
    
    (Old svn revision: 12224)

commit 8179ec1e5bb41c637553245b35ad787344b2dfcb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 18 23:40:00 2004 +0000

    Improve corners
    
    
    (Old svn revision: 12223)

commit 742eb6b5c7aec317e424921d77473fdbf9a71392
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 18 23:32:07 2004 +0000

    Revert default font
    
    
    (Old svn revision: 12222)

commit 9b37df23ffe89874cf04cc5de7741c84bb828424
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 18 23:31:19 2004 +0000

    REdo screenshots with the new theme
    
    
    (Old svn revision: 12221)

commit 80f1e8ad61a76250f5d7906bf546c4c57463a5fa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 18 22:47:25 2004 +0000

    Re-add "Wildbush" theme (previous default)
    
    
    (Old svn revision: 12220)

commit 6cec585f028dc1cd58ea5917b727f0878cc78d6e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 18 22:42:34 2004 +0000

    Change default theme under hard pressure from the devs on irc.
    
    
    (Old svn revision: 12219)

commit bb811aa5fa34d9b100957b12889dfd242c45a5aa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 16 23:05:43 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12218)

commit 7eb37a2b479aac2d63eb4e319e5d7530a162f7a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 16 23:02:53 2004 +0000

    Wrong trace
    
    
    (Old svn revision: 12217)

commit a6ac125b54266b10a2ab10dc21c4007e1d1ae060
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 16 22:53:27 2004 +0000

    compositor stuff,
    don't use package name in warnings.
    
    
    (Old svn revision: 12216)

commit 0aecafe5904d39622d977094a1588f2ed7366738
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 15 22:53:09 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12215)

commit 9fcbdb1876ed92e3701eef9e1e9538061dfafbe3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 15 22:50:07 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12214)

commit 608ce40d30889fa39fd62b97bac66d242f78b24c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 15 22:46:48 2004 +0000

    Monitor reparenting too.
    
    
    (Old svn revision: 12213)

commit d7105b23e6f17827406a4c6dac23f8a0c30e44d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 15 21:52:04 2004 +0000

    Don't restack if the sibling is unknown.
    
    
    (Old svn revision: 12212)

commit 962c2923e1bc2c7df10bd3a824234aa5088ef990
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 15 19:16:55 2004 +0000

    Fix bug #577, #596 and #597
    
    
    (Old svn revision: 12211)

commit a911eb556184055542caa7cabad9244b862f4246
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Dec 14 20:33:25 2004 +0000

    add RO translations
    
    
    (Old svn revision: 12210)

commit 86e0d646378887d08e77452a6c289ad993c3f449
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 14 19:30:43 2004 +0000

    Base compositing show/hide on received map/unmap events.
    
    
    (Old svn revision: 12209)

commit dae838c10d41082df7cfc7279704984e7f0e898f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 14 17:45:26 2004 +0000

    Ungrab keys on on client window when unframing as spotted by Jochen Baier <Jochen.Baier@stud.uni-karlsruhe.de>
    
    
    (Old svn revision: 12208)

commit 40eab5f81648cac7d567b88455e6bb0e11432289
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 13 21:36:16 2004 +0000

    Typo
    
    
    (Old svn revision: 12207)

commit 44f55d1fbe059c5c11177162635e911e4207b7d7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 13 21:27:18 2004 +0000

    Update version, improve the window creation management in the compositor.
    
    
    (Old svn revision: 12206)

commit 43f2a8710953b08faf3d52da0d70e859c1d30a18
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 13 20:12:11 2004 +0000

    Monitor window creation in compositor to avoid stacking discrepancies (that should greatly improve thing for #552, if not fixing it for good)
    Add a warning if a stacking discrepancy is detected, so we can tell,
    Fix a mismatch between compositor header and implemented function.
    
    
    (Old svn revision: 12205)

commit 3268c050d00f7220b6c5a8d1d21c86eee9024f63
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 12 11:53:55 2004 +0000

    Stacking
    
    
    (Old svn revision: 12203)

commit 399172b67409321dabaa8a4935bd2dd6a1cf6af5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 12 09:46:20 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12202)

commit 61a0caedbc16b9e15f46941fd6640871ff689656
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 12 09:42:38 2004 +0000

    Fix #588 for good
    
    
    (Old svn revision: 12201)

commit 4650de83bcc66a436762da447066ef92ccff5eb7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 12 09:20:51 2004 +0000

    Fix #588
    Improve stacking mgt in compositor
    
    
    (Old svn revision: 12200)

commit 353aa3f894785234b7efb3bc8c739acdadb9f125
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 11 17:51:45 2004 +0000

    Various changes and small fixes
    
    
    (Old svn revision: 12199)

commit 71da36a6c8feaa990f191d127051346aff35549b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 11 16:54:32 2004 +0000

    Update TODO file
    
    
    (Old svn revision: 12198)

commit c08cda7af4ef07f638a16cac1c929bb457c06c79
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 11 16:52:13 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12197)

commit 8eb321f0f8872373cbad5363c0355297d95d676a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 11 16:41:06 2004 +0000

    Improve stacking, event monitoring of unmanaged windows in compositor,
    Remove monitoring of pixmap on root window (to make the WM more solid and faster, it will make no difference in XFce since we use a "fake" root with xfdesktop)
    
    
    (Old svn revision: 12196)

commit 625a7b3bf951a43220bfc62dd620b12bfef34d72
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 10 06:46:56 2004 +0000

    Keep track of all wins to try to fix #552
    
    
    (Old svn revision: 12195)

commit c51c4040285fc2a47ab754d22bb88e69439f581a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 10 05:30:26 2004 +0000

    Include korean update from David Choi <byunghyun.choi@gmail.com>
    
    
    (Old svn revision: 12194)

commit fbb5c959d4941d584200e2137b86ac183c661a24
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 10 05:09:24 2004 +0000

    Fixes and cleanups
    
    
    (Old svn revision: 12193)

commit 9fd4756b9c47674595acdc92af1f68b0d65c7439
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 9 22:44:20 2004 +0000

    Add more internal controls
    
    
    (Old svn revision: 12192)

commit 440e8645411fe951370e5bb7530c12ecb45d3def
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 9 22:24:23 2004 +0000

    Fix memory leak in menu code reported by David Agraz <dagraz@gmail.com>,
    fix "_NET_WM_CONTEXT_HELP", "_XROOTPMAP_ID" and "_XSETROOT_ID" atoms being mispelled
    
    
    (Old svn revision: 12191)

commit c8dffba600c932bd07dab1722b1adf712453d91c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 8 21:16:07 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12190)

commit c3a872fd0092b87d8000fcad262c4d9bd1d55765
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 8 21:12:10 2004 +0000

    Cancel raise timeout when window is raised by the user.
    
    
    (Old svn revision: 12189)

commit 6a714cb0996d3febb0b1a0ed438838d6f1d9cd97
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 8 21:01:57 2004 +0000

    Fix frame drawing generating spurious shape events
    
    
    (Old svn revision: 12188)

commit 17c1fcb344bf72a5bb3de04f9b8c6f8a91982d2e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 8 19:57:32 2004 +0000

    Do not enter daemon mode if connected to a session manager.
    
    
    (Old svn revision: 12187)

commit 55ff44b0f06fbd05ce05727ab03c05e04970b1d6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 7 21:33:09 2004 +0000

    Fix a wrong param being passed to setNetWorkarea() causing a lot of problems
    Fix focus issues
    
    
    (Old svn revision: 12186)

commit 190a93cf99415f5d316df673bb292343616ec47d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 6 21:10:46 2004 +0000

    Remove the 'check_button_time()' as I strongly suspect that to be the cause of #568 (the focus part)
    
    
    (Old svn revision: 12185)

commit 1910e4c6d650d1b26a5a5e68fbe490ace073cf26
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 6 20:59:22 2004 +0000

    Fix #568 (the placement part)
    
    
    (Old svn revision: 12184)

commit 78dec3c3f8852417b0d52da94132218b037dc70a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 6 20:07:54 2004 +0000

    Try to fix bug #573 by reducing the memory buffer usage during repaint.
    
    
    (Old svn revision: 12183)

commit 0ba75cda3dcd31dbaf2af51580a3aa4485f1ee99
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 5 23:17:13 2004 +0000

    Code sytle
    
    
    (Old svn revision: 12182)

commit 13463a2fbf661a158dfa6f354d1f783d5f04c456
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 5 23:10:02 2004 +0000

    Reverting useless XSync()
    
    
    (Old svn revision: 12181)

commit efe3af1b0878bb9c14394179f11c75ba5c00ef7e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 5 23:02:28 2004 +0000

    Implement a more solid imechanism for grabbing/ungrabbing mouse buttons.
    
    
    (Old svn revision: 12180)

commit 88156f5a9ea512bde60b5ce5b0ea3abac95a1781
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Dec 5 21:38:43 2004 +0000

    add nb_NO translations
    
    
    (Old svn revision: 12179)

commit 16675cc87832e4e6983a2a33172010c3e930ad66
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Dec 5 21:20:24 2004 +0000

    add en_GB translations
    
    
    (Old svn revision: 12178)

commit 65f66e52df4b0792a8688a7141c4f6889b3ff581
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Dec 5 20:50:15 2004 +0000

    update KO translations and add screenshots in xfprint doc
    
    
    (Old svn revision: 12177)

commit e9e2383582b165143c3c759d0f666107ada7bfa4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 5 18:01:48 2004 +0000

    Fix misinterpretation of standard
    
    
    (Old svn revision: 12176)

commit a69c3151499e042e9060b001edc5a9d3482da216
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Dec 4 17:42:36 2004 +0000

    Updated configure and ChangeLog.
    
    
    (Old svn revision: 12175)

commit 5248c47eac4e06249d772646158d76414216c6ab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 3 17:37:15 2004 +0000

    grab pointer on workspace change in all case.
    
    
    (Old svn revision: 12174)

commit ab74a28fd5cdf6f1f0ea557f792c91775a2f7db3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 2 21:50:58 2004 +0000

    Fix bug #551 (wrap workspace not working when compositor is enabled)
    
    
    (Old svn revision: 12173)

commit 0b304d487c3da673168e4423087382ac40eb4b44
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 2 20:24:33 2004 +0000

    Update client opacity when transset chages the value on the frame (so that opacity gets properly restored after a moved/resize)
    
    
    (Old svn revision: 12172)

commit 092ea081e87bdc91acf6db9c3a0b19840e1c8fed
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 30 23:26:10 2004 +0000

    Implement the translucent window while moving or resizing through a hidden option.
    Adjust documentation accordingly.
    
    
    (Old svn revision: 12171)

commit 9669dccc47a7f535e113ec25cb7fe96720b143d2
Author: Benedikt Meurer <benny@xfce.org>
Date:   Tue Nov 30 17:27:07 2004 +0000

    Solaris build fixes.
    
    
    (Old svn revision: 12170)

commit dd406526fc8450b0d041f05d8d56fbe73f18641e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 29 21:17:22 2004 +0000

    Try to be a bit smarter when passing that damn focus
    
    
    (Old svn revision: 12169)

commit d89fd68b861cf785d6eb34505b97e217ce05225c
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Nov 28 18:01:33 2004 +0000

    update TR translations
    
    
    (Old svn revision: 12168)

commit 5cbc4e4569a07f9d18753e386575f1b1d8a50c34
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 27 23:14:36 2004 +0000

    Fix focus timing on revert,
    Fix modifiers mismatch.
    
    
    (Old svn revision: 12167)

commit 1feaa5b14a7810a0bd54a655ae4bcc7cb7c577fb
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Nov 27 20:44:55 2004 +0000

    deactivate the "remove" button when not writable themes are selected
    
    
    (Old svn revision: 12166)

commit 31aa6f5bc1e298f4f5952c33173debc2049fdbf9
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Nov 27 20:40:43 2004 +0000

    add "add" and "remove" buttons the shortcuteditor page, close #546
    
    
    (Old svn revision: 12165)

commit 7bfa54bf345aa5ec782c1d8deb8351a16e14e5b1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 27 16:20:43 2004 +0000

    Small tweak.
    
    
    (Old svn revision: 12164)

commit 80311f6086013bb8cc2d0434144670bcf25b0519
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 27 09:29:06 2004 +0000

    Fix bug #543
    
    
    (Old svn revision: 12163)

commit eab904edbd96d26c122efe233780383bba0b4d00
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Nov 26 19:06:55 2004 +0000

    update KO translations
    
    
    (Old svn revision: 12162)

commit 4ab144a6e01859be9322cd4dba9801c40ab0ca59
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 24 20:15:08 2004 +0000

    Fix another typo in atom name.
    
    
    (Old svn revision: 12161)

commit 5eff8d377667df585e433e347ecda9ca18ff2c14
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 24 17:49:49 2004 +0000

    Fix typos in atoms names introduced yesterday (causing various oddities)
    
    
    (Old svn revision: 12160)

commit a2e105766770f40ae3192fb8f9885cdf7b350ed5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 23 23:57:33 2004 +0000

    Huge rework of the way atoms are managed internally.
    
    
    (Old svn revision: 12159)

commit 13b4de4f55f97ac566929cdd5ab79f13973a1f5a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 23 06:38:16 2004 +0000

    Apply patch from Benny regarding WM_WINDOW_ROLE
    
    
    (Old svn revision: 12158)

commit 61830d19147aa6fed1c5c0083cffbb76767f0311
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 22 19:14:34 2004 +0000

    Remove shadow on "Tyrex" theme to get a real slick theme.
    
    
    (Old svn revision: 12157)

commit 9903aec09eb325b2811dc1c839cc1541dad0f5b2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 22 17:58:15 2004 +0000

    Bug fix.
    
    
    (Old svn revision: 12156)

commit 574e209ca26f5450ff115fd35fdf58583d5ece9e
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Nov 21 21:57:18 2004 +0000

    update HU translations
    
    
    (Old svn revision: 12155)

commit ec4aee3812c797ef825fdfa2daef14d211108154
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 21 11:22:44 2004 +0000

    Small documentation update (missing hidden options, prolly some still missing...)
    
    
    (Old svn revision: 12154)

commit 48212084cc750fa8919fa0ad07d9899e5340299f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 20 23:18:50 2004 +0000

    Use current time when reverting focus
    
    
    (Old svn revision: 12153)

commit 4bb4dd12ad86ef4366fe1298d4659f671e0fe983
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 20 22:37:21 2004 +0000

    Fix focus oddities (See bug #502)
    
    
    (Old svn revision: 12152)

commit 96e099a7bf2c195165b4cfaeaa05f5c6b2b64ff0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 19 06:58:22 2004 +0000

    Update version
    
    
    (Old svn revision: 12151)

commit 16ba6560d10c11ea9e88d183e9976b64bb20caa6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 18 21:51:54 2004 +0000

    Useless stupid small theme tweak.
    
    
    (Old svn revision: 12150)

commit ddad949dc42e1267134537c2ebee9e9aacc6320c
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Nov 18 18:19:38 2004 +0000

    prevent root to edit Default keytheme
    
    
    (Old svn revision: 12149)

commit 0e4def77dc4c8c253d20251b31481121b82747c5
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Nov 18 17:53:14 2004 +0000

    add a third hidden column to the treeview to get rid of strcmp(command, _("some command"))
    
    
    (Old svn revision: 12148)

commit 0beff4043d889623d6abdf2f0dd94b98d127bd59
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Nov 16 07:12:55 2004 +0000

    Update some docs and update to new color scheme at the suggestion of Jeff Franks
    
    
    (Old svn revision: 12147)

commit 5eff1ec35ee180c89bf945196823e8020ef23c93
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Nov 15 22:39:59 2004 +0000

    use one translation entry instead of nine BTW should fix #495
    
    
    (Old svn revision: 12146)

commit bc5b86c873ba2b6c829cbc9a2d5cec9999a14b8a
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Nov 15 22:38:48 2004 +0000

    little translation correction
    
    
    (Old svn revision: 12145)

commit e166ff1b32a76ab4f7ed26fc45731b86e70e55c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 13 18:01:29 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12143)

commit 56704839ae8ed4d912df6713f41c058f0e489c38
Author: François Le Clainche <fleclainche@wanadoo.fr>
Date:   Fri Nov 12 23:40:22 2004 +0000

    Add missing xfwm4 hidden options.
    Move all hidden options in a specific section.
    Olivier, please have a look, thx.
    
    
    (Old svn revision: 12142)

commit 861448cab28038f855fb924b41bdbf9cd5957082
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 11 23:36:05 2004 +0000

    Use my titlebar image instead (was lost because of the merge conflict)
    
    
    (Old svn revision: 12141)

commit 867e4ba5292353e10f54ac289d5ca78e10937178
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 11 22:21:15 2004 +0000

    Update screenshots (oops, conflict)
    
    
    (Old svn revision: 12140)

commit 547780c4ac48b4f81edc1f56308b5c64f77126a1
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Nov 11 20:21:41 2004 +0000

    Big screenshot update for the docs
    
    
    (Old svn revision: 12139)

commit 1e63b135880cb9e8dfcfcddf23948e891d11ac37
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 11 15:59:00 2004 +0000

    Revert JF's patch and rather test for "Mod4" in xfwm4's keyboard.c
    
    
    (Old svn revision: 12138)

commit a9805b258da816eb477dff2fa96dd1259d9a5c7d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Nov 11 15:48:30 2004 +0000

    attempting to fix #377
    
    
    (Old svn revision: 12137)

commit 09e64a7a743af728cbf7d3ecbc330f267d16c7ac
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Nov 11 14:42:34 2004 +0000

    i forgot to move the typedef
    
    
    (Old svn revision: 12136)

commit 17fa9338903bd67738b7fc832ce26773fbbaa5e3
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Nov 11 14:41:23 2004 +0000

    don't tell the user the shortcut is already used if it is the shortcut he is editing (thx benny for the idea)
    
    
    (Old svn revision: 12135)

commit e61069c1ccfa55c309d026b3231968ce3b109b49
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Nov 8 09:18:13 2004 +0000

    fix #478
    
    
    (Old svn revision: 12134)

commit a6c8232e05b66f1673c4d94e1d0ee2743e27c6e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 6 16:25:06 2004 +0000

    Update automake/autoconf/libtool/gettext versions to generate the configure scripts and Makefiles,
    Update versions of all packages to 4.1.99.1 (ie 4.2 RC1),
    Update ChangeLogs.
    
    
    (Old svn revision: 12133)

commit 8ffc53e3134d413cded24e4df476f3aef71ceade
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 6 13:25:15 2004 +0000

    po and ChangeLog updates
    
    
    (Old svn revision: 12132)

commit 2f4b165b87c39d9c18598305429dc6073fd91784
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 6 13:04:03 2004 +0000

    Check for the toggle workspace first
    
    
    (Old svn revision: 12131)

commit 4f161ef8ee04786637fd3454cb1a24f6805e63af
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 6 13:02:11 2004 +0000

    Add hidden option "toggle_workspace" to enable/disable the switch back to previous workspace.
    
    
    (Old svn revision: 12130)

commit ae2f378e9e7e8f2c9a7eb5d61f8542858685ac9d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 4 21:51:38 2004 +0000

    Fix bug #463 (newly created workspaces are skipped when draging window),
    Add "default" case to the switch statements where missing as some (old) compilers require a "default" statement.
    
    
    (Old svn revision: 12129)

commit b95435d8b90658cea9517e8012457e99edbc1328
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 4 21:17:51 2004 +0000

    Typo
    
    
    (Old svn revision: 12128)

commit be4acc6b529f5364c203037682fc5fccd97221d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 3 15:15:02 2004 +0000

    Revert: Treat dialogs that don't set their transient_for as transients for group,
    Add: Support for NET_FRAME_EXTENTS and NET_REQUEST_FRAME_EXTENTS
    
    
    (Old svn revision: 12127)

commit 40e288f4fa5b890017dde115136417c132b05bf5
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Nov 3 10:52:14 2004 +0000

    Re-add dynamic workspace updating. With g_module_unload() function to disconnect handlers
    
    
    (Old svn revision: 12126)

commit 8e7063a01dc5d6a592aea16b73228afd50c73b3d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 2 09:19:51 2004 +0000

    Raise window on any mouse button click (fixes big #442) - Use the hidden option "raise_with_any_button=true|false" to toggle old behaviour.
    
    
    (Old svn revision: 12125)

commit 7b87486df4ddb45ad3a46cf66ad5f574a4c45462
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 1 15:50:24 2004 +0000

    Fix bug #434 (xfwm4 segfaults if window menu open and window is unmapped)
    
    
    (Old svn revision: 12124)

commit 7184dd39913a3b8abcc001b9a42612528349db68
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 31 17:16:03 2004 +0000

    Fix bug #423 - Raise on focus.
    
    
    (Old svn revision: 12123)

commit 4a192fd1176546f67906b0e81c2176ed5832c67e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 30 19:03:17 2004 +0000

    Global update for 4.1.91 (Xfce 4.2 beta 2)
    
    
    (Old svn revision: 12121)

commit a0a8ede863c7c5b97b587404a7f2622443a84ef3
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Oct 30 14:42:03 2004 +0000

    Update a few nl translations
    
    
    (Old svn revision: 12120)

commit e1613be86d9e4b9aa37a04f41d39f9b4066c9764
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Oct 30 14:00:10 2004 +0000

    update LT translations
    
    
    (Old svn revision: 12119)

commit d7c803f29c78aea953f6a6c1f73cbabae074dd1e
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Oct 30 12:46:48 2004 +0000

    Fix svg location
    
    
    (Old svn revision: 12118)

commit 65968112c0e39c21c7490d3bb8c50b86095ace40
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 30 12:03:09 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12117)

commit e0d8f880c34faa1851aad9a0fbe5889a6c23f4a6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 30 12:00:21 2004 +0000

    Update documentation for the compositing manager
    
    
    (Old svn revision: 12116)

commit 3d593cce2264e347a05e7af533a889e5da95a1ca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 28 19:44:42 2004 +0000

    Change default theme and rename previous theme as "Tyrex".
    
    
    (Old svn revision: 12115)

commit 6eb42144524c29f2ab913a3ac51c92226e8425d5
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Oct 28 11:55:26 2004 +0000

    update HE translations
    
    
    (Old svn revision: 12114)

commit 912193ffd260a7925a28542c871f915ae62375d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 27 21:28:10 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12113)

commit fccbc13edae46f1cbaccad2e76e24fbd7bf1f19d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 27 16:56:54 2004 +0000

    Fix various focus/stacking harmless oddities
    
    
    (Old svn revision: 12112)

commit b30590a530d520b7f5c58e697a3942667b409517
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 26 23:18:43 2004 +0000

    Add some depth to the default theme
    
    
    (Old svn revision: 12111)

commit a63b2867c76208e736d9cccb6f38066ebca35861
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 26 23:14:22 2004 +0000

    Honor raise on focus when not using raise on click in client window.
    
    
    (Old svn revision: 12110)

commit 6a8f045a899b3503cae2d0256b5e15d937d5dd2f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 26 21:02:11 2004 +0000

    Fix stupid typo that broke focus follow mouse in the previous commit.
    
    
    (Old svn revision: 12109)

commit d650e9402358015aad8b10237b529a3dce31fc49
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 26 20:42:22 2004 +0000

    Don't give focus to dock type windows unless a net_active_window is sent.
    
    
    (Old svn revision: 12108)

commit 57c604fb2ad863cdceafc78037658662b959c1f1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 26 19:04:35 2004 +0000

    Fix click_raise
    
    
    (Old svn revision: 12107)

commit dd289234764bfed32efaa17b0dd2ebdc2e47b32b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 25 05:45:54 2004 +0000

    Fix focus follow mouse breakage.
    
    
    (Old svn revision: 12106)

commit 809964dfe87b5e3e6175e95b6c1d88c7fd95ac13
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 24 21:55:10 2004 +0000

    Locale fix
    
    
    (Old svn revision: 12105)

commit 40913639c0718b22055b66e746d7ad41b6fb0e5d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 24 21:48:10 2004 +0000

    Add some logic to the way move/resize/raise windows work.
    
    
    (Old svn revision: 12104)

commit b7a5376c1d21973c7f9e613bfc0af5df3553d630
Author: Moritz Heiber <moritz-heiber@arcor.de>
Date:   Sun Oct 24 14:23:52 2004 +0000

    Hehe
    
    
    (Old svn revision: 12103)

commit 805df32c8bd0579dfca6e57ed8339e5071181fd4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 24 13:32:37 2004 +0000

    Raise windows that manipulate the focus by themselves,
    Don't translate warning messages
    
    
    (Old svn revision: 12102)

commit a900509e41e9f19dd48aab53a6f5ec530c10455b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 23 19:58:16 2004 +0000

    gmo for Moe
    
    
    (Old svn revision: 12101)

commit 3352d32ae2ebc31b5058bd5b746b2843c6ee3ed1
Author: Moritz Heiber <moritz-heiber@arcor.de>
Date:   Sat Oct 23 19:53:54 2004 +0000

    We hate K�rzels!
    
    
    (Old svn revision: 12100)

commit 3295c586d0510ae8659c7cf8a75dd207850094fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 23 19:45:26 2004 +0000

    gmo file for Moe
    
    
    (Old svn revision: 12099)

commit 1462c6d1227c44874436a013c44a061d255f9391
Author: Moritz Heiber <moritz-heiber@arcor.de>
Date:   Sat Oct 23 19:43:02 2004 +0000

    Finishing German translation. Germs are good to go Sir!
    
    
    (Old svn revision: 12098)

commit 4f0018f948a96581c53a0407e0c63eaaf03bdc8d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 23 19:40:17 2004 +0000

    Label mispelled
    
    
    (Old svn revision: 12097)

commit d88f68183d94d7c19373197ccba753557fff3886
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Oct 23 17:47:49 2004 +0000

    Update-po for moe.
    
    
    (Old svn revision: 12096)

commit d438e09b2710861644a1799a02969e41646e5eed
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 23 14:45:03 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12095)

commit 8034f29c5c1c6115d1f001d6641362e522015d58
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 23 13:14:27 2004 +0000

    Turn on wrap_layout by default
    Code cleanup
    
    
    (Old svn revision: 12094)

commit 0952683368aa05c4d9abfb9c8b99537911487b2a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 22 20:38:10 2004 +0000

    Updated versions and change logs
    
    
    (Old svn revision: 12093)

commit 4cfa29eead38175c261ce10b00920e079e844fd9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 22 19:33:28 2004 +0000

    Theme fixes
    update locale [fr] for desktop files
    
    
    (Old svn revision: 12092)

commit e6f45a0e1633345c56529aa5ab94e45ff39b7843
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 22 18:44:34 2004 +0000

    Fix bug #409
    
    
    (Old svn revision: 12091)

commit f302130579d4343d75faa1a972479dcb2a24aad3
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Oct 20 22:05:46 2004 +0000

    update ET translations
    
    
    (Old svn revision: 12090)

commit 86752fe305603c3ee07c4db832e9ff9e21020267
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 20 20:49:33 2004 +0000

    glib-2.2 has no G_MAXUINT32,
    Play with compositor priorities.
    
    
    (Old svn revision: 12089)

commit fd7fc4e19f42cc983e1e9f2caed8a36f58436330
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 20 20:30:27 2004 +0000

    Small optimizations
    
    
    (Old svn revision: 12088)

commit 40f9de184fe0953e91b35fefa1d17d81432ef7af
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 20 17:47:52 2004 +0000

    Fix initial placement issue reported on the ML by Brian
    
    
    (Old svn revision: 12087)

commit 20572d2ba65fc2d1ebc4a6bda80c01b6e902a3c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 19 05:42:28 2004 +0000

    autogen for Maarten
    
    
    (Old svn revision: 12086)

commit edca163742423c3f5628be9be6bf221dd017f915
Author: Maarten Boekhold <maarten.boekhold@reuters.com>
Date:   Mon Oct 18 13:19:05 2004 +0000

    cygwin: add X11 libs to xfwm4_plugin library list
    
    
    (Old svn revision: 12085)

commit 782d2d9a1ce6f849e2d5a7246360807e01827309
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Oct 17 20:30:47 2004 +0000

    update FI translations
    
    
    (Old svn revision: 12084)

commit 9d3b0a27937ef9ce560feb347822f265278e6537
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 17 14:01:28 2004 +0000

    Cleanup
    
    
    (Old svn revision: 12083)

commit 7ce86771c8da4fa53a46a057e7b0ce45a903803b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 17 12:45:39 2004 +0000

    Fix compiler warnings.
    
    
    (Old svn revision: 12082)

commit 12b8d390002b96bdba96d70088d29f77841db38c
Author: François Le Clainche <fleclainche@wanadoo.fr>
Date:   Sun Oct 17 12:12:11 2004 +0000

    Small doc update :
            - xdg basedir spec fix
            - some words about compositing manager
            - fix an internal broken link
    
    
    (Old svn revision: 12081)

commit c1fd6a3122a5b443ad21048e0b35ebf91823c34b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 17 11:57:10 2004 +0000

    Do monitor search in one pass.
    
    
    (Old svn revision: 12080)

commit 8d75b401a16fb7bbee3ef38fb4a78b4f0e617852
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 17 08:41:54 2004 +0000

    Replace gdk_screen_get_monitor_at_point () with our own implementation.
    
    
    (Old svn revision: 12079)

commit d84142910947ae116dd5788b5f6f9b1df414f407
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 16 17:15:41 2004 +0000

    Add a timout in case the idle callback occurs too rarely.
    
    
    (Old svn revision: 12078)

commit 0a3071147294ad6b8373f821650c7967fb851b22
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 16 14:27:14 2004 +0000

    Add new hidden option "prevent_focus_stealing" disable by default to fix #400
    Increase compositor repaint priority
    
    
    (Old svn revision: 12077)

commit 189549f81d545317fe42be7fcfb02c39cbaaba21
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 15 22:12:34 2004 +0000

    Repaint in an idle function, it seems to be faster on slower hw (like my laptop which has no accelerated xrender)
    
    
    (Old svn revision: 12076)

commit 5bfa91a84b9adb886bbb65334eedb89525593e7b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 15 06:32:56 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12075)

commit eb3fcbbc6742c43ed47dd24f0347f431cd6702cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 15 06:29:01 2004 +0000

    Forgot to notify the raw channel for command shortcuts
    
    
    (Old svn revision: 12074)

commit 424edd6f8d4d85400e3ec5a00bbc3096d4a2eef3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 14 22:07:22 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12073)

commit 28ef961407880409b1c51e3ca399bf45baacb555
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 14 21:59:42 2004 +0000

    Fix
    
    
    (Old svn revision: 12072)

commit db499e4e5dec2fad28daa12913cf1d5b421bbea3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 14 21:56:55 2004 +0000

    Code reorg
    
    
    (Old svn revision: 12071)

commit 2a3bf25a5f0dc2424cdf9f9c3dcc15e59c75f258
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Oct 14 08:26:20 2004 +0000

    fix #395
    
    
    (Old svn revision: 12070)

commit f2a1d54671c69a18a90edfe5d242575f4b285954
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 14 06:19:27 2004 +0000

    Fix double click time setting not working in xfwm4
    
    
    (Old svn revision: 12069)

commit 4cad9c07e98f23de44286b4a76bf64f2fdd4f715
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 13 22:52:05 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12068)

commit 2f02c1119d911a4e6e246b88f75649a178600c10
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 13 22:48:30 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12067)

commit af2beb48f7c329352585a8de2afdc2cbcddae7cf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 13 22:47:57 2004 +0000

    Rewrite the "typeOfClick" fn so that there is no delay when using the compositor
    
    
    (Old svn revision: 12066)

commit 093f017c056fd7d075aae5fe43739d7558fceb02
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 13 20:50:55 2004 +0000

    Change cmd line options to allow automatic compositor.
    
    
    (Old svn revision: 12065)

commit 8ab63766b2ba5f42088fa7b3ace23331fa233c60
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Oct 13 20:12:27 2004 +0000

    fix #394
    
    
    (Old svn revision: 12064)

commit cbd8eebdc86249ac9bd06f2862940c44ee2f3067
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Oct 13 14:03:50 2004 +0000

    spelling correction
    
    
    (Old svn revision: 12063)

commit e4b16d2a58f2f09d4a77dfcf4ff71b987eb09222
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 12 22:25:39 2004 +0000

    Various tweaks
    
    
    (Old svn revision: 12062)

commit 16623404f69cf9f8b0aed15b7d734ec904fbbd71
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 12 06:50:29 2004 +0000

    Use mcs raw channel to fix bug #342
    
    
    (Old svn revision: 12061)

commit f930511c0b9da886db649ed5d07903a6c6c16afb
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Oct 11 16:30:52 2004 +0000

    update-po for Moe.
    
    
    (Old svn revision: 12060)

commit ee786e80578e98cc0fc593c7d9629d477da6c653
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 10 22:03:21 2004 +0000

    Add a useless function that not used anywhere in the current code but might be useful some day, who knows...
    
    
    (Old svn revision: 12059)

commit b67c82a346fef8bb2272de187adfd883015c758d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 10 21:27:34 2004 +0000

    Fix frame vanishing when using transparency
    
    
    (Old svn revision: 12058)

commit 264f3a911f1dc4986fc70a06bbe6007990b81cb2
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Oct 10 11:52:56 2004 +0000

    update pt_PT translations
    
    
    (Old svn revision: 12057)

commit a4adb444e80ce9fa14f8060ef239089cbd0fc7a5
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Oct 10 11:28:59 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12056)

commit 3e66e5aec1ebb0644d8edf3bb424ba6866ce9abc
Author: Edscott Wilson <edscott@imp.mx>
Date:   Sun Oct 10 01:52:48 2004 +0000

    spelling correction
    
    
    (Old svn revision: 12055)

commit 16c0969c44aea5672938113f406fa91d73f07011
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Oct 9 19:47:27 2004 +0000

    fix typo
    
    
    (Old svn revision: 12054)

commit bd119e89888a970dbeb01a25297981a747117a74
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Oct 9 19:24:50 2004 +0000

    i was releasing the keyboard too soon
    
    
    (Old svn revision: 12053)

commit e5613f980f90c79335cbd5f86570b3370f7f3d96
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Oct 9 19:16:16 2004 +0000

    fix #373
    
    
    (Old svn revision: 12052)

commit 7d8bcfa5eba5c363eb73498b0e1eafa8c8844ce5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 9 16:15:21 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12051)

commit 22ff44afc84aad3f369bfb8575b515b746c7145c
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Oct 9 14:20:18 2004 +0000

    update FA translations
    
    
    (Old svn revision: 12050)

commit 3d83894b8ded6425ead4c2cb390d9b64439478f6
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Oct 9 13:48:38 2004 +0000

    Punjabi translations update from jaswinderlinux@netscape.net
    
    
    (Old svn revision: 12049)

commit adf919430efeda1fd248b32ec6595f42b60120d6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 9 13:13:16 2004 +0000

    Check for an already running compositing manager,
    Various optimizations.
    
    
    (Old svn revision: 12048)

commit 1546eb4f6ed50dd20f0cc0ed3b0240507747b2ea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 8 22:42:59 2004 +0000

    Various optilizations in compositor
    
    
    (Old svn revision: 12047)

commit a8769dd19b267366e367ad37b6a861f66471c215
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 8 20:36:07 2004 +0000

    Fix grab/ungrab when dragging windows between workspaces
    
    
    (Old svn revision: 12046)

commit c9ec1fa3ad370ac1338973fea2b9f52e913cbdb5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 8 17:21:32 2004 +0000

    Small optimiztion.
    
    
    (Old svn revision: 12045)

commit 2828c4d03fecc1bf5ba81355dd02676058490844
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 8 17:06:09 2004 +0000

    Improve handling of transients/modals which aren't tied to a parent window.
    
    
    (Old svn revision: 12044)

commit 0051fd1debd44ddaa830c8d0b2dee637a9274abb
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Oct 8 16:43:04 2004 +0000

    fix #377 and #378
    
    
    (Old svn revision: 12043)

commit 6654ecd884d3d350abd2d3275c3d804fd2dbc1bf
Author: Edscott Wilson <edscott@imp.mx>
Date:   Fri Oct 8 15:45:30 2004 +0000

    update spanish translations.
    
    
    (Old svn revision: 12042)

commit 5c2a22ffaa6572294ae6c83ac0517a7973ef937a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 7 21:21:11 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12041)

commit af1b0769edff74d61e6dfa40d02270e34fee3e37
Author: Benedikt Meurer <benny@xfce.org>
Date:   Thu Oct 7 20:49:35 2004 +0000

    Revert
    
    
    (Old svn revision: 12040)

commit 945b6a97583569c7737e917aed4b2f3d78b6e536
Author: Benedikt Meurer <benny@xfce.org>
Date:   Thu Oct 7 20:36:17 2004 +0000

    Added --enable-final (-O1 for GNU ld) as per Jaspers request. Added missing
    m4 files.
    
    
    (Old svn revision: 12039)

commit 64141888101f57b66e11e8be8c5095915d107581
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 7 20:20:54 2004 +0000

    Fix typo
    Actually use optimization in shadow computation
    
    
    (Old svn revision: 12038)

commit f092ef3c5061e224a320d0b1be3df07284c3fe41
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 6 22:25:23 2004 +0000

    Simplify code in compositor repaint routine
    
    
    (Old svn revision: 12037)

commit cef714fe3f5667390c4d2f7533d417b7d1c4b1b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 6 21:56:44 2004 +0000

    Fix transet removing opacity property
    expand sources;
    
    
    (Old svn revision: 12036)

commit ff404156032b2ed8f7fdd95b091aa2df169b5219
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 5 21:37:29 2004 +0000

    Fix XShape bug, now gkrellm and other shaped windows work.
    
    
    (Old svn revision: 12035)

commit f3d9e3dd3f41b5c09e187c23dfa453a6bb3fc990
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Oct 5 20:20:01 2004 +0000

    use path instead of selection for popup_menu_del_menuitem activation
    
    
    (Old svn revision: 12034)

commit 09e76558664929b19e4bbcc42ec6cd7968fc6252
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Oct 5 20:13:14 2004 +0000

    add option to remove shortcut, and command dialog shows current command if present
    
    
    (Old svn revision: 12033)

commit 17987e52d085df383503f434c2760dba1d5e53fe
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Oct 5 14:11:11 2004 +0000

    Benedikt tells me session files should be in ~/.cache/.
    
    
    (Old svn revision: 12032)

commit d42714149ad1702bf4d718ef48b9f09e83f75b67
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 5 11:33:34 2004 +0000

    indent
    
    
    (Old svn revision: 12031)

commit 733cb280fc7af0868a5c51dcddeb3f1fff3aabfe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 5 11:31:35 2004 +0000

    Still compositing and shape
    
    
    (Old svn revision: 12030)

commit ca8fe08d99a40ac6b85821280a3e75ff32c04843
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 5 06:55:01 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12029)

commit 08fa917f83ed8516db530fe681388da3d3e39302
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 5 06:49:52 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12028)

commit 1570175ddd303d23bbe06885f1dfddb6584ca94b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 5 06:23:47 2004 +0000

    Improve handling of shaped windows.
    
    
    (Old svn revision: 12027)

commit 18ad8f5a5707a5116bcd62742ed38eddff5e31ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 4 21:27:56 2004 +0000

    Reorg to save useless notifications
    
    
    (Old svn revision: 12026)

commit 9b0d9bc05e1b18946e02d7b93473d990dab27a80
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 4 21:10:08 2004 +0000

    Wrong fn name in header.
    
    
    (Old svn revision: 12025)

commit 38ce1897b9ae87cb708df069ea476411707ef759
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 4 21:01:30 2004 +0000

    There is a refresh problem with XShaped windows, but xcompmgr suffer the same so I'm not sure it's really a compositor problem.
    
    
    (Old svn revision: 12024)

commit 6fe049cb2a87872b4e4936d607776875556a3775
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 3 21:08:34 2004 +0000

    Better support for transparency property.
    
    
    (Old svn revision: 12023)

commit 97238b6df364c5b852d5cf80af24b87acbd5f89e
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Oct 3 16:14:42 2004 +0000

    Punjabi translations (PA) from jaswinderlinux@netscape.net
    
    
    (Old svn revision: 12022)

commit d218cbc7ff0cb2122dae9d858555fd781f0d9f05
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Oct 3 15:43:48 2004 +0000

    zh_TW translations of desktop files from Ambrose Li <acli@ada.dhs.org>
    
    
    (Old svn revision: 12021)

commit 638657289299ac78f4a225b626f00d784827d26d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 2 12:36:10 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12019)

commit 737ab99b37f58e1e00785630e9e0c4e56547cd72
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 2 12:31:34 2004 +0000

    Add support for expose on root event
    
    
    (Old svn revision: 12018)

commit 72a0711706cc815dbda89dcbbbf3b638d72e9e0d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Oct 2 11:50:51 2004 +0000

    fix #345
    
    
    (Old svn revision: 12017)

commit 5ea621255f0fbed7bee2f3110ae5260faac2c96e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 2 11:45:21 2004 +0000

    Damage window on shape events.
    
    
    (Old svn revision: 12016)

commit 290a3571d15c5afa8d12bec1cb09cbbc21fa767c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 2 11:33:47 2004 +0000

    Damage client on XShape event
    
    
    (Old svn revision: 12015)

commit 1575c0ec27b374b4aaa906c88fb82210a3b31aa4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 2 10:33:19 2004 +0000

    Add support for shadow_delta_* params for adjusting shadow size and position for specific themes.
    
    
    (Old svn revision: 12014)

commit 88a5e623064f8bacd81a592944cde339f15e8be0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 2 08:59:49 2004 +0000

    Slightly enlarge shadow in compositor,
    Enable optional compositor build in rpm (depends on option "--enable-compositor" being passed to the configure script),
    Various gcc warning fixes in compositor.
    
    
    (Old svn revision: 12013)

commit 768be33af75a34ebde7bf13cda8d64eee8414b6a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 1 20:17:37 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 12012)

commit 1ab131856ac4584c2c51b3850ec2ae98534759ff
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 1 20:15:21 2004 +0000

    Last touch
    
    
    (Old svn revision: 12011)

commit 47dfac2305261e8469da90120a1a4e8af43265ed
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 1 20:09:12 2004 +0000

    Redo the checks,
    Fix a potential leak.
    
    
    (Old svn revision: 12010)

commit 14bbd1cc94b7f1402fbbfb7fed830aa52e5768a1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 1 17:15:30 2004 +0000

    Be paranoid about returned values in compositor
    
    
    (Old svn revision: 12009)

commit 94d63b07955cce027a7aff99f5286ecebdd7ba43
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 30 20:26:00 2004 +0000

    Jump to the next win instead of the previous if the current win vanishes during the alt-tab cycling,
    Adding (an old) theme "breeze" simply because it looks great with the compositor!
    
    
    (Old svn revision: 12008)

commit 155ce47b7f9c6d0ee0f10b1d038a46bb20684c64
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Sep 30 15:48:07 2004 +0000

    updated Italian translations from Luca Marrocco <buildup@libero.it>
    
    
    (Old svn revision: 12007)

commit 5ac09a174f3c8d50e22d73faab62d6cf6e8a4cda
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 29 22:31:29 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 12006)

commit 7ad815cb651970ab7b2351643593ff77b772c339
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 29 21:52:31 2004 +0000

    Updating ChangeLog
    
    
    (Old svn revision: 12005)

commit 1a25e540b3934be93c5316e23538bbe48d051085
Author: François Le Clainche <fleclainche@wanadoo.fr>
Date:   Wed Sep 29 21:46:30 2004 +0000

    Change tabwin icon.
    
    
    (Old svn revision: 12004)

commit a48308e8c32fd1da7b17c30c6d97eb2a8ea357b9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 29 21:18:18 2004 +0000

    Don't paint offscreen windows as done in xcompmgr.
    
    
    (Old svn revision: 12003)

commit e5fdb2148e661c9e51b96534e487e15201009aec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 29 17:05:56 2004 +0000

    Add little white frame arround the black frame so it stays visible even on dark background,
    handle the one single hidden app in cycling.
    
    
    (Old svn revision: 12002)

commit 0f502949c9adf9df753a70a1af1ab5f3b9b3ea2d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Sep 29 08:22:04 2004 +0000

    updated zh_TW translations from Ambrose Li <acli@ada.dhs.org>
    
    
    (Old svn revision: 12001)

commit a06bb85a14c6e187117cb6a99e9ae4419d5d55b3
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Wed Sep 29 07:59:55 2004 +0000

    updated zh_CN translations from yongtao yang <yongtao.yang@gmail.com>
    
    
    (Old svn revision: 12000)

commit 42710f677130f1b41102856111dc7ded52e8efd8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 28 22:10:50 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11999)

commit 856b702d14dc15fe42c79c60c655ed317ea019c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 28 22:07:04 2004 +0000

    Improve windows refresh when using compositor.
    
    
    (Old svn revision: 11998)

commit c3fd2a0efbae741d47d4bbda8b3c80e6e38edb7f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 28 21:55:55 2004 +0000

    Don't grab the server when cycling windows (but still show the frame shadow),
    Add a "--help" usage message.
    
    
    (Old svn revision: 11997)

commit f6c00d955c317172f1ac7e02e306d7c1d28d6652
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 28 19:56:05 2004 +0000

    Fix window vanishing when being unmapped with compositor enabled.
    
    
    (Old svn revision: 11996)

commit 417f9a952f024eb585ecd6391ba3a283f896e6a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 27 21:10:59 2004 +0000

    Various compositor fixes/improvements,
    Add new cmd line option "--disable-compositor" to disable compositor even if it's supported by both xfwm4 and the X server.
    
    
    (Old svn revision: 11995)

commit ce2b93ca7b63d824b68763d07a441f1e8e3cf1ff
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 22:11:04 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11994)

commit 7c089f109bbed457eab61ea214ffdb91d3451a40
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 22:07:59 2004 +0000

    Various tweaking
    
    
    (Old svn revision: 11993)

commit 580e8d327f3c040d46d0a6601def4a451697b0e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 21:22:09 2004 +0000

    Fix a crash when window XRender visual can't be determined
    
    
    (Old svn revision: 11992)

commit 5b40e706b429187adabec148e248db6619a9272f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 18:01:43 2004 +0000

    Port latest changes from xcompmgr,
    Fix bug when unmapping override redirects
    
    
    (Old svn revision: 11991)

commit 257d59cfc3f346842c8b0346fd8a37bb36e72578
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 12:27:56 2004 +0000

    Reduce drop threshold for mouse wheel events and fix a couple of compilation warnings.
    
    
    (Old svn revision: 11990)

commit 128d548c6869499e5b253739fba20f74af6a7100
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 12:12:04 2004 +0000

    Add wrap_cyle option enabled by default for Brian and Francois.
    
    
    (Old svn revision: 11989)

commit 7864e0bfdd88830b4f0787ee96ac4322f65a6959
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Sep 26 10:30:19 2004 +0000

    autogen for jean-francois
    
    
    (Old svn revision: 11988)

commit 295b6cfddc005f8b021c89281d58b5ad745b50bb
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 26 10:18:55 2004 +0000

    bump version in libxfce4util to 4.1.17 and make xfwm4 depends on it
    
    
    (Old svn revision: 11987)

commit 06874d3b24da4ce7644e4b52fbecc4365129c1ff
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Sep 26 09:56:17 2004 +0000

    Fix html target for docs. Not build by default.
    
    
    (Old svn revision: 11986)

commit b53a38975c0b6ed5516cd0fb80d43e41e42a5065
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 09:03:27 2004 +0000

    fn shouldn't be declared "extern"
    
    
    (Old svn revision: 11985)

commit c7d40c2807bd7f446177e41303a7711fb7874b68
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 26 09:02:56 2004 +0000

    Fix [Bug 336]  New: Moving hidden buttons in settings changes button layout of all windows
    
    
    (Old svn revision: 11984)

commit efb70758d395373da88b75e5b54515718decf468
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 25 21:49:33 2004 +0000

    Add compositor.
    
    
    (Old svn revision: 11983)

commit e758770da85798d22310c3a9e021d78ad6185537
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Sep 25 15:56:17 2004 +0000

    deactivate the del entry in the popup menu when a not user_writable
    entry is selected
    
    
    (Old svn revision: 11982)

commit 33805819c7fd0207ed1be7fc7a7005b005a89faa
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Sep 25 15:32:01 2004 +0000

    fix shortcut editor, Default is no more editable, user can create his
    own themes
    
    
    (Old svn revision: 11981)

commit 30e0fdeacfa2edc7786e40a91f751693d129e648
Author: Benedikt Meurer <benny@xfce.org>
Date:   Fri Sep 24 16:34:06 2004 +0000

    Simplify writable test.
    
    
    (Old svn revision: 11980)

commit f9ee04083d503adb3905b0225dbab4687dc03d75
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Sep 24 14:03:20 2004 +0000

    commit things before going back home for the w-e
    
    
    (Old svn revision: 11979)

commit 09957f691372886658ddfe6125d3d25d878844bc
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Sep 24 06:49:02 2004 +0000

    temporaly fix the shortcuteditor
    
    
    (Old svn revision: 11978)

commit d8571fd75dfb70c7d256e68a6bf022ae2f51df47
Author: Brian Tarricone <brian@tarricone.org>
Date:   Fri Sep 24 06:19:29 2004 +0000

    fix first-time edit if $prefix != /usr
    
    
    (Old svn revision: 11977)

commit 15960cf1bddcc3ac2f22f76307eeac763c3abe93
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Sep 23 21:37:08 2004 +0000

    add Gujarati translations (GU) from Ankit Patel <ankit@redhat.com>
    
    
    (Old svn revision: 11976)

commit bf0cf21659a9b6d46ad5c9e595b00ec06ff6943b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 23 17:15:38 2004 +0000

    Fix bugs from the sidewalk stacking
    
    
    (Old svn revision: 11975)

commit 907c1750b7d7baa3d497dab85691988a2222d034
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Sep 23 13:43:07 2004 +0000

    minor fixes
    
    
    (Old svn revision: 11974)

commit e720bb7efb8788dbf99da343f88d0865f31eaded
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Sep 23 09:09:06 2004 +0000

    Better translation
    
    
    (Old svn revision: 11973)

commit 4d4fa827e6cf312b7aab59aec25dcc5c3e031bf8
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Sep 23 08:22:53 2004 +0000

    Add nl translations
    
    
    (Old svn revision: 11972)

commit 62918cc43db611b1470dd193c35059cd0d7e6304
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 23 06:29:27 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11971)

commit 31fe4199ad3c1740c013c4ce8f06cdbaf16e1c50
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 23 06:26:50 2004 +0000

    Fix missing parts from Param's patch regarding "sidewalks"
    
    
    (Old svn revision: 11970)

commit 2a725569d343080394379eb76bdbf915983afe2d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 23 05:59:37 2004 +0000

    Apply patch from Paramjit Oberoi <param@cs.wisc.edu> to handle worskswitch with reaching screen edges
    
    
    (Old svn revision: 11969)

commit 4d8a48c37ee2c9f91f37f9be91cb77ca5990ff25
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 23 05:22:35 2004 +0000

    Improve window resize within partial struts
    
    
    (Old svn revision: 11968)

commit 62d19d108fe0af246884643e2342ed6ee0f84481
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 22 22:39:18 2004 +0000

    ??
    
    
    (Old svn revision: 11967)

commit 10c05aec5cd2e801cf2d55d9dfe4031848992f88
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 22 22:37:21 2004 +0000

    Mispaced parenthesis
    
    
    (Old svn revision: 11966)

commit da187c8fe92d836641d9a63d46781a82873c337b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 22 22:35:56 2004 +0000

    Misplaced parenthesis
    
    
    (Old svn revision: 11965)

commit f67479e8b8aa40112b0a56b4d9bd3a24f1617aa1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 22 20:06:20 2004 +0000

    Be smarter with dragging windows across workspaces,
    Apply patch from Nils Rennebarth <Nils.Rennebarth@web.de> to optionnaly prevent
    cycling desktops with the mouse scroll wheel.
    
    
    (Old svn revision: 11964)

commit b0739cf5c1e4640d025f8cd36ecfd26b5f400421
Author: Brian Tarricone <brian@tarricone.org>
Date:   Wed Sep 22 03:18:33 2004 +0000

    add GenericName tags to settings .desktop files
    
    
    (Old svn revision: 11963)

commit d574d3c6c22edf85b35b03a5c38528091e220626
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Sep 21 20:13:09 2004 +0000

    Prevent crash when keyval without name is pressed
    
    
    (Old svn revision: 11962)

commit 64d04cee950f1b501940af04e95bfeb13db963ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 21 19:27:01 2004 +0000

    Merge custom keytheme wit hsystem default to avoid missing shortcuts that prevent the WM to start.
    
    
    (Old svn revision: 11961)

commit b44c87ec92e89fdb645cd8af8311b67ad00184ee
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Sep 21 11:51:27 2004 +0000

    Run make update-po at Moe's request.
    
    
    (Old svn revision: 11960)

commit b4ec64ff900875eb174899ef3f39aca80c173d16
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 21 06:40:17 2004 +0000

    Include patch for 2D desktop layout support from Paramjit Oberoi <param@cs.wisc.edu>
    
    
    (Old svn revision: 11959)

commit 39e2f24307e62ce6d6320919805cc1e6e84ea9fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 20 22:22:05 2004 +0000

    Update all ChangeLogs
    
    
    (Old svn revision: 11958)

commit 55935efe32c6e9ce83ced5abd4c8ba89ccaf4d00
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 19 20:16:01 2004 +0000

    Remove compositor for now.
    
    
    (Old svn revision: 11957)

commit ad98ba1ccd3bea413c966fd1e9f2d45e7f64b7c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 19 19:58:06 2004 +0000

    Fix the typo in the added comments (!)
    
    
    (Old svn revision: 11956)

commit 77e40096d8f12ed4bfc7f7e1f1b7fc1f21b2f10f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 19 19:55:20 2004 +0000

    Add comments for clarity
    
    
    (Old svn revision: 11955)

commit e0b80ba1275115796878f20b751481785dc858c6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 19 19:50:12 2004 +0000

    Fix urgency flashes switching apps automatically when cycling with alt+tab.
    
    
    (Old svn revision: 11954)

commit e2619d18cab2571151e3655fde9055a934175be6
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Sep 19 10:14:51 2004 +0000

    Update nl translations
    
    
    (Old svn revision: 11953)

commit b81d72132ce1e637f693f951e3a5f54b5e2b389b
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Sep 18 20:50:57 2004 +0000

    Fix translations for mcs plugins
    
    
    (Old svn revision: 11952)

commit baf8867ac83252beb772e0fd4869c1dc1da7bf2c
Author: Danny Milosavljevic <danny_milo@yahoo.com>
Date:   Sat Sep 18 18:43:35 2004 +0000

    save_channel -> ws_save_channel
    
    
    (Old svn revision: 11951)

commit 352d173ebb7cd4fbbd897394b8e2a246ff492f5c
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Sep 18 18:28:01 2004 +0000

    autogen for Maarten + basedir tweaks
    
    
    (Old svn revision: 11950)

commit 8cba8cb8895405f4c75768a8d5396b678f7e291e
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Sep 18 16:41:26 2004 +0000

    update EU translations
    
    
    (Old svn revision: 11949)

commit f670a64b8e310aa7fede227d07925bbe71e7d9c2
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Sep 18 16:34:03 2004 +0000

    try to avoid some namespace clashes found by Danny
    
    
    (Old svn revision: 11948)

commit 7c54bdcbca833db36b34123dbb8129812c4320a7
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Sep 16 22:10:28 2004 +0000

    add BE translations from Ales Nyakhaychyk <nab@mail.by>
    
    
    (Old svn revision: 11947)

commit a838b6420838604c2e20a3f514c27314dcb3f966
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 16 20:30:37 2004 +0000

    Slightly smoother
    
    
    (Old svn revision: 11946)

commit 797071a1c8c1c8bd3401b16bcf8fc71ba1887709
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Sep 14 20:32:31 2004 +0000

    Cygwin patches by Maarten Boekhold.
    
    
    (Old svn revision: 11945)

commit 8aa32546281648923005d3a1fc4acf5d58f498b3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 12 21:49:04 2004 +0000

    WIP
    
    
    (Old svn revision: 11944)

commit 0f8704cbecca26e22a3fcf371947562b79bbc972
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Sep 10 20:49:03 2004 +0000

    HE translations update from Yuval Tanny <tanai@int.gov.il>
    
    
    (Old svn revision: 11941)

commit 472fd4f7ad1f1a94db3a686df0b8e459daf1f3de
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 9 22:54:17 2004 +0000

    Prepare compositor (not here yet though)
    
    
    (Old svn revision: 11940)

commit 2724b68c1c4ca3d64d5996cc7b733529a1535660
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Sep 9 18:51:10 2004 +0000

    update VI translations
    
    
    (Old svn revision: 11939)

commit f786ae7d6a4d13a17d0a095d648ca16f6b3df5a1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 8 15:59:31 2004 +0000

    Include Sami Samhuri <sami@no-eff-eks.com> patch for "cycle_hidden" option,
    Update the default boring theme.
    
    
    (Old svn revision: 11938)

commit 7f98c4db93c85efdb953eb1b6aa55738d4d54d9b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 7 22:12:40 2004 +0000

    Remove outdated example.xfwm4rc
    
    
    (Old svn revision: 11937)

commit 6757eba16f5c7413a60cb66bd9c3be74d2038b5f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 7 21:52:43 2004 +0000

    Promote a derivative of "Tyrex" new default theme and rename current default to "Symphony"
    
    
    (Old svn revision: 11936)

commit d08e3bb16034efd2abf21ff02e5ba07dfcb6a7e9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 6 21:30:55 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11935)

commit 097270530a8d5b63a5cdb7977762fbdf91b99f42
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Sep 6 14:08:45 2004 +0000

    ET translations from Peeter Vois <Peeter.Vois@proekspert.ee>
    
    
    (Old svn revision: 11934)

commit e2e61b3e1547e2118ac6cfd2514bcf135ee017c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 6 05:52:51 2004 +0000

    Fix spec file
    
    
    (Old svn revision: 11933)

commit 1aa2dfe1422572a0c029ffc0256fd2e90c1830ee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 5 20:57:47 2004 +0000

    Code cleanup, improve default WM theme.
    
    
    (Old svn revision: 11932)

commit b04fb57a656728ca589d7e4a8aefde1735a302d1
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 29 16:03:45 2004 +0000

    AZ translations update from Metin Amiroff <metin@karegen.com>
    
    
    (Old svn revision: 11931)

commit e93fc0d767e8d39bbf0866a52cd6be90a21a2da2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 29 13:02:15 2004 +0000

    Optimize blinking.
    
    
    (Old svn revision: 11930)

commit 2c79fd4292d3f1382d6968da939bebc85eaf0820
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 28 23:24:18 2004 +0000

    Cleanup, remove previous booleans replaced by bit flags.
    
    
    (Old svn revision: 11929)

commit 7c656e19e38874ab1f600e9590270dbb13fdbff5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 28 23:10:17 2004 +0000

    Reorg internal flags,
    Add support to NET_WM_STATE_DEMANDS_ATTENTION (I couldn't find any documentation on this state, but both kwin and metacity support it!),
    Reactivate code to prevent focus stealing (been #if 0'ed for a while)
    
    
    (Old svn revision: 11928)

commit 2caacd74287936479ccec61e4a57bf478a687495
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Aug 28 19:21:19 2004 +0000

    add Slovak translations from Juraj Brosz <Juraj.Brosz@pobox.sk>
    
    
    (Old svn revision: 11927)

commit 27ed942edb91c1f4c5b4c2b620e716eaa73d3dfe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 28 06:46:17 2004 +0000

    Tabs cleanup
    
    
    (Old svn revision: 11926)

commit 5673df5ebaebc4a723476d4f5a263a87abfba019
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 27 21:18:23 2004 +0000

    Add support for Urgency flag.
    
    
    (Old svn revision: 11925)

commit 2e2a7b0e21e8e854450ed8c9c029ebf6c3c98e49
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Aug 27 08:26:32 2004 +0000

    FI translations update from Ilkka Ollakka <ilkka.j.ollakka@students.oamk.fi>
    
    
    (Old svn revision: 11924)

commit e7fa3a3e2c722e0c3008b21e19cdcec2d5fcafdd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 25 21:50:19 2004 +0000

    Smarter resize with partial struts.
    
    
    (Old svn revision: 11923)

commit 28e0d121edc692778cf7416673fb7a8818a64496
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Aug 25 18:34:43 2004 +0000

    Update dutch translations, only po files for now
    
    
    (Old svn revision: 11922)

commit 5aeaa5e3661cdeeb52f9397d53f473936b64bf8d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 24 10:30:25 2004 +0000

    Revert removal of HIDDEN state
    
    
    (Old svn revision: 11921)

commit 7129012ee84b6e60755333a4c031479e9942fb71
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Aug 24 10:04:36 2004 +0000

    RU translations update from Anthony Ivanoff <a-i@bk.ru>
    
    
    (Old svn revision: 11920)

commit 65de7a0a92e3471a3c8b39d8ac1c67a21cb6eab4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 24 05:58:06 2004 +0000

    Try to stick to the standard.
    
    
    (Old svn revision: 11918)

commit 2ae23edffafc2a2cda1df08a044d46b4e2c551e4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 23 21:09:44 2004 +0000

    Version 4.1.7
    
    
    (Old svn revision: 11916)

commit 9b281856b8164dfe7350eba950bba6202c7d6d7a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 23 21:01:00 2004 +0000

    Fix NET_WM_STATE bug with SM.
    
    
    (Old svn revision: 11915)

commit b693a1c18fd61aa1957c047615f24802169ba107
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 22 22:18:50 2004 +0000

    Add CVS Id, like Jasper does with the panel.
    
    
    (Old svn revision: 11914)

commit 0cfd13c6fc5a400d4a5fafa70b3490286bcb9c14
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 22 22:14:13 2004 +0000

    Id
    
    
    (Old svn revision: 11913)

commit 3b14c3bbd3c440cb9f9d3bd8fb2b3c0d044f2ec3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 20 19:25:47 2004 +0000

    Improve compat with GNOME's metacity by using the same colors from GTK themes for window decorations.
    
    
    (Old svn revision: 11911)

commit 1ae60b0798f2f047ed650475e02f36b20b01e0d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 20 11:27:36 2004 +0000

    Change default theme again (sorry for any incovenience that might cause)
    
    
    (Old svn revision: 11910)

commit 7f6c480eb11e48a20fdab37916f1823d4e6fbd4b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 19 11:18:56 2004 +0000

    nicer title bar.
    
    
    (Old svn revision: 11909)

commit a4d9b478b0cb03a077a06c342c6030e3f27bd0f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 17 19:48:40 2004 +0000

    Fix remaining theme bugs,
    Improve passing focus when lowering a window.
    
    
    (Old svn revision: 11908)

commit 327eeeba868e07b881a8003be811a0109e1d7f5f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 17 11:32:10 2004 +0000

    Theme update (flc, I'm sorry!)
    
    
    (Old svn revision: 11907)

commit bed28f5e3a5e441ecc7b2e7d4f9740c05e337de6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 16 20:31:46 2004 +0000

    Rework (read simplify) focus passing,
    Update focus when lowering a window (as per user request)
    
    
    (Old svn revision: 11906)

commit 8da8403daeedf37f743196c7f55afdf65c7b7534
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 16 20:09:10 2004 +0000

    Don't check for actual visibility status of a window when receiving an ICCCM unmap request as the could be the cause of #0000276 and #0000293
    
    
    (Old svn revision: 11905)

commit ab9228b5de7360bf412d294d54d3b2912c6ed646
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 15 21:31:01 2004 +0000

    Referencing a local working file in potfiles...
    
    
    (Old svn revision: 11904)

commit 0cb5a0d0946776ce4c428ef4aa1c12f484a8fb3b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 15 19:39:58 2004 +0000

    Resync with repository, most notably:
    - libxfcegui4 fixes with gtk 2.2
    - xfwm4 updates
    - Present panel plugins in alphabetical order
    - Fix add plugin dialog being placed over the panel when using SM
    - French po updates
    - Other various small bug fixes
    
    
    (Old svn revision: 11903)

commit bf5d37b625b9ae07196ff924b635057250763d34
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Aug 14 19:47:45 2004 +0000

    Hebrew translations from Yuval Tanny <tanai@int.gov.il>
    
    
    (Old svn revision: 11902)

commit dd3c3bd7e7d910be9495abe0bb566db407990121
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Aug 8 14:06:17 2004 +0000

    Updated documentation, thanks to Francois.
    
    
    (Old svn revision: 11901)

commit 3848acb8b7d5ed3a441da6c04f1cab584a15cfca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 4 22:52:43 2004 +0000

    Add support for TRANSIENT_FOR update (with cautious checks for cyclic transient relationship) - That should fix the issue with gtranslator (bug #273)
    
    
    (Old svn revision: 11900)

commit 47cd7c463ee5ae1052269745b9be0c25e449b229
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 4 17:10:49 2004 +0000

    Fix bug #0000273
    
    
    (Old svn revision: 11899)

commit 306c190a85fb0b46e58ae89ea3800a574f97a242
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 4 16:53:36 2004 +0000

    Update translations
    
    
    (Old svn revision: 11898)

commit 2dc72e931bafadf5c8664946ee9ad48771395a46
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 4 15:22:31 2004 +0000

    Change default theme.
    
    
    (Old svn revision: 11897)

commit bf0681dbf4f587df9e6ab5871f47d29dd5aab2dc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 3 16:39:34 2004 +0000

    Use default theme when no valid theme is found,
    Don't show the title bar buttons when space is missing,
    Various bug fixes.
    
    
    (Old svn revision: 11896)

commit 2e28aab130f3cf8abeb86297d7b976f720cbe78f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 3 16:37:58 2004 +0000

    Write a new widget making heavy use of DnD for button layout,
    Update license preamble,
    Give credit where credit is due.
    
    
    (Old svn revision: 11895)

commit 3905c935d4710f63ee7c252114a8ce7a15b50c06
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Jul 28 21:33:33 2004 +0000

    Rerun autogen.sh after depends.m4 update.
    
    
    (Old svn revision: 11894)

commit c011fe9019a7320af1a624aae23926a406619dd3
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Jul 28 21:22:05 2004 +0000

    Fixed (module)_FOUND bug reported by brian. Hopefully nothing else broke
    this time.
    
    
    (Old svn revision: 11893)

commit 62fad38b1f628330ea98bea02305a9216d9167f6
Author: Benedikt Meurer <benny@xfce.org>
Date:   Tue Jul 27 19:57:03 2004 +0000

    Added icons from Francois.
    
    
    (Old svn revision: 11892)

commit cd51b1b72890d42cfbe5ac18c3f0333787f93ac9
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jul 24 18:52:50 2004 +0000

    Readded XFCE_MCS_PLUGIN() again, dunno how I manage to remove it everytime
    I edit depends.m4!
    
    
    (Old svn revision: 11891)

commit ea3d72e3be8658ab46b434daa2d99c9d20488833
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jul 24 17:30:34 2004 +0000

    XFCE_PANEL_PLUGIN had wrong panel version for the threaded test.
    
    
    (Old svn revision: 11890)

commit c97445255fcc9884f1b96d2d42140a3ad05dc166
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jul 24 17:28:16 2004 +0000

    Extended the XFCE_PANEL_PLUGIN macro to include some magic for threaded panels.
    
    
    (Old svn revision: 11889)

commit aa7e993dbbb0603963928744bd62f5d2e149acfe
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jul 24 12:57:02 2004 +0000

    Made icons themable. Fix compile error in events.c with --enable-debug=full.
    
    
    (Old svn revision: 11888)

commit 54c7e54d5e0cc2611eff0c82b19893ffa87aaf9f
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jul 24 12:43:26 2004 +0000

    The mcs plugin is still using a GtkOptionMenu, so remove GTK_DISABLE_DEPRECATED
    here for now.
    
    
    (Old svn revision: 11887)

commit 73e0eeed05c70add7dc41edcddf306e9a1a42f35
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Jul 21 23:00:55 2004 +0000

    Readded the XFCE_MCS_PLUGIN macro. I didn't ment to remove it, tho.
    
    
    (Old svn revision: 11886)

commit 0c7de53e399e2fbf05b8d70a28b8b9729db1ac33
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 21 17:07:16 2004 +0000

    Final touch on defaults
    
    
    (Old svn revision: 11885)

commit 9ad64f029a19e3990d0c11f28f54e418786638a1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 21 11:18:29 2004 +0000

    Change default theme again, adopt a simple, slick and colorfull theme
    
    
    (Old svn revision: 11884)

commit 6675d2de0a2dc3012baa5256efc1f351b516ec29
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 20 21:21:06 2004 +0000

    Change default theme
    
    
    (Old svn revision: 11883)

commit 7bad580bd72c933111272bb5b94dae9411ef7821
Author: Benedikt Meurer <benny@xfce.org>
Date:   Tue Jul 20 20:58:46 2004 +0000

    Modifed panel plugin check, so one (the installer) can choose to install
    into a different plugin dir.
    
    
    (Old svn revision: 11882)

commit a11a38aecdf9febd8210a43d23237bfb9dd82fca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 18 21:26:38 2004 +0000

    Remove shadow, looks smoother
    
    
    (Old svn revision: 11881)

commit ac5c7c70767885ae2b51913fed1eb06f028c8cfa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 17 09:20:42 2004 +0000

    Fix bug in frame rendering (new??)
    Change hilights of default theme titles, so it looks more "translucid"
    
    
    (Old svn revision: 11880)

commit 65a90e1edaa89db2b38e1254e79ed237573a4837
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 16 20:51:49 2004 +0000

    Forgot the themerc!
    
    
    (Old svn revision: 11879)

commit b751ca1ff4ea3a64eef9f1a1ab86399b10b06014
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 16 20:06:15 2004 +0000

    Change theme, allow different buttons size between active and inactive frames.
    
    
    (Old svn revision: 11878)

commit bd27d9921ea8040aae5bae6a2fd156680378c91a
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Jul 16 14:18:58 2004 +0000

    unused variable
    
    
    (Old svn revision: 11877)

commit 12d6766889f006bd0758774b3eabb6e97106a8f1
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Jul 16 14:12:32 2004 +0000

    - fix #256
    - change some hardcoded .xfce4 to xfce_get_userdir
    
    
    (Old svn revision: 11876)

commit febad9fa90dfe7262b1289e1b218380ff3d2704d
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Jul 15 08:50:37 2004 +0000

    fix #219 in shortcut editor
    
    
    (Old svn revision: 11875)

commit 8752836fae94d9cf12fa11ca50065a07b4cdf907
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Jul 14 20:56:41 2004 +0000

    get rid of moongroup references
    
    
    (Old svn revision: 11873)

commit b2441cd9471e0c269e38fed1d8decbb2d2679f04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 12 18:49:58 2004 +0000

    Update the "Waza" theme
    
    
    (Old svn revision: 11871)

commit d6fb9023b17a470367808479ab450132ad3c04ac
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 11 19:52:32 2004 +0000

    Cleanup
    
    
    (Old svn revision: 11870)

commit 787476d27254ec5d9de4c3542fb9da1c728cae89
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jul 11 13:28:34 2004 +0000

    splitting of xfwm4_plugin.c
    
    
    (Old svn revision: 11868)

commit 47eaeb68055210c32f1cb007e495da7628934a9b
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Jul 9 21:06:16 2004 +0000

    more italian doc translation from Sascha Ales
    
    
    (Old svn revision: 11867)

commit a90caa08f5d6474c54f64f60313f69201bdbd02b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 8 16:57:33 2004 +0000

    Add defaults file to package
    
    
    (Old svn revision: 11860)

commit ed2b8fa187aee1a3e484fa6de5908abce7dbe6d8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 7 20:01:20 2004 +0000

    Change default font for title bar to "Sans Bold 8"
    
    
    (Old svn revision: 11859)

commit 04e33a7582d8da5573abbc6c2d9e2e7c199e8b5c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 7 19:18:10 2004 +0000

    Remove useless generation of default file.
    
    
    (Old svn revision: 11858)

commit 5af7e686a796d78cb48b0d118a0ddb740955ed89
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 6 22:22:29 2004 +0000

    Expand sources
    
    
    (Old svn revision: 11855)

commit 376aed32c2f8aff8a4760e801cefa2caa7a309a7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 6 22:18:14 2004 +0000

    Remove win_layer on unmap
    
    
    (Old svn revision: 11854)

commit 21f3a32a2c4db4d4a1a3c73646dac85aa747bee7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 6 20:02:54 2004 +0000

    Apply Vebjorn Ljosa's patch for workspace toggle,
    Don't cycle workspaces with using keyboard (I found this too confusing when used with Vebjorn's patch),
    Update po.
    
    
    (Old svn revision: 11853)

commit 089e6a35dadf50c8871d004fe5fef8385aeeb4f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 5 20:45:07 2004 +0000

    Try to be even a bit smarter.
    
    
    (Old svn revision: 11850)

commit 78442b2106f1ef9a73b4cfd77f0a9add31490c1f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 5 20:36:32 2004 +0000

    Try to be a bit more permissive with missing key
    
    
    (Old svn revision: 11849)

commit 5ca8bad2b9ccfb3433bbc57ccd91802a0358f143
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 5 20:21:47 2004 +0000

    Fix base width/height not being initialized with zero value.
    
    
    (Old svn revision: 11847)

commit 96d6c0d58abdc012bd88a8a67a28e0d7b675d604
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 2 11:19:51 2004 +0000

    Use regular font as default title font
    
    
    (Old svn revision: 11846)

commit 9e6ed03d8cee55131ca51454e37f27b5b83fe3a5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 2 10:27:07 2004 +0000

    Title vertical offset for the default theme
    
    
    (Old svn revision: 11845)

commit 76e6689064b6fdf526e08a0a7730d521fecbb6e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 2 06:22:29 2004 +0000

    Remove useless comment (with a typo!)
    
    
    (Old svn revision: 11843)

commit 0786cda623a0be6921565c05a6ad9bafc1d6d997
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 2 05:43:33 2004 +0000

    Improve window placement for some broken apps (no, I won't name them)
    
    
    (Old svn revision: 11841)

commit ef4bece91df25c86e1411f3049685191daece541
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 1 21:10:05 2004 +0000

    Fix mapping/unmapping issues (again)
    
    
    (Old svn revision: 11839)

commit b31402313eb8e2355f3dec7627a7bead98abad15
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 30 21:48:01 2004 +0000

    Potfile update
    
    
    (Old svn revision: 11837)

commit 2cc2dd27b6a732963b4454050e12f928ed3b7378
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 30 21:42:27 2004 +0000

    Fix frame update when an app changes its own state to modal
    
    
    (Old svn revision: 11836)

commit 1e3656209d9dce753bd387343865ea930f4300a2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 30 16:51:52 2004 +0000

    Fix app window being remaped after a quick map request/unmap notify
    Allow static gravity wins to place thenselves anywhere (for broken apps trying to get a fullscreen window this way)
    
    
    (Old svn revision: 11835)

commit 7044dc4004a3e9d907b45f0bce9be0103bf996b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 30 04:50:48 2004 +0000

    Connect to SM once we're all done (patch from benny)
    
    
    (Old svn revision: 11834)

commit fa81a92f01abf46bcd1d47596b29333719ddd6d2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 29 21:54:17 2004 +0000

    Raise window before showing so it gets properly stacked
    
    
    (Old svn revision: 11833)

commit 5bea0db6e7bc3109aad7257182c2a24d511f940c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 29 19:47:02 2004 +0000

    Check for apps that set their group leader to themselves.
    
    
    (Old svn revision: 11831)

commit d88579341d6cedc586ebf95ea5cfa4694407d518
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 28 20:24:11 2004 +0000

    Grab server earlier when managing new windows, trying to fix #0000184 and other random issues reported with Java on the ML
    
    
    (Old svn revision: 11829)

commit 1a629fb34d51abb79a67bfa05cc69e2bb3f89aab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 27 13:33:13 2004 +0000

    Disable wrap workspace as it's not suitable to confine the pointer when not dragging a window.
    
    
    (Old svn revision: 11828)

commit d5920389358b5c936a33f58f451c144ba5890223
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 27 13:23:12 2004 +0000

    Reduce title height for default theme
    
    
    (Old svn revision: 11827)

commit 34d910672b655fab0b316bff8d736adfc41fa734
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 27 13:12:25 2004 +0000

    Confine pointer to current root window for multiscreen
    
    
    (Old svn revision: 11826)

commit 4f2362ae0c9a4ce0f6a21b319bec8a5177adc003
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 26 21:20:28 2004 +0000

    Sync
    
    
    (Old svn revision: 11825)

commit 89f3197eb624f72d0ab184d64a719ab53df6c785
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 26 17:29:04 2004 +0000

    Map/unmap issues fixed
    
    
    (Old svn revision: 11823)

commit 025dd814b11814ad1283876a835be2a28bcf57d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 26 08:30:01 2004 +0000

    Some various unsane changes.
    
    
    (Old svn revision: 11822)

commit 1bc4685efb0e229962a175ec3b7ea627fb5506cf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 25 17:44:41 2004 +0000

    Improve fullscreen toggle
    
    
    (Old svn revision: 11821)

commit d52d9eae5ab0af6d0e38770b4e429b677794673c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 25 11:20:04 2004 +0000

    Try to improve stacking transition with fullscreen windows
    
    
    (Old svn revision: 11820)

commit 42778c4cd489d1c8538f800caf4f8bff5ae4b5ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 24 22:05:03 2004 +0000

    Focus related stuff - Still need works
    
    
    (Old svn revision: 11819)

commit c0d0876478190094e7f82d122c0f74b03718fe3d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 24 20:11:08 2004 +0000

    Add a key shortcut to toggle fullscreen; Default key is "Alt+F11"
    
    
    (Old svn revision: 11818)

commit 2be6fd194130317089214b968e58a874c5806237
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 23 19:20:19 2004 +0000

    Use light border for inactive windows to emphasis the focused window.
    
    
    (Old svn revision: 11817)

commit 239342c40d3a74713d6b301d18e59c88df6b76e2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 23 18:42:42 2004 +0000

    Typo
    
    
    (Old svn revision: 11816)

commit 19d7eeb22854d0fa819d85cb6d362e5c5a1351ed
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 22 19:43:54 2004 +0000

    Change to flat depressed buttons
    
    
    (Old svn revision: 11815)

commit 959591d81c627ee5a54ea1d105c7455b395d51d3
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Jun 22 16:40:38 2004 +0000

    shortcut editor uses xfce_file_chooser now
    
    
    (Old svn revision: 11814)

commit 495ae3e62defbfb124f4d1db616b496c385a4fa0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 22 10:50:23 2004 +0000

    Add key-icon.h so that make dist actually works,
    Fix placement issue,
    Update po
    
    
    (Old svn revision: 11813)

commit fb2e76a2c30232f5dd9239f66c6eb7f6d370790e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 21 20:43:06 2004 +0000

    Fix focus transition problem when unmapping last visible regular window, as reported by Bernhard Walle
    
    
    (Old svn revision: 11812)

commit 5edbc6a7ca8a5f1c68c268c480415a412303a177
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 21 20:18:50 2004 +0000

    1) compute bottom and right sides first, then adjust on top and left to keep window visible
    2) Plug yet another possible cause of segfault (need to double check with xfce_4_0 branch because there is a good chance that one is in the stable branch too)
    
    
    (Old svn revision: 11811)

commit 8dc6c5443bf8fe00f6b4b1ca6bde8518c482f915
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jun 20 21:07:18 2004 +0000

    Add icon from Fran�ois and change text formatting in the command shortcut key dialog
    
    
    (Old svn revision: 11810)

commit cccd17384c09910e081a5db83464970234ced664
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jun 20 20:42:38 2004 +0000

    Add icon from Fran�ois and change text formatting in the shortcut key chooser dialog
    
    
    (Old svn revision: 11809)

commit a1f12b375a8f021da40bca34e049da64c449a72b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 20 10:12:39 2004 +0000

    Plug the mem leak as reported by Eduard and fixed as per Brian's description.
    
    
    (Old svn revision: 11808)

commit 1019d6c4ef4a0fff8aa4f358a896ac3c0866e7ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 16:53:29 2004 +0000

    Cleanup
    
    
    (Old svn revision: 11807)

commit 08e244403922b673719a9f72c08cdf6e65dc985c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 16:39:37 2004 +0000

    Ignore ICCCM resize increments in fullscreen mode.
    
    
    (Old svn revision: 11806)

commit f2288d5d4cfc1c9e02fc25dc09a2caf0d26a5f6e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 14:37:47 2004 +0000

    Use proper pango fn call to free the allocated pango font description,
    Port a fix from 4.0 branch.
    
    
    (Old svn revision: 11803)

commit c82d8325f9145ab859bedd63a87988e8109188ac
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 14:23:00 2004 +0000

    Play with focus transition for bug 0000218
    
    
    (Old svn revision: 11802)

commit a377aa5e95ae7aa3484edf5f1320a6e4798edeef
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Jun 19 14:06:09 2004 +0000

    fix identation
    
    
    (Old svn revision: 11801)

commit 9d8d45730e94863b8f56f56dcad1628d1091fadb
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Jun 19 14:00:22 2004 +0000

    browse button works now
    
    
    (Old svn revision: 11800)

commit a7537039324daead0c6634f79c4b41f0524257df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 10:17:54 2004 +0000

    Update po
    Update French localization
    
    
    (Old svn revision: 11799)

commit 9d33b04e7106807fa5f1fb76f6f0410718f1e3fc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 07:34:05 2004 +0000

    Last change caused a segfault
    
    
    (Old svn revision: 11798)

commit 03e78057b611730c14041a995139baa278b75d70
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 07:30:08 2004 +0000

    Cleanup.
    
    
    (Old svn revision: 11797)

commit 5dca0ae6c6f194506fc3eb8913d52e3196f009dd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 19 07:17:24 2004 +0000

    Fix a typo causing an error with gcc 2.9x
    
    
    (Old svn revision: 11796)

commit 05c5a4bc3923f2d938a4b72ff2adff3a10cbc759
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 18 05:42:51 2004 +0000

    Update-po
    
    
    (Old svn revision: 11795)

commit 8903f8f658aaa4d7880c5e80caae6d148ccc5faa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 18 05:38:37 2004 +0000

    Remove an harmless false warning
    
    
    (Old svn revision: 11794)

commit 2d4374b5a8641449fd269cf236ce6f7211d774fe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 17 17:25:34 2004 +0000

    Change internals,
    Plug another segfault.
    
    
    (Old svn revision: 11793)

commit 3706192895c152ec45eb71ab8b22d25edd8a9d44
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 17 06:15:27 2004 +0000

    Apply Jean-Francois Wauthy <pollux@xfce.org> patch for keyboard shortcut editing.
    
    
    (Old svn revision: 11792)

commit ac544124823c9262c59a3cf0ed803c22ffe2e289
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 16 20:16:58 2004 +0000

    Increase max line length to 255 chars instead of 80 (to close #0000228)
    
    
    (Old svn revision: 11791)

commit 215252eb8174b2b0affd092440f3ba0c87e7724c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 16 16:41:19 2004 +0000

    Fix at least 2 causes of segfaults,
    Apply patch submitted by Jens Luedicke <perldude@xfce.org> for the margins plugin
    
    
    (Old svn revision: 11790)

commit a7395989e6faac3df81c941d9eece44431fe8ef0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 15 22:57:47 2004 +0000

    Fix packaging issues.
    
    
    (Old svn revision: 11789)

commit a5b39289ed328e6954f59216c9a70a777b400d63
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 15 22:42:14 2004 +0000

    Typo fix.
    
    
    (Old svn revision: 11788)

commit 3782a1298350dcd03bc9ae81fa1b642d1d4c1d65
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 15 22:11:30 2004 +0000

    Add new sources (part of the new multiscreen implementation)
    
    
    (Old svn revision: 11787)

commit 53b575b3ad260b675fc621135b888fb11910d0c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 15 22:09:49 2004 +0000

    Add multiscreen support.
    
    
    (Old svn revision: 11786)

commit 1b32fc5bfcb05b9ac8d98fe5cedb7a727b8e3024
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jun 13 21:18:16 2004 +0000

    Updated lt translations from Mantas Zapolskas
    
    
    (Old svn revision: 11785)

commit c6adcafdd3f2bcc666d5ccc32e7c9d4ecf8a0d48
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jun 13 09:40:09 2004 +0000

    .gmo files updated
    
    
    (Old svn revision: 11784)

commit c9f4acf98c5772642a1ce4884203ee277fa132a0
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Fri Jun 11 19:59:07 2004 +0000

    Update zh_CN translations
    
    
    (Old svn revision: 11783)

commit 47ec0eab00fc17818acc8e9d0b4c744adaaf4f81
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 10 19:12:24 2004 +0000

    Fix compile with non C99 compilers
    
    
    (Old svn revision: 11781)

commit 0e5130a0eca0151b68f511052d19f88b7b07e0fb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 6 06:58:12 2004 +0000

    Set up back windows when exiting.
    
    
    (Old svn revision: 11780)

commit 43f76ccfc787d1c53dec1b76f1630c6ed3e33e64
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jun 5 12:13:00 2004 +0000

    Fix Xrandr.h check.
    
    
    (Old svn revision: 11779)

commit eec6c09cec2f6398c42ac39e08a01d3fa373538d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 5 08:56:22 2004 +0000

    Put back signals for int, hup, usr1 and term,
    Place tabwin and poswin on correct screen
    
    
    (Old svn revision: 11778)

commit efb552691ea8fd507c16c1b9e18e1633ed183760
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 4 22:21:52 2004 +0000

    Forgot to add a new file, and fix a merge conflict.
    
    
    (Old svn revision: 11777)

commit 3f78aeee4c9e8bcb070f47858a3eb31fc6c9e4b3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 4 22:08:34 2004 +0000

    Change internals to prepare multi-screen (not quite there yet)
    
    
    (Old svn revision: 11776)

commit 21879ba93257ee0a8ad769de87c0da419060e1da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 4 14:11:53 2004 +0000

    Use "res_class" instead of "res_name" to guess the application name while cycling with Alt+Tab.
    
    
    (Old svn revision: 11775)

commit 8d4e008dc5c507746f808da26b195eb82a33b3c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 3 19:04:38 2004 +0000

    Add icon and application class to the Alt+tab dialog (that's been asked quite a few times),
    Unplug a couple of small memory leaks.
    
    
    (Old svn revision: 11774)

commit c75366000d272b58a0475139b88abf6e54ba0871
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 31 21:06:38 2004 +0000

    Fix potential memleak in libxfcegui4
    Improve internals of png composition in xfwm4
    Prepare support for icons in xfwm4 (not quite there yet)
    
    
    (Old svn revision: 11773)

commit 4a823a9787b2d0b976cd53e51ffef89acda1b62c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 31 10:27:43 2004 +0000

    Change namespace to xfce_* and put back older deprecated fns for backward compat.
    
    
    (Old svn revision: 11771)

commit 012d847e378440899ed9eae4061fa696ccb6ba09
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 30 23:18:17 2004 +0000

    - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliant
    - Modify xfwm4 to be compatible with the gtktoxevent API change (make sure you update both libxfcegui4 *and* xfwm4 at the same time!)
    - Code cleanup in xfwm4; move global variables in a dynamically allocated structure.
    
    
    (Old svn revision: 11770)

commit 00e75680017e2846da115d1f888fd87a6496c8d8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 25 20:00:27 2004 +0000

    Sync
    
    
    (Old svn revision: 11769)

commit 1ee426bc46e81fdf2996b752db05b74415b96bfc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 20 07:14:12 2004 +0000

    Don't stick/unstick borderless windows using kbd shortcut
    
    
    (Old svn revision: 11767)

commit 9012cf0fbf8fb287e0ebdeea7b1b1ef42f3d9eb2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 19 15:10:26 2004 +0000

    Apply Benny's patch: Set display env variable so that apps spawn by xfwm4 show on the right screen.
    
    
    (Old svn revision: 11766)

commit 881eeb05f292ac82ad762a77eee5c24485c5806a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 18 22:25:44 2004 +0000

    Forgot to remove an include for xinerama.h
    
    
    (Old svn revision: 11765)

commit 9096898cd657d77bb026e5ccf171d302015826e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 18 19:16:53 2004 +0000

    explicit dep in mcs modules
    
    
    (Old svn revision: 11764)

commit 23f58a3360fea3fc7cd7d541f1f278005fe0611c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 18 17:25:06 2004 +0000

    Smoother corners
    
    
    (Old svn revision: 11763)

commit 3fff996c03d41b6e2e755f0eab005d5294c8d534
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 16 21:41:44 2004 +0000

    Add trace
    
    
    (Old svn revision: 11762)

commit fbee07f10534c1924798c22b917a6a3060045487
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 15 15:31:35 2004 +0000

    Use timestamp to avoid race cond when switching focus too quickly.
    
    
    (Old svn revision: 11760)

commit c2e03c4753fc830c8f19fb3bd7a213af52670e46
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 14 22:04:11 2004 +0000

    Change serial testing for transients
    
    
    (Old svn revision: 11759)

commit a699d97102bb9eb7fff8bc2ebf19960036ca7152
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 14 22:00:33 2004 +0000

    Indentation
    
    
    (Old svn revision: 11758)

commit 98483c00cb0a27b5c1a5521186a7139e9d58a669
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 14 21:52:04 2004 +0000

    Fix for Opera improper use of modals
    
    
    (Old svn revision: 11756)

commit da9d091336b0426fc20754d9175bea3d29c1163d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 14 21:15:28 2004 +0000

    Fix some compiler warnings and get rid of a bunch of deprecated calls
    
    
    (Old svn revision: 11755)

commit 7db5be9083dcd67bdbc69720dec1d78d7608cbda
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 14 19:44:15 2004 +0000

    Fix size computation in Xinerama
    
    
    (Old svn revision: 11754)

commit ca7e943e7294bdb6e4c8f86ebeaf03ac19ef8b8b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 13 21:43:52 2004 +0000

    Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fixes at least two issues I can see ,the requirement to have Xienrama enabled in libxfcegui4 to get support for in in xfwm4, and as a side effect, xfwm4 is now compatible with SUN Xinerama which is slightly different from XFree Xinierama)
    Add a new theme, from my numerous attempts to deign a default xfwm4 theme for 4.2
    Remove the theme "synthetic" that sould be moved to xfwm4-themes package
    
    
    (Old svn revision: 11752)

commit cfe94f82e2f1134d307ab8b1de264ef4420e450d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 12 20:06:54 2004 +0000

    Change revert to RevertToPointerRoot in XSetInputFocus()
    
    
    (Old svn revision: 11750)

commit 97abe27b08795531796848e78652d4ca1b9948d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 12 08:33:43 2004 +0000

    Prevent moving windows under top struts
    
    
    (Old svn revision: 11749)

commit 1922a2c3b3d66d1fdbe1b0a45b4ded8c2cd6c28d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 12 07:16:33 2004 +0000

    Change the initial placement computation based on partial struts to make it simpler.
    
    
    (Old svn revision: 11748)

commit 655762c0e749d1bc77a1e3d26785afb7d22993e9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 11 20:49:00 2004 +0000

    Now with focus transition
    
    
    (Old svn revision: 11747)

commit 0331e9a5a0d83f920226f7960953106ae0f09631
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 11 20:14:13 2004 +0000

    Add support for standard NET_SHOWING_DESKTOP.
    
    
    (Old svn revision: 11746)

commit 2fc71fbc376869aa4b69b05f54b89e05645cbfc2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 11 16:44:28 2004 +0000

    Missing include
    
    
    (Old svn revision: 11745)

commit 7d8f203287779420fb2f68aea64cf2e3b5f38a8e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 10 21:25:20 2004 +0000

    Remove draft fn name
    
    
    (Old svn revision: 11744)

commit 7c7de33899ccb8b4324391f04833f84e36124368
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 10 21:22:03 2004 +0000

    Deal with partial struts when placing windows
    
    
    (Old svn revision: 11743)

commit 12587185e28088bce7e6a6afffd05711264c962c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 9 22:07:36 2004 +0000

    Potfiles
    
    
    (Old svn revision: 11742)

commit f6f6665f82e4bee9691d987c6f26566258084c6c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 9 21:59:42 2004 +0000

    Huge code reorg., add preliminary support for partial struts; it still needs work but it safer to commit to SCM now than loosing the code later, heh!
    
    
    (Old svn revision: 11741)

commit ecb0f241abe8e481ed71bf2cc80c6c2ba2f181c9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 5 17:53:17 2004 +0000

    Display actual size instead of win size
    
    
    (Old svn revision: 11740)

commit 0b20ed27783bda9b7cf5b1d3d4cc879443c91f0c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 4 21:49:54 2004 +0000

    Code cleanup, standardize fn names in hints.[ch]
    
    
    (Old svn revision: 11739)

commit a97d8277551f38d977c8a90a7a1019887bb6a87b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 4 21:41:04 2004 +0000

    Remove our internal time event tracking and use GDK_CURRENT_TIME instead
    
    
    (Old svn revision: 11738)

commit 46ba2c33d997cfc8cf2a6f488dfe89d860fbc099
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 4 20:36:54 2004 +0000

    Fix small error in documentation reported by Michaela Susan Buesing.
    
    
    (Old svn revision: 11737)

commit 80704b53535328c2a246688dbae62357f8cd2e89
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 3 21:45:07 2004 +0000

    Update zh_TW translations from umm <umm@pchome.com.tw>
    
    
    (Old svn revision: 11734)

commit c6cf297830732d403c3bfaabd5b80af5ec0fbf26
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 3 19:55:55 2004 +0000

    Fix missing .desktop files, fix bug #0000185
    
    
    (Old svn revision: 11732)

commit 920dd7e124d70568ab2859e7429a660f8aa89ff4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 2 21:53:41 2004 +0000

    Add preliminary support to net_wm_user_time to avoid focus stealing, I don't if that's exactly what we want, though.
    
    
    (Old svn revision: 11731)

commit 79d6eb9412da1f830e282f72c4ba59e545ce5a40
Author: Brian Tarricone <brian@tarricone.org>
Date:   Fri Apr 30 04:27:42 2004 +0000

    xfwm4 and workspaces settings .desktop files
    
    
    (Old svn revision: 11730)

commit d2d65c69c3020f98dc729ab8b95a993ce96cf7d9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 26 20:44:07 2004 +0000

    Got tired of the thread about pax on the ML, reverting.
    
    
    (Old svn revision: 11729)

commit 11ea70d2ea9241172ae74727932994e71eea1dc2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 24 21:08:47 2004 +0000

    Provide an URL to download pax if missing
    
    
    (Old svn revision: 11728)

commit 1a464548be49cabe27913d442aef58007677c19e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 24 12:27:44 2004 +0000

    Use pax instead of tar as suggested by Benny - Makes thing a lot simpler
    
    
    (Old svn revision: 11727)

commit b49cd77597b89b65fc65ee7959e4f401951a15f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 24 06:37:01 2004 +0000

    Improve theme install
    
    
    (Old svn revision: 11726)

commit 52965f80853c5ec9fab7f7e7e7f7f5bcfb23fa10
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 24 06:28:32 2004 +0000

    Put back events once event filter is set in move/resize
    
    
    (Old svn revision: 11725)

commit b6ace64dac9652444f8beae610f7c57c12582583
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 23 22:11:19 2004 +0000

    Try to speed up install by using tar to copy the files
    
    
    (Old svn revision: 11724)

commit 8b55f3673a7b39f0d92da1f43e9178b52c266564
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 23 20:05:08 2004 +0000

    Fixed infinite loop when using kbd + postion popup, thus safely restauring popup on kbd action.
    
    
    (Old svn revision: 11723)

commit 459b6ac697ff864f349fdefdcab46e016b4dcb31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 23 18:10:19 2004 +0000

    Don't show position popup when using kbd because it freezes the WM.
    
    
    (Old svn revision: 11722)

commit 9035e9dae67cf3202eab16a92cd3cc9526ca2705
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 22 21:16:46 2004 +0000

    Theme fix
    
    
    (Old svn revision: 11721)

commit 45c2c14ff0e89e867ff250ba978725aa2b5ff140
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 22 20:49:58 2004 +0000

    Forgot to commit a file
    
    
    (Old svn revision: 11720)

commit 675b0d44df8a7f3604caf5819fcb4fa9e769d21f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 22 20:34:43 2004 +0000

    Add a technique (from Metacity) to limit the number of resize operations per second to prevent the app from lagging when using opaque resize.
    
    
    (Old svn revision: 11719)

commit 8beb6e4daaddf240ea732f593d74fae231ceb287
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 22 19:27:13 2004 +0000

    Show only the size of windows, not position, only during resize, only for windows that have a size increment set (where the actual size matters, like terminals or editors)
    
    
    (Old svn revision: 11718)

commit c24297a6bd41ef75c66d9538f93328455d39da25
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 22 17:57:22 2004 +0000

    Add Xutil.h for SUN header
    
    
    (Old svn revision: 11716)

commit a9cebb2541fe34964ab2f1557d31660a073257c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 21 20:59:57 2004 +0000

    Remove leftovers from Josh's original patch as reported by Scott Barron <scott@elitists.net>
    
    
    (Old svn revision: 11715)

commit 5410e5f0ee9e26822671a8230009127bd0338c4a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 21 16:56:08 2004 +0000

    Display postion/size during move ops too.
    
    
    (Old svn revision: 11714)

commit 165f1045ab78edb86348b76022b0106251a5d10c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 20 22:25:10 2004 +0000

    Add window size/position during resize (based on a patch submitted by Joshua Blanton <jblanton@irg.cs.ohiou.edu>)
    
    
    (Old svn revision: 11713)

commit ff74bc2306b497b268de93e475a180006b837e5a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 16 16:57:52 2004 +0000

    Don't honor stack request when sibling is specified as we don't honor it,
    Add inactive png image missing from install.
    
    
    (Old svn revision: 11711)

commit 76ba637fca0b05cdb411e3ad3c9d74526fe818a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 15 20:47:01 2004 +0000

    Change version message
    
    
    (Old svn revision: 11710)

commit f67b510a6281e80b386aba31f029444d6ab50f3b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 15 10:45:26 2004 +0000

    Fix bug introduced when simplying kbd shortcuts
    
    
    (Old svn revision: 11709)

commit fb47197ada29c466aa898155b794d9fd483246af
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 14 21:42:32 2004 +0000

    Add a --version|-V option
    
    
    (Old svn revision: 11706)

commit dab5f55aeafb028bb1f0a012b01bf429dd0e3b4f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 14 17:15:46 2004 +0000

    horiz offset wasn't set
    
    
    (Old svn revision: 11705)

commit 74a31b222126a4f65328f6ee94131445b4e5dace
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 14 17:04:15 2004 +0000

    Fix focus transition from fullscreen as reported by Jean-Francois Wauthy <pollux@xfce.org>
    
    
    (Old svn revision: 11704)

commit 9dab1290d1385862bf20f3632e99822d4db34e97
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 14 06:16:59 2004 +0000

    zh_TW po update by Ambrose Li <a.c.li@ieee.org>
    
    
    (Old svn revision: 11701)

commit 644e15d17149a711dcd963a2d279b14a626c73f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 14 05:22:23 2004 +0000

    Simplify key shortcut routine
    
    
    (Old svn revision: 11699)

commit 79b8cb2f8dfe39e5dbb20a45d0045721df5a51ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 13 19:18:16 2004 +0000

    Fix #0000171
    
    
    (Old svn revision: 11697)

commit 834e3e402d558aa7c860cade3b545988f0b5b2ad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 12 20:07:20 2004 +0000

    Change theme
    
    
    (Old svn revision: 11696)

commit 10ae658dfe6f6a1035d056fa3a5df937fec6400b
Author: Danny Milosavljevic <danny_milo@yahoo.com>
Date:   Mon Apr 12 13:47:05 2004 +0000

    Updated catalan translations by Carles Mu��oz Gorriz
    
    
    (Old svn revision: 11695)

commit de8d6ee60165fd753e0fb763823bc86a9df733d3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 8 19:46:44 2004 +0000

    Grab the pointer instead of flushing all EnterEvent on workspace switch
    
    
    (Old svn revision: 11693)

commit 03b0fcffaa09f7fa6193a770684ec0deb9532e02
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 8 19:32:11 2004 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11692)

commit 18995da338f8fba0f0434b6120b90b931553c5fa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 8 17:44:19 2004 +0000

    Fix warnings
    
    
    (Old svn revision: 11691)

commit f26436c7d689c96678cb8d81d38588f7496dce1c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 8 17:07:42 2004 +0000

    Fix bug #138
    
    
    (Old svn revision: 11688)

commit 94058434e0439881bff130bbc8b26185e1ab675b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 8 10:31:32 2004 +0000

    Be a bit less verbose.
    
    
    (Old svn revision: 11687)

commit ad7983d737ec5e5be675003e2aa9403b124a77db
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 7 20:48:12 2004 +0000

    The theme "Opta" now makes use of the new alpha channel
    
    
    (Old svn revision: 11686)

commit c2c9e777e8e314208caa9af8fa4b3e45f7a9df2e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 6 19:12:28 2004 +0000

    Various cleanups and play with the alpha channel in themes
    
    
    (Old svn revision: 11685)

commit 8fbdcf7d957acf9f3951e2dcda02532aa8df22ab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 6 11:19:19 2004 +0000

    Add support for alpha compose using optional PNG images
    Add PNG to default theme as a proof of concept
    
    
    (Old svn revision: 11684)

commit 0354affeef6404b9a8c8f764d7dcae2c9003d686
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 2 22:26:22 2004 +0000

    Remove the 2pix black frame as noone but me seems to like it :(
    
    
    (Old svn revision: 11683)

commit bb9f46a074db37b141fe2096c783492931035d20
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 2 21:52:12 2004 +0000

    Use separate "prefered" and "highest" clients when selecting top most focusable
    
    
    (Old svn revision: 11681)

commit b91cae715927596326ad96e9693cce5b13986cb8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 1 20:52:08 2004 +0000

    Fix #0000165 a much better way
    
    
    (Old svn revision: 11679)

commit 4040cfc8736ab4c8f66f369facb14e5f440f4ccb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 30 22:12:51 2004 +0000

    Fix bug #0000165
    
    
    (Old svn revision: 11678)

commit b806365d952d9f31e6ea9243f6c24676692e13cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 29 20:23:20 2004 +0000

    Small changes, make the title smaller, reduce button spacing.
    
    
    (Old svn revision: 11676)

commit 314082de92779620cf73ddef10f00c3296b7a252
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 29 20:12:15 2004 +0000

    Use the same window selection algorithm in pass focus as in window cycling
    
    
    (Old svn revision: 11674)

commit 59ebbf62d04a40ad6620e057c421ef6b197852df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 28 20:56:10 2004 +0000

    Fix focus problem with rox as reported by Francois.
    
    
    (Old svn revision: 11672)

commit 60686639adbb9e726d3519270c548a34d8d7fa14
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 28 14:20:20 2004 +0000

    Simplify focus transition
    
    
    (Old svn revision: 11670)

commit 3ed40e9b64738d108d7a31296b6cf0187e14b992
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 27 23:17:59 2004 +0000

    Focus passing
    
    
    (Old svn revision: 11668)

commit 950d8456c713d4eebb8dc507493f7b287d748f78
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 25 21:59:26 2004 +0000

    Bug fix and small usability improvement in focus transition
    
    
    (Old svn revision: 11667)

commit d07f9439c1b02d85ac6440449290c53614b705a0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 24 21:09:21 2004 +0000

    Change focus transition routine
    
    
    (Old svn revision: 11665)

commit 6cc2e0dbb442a76ae8476236ca8fdd475baca84c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 23 20:49:06 2004 +0000

    Change stipples
    
    
    (Old svn revision: 11663)

commit d817a44620ae8e9f7328f5da9d62881054b8f443
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 23 12:10:51 2004 +0000

    Add stipples
    
    
    (Old svn revision: 11662)

commit 4e6427a77aa3bcf4a410ac879aedaed438eb4bef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 22 22:27:58 2004 +0000

    Add a "pending_focus" variable that helps with XSetInputFocus() transitions
    
    
    (Old svn revision: 11661)

commit c7f5460628b63c9bef01aa5b0e88b35738913c81
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 22 20:03:04 2004 +0000

    Compilation warnings
    
    
    (Old svn revision: 11659)

commit 570c439ad8db3f7476f34106efe953b96c5110de
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 22 19:41:52 2004 +0000

    Apply patch for SUN Forte compiler
    
    
    (Old svn revision: 11656)

commit 1ca217ccb713501c44ceee7f44bc6b988439430e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 22 06:49:56 2004 +0000

    Change the paranoids
    
    
    (Old svn revision: 11655)

commit b2eeaf6eee4b92218b19b359011f3a548f8a1769
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 21 21:47:44 2004 +0000

    The workspace plugin failed to set a value for the number of workspaces if it can't load its config file (ie first run on a fresh install)
    
    
    (Old svn revision: 11653)

commit 46608d3c9242f1b84e4040b5a253655dae0ed2bf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 20 10:53:48 2004 +0000

    Add some paranoid checks
    
    
    (Old svn revision: 11650)

commit 915b1ffe5c1a95b304e384b97e32a11b8a7e5f64
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 18 20:37:35 2004 +0000

    Don't decorate shaped windows
    Bug fix due to missing init (HEAD only, xfce_4_0 branch not impacted)
    
    
    (Old svn revision: 11649)

commit 74a9a9ed5392ebaec49c2d89e886a43ce060c6e4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 18 18:20:06 2004 +0000

    Focus transition bug fix.
    
    
    (Old svn revision: 11647)

commit 09f5c1d394c430ead989023650dfa4f49358dcbb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 17 22:45:25 2004 +0000

    Fix key w/out modifier requiring "+"
    
    
    (Old svn revision: 11644)

commit 074fa64a3bb159fd8289a2580b94beaa99010563
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 17 18:05:22 2004 +0000

    Still bug fix in new focus code
    
    
    (Old svn revision: 11643)

commit aa9b7bfa5726c63a4fa79c8c60e572d2ed88803e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 16 21:15:49 2004 +0000

    This is the only theme I liked; so I put it back as default.
    
    
    (Old svn revision: 11641)

commit b591a5dfed90dc33b55b159e76f79d39f388c659
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 16 20:45:02 2004 +0000

    Fix a bunch of focus problems with new focus mgt code.
    
    
    (Old svn revision: 11639)

commit 464cb93376434ebb0458b75497230c077d6c637d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 15 07:36:10 2004 +0000

    Add/update i18n for:
    Bulgarian from Miroslav Yordanov <miordanov@i-space.org> and Peter Slavov <peshka@i-space.org>
    Italian from Alex Dupre <ale@FreeBSD.org>
    Arabic from Saleh Hathal <hathalsal@hotmail.com>
    
    
    (Old svn revision: 11638)

commit 65c8be642fb734d60f5e0644bb536a31ac245eba
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 14 21:23:35 2004 +0000

    Improve focus transition
    Fix a couple of compilation warnings
    
    
    (Old svn revision: 11635)

commit 012a948a4a43f242971b0b418d72f981828e27f6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 12 22:17:27 2004 +0000

    Treat focus change events while checking for dbl click.
    
    
    (Old svn revision: 11633)

commit b4b163f365aad9d342f80267dff5e6f68a32e0c3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 12 22:04:10 2004 +0000

    Put back a small optimization
    
    
    (Old svn revision: 11632)

commit d61a177f51aeef06648dc3788c2a01d03cfb165f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 12 21:31:25 2004 +0000

    HAndle focus ransition they way it should be. I know that the dbl click detection *will* introduce some lags, but that's the proper way.
    
    
    (Old svn revision: 11630)

commit a7c7a05775c359c890b8a3a793d65ddab6a86322
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 12 21:07:00 2004 +0000

    Fix for client not accepting focus
    
    
    (Old svn revision: 11629)

commit 526099a312abeca106166538c77a0e7860ada2d2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 10 21:17:04 2004 +0000

    tweaking to save title space when using few buttons
    
    
    (Old svn revision: 11628)

commit 57b2d4e68e208cf5e14945c2d21b8a4754b634ae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 9 20:36:24 2004 +0000

    Do nothing on BottomIf and TopIf
    
    
    (Old svn revision: 11627)

commit a579877e1767c607db3e5b881cd794933dfc4ff5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 9 20:33:57 2004 +0000

    The final touch!
    
    
    (Old svn revision: 11626)

commit f1456b6d512ae3371aefaad7c634131dc5d609e1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 8 19:53:06 2004 +0000

    Smaller buttons
    
    
    (Old svn revision: 11625)

commit 24dc44ee9b5c02020b7a5cb25990f527225a0f73
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 7 21:15:51 2004 +0000

    Add a light frame around the window
    
    
    (Old svn revision: 11624)

commit aa236e351ea1d1facfb719ca5cd2b2ca985b52c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 7 17:29:30 2004 +0000

    Reduce title height
    
    
    (Old svn revision: 11623)

commit 904039e37375369537d2f1e147dacd1266ec9164
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 7 14:02:00 2004 +0000

    Include patch for desktop names from Aurelien Foret <orelien@chez.com>
    
    
    (Old svn revision: 11622)

commit e364fd792042edd418897896acb2c9379dbf2cec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 7 09:06:47 2004 +0000

    Fix a bug reported by danny last night regarding default placement of non-transient dialogs
    
    
    (Old svn revision: 11619)

commit ef8c3907cc4e85d9c9b1051314d9558923a14b07
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 6 23:30:18 2004 +0000

    hide buttons
    
    
    (Old svn revision: 11618)

commit 71b0028b6f857d8d5c6338aa99b0507454270468
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 6 23:17:45 2004 +0000

    Theme change
    
    
    (Old svn revision: 11617)

commit 5e789a02423d5dda25ecc415905f675f0918e9be
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Mar 5 20:03:11 2004 +0000

    Remove the black frame around windows, looks smoother
    
    
    (Old svn revision: 11616)

commit 7cdb00f4a5503a3061dc167231fd6d454b224949
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 4 23:58:11 2004 +0000

    Keep the offset, but reduce the title height by 2 pixels
    
    
    (Old svn revision: 11615)

commit d85a7aa209856ce9a4e16ca91e2065ca50f7c626
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 4 23:38:14 2004 +0000

    increase title height by 1 pix, allows to set title and buttons with a slight offset (looks a bit nicer IMO)
    
    
    (Old svn revision: 11614)

commit 87fbb3db1eb703b14e301019c551e8068f98f38f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 4 23:13:48 2004 +0000

    No XSync() needed
    
    
    (Old svn revision: 11612)

commit 8224cb45c3f7c83485508e159558669b66169047
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 4 23:12:06 2004 +0000

    Partial fix for #0000128
    
    
    (Old svn revision: 11611)

commit 59f14acb1a348b132fb1d3b5ae633bf0702d0329
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 3 18:13:18 2004 +0000

    Fix the circular linked list bug
    
    
    (Old svn revision: 11608)

commit 003fea01ad3eae209e4433711e1844ea4b4acdda
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 2 22:53:19 2004 +0000

    Enforce layer on modals as it breaks xfwm4 internal logics otherwise
    
    
    (Old svn revision: 11606)

commit 0e61ef6a58b8de5de6d22833a6f4ab649002f9b6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 2 19:00:01 2004 +0000

    Defaut theme change
    
    
    (Old svn revision: 11604)

commit afd52aa1f4902024c225e825e4c845e1b5861545
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 1 22:20:11 2004 +0000

    Prolly one of the most simplistic themes
    
    
    (Old svn revision: 11603)

commit a221930a2d25ceb494ed92e706005392d0fe0f2f
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Mar 1 21:09:31 2004 +0000

    Added --enable-gcov to compile xfce with support for coverage tests. Very
    useful.
    
    
    (Old svn revision: 11602)

commit 7480bba6b934098804cf3b9b833854bdf4afaac2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 28 14:56:56 2004 +0000

    Fix for apps using cascading modals
    
    
    (Old svn revision: 11599)

commit 3d96f44c4d8b135a7f16a258e8dacff1d325ea21
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 27 21:31:19 2004 +0000

    Use standard location for xfwm4 themes (breaking backward compat, older themes won't show anymore)
    
    
    (Old svn revision: 11598)

commit 577199359f0e372fd2a1d360d7b30739d04978fc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 25 23:36:41 2004 +0000

    Reorg xfwm4 theme by moving most theme from xfwm4 base package to xfwm4-themes
    
    
    (Old svn revision: 11597)

commit b90477616f5168bd06337fba7b83c5f7901a97d9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 25 19:03:27 2004 +0000

    Daily theme change
    
    
    (Old svn revision: 11596)

commit 9176e93d967986a6eabd459c6b021b58a6755097
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 24 21:13:03 2004 +0000

    Daily theme change
    
    
    (Old svn revision: 11595)

commit 493a67193a736993c0216bd3c94e8256193fd4d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 24 07:31:07 2004 +0000

    New theme
    
    
    (Old svn revision: 11594)

commit e75066c554f11c1c5b69c0af317c6290065fc262
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 19 21:10:11 2004 +0000

    Use odd height for title
    
    
    (Old svn revision: 11593)

commit c5180518a97c430e5e0aaa7087210137bf73d117
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 19 19:15:12 2004 +0000

    Daily theme cron job :)
    
    
    (Old svn revision: 11592)

commit f6cbd6dfa5076818e0526726a241fcee5b640ea9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 18 20:08:57 2004 +0000

    Tweaking
    
    
    (Old svn revision: 11591)

commit 6f085426293a7f8e29e18864f27b5c834c6cb732
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 18 18:14:21 2004 +0000

    Reduce title height, give more space to the top corners, use square corners at bottom.
    
    
    (Old svn revision: 11590)

commit 715a794fbcc5b82fad87096d4d55a307947589cb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 18 06:59:33 2004 +0000

    Use a serial number instead of a timestamp for transient property check
    
    
    (Old svn revision: 11589)

commit 28a991c8e7e2854da826d888edcfd50396579f5a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 17 22:38:05 2004 +0000

    New default theme
    
    
    (Old svn revision: 11587)

commit 125f47f15f9cb52da9fc5903c61c767665b1d112
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 17 22:36:53 2004 +0000

    Resync with xfce_4_0 branch:
    Keep track of window creation timestamp for "transient for group" management,
    Simplify code a bit, should be handled with care.
    
    
    (Old svn revision: 11586)

commit 65b75bc31ebdeef650c99ca3c2b17e8d74f61df9
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Feb 17 19:36:48 2004 +0000

    Update Malay translations
    
    
    (Old svn revision: 11583)

commit 82369ececc925676fbd4b9b53180504f95ba2667
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 16 21:43:50 2004 +0000

    Drop the 2 pix black frame
    
    
    (Old svn revision: 11582)

commit 092372f5e6d85b26f03c2bd16d3f7dc6f6212efc
Author: Danny Milosavljevic <danny_milo@yahoo.com>
Date:   Sun Feb 15 23:09:09 2004 +0000

    fix oliver's typo ;)
    
    
    (Old svn revision: 11580)

commit 743fb1fdd1c633b5d0b84d781cd8c574b79261ea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 15 21:26:13 2004 +0000

    Place (non transients) modals at a normal layer, or on top of its parent window if on a upper layer,
    Restore windows on current workspace as default (bug id #0000115 and #0000116)
    
    
    (Old svn revision: 11579)

commit 3612d6f2a11e9fca0ea77f2abbd7dbe15dcc9cd0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 13 17:26:16 2004 +0000

    Theme change
    
    
    (Old svn revision: 11577)

commit 669ca75d137b80b7fded96f2cf724ca56374afa0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 12 22:29:17 2004 +0000

    Add inner frame
    
    
    (Old svn revision: 11576)

commit 9293e14835c537baa99a908ccacb4504e73276cd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 12 21:34:20 2004 +0000

    Daily theme change
    
    
    (Old svn revision: 11575)

commit 4a900d6649a390abd97a44d42346f14e76e701b4
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Feb 11 20:44:16 2004 +0000

    Add Basque (eu) translations
    
    
    (Old svn revision: 11574)

commit 6d79b432cd008f68c92c04a60380d94db1d885b4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 10 20:14:16 2004 +0000

    Theme
    
    
    (Old svn revision: 11573)

commit 445a631195d6411c3005f0c1ede34d98ccd21c3d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 9 22:13:51 2004 +0000

    Experimental fix for windows not being withdrawn when unmap occurs before fist map.
    
    
    (Old svn revision: 11571)

commit ffffaa2dd6a190f831a03f702fd61257e286dd89
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 9 19:46:52 2004 +0000

    pixmaps
    
    
    (Old svn revision: 11570)

commit 239744b959307362df4c52e2e16373603d5ef106
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 9 06:50:19 2004 +0000

    Make sure we grab buttons when passing focus
    
    
    (Old svn revision: 11568)

commit 23ec1879993519916740763fe453f39ad8a3d452
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 8 22:30:15 2004 +0000

    Bug fix in getTopMostFocusable()
    Pass focus in clientUnmap()
    
    
    (Old svn revision: 11566)

commit ba1bdae6466e90cfd799605ef512c0562d5cf012
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 7 23:05:14 2004 +0000

    Dark frame arround active buttons
    
    
    (Old svn revision: 11565)

commit 798d4b96156a5564650fb5b02c25c633f45cf7bb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 7 22:52:07 2004 +0000

    Smooth button frame
    
    
    (Old svn revision: 11564)

commit 3da33fd3129da304d5bdc60a0dea5d9a53a4613b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 7 16:41:08 2004 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11563)

commit 94870e95c4dd57de75a276dfc503ca5f41c4550c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 5 19:34:40 2004 +0000

    Change default theme (last change, promise:)
    
    
    (Old svn revision: 11562)

commit 00aa2414b65a9e2045d34eb8865fa319ed456f1a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 4 21:06:55 2004 +0000

    Change default theme for xfwm4
    
    
    (Old svn revision: 11561)

commit 158a2f1ede70b2175312e4d4acf6cdb8f3448964
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 3 21:29:41 2004 +0000

    Change default
    
    
    (Old svn revision: 11560)

commit dfb2eb7809e83989fbfff5785a7042a177be39ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 2 22:11:48 2004 +0000

    Back to previous
    
    
    (Old svn revision: 11559)

commit e2ae43a5f5960f03b4ac411135549d004e1e2d3a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 30 11:56:47 2004 +0000

    ic the light now
    
    
    (Old svn revision: 11558)

commit 64face638975b53090134e0d6c7af909ebd3e666
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 29 21:01:23 2004 +0000

    Rework the patch from yesterday to handle FocusIn on the root win (ie more general case)
    
    
    (Old svn revision: 11556)

commit 1c3ca9ecc45a608c01b553aa71782837476f721b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 29 20:33:16 2004 +0000

    Smaller title
    
    
    (Old svn revision: 11554)

commit a1e3d81a3ccd4aed9936715870f3ba8b8a294430
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jan 29 15:51:26 2004 +0000

    Update Persian translations
    
    
    (Old svn revision: 11553)

commit 45dfec25fd2207458d8ae54cef127cdee680b960
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 28 22:50:09 2004 +0000

    Use bit based flag param for clientSetFocus instead of a bunch of gbooleans
    Add FOCUS_FORCE to clientSetFocus
    Handle FocusOut from Motif combo menu nicely and force focus back to dialog
    
    
    (Old svn revision: 11552)

commit d993a6375df319bc187d15f4c95c36c5fe0f4fcb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 27 20:15:51 2004 +0000

    Improve grab/ungrab of Button1
    Change default theme
    
    
    (Old svn revision: 11550)

commit c6509b9aa8165ac01c36e5ac59d8facaf1f2d53f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 26 22:38:07 2004 +0000

    corners
    
    
    (Old svn revision: 11548)

commit abc29d75ee9142056e1c74416a5bba82e166f94a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 25 15:03:50 2004 +0000

    Add shadow to active title text
    
    
    (Old svn revision: 11547)

commit bc8abceb1879e2a9cd4c47173adfa04883b03db6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 25 14:38:32 2004 +0000

    Smoother shadow on active buttons
    
    
    (Old svn revision: 11546)

commit 1ba5faa8fd3105f27dd673b5893a468c7a8094a1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 25 14:09:39 2004 +0000

    Rearrange grab/ungrab of button1
    
    
    (Old svn revision: 11544)

commit 326a1db34a6586fe19ac13083aba0f7d7b52c96e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 25 00:08:07 2004 +0000

    Update libtool and other automake, autoconf and gettext packages
    
    
    (Old svn revision: 11541)

commit bed81eae4f0aa4b094fed6c7922f5ce1dd86a469
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 24 16:50:27 2004 +0000

    Try to fix bug #92 by properly ungrabbing buttons when needed. Beware, this is fairly sensitive changes and might be still a bit rough on the edges.
    Try to fix bug #82 by selecting a more appropriate visual.
    
    
    (Old svn revision: 11540)

commit 49617e82975257f0c29ee8bc599d73390a2c8112
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 22 20:46:26 2004 +0000

    Shadows
    
    
    (Old svn revision: 11537)

commit 9125797a8b5b669651c3336d7155ac1c76bc9194
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 22 20:36:45 2004 +0000

    Small changes in default theme
    
    
    (Old svn revision: 11536)

commit 8218d8176146208610edb8e4f86524b790ef79c0
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Jan 21 13:44:03 2004 +0000

    Translations added/updated for spanish, persian, japanese, korean, brasilian and chinese
    
    
    (Old svn revision: 11535)

commit 3b133282964fcbb5fd9da612bbaf48c2efc825bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 20 21:57:47 2004 +0000

    Redo corners
    
    
    (Old svn revision: 11534)

commit 49249d61fcda09bfc7c5a656f4a1d350536c4f04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 19 20:47:29 2004 +0000

    Change default theme to something really different!
    
    
    (Old svn revision: 11533)

commit 3b194e782e983323e25cab1e5b0bd463776bfad9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 17 11:09:58 2004 +0000

    Change default theme
    
    
    (Old svn revision: 11532)

commit ab15a78ce4b1bb5b04d846185259bf45a327777a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 14 21:41:42 2004 +0000

    Very slick, flat, default theme
    
    
    (Old svn revision: 11531)

commit ff2df93da4f75088cc8b441dc0510916311f3fad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 13 22:06:53 2004 +0000

    Put back a return with value spotted by Benny.
    
    
    (Old svn revision: 11529)

commit 9df198df62a11a69c2185bdb05731a79864fbfdc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 13 21:37:59 2004 +0000

    Revert Benny change that breaks the WM behaviour
    
    
    (Old svn revision: 11528)

commit 913c50b8945437df9ae323f6653ec688977e6e4a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 13 20:55:29 2004 +0000

    Change default theme
    
    
    (Old svn revision: 11527)

commit 446c4ec7a6af8bd8652ec645a7ff38c5c7df855d
Author: Benedikt Meurer <benny@xfce.org>
Date:   Tue Jan 13 20:13:16 2004 +0000

    Various fixes to get the beast compiled with gcc 3.3.x and -Wall -Werror.
    We have to take special care about new ISO C aliasing rules.
    
    
    (Old svn revision: 11526)

commit 0838aa69525f79734c9f6c21f56d931259ee02de
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 13 20:11:15 2004 +0000

    Pixmap for buttons were actually larger than advertised.
    
    
    (Old svn revision: 11524)

commit 9195f20ec9be74c70cc99945a3dece45dcec9c8f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 10 23:33:34 2004 +0000

    Play with themes again, rename previous defaut as "synthetic", and use a much simpler default theme
    
    
    (Old svn revision: 11520)

commit 2ea5c2754dcd87d3ae3095a7ba850941a0dc9455
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 10 21:25:48 2004 +0000

    Resync with xfce_4_0 branch:
    Focus management issues as reported in http://bugs.xfce.org/view_bug_page.php?f_id=0000070
    
    
    (Old svn revision: 11519)

commit 5b34fb6f65d8149f24bdf37b3605f8d16de79c2e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 10 17:05:19 2004 +0000

    Late commit to resync with 4.0.3
    
    
    (Old svn revision: 11517)

commit bdcf5a9d6bf087bc12f431d61a7721fdd4012c15
Author: Moritz Heiber <moritz-heiber@arcor.de>
Date:   Wed Jan 7 23:14:54 2004 +0000

    Can't stop me now!
    
    
    (Old svn revision: 11516)

commit d433c66e93e4f1a794ac8d179db10e409a050701
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 6 18:50:34 2004 +0000

    Update default theme
    
    
    (Old svn revision: 11511)

commit 7b19945c747de7ed005fd4037b1f3221d6ff9435
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 4 23:31:29 2004 +0000

    Fix for gcc 2.x
    
    
    (Old svn revision: 11509)

commit b2400ef8518e8cccf2b6f5faacf57bdfaf6ab802
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 3 23:05:47 2004 +0000

    Fix C++ comment in Bernhard's patch
    Implement experimental support for KDE systray protocol (xfwm4 acting like a proxy between KDE systray protocol and Freedesktop systray protocol)
    
    
    (Old svn revision: 11506)

commit 58f339d138fc344e99b57ccfad570de4e4bdccc1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 3 21:21:56 2004 +0000

    Integrate Bernhard Walle <bernhard@bwalle.de> patch to add support for KDE contect help.
    
    
    (Old svn revision: 11505)

commit d2d395319fcf653a3f0bada1ab37abd5ca9aff4c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 3 20:23:18 2004 +0000

    Update Polish translation from Daniel Mr��z <beorn@alpha.pl>
    
    
    (Old svn revision: 11503)

commit d144b2c5bd94e527fa69c48061a85b3deb9852bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 2 17:47:40 2004 +0000

    Change internals to allow more than 32 flags.
    
    
    (Old svn revision: 11502)

commit 550f89980fedbbb3aa31aeef3905ebf905b73ef0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 30 23:25:56 2003 +0000

    Don't delete properties on restart
    
    
    (Old svn revision: 11501)

commit 407596eac3317d6a5f67096375f499d18c6cc09a
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Dec 29 10:56:32 2003 +0000

    Update Norwegian and Turkish translations
    
    
    (Old svn revision: 11497)

commit c028f2b2d22786931aae8e8dc040d7b72c1fea6f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 28 21:17:32 2003 +0000

    Build fix in case
    
    
    (Old svn revision: 11496)

commit f6728f96c887fb66ab373fecc5a1b7869e60cee4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 28 16:51:16 2003 +0000

    We leaked!!
    
    
    (Old svn revision: 11494)

commit 36f4d0c837791f5e79b043bc6fcb6e5bd765577e
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Dec 27 19:46:57 2003 +0000

    Update Polish translations
    
    
    (Old svn revision: 11491)

commit f6d4cc0a8034bc877fd5c0a8ddfede0ce116e66e
Author: Moritz Heiber <moritz-heiber@arcor.de>
Date:   Tue Dec 23 22:04:15 2003 +0000

    Rather large update. Forgot about the moved margin/workspaces plugin.
    
    
    (Old svn revision: 11490)

commit 2bd91366540f05b7fae4c84c81f447cc4e6e4ab4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 23 19:46:11 2003 +0000

    Fix a mistake that was preventing Above and Below flag to work
    
    
    (Old svn revision: 11489)

commit 4642a77c84bb9ec3b578303c0c6114dea8b3e374
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 22 22:49:36 2003 +0000

    Use xfwm4 built-in functions to toggle "always on top" (better, cleaner)
    Rearrange internals
    Send wm_takefocus client message on focus change
    
    
    (Old svn revision: 11486)

commit 5f886170cf9a35a09d90cd66e7d2bd0326372460
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 21 21:53:02 2003 +0000

    Update po
    
    
    (Old svn revision: 11485)

commit d8035bbd09e4e5bdfb3431f08a2af11e72f960dc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 21 21:31:30 2003 +0000

    Apply Eduard Roccatello <xfce@roccatello.it> for "always on top"
    
    
    (Old svn revision: 11484)

commit 1f35d3bb3ad9a81e3cf636cdd6c15e117063a468
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 17 21:50:13 2003 +0000

    Prevent focus change on move/resize in focus follow mouse mode
    
    
    (Old svn revision: 11481)

commit 38cd86d2f93d4fb42520d7118c79e9b61bdce5db
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 16 20:41:07 2003 +0000

    Use square corners for bottom
    
    
    (Old svn revision: 11479)

commit 326f22135781bd796dd8667709febd45c80ee2dd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 15 22:15:55 2003 +0000

    Fix crash in workspace MCS plugin
    Include a patch from Patrick Bores <p@trickbores.com> that allows pop3 email checking from mailcheck panel plugin (use pop3://username:password@host for the mailbox)
    Small tweaks to default xfwm4 and gtk themes
    
    
    (Old svn revision: 11477)

commit d117aff7941e728b62b54ac8a786afc5b5821ad3
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Dec 15 20:56:37 2003 +0000

    Add Azerbaijani translations
    
    
    (Old svn revision: 11474)

commit 5004604d732427a1117895c1b0ef124797cb288e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 13 09:33:30 2003 +0000

    Add (on Jasper's request) previous default theme now named "opta"
    
    
    (Old svn revision: 11473)

commit 8c7404e84ade58d1f0ce5e64dc4e69359e13b6f1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 12 20:33:35 2003 +0000

    Improve default theme look
    
    
    (Old svn revision: 11472)

commit 928ec03b5861da44ab3b47e698723c63783f2040
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 12 00:04:50 2003 +0000

    Reduce color bleeding
    
    
    (Old svn revision: 11471)

commit de1c68cc40889ad9f882a6c10d90b4b7637ea266
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 11 23:43:44 2003 +0000

    New design for the default theme
    
    
    (Old svn revision: 11470)

commit 028c792b5de3bf361ca80704350061d364c44e78
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 10 20:55:46 2003 +0000

    Enlarge side width
    
    
    (Old svn revision: 11469)

commit 3194d7ee08bb312a909c5afe850a87bb65cf95ee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 9 22:08:58 2003 +0000

    Shift title 1 pix down
    
    
    (Old svn revision: 11468)

commit 23bfa8366baa81916288dc46a1b49df1a8e2dbcb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 7 10:55:10 2003 +0000

    Change dialog placement
    
    
    (Old svn revision: 11467)

commit 2fef028f5879ed30a699866134b00bf418218bb6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 7 00:26:35 2003 +0000

    Implement a workarround for a bug in recent GNOME regarding window placement
    
    
    (Old svn revision: 11465)

commit 1a0e8ce6e044c5f29f3d902c28ec4f3ee31172d9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 5 21:54:28 2003 +0000

    Remove grad title for inactive window
    
    
    (Old svn revision: 11463)

commit b1ea507f2487c1ee9fd1a79748753e8219fcf21b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 3 22:55:24 2003 +0000

    ignore slight move between dbl click
    Include new default theme for 4.2
    
    
    (Old svn revision: 11462)

commit dfa75e8dba15cb5d1a503f0808b45445324fea75
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 3 17:44:04 2003 +0000

    Theme
    
    
    (Old svn revision: 11460)

commit 4e1f32b037586702ff42aee9dcab22d0f979e16e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 2 23:11:13 2003 +0000

    Fix send event not being emited when maximize occured on a window with its size to the maximized size
    Themes
    
    
    (Old svn revision: 11459)

commit 14299bdf79a58f5e77c651b6e735c566787a5366
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 25 20:03:17 2003 +0000

    Commit updated configure script
    
    
    (Old svn revision: 11456)

commit 47a6b006f3a85f32a0201c31320dfcfbe9be2eaa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 25 17:46:33 2003 +0000

    Theme stuff
    
    
    (Old svn revision: 11455)

commit 0643d61ad0dfa0f29a34d9c337bf560621c53d5b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 24 22:22:41 2003 +0000

    Add "prune" and "tubular" themes
    
    
    (Old svn revision: 11454)

commit f8dc21eb6aa71b50fe113ca5f602d419b49ed626
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 24 17:44:48 2003 +0000

    Themes
    
    
    (Old svn revision: 11453)

commit 6ace5acbbca63738c4c56457feb6dd4a15e141a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 23 21:56:08 2003 +0000

    Themes
    Flush X after setting focus explicitely
    
    
    (Old svn revision: 11451)

commit 50f67160e6dcbb0afe1821a69656cbe606033c96
Author: Moritz Heiber <moritz-heiber@arcor.de>
Date:   Sun Nov 23 13:57:02 2003 +0000

    Rather huge update to the german translation
    
    
    (Old svn revision: 11449)

commit 8db879c5da38527936e37c875b444430a0382976
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 22 23:03:41 2003 +0000

    Themes
    Merges from xfce_4_0
    
    
    (Old svn revision: 11447)

commit 2d0a501343eb8ad6f470f9eb652f18b1bc24100d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 21 22:28:18 2003 +0000

    Themes
    
    
    (Old svn revision: 11445)

commit da4109dbc4093d7c93a924bfa9fae692dc864d5f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 21 21:11:36 2003 +0000

    Themes
    
    
    (Old svn revision: 11444)

commit 287d57ddf8af54e579ca01e224b00d33b3e9b670
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 21 20:43:17 2003 +0000

    Themes
    
    
    (Old svn revision: 11442)

commit cce389443f86b1d8c48babfeb0f0e0db20c05664
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 20 20:42:15 2003 +0000

    Theme
    
    
    (Old svn revision: 11441)

commit c3bba2a5c56563a75f08329784e4063b7f5448cf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 19 22:27:52 2003 +0000

    Themes
    
    
    (Old svn revision: 11439)

commit 93df0e58b117de483ff25ab8d6fd67fd95e7fdf6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 18 23:04:24 2003 +0000

    Change corners
    
    
    (Old svn revision: 11438)

commit 3046847a5044a5a5e2a60c634ce9d32892e81534
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 17 21:46:21 2003 +0000

    Add some additional controls to libxfcegui4
    Change default 4.2 xfwm4 default theme
    
    
    (Old svn revision: 11437)

commit 83f1b9760459783bbac25ff073ed44bf5d1f84a2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 16 21:49:29 2003 +0000

    Fix 64bit/endianess problem
    
    
    (Old svn revision: 11436)

commit 60bd7e96a95738dd36546eb04358a41da4a2b201
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 14 20:58:41 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11433)

commit a7c637f9fc04dd411ddad1d0eed2c8bd6d1a9eb6
Author: Moritz Heiber <moritz-heiber@arcor.de>
Date:   Fri Nov 14 17:35:14 2003 +0000

    Updating translation
    
    
    (Old svn revision: 11432)

commit 4abc643cf14b231bd3019cf5bce116d1c2f7b988
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 13 18:07:52 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11431)

commit f1d4349ef836acbf0a363367e2492492ab89746f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 12 22:42:36 2003 +0000

    Theme stuff
    
    
    (Old svn revision: 11430)

commit e0e454e494f85535123714da07144e8570e6a449
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 12 18:34:34 2003 +0000

    Missed 1 button
    
    
    (Old svn revision: 11426)

commit adcf44bc5a9c66dbba01fe0db25447f3a427800c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 12 18:29:29 2003 +0000

    Redude title height
    
    
    (Old svn revision: 11425)

commit 1b7587625e2c57d09d807da5b9046ffb9f66a992
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 11:19:07 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11422)

commit 2d4ace53809c2c14158b50d235386a9a026b3134
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 09:10:40 2003 +0000

    Theme stuff
    
    
    (Old svn revision: 11421)

commit 69f30aa1dfc02704eff9c638eaaa382454aaeae8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 11 08:22:58 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11420)

commit 60836c2764f0d53a1b8f72927fa25a2beccada4e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 10 17:50:48 2003 +0000

    Theme stuff
    
    
    (Old svn revision: 11419)

commit d58fa9b40e7af8744dc9e5da84de49131f992687
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 10 17:10:16 2003 +0000

    On key/mouse grab fail, use "CurrentTime" instead of last event time for ungrab
    
    
    (Old svn revision: 11417)

commit 80a003cbb84196dd65ebadc0e1386de8d8c246de
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 10 16:59:10 2003 +0000

    Theme
    
    
    (Old svn revision: 11415)

commit 65731653b196e16a1c1202062d4c6b548fbf02f0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 9 21:26:38 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11414)

commit de60ebb4498488f78677c9f7db06426589aade4c
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Nov 9 19:22:44 2003 +0000

    Add Check translations
    
    
    (Old svn revision: 11413)

commit 38c1509b859dc9b0ad026cf7d871f1878967f29a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 9 11:10:10 2003 +0000

    Theme stuff
    
    
    (Old svn revision: 11411)

commit 8cc3779c139d222d78805c178a710a25385c1db9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 23:52:31 2003 +0000

    Duh!
    
    
    (Old svn revision: 11410)

commit 57970e16672a6d39f3f392c35d0c3b956923f2fe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 22:52:00 2003 +0000

    Fix a bug added recently and change back theme
    
    
    (Old svn revision: 11409)

commit 2c04bcd2ca61ba55a7c08311f1f6235fd2e4d292
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 8 22:28:57 2003 +0000

    Theme changes
    
    
    (Old svn revision: 11406)

commit b993f1c4d04fa7bcdbaa0e3a3cff75a905416d8c
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Nov 8 16:28:47 2003 +0000

    French documentation updates (final?)
    
    
    (Old svn revision: 11405)

commit 470ee27cffa71ede48c606c204f6ca7908522738
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 7 18:42:06 2003 +0000

    Update French documentation
    
    
    (Old svn revision: 11401)

commit e1a16c99933c6f8742be5b2641b6e3888b3930d7
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 7 12:49:53 2003 +0000

    Add French documentation. Rather large commit.
    
    
    (Old svn revision: 11400)

commit 284e59ddef7f5758fbf66eb0f10525b9bdd408da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 6 21:52:51 2003 +0000

    Reduce title height by 1 pix
    
    
    (Old svn revision: 11399)

commit 5701e36dbae44d64c9069bb966be856a5e6cde60
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Nov 3 18:06:37 2003 +0000

    Add Ukranian translations
    
    
    (Old svn revision: 11398)

commit 7684bc7e8dc343ed69dcdc40e9965254a272cff6
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Nov 3 13:36:28 2003 +0000

    Documentation update by Francois
    
    
    (Old svn revision: 11396)

commit 6f804aab570768a1a829f234762b120272247b49
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 2 09:14:10 2003 +0000

    Change back to a previous test, seems I really can't make up my mind...
    
    
    (Old svn revision: 11395)

commit 8cd85a2127be9e3af7cb7b3fbf3ebd3de1be6e64
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 2 08:22:23 2003 +0000

    Add hi.po
    
    
    (Old svn revision: 11394)

commit b17c5455d2002236c48d201ee7d49c967877fb7e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 1 21:00:20 2003 +0000

    Theme
    
    
    (Old svn revision: 11392)

commit e48ef21c2b8d69e7cf6f8279829c2d401cd60c45
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 1 12:28:41 2003 +0000

    Theme changes
    
    
    (Old svn revision: 11391)

commit 5e86944de7bc546e25cb5b88a7c01f9360654dca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 1 12:16:45 2003 +0000

    Theme tweaking
    
    
    (Old svn revision: 11390)

commit e9dbae938a7fed3debb1f28fb3ac8483888f9520
Author: Benedikt Meurer <benny@xfce.org>
Date:   Fri Oct 31 21:30:22 2003 +0000

    Use daemon(3) when available.
    
    
    (Old svn revision: 11389)

commit b46751b1b3db2ef6811542f4932dff3e4117cac2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 31 18:22:59 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11388)

commit c67f0639a25c149c53845a7f02b267deed271959
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 30 22:13:59 2003 +0000

    Enlarging CVS history file :)
    
    
    (Old svn revision: 11387)

commit d5f8552c8b259df2af711507447a9353716cb433
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 29 22:14:54 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11386)

commit 287868fc7002beab83300dd123860d9d9f951e1c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 29 21:41:11 2003 +0000

    theme, apply Dan Compton <gtg786g@mail.gatech.edu> patch for reverse cycling on shift press
    
    
    (Old svn revision: 11385)

commit 4aa001f8612bd562f4954cac3a8ec2d97a48d80c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 29 06:58:22 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11382)

commit 5c2a90668eb45e9db581c057c18856b15854547b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 28 21:18:19 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11381)

commit da52e93d1f2ac27c5d5a9223d054e9d6a09f4f62
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 28 21:14:01 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11380)

commit 022fd79f015ef0862c2dc4427d7d9b4eb8857975
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 27 21:46:21 2003 +0000

    Fix removal of CR in non UTF8 strings
    
    
    (Old svn revision: 11379)

commit bfcfc4928fd17d86f6fd048a973022e667b7fbfa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 26 20:52:18 2003 +0000

    Change unmapNotify handler to add smarter support for reparenting
    Change default theme
    
    
    (Old svn revision: 11377)

commit acb211ba32e6d67fde42dc4e63c613c9b5ff1aac
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Oct 24 22:20:34 2003 +0000

    Add vietnamese translations by Lam Vinh Nien <nienvl@yahoo.ca>.
    
    
    (Old svn revision: 11372)

commit 34853f80148572a2a9f08b65254db342dbca242c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 24 19:43:38 2003 +0000

    Very slick & smooth default theme
    
    
    (Old svn revision: 11371)

commit b7c8815ec42e0e80a681e192d11694698cbd1438
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 22 21:34:10 2003 +0000

    This one looks okay.
    
    
    (Old svn revision: 11370)

commit e287788946c65d79b813f18dd3f1d278524963ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 20 18:51:57 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11369)

commit c9e0d2b218e67c403b33a3bc3086c390f9eb26f1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 19 21:18:55 2003 +0000

    A much more optimistic theme, flat and smooth, without any sharp edge.
    
    
    (Old svn revision: 11368)

commit 92af8ba7dec586519e38ddca4dc5e9ecb36b95e7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 19 20:38:36 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11367)

commit 8445f4d3cfcb9e8f3c9d54fa9a238938a7227869
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 19 18:05:54 2003 +0000

    Change default theme
    
    
    (Old svn revision: 11366)

commit b5342e045889ba9e0b660f7eceb61ff743c83d14
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 23:16:32 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11365)

commit cf4fc4cacc1d3bbda87d307cf1259705a72ab64a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 16:40:20 2003 +0000

    Reduce title height
    
    
    (Old svn revision: 11364)

commit e376030cf348c62287a716f454277608d89be938
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 13:40:48 2003 +0000

    Change default theme
    
    
    (Old svn revision: 11363)

commit 59d4496a1f0352b9123043b9c842ba4c9275afa8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 10:34:42 2003 +0000

    Enlarge title height
    
    
    (Old svn revision: 11362)

commit e426fc3a2d44b3271e2fd38fa4831c36edbae04c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 10:22:35 2003 +0000

    Remove shadow
    
    
    (Old svn revision: 11361)

commit 534cdfbb9b7ce07a7df955d9d960559c027c614b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 18 10:04:44 2003 +0000

    Change default theme
    
    
    (Old svn revision: 11360)

commit df6b65b91ca532b8591b7ebc9c135f7076e78852
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 17 16:38:36 2003 +0000

    Change default theme
    
    
    (Old svn revision: 11359)

commit 0f93e11085cf4c3832981f7c1ebd152fb7f9d036
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Oct 17 15:37:51 2003 +0000

    Add/update swedish translations
    
    
    (Old svn revision: 11356)

commit 7fb63bc19de421da34e0ded608e0f2614e2d413e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 16 21:53:56 2003 +0000

    Improve and make resize internals simpler
    Add inner black frame to default theme
    
    
    (Old svn revision: 11355)

commit 2797058ac687765eb016f775b20151e4b04a7016
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 14 22:47:01 2003 +0000

    Rename existing default to default-4.0 and update default theme
    
    
    (Old svn revision: 11353)

commit e15a4b98fa82eecf75a6fa5c85d820c87256c288
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 14 22:33:39 2003 +0000

    Prevent other shortcuts when performing Alt+move/resize
    
    
    (Old svn revision: 11352)

commit f60bbbd4766ecab987d73ea0691208ef0b90f533
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 14 22:19:12 2003 +0000

    Make sure we use event time for grab/ungrab in resize/move/cycle,
    Grab keybd when moving/resizing even when using just the mouse,
    Use closest corner for resize using Alt+right click resizing.
    Wrong offset in bbs vertical title align
    
    
    (Old svn revision: 11350)

commit 81a705c6ca67dbdf7ecbd5e10c4a22f2c2225997
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 13 22:06:27 2003 +0000

    Sync with my local tree
    
    
    (Old svn revision: 11347)

commit 30bdf5d3a4d7039a1cf9bffd32916d8520883469
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Oct 13 18:51:21 2003 +0000

    Update ChangeLog's after syncing with SF. Everything should now be up-to-date.
    
    
    (Old svn revision: 11345)

commit 05f1d262ffa23a76f7ef96fa604431eec0a2da44
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Oct 13 16:21:04 2003 +0000

    Huge commit to bring new repository in sync with SF. We are losing some
    CVS history here, but for completeness sake I'm including the ChangeLog
    entries here:
    
    +++
    
    2003-10-11 00:08  edscott
    
            * xffm/src/: add_folder.c, add_node_contents.c, callbacks.c,
            keybindings.c, main.c, treeview.c: do second letter search if first
            letter is / -- DONE autohide diagnostics on click or keypress--DONE
            compare dates between mime file and dbh file before updating
            applications -- DONE scroll by keyboard debugged and enhanced
            --DONE g_strchug() crash on openwith by menu... --FIXED on go_up do
            not place in history, nor back nor forward --DONE
    
    2003-10-11 00:05  edscott
    
            * xffm/: libs/apps.c, libs/bookmarks.c, libs/constants.h,
            libs/cpy.c, libs/dnd.c, libs/dummies.c, libs/duplicate.c,
            libs/entry.c, libs/goto.c, libs/goto.h, libs/icons.c, libs/menu.c,
            libs/menu_callbacks.c, libs/misc.c, libs/misc.h, libs/monitor.c,
            libs/new_win.c, libs/pasteboard.c, libs/print.c, libs/refresh.c,
            libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c, libs/run.h,
            libs/scramble.c, libs/symlink.c, libs/terminal.c, libs/touch.c,
            libs/trash.c, libs/xfdiff.c, smb/smb_download.c, smb/smb_list.c: do
            second letter search if first letter is / -- DONE autohide
            diagnostics on click or keypress--DONE compare dates between mime
            file and dbh file before updating applications -- DONE scroll by
            keyboard debugged and enhanced --DONE g_strchug() crash on openwith
            by menu... --FIXED on go_up do not place in history, nor back nor
            forward --DONE
    
    2003-10-10 23:19  xfce
    
            * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that DPI
            settings load even on workstations w/out cpp
    
    2003-10-10 22:17  xfce
    
            * libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure,
            xfwm4/configure.ac, xfwm4/themes/Makefile.am,
            xfwm4/themes/Makefile.in, xfwm4/themes/default/bottom-active.xpm,
            xfwm4/themes/default/bottom-inactive.xpm,
            xfwm4/themes/default/bottom-left-active.xpm,
            xfwm4/themes/default/bottom-left-inactive.xpm,
            xfwm4/themes/default/bottom-right-active.xpm,
            xfwm4/themes/default/bottom-right-inactive.xpm,
            xfwm4/themes/default/close-active.xpm,
            xfwm4/themes/default/close-inactive.xpm,
            xfwm4/themes/default/close-pressed.xpm,
            xfwm4/themes/default/hide-active.xpm,
            xfwm4/themes/default/hide-inactive.xpm,
            xfwm4/themes/default/hide-pressed.xpm,
            xfwm4/themes/default/left-active.xpm,
            xfwm4/themes/default/left-inactive.xpm,
            xfwm4/themes/default/maximize-active.xpm,
            xfwm4/themes/default/maximize-inactive.xpm,
            xfwm4/themes/default/maximize-pressed.xpm,
            xfwm4/themes/default/maximize-toggled-active.xpm,
            xfwm4/themes/default/maximize-toggled-inactive.xpm,
            xfwm4/themes/default/maximize-toggled-pressed.xpm,
            xfwm4/themes/default/menu-active.xpm,
            xfwm4/themes/default/menu-inactive.xpm,
            xfwm4/themes/default/menu-pressed.xpm,
            xfwm4/themes/default/right-active.xpm,
            xfwm4/themes/default/right-inactive.xpm,
            xfwm4/themes/default/shade-active.xpm,
            xfwm4/themes/default/shade-inactive.xpm,
            xfwm4/themes/default/shade-pressed.xpm,
            xfwm4/themes/default/shade-toggled-active.xpm,
            xfwm4/themes/default/shade-toggled-inactive.xpm,
            xfwm4/themes/default/shade-toggled-pressed.xpm,
            xfwm4/themes/default/stick-active.xpm,
            xfwm4/themes/default/stick-inactive.xpm,
            xfwm4/themes/default/stick-pressed.xpm,
            xfwm4/themes/default/stick-toggled-active.xpm,
            xfwm4/themes/default/stick-toggled-inactive.xpm,
            xfwm4/themes/default/stick-toggled-pressed.xpm,
            xfwm4/themes/default/themerc,
            xfwm4/themes/default/title-1-active.xpm,
            xfwm4/themes/default/title-1-inactive.xpm,
            xfwm4/themes/default/title-2-active.xpm,
            xfwm4/themes/default/title-2-inactive.xpm,
            xfwm4/themes/default/title-3-active.xpm,
            xfwm4/themes/default/title-3-inactive.xpm,
            xfwm4/themes/default/title-4-active.xpm,
            xfwm4/themes/default/title-4-inactive.xpm,
            xfwm4/themes/default/title-5-active.xpm,
            xfwm4/themes/default/title-5-inactive.xpm,
            xfwm4/themes/default/top-left-active.xpm,
            xfwm4/themes/default/top-left-inactive.xpm,
            xfwm4/themes/default/top-right-active.xpm,
            xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4 default
            theme to the one found in pre-release as it looked better Fix a
            very small thing in netk-pager
    
    2003-10-10 19:21  huysmans
    
            * xfce4/plugins/pager/pager.c: Fix resizing bug
    
    2003-10-09 23:41  huysmans
    
            * xfwm4/: mcs-plugin/workspaces.c, src/settings.c: Move workspace
            names settings into settings plugin. Rename count to
            Xfwm/WorkspaceCount for consistency.
    
    2003-10-09 23:03  xfce
    
            * libxfcegui4/: configure, configure.ac: Increase version number
    
    2003-10-09 22:13  xfce
    
            * xfwm4/themes/default/: close-active.xpm, close-inactive.xpm,
            close-pressed.xpm, hide-active.xpm, hide-inactive.xpm,
            hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm,
            maximize-pressed.xpm, maximize-toggled-active.xpm,
            maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm,
            menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm,
            shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm,
            shade-toggled-active.xpm, shade-toggled-inactive.xpm,
            shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm,
            stick-pressed.xpm, stick-toggled-active.xpm,
            stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc,
            title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm,
            title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm:
            Change default theme for 4.2
    
    2003-10-09 15:19  edscott
    
            * xffm/: glade_intl, src/glade_callbacks.h, src/glade_gui.c.bak,
            src/glade_gui.h: remove obsolete files
    
    2003-10-09 07:04  edscott
    
            * xffm/src/: Makefile.am, Makefile.in, callbacks.c, keybindings.c,
            keybindings.h, treeview.c, treeview.h: scroll by keyboard is now
            case insensitive, if shift is pressed, scroll search w ill proceed
            backwards. Backward scroll-search will not wrap. Forward
            scroll-sear ch will wrap (as before).
    
    2003-10-09 04:14  edscott
    
            * xffm/: glade/xffm_main.glade, libs/apps.c, libs/bookmarks.c,
            libs/combo.c, libs/cpy.c, libs/dummies.c, libs/duplicate.c,
            libs/entry.c, libs/filter.c, libs/find.h, libs/goto.c, libs/goto.h,
            libs/icons.c, libs/input.c, libs/menu.c, libs/menu_callbacks.c,
            libs/misc.c, libs/monitor.c, libs/options.c, libs/options.h,
            libs/print.h, libs/refresh.c, libs/reg.c, libs/reg.h,
            libs/remove.c, libs/remove.h, libs/rename.c, libs/run.c,
            libs/run.h, libs/symlink.c, libs/touch.c, libs/trash.c,
            smb/smb_download.c, smb/smb_list.c, src/glade_main_gui.c,
            src/main.c, src/treeview.c, src/widgets.c: eliminate all warnings
            when compiling with --enable-debug
    
    2003-10-09 01:46  edscott
    
            * xffm/: xffm.glade, xffm.gladep, glade/xffm_find.glade,
            glade/xffm_find.gladep, glade/xffm_main.glade,
            glade/xffm_main.gladep, glade/xffm_remove.glade,
            glade/xffm_remove.gladep, libs/Makefile.am, libs/Makefile.in,
            libs/apps.c, libs/bookmarks.c, libs/combo.c, libs/combo.h,
            libs/cpy.c, libs/dnd.c, libs/duplicate.c, libs/entry.c,
            libs/filter.c, libs/filter.h, libs/find.c, libs/fstab.c,
            libs/goto.c, libs/help.c, libs/input.c, libs/input.h,
            libs/menu_callbacks.c, libs/menu_callbacks.h, libs/misc.c,
            libs/monitor.c, libs/new.c, libs/options.c, libs/pasteboard.c,
            libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c,
            libs/rename.c, libs/run.c, libs/scramble.c, libs/settings.c,
            libs/symlink.c, libs/terminal.c, libs/touch.c, libs/trash.c,
            libs/tubo.c, libs/xfdiff.c, libs/zoom.c, smb/smb_list.c,
            src/Makefile.am, src/Makefile.in, src/add_file.c, src/add_folder.c,
            src/add_node_contents.c, src/aux.c, src/callbacks.c,
            src/glade_callbacks.c, src/glade_find_callbacks.c,
            src/glade_find_callbacks.h, src/glade_find_gui.c,
            src/glade_find_gui.h, src/glade_gui.c, src/glade_main_callbacks.c,
            src/glade_main_callbacks.h, src/glade_main_gui.c,
            src/glade_main_gui.h, src/glade_remove_callbacks.c,
            src/glade_remove_callbacks.h, src/glade_remove_gui.c,
            src/glade_remove_gui.h, src/main.c, src/mcs-manager.c,
            src/treeview.c, src/widgets.c: broke glade files into three parts
    
    2003-10-08 23:43  xfce
    
            * xfwm4/src/: client.c, events.c, settings.c: [no log message]
    
    2003-10-08 22:29  xfce
    
            * xfwm4/themes/default.keys/keythemerc: Change raise/lower key
    
    2003-10-08 22:24  xfce
    
            * xfwm4/: src/settings.c, themes/default.keys/keythemerc: Fix
            raise/lower key shortcut patch
    
    2003-10-08 22:12  xfce
    
            * xfwm4/: configure, configure.ac, themes/Makefile.am,
            themes/Makefile.in, themes/default/title-2-active.xpm,
            themes/default/title-2-inactive.xpm,
            themes/default/title-4-active.xpm,
            themes/default/title-4-inactive.xpm,
            themes/default/top-right-active.xpm,
            themes/default/top-right-inactive.xpm: Add missing files
    
    2003-10-08 10:20  huysmans
    
            * xfdesktop/doc/C/xfdesktop.html, xfdesktop/doc/C/xfdesktop.xml,
            xfdesktop/doc/C/images/Makefile.am,
            xfdesktop/doc/C/images/Makefile.in,
            xfdesktop/doc/C/images/xfdesktop-workspace.png,
            xfdesktop/settings/Makefile.am, xfdesktop/settings/Makefile.in,
            xfdesktop/settings/backdrop-icon.h, xfdesktop/src/Makefile.am,
            xfdesktop/src/Makefile.in, xfdesktop/src/menu.c,
            xfdesktop/src/settings.c, xfwm4/configure, xfwm4/configure.ac,
            xfwm4/doc/C/xfwm4.html, xfwm4/doc/C/xfwm4.xml,
            xfwm4/doc/C/images/Makefile.am, xfwm4/doc/C/images/Makefile.in,
            xfwm4/doc/C/images/xfwm_workspaces.png,
            xfwm4/mcs-plugin/Makefile.am, xfwm4/mcs-plugin/Makefile.in,
            xfwm4/mcs-plugin/margins.c, xfwm4/mcs-plugin/margins.h,
            xfwm4/mcs-plugin/margins_plugin.c, xfwm4/mcs-plugin/plugin.c,
            xfwm4/mcs-plugin/plugin.h, xfwm4/mcs-plugin/workspaces-icon.h,
            xfwm4/mcs-plugin/workspaces.c, xfwm4/mcs-plugin/workspaces.h,
            xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c,
            xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: Largish update:
            merge workspaces dialog from xfdesktop with workspace margins
            dialog from xfwm4. The new dialog is part of xfwm4.
    
    2003-10-07 22:44  xfce
    
            * libxfcegui4/libxfcegui4/: Makefile.am, Makefile.in,
            netk-class-group.c, netk-class-group.h, netk-private.h,
            netk-screen.c, netk-screen.h, netk-tasklist.c, netk-window.c,
            netk-window.h, netk-xutils.c, netk-xutils.h: Backport changes from
            libwnck HEAD cvs
    
    2003-10-07 22:40  xfce
    
            * xffm/libs/: input.c, run.c: Include Edscott patches
    
    2003-10-07 22:31  xfce
    
            * xfwm4/: configure, configure.ac, src/client.c, src/events.c,
            themes/Makefile.am, themes/Makefile.in,
            themes/default/bottom-active.xpm,
            themes/default/bottom-inactive.xpm,
            themes/default/bottom-left-active.xpm,
            themes/default/bottom-left-inactive.xpm,
            themes/default/bottom-right-active.xpm,
            themes/default/bottom-right-inactive.xpm,
            themes/default/left-active.xpm, themes/default/left-inactive.xpm,
            themes/default/right-active.xpm, themes/default/right-inactive.xpm,
            themes/default/themerc, themes/default/title-1-active.xpm,
            themes/default/title-1-inactive.xpm,
            themes/default/title-2-active.xpm,
            themes/default/title-2-inactive.xpm,
            themes/default/title-3-active.xpm,
            themes/default/title-3-inactive.xpm,
            themes/default/title-4-active.xpm,
            themes/default/title-4-inactive.xpm,
            themes/default/title-5-active.xpm,
            themes/default/title-5-inactive.xpm,
            themes/default/top-left-active.xpm,
            themes/default/top-left-inactive.xpm,
            themes/default/top-right-active.xpm,
            themes/default/top-right-inactive.xpm,
            themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in,
            themes/tgc-large/README, themes/tgc-large/bottom-active.xpm,
            themes/tgc-large/bottom-inactive.xpm,
            themes/tgc-large/bottom-left-active.xpm,
            themes/tgc-large/bottom-left-inactive.xpm,
            themes/tgc-large/bottom-right-active.xpm,
            themes/tgc-large/bottom-right-inactive.xpm,
            themes/tgc-large/close-active.xpm,
            themes/tgc-large/close-inactive.xpm,
            themes/tgc-large/close-pressed.xpm,
            themes/tgc-large/hide-active.xpm,
            themes/tgc-large/hide-inactive.xpm,
            themes/tgc-large/hide-pressed.xpm,
            themes/tgc-large/left-active.xpm,
            themes/tgc-large/left-inactive.xpm,
            themes/tgc-large/maximize-active.xpm,
            themes/tgc-large/maximize-inactive.xpm,
            themes/tgc-large/maximize-pressed.xpm,
            themes/tgc-large/maximize-toggled-active.xpm,
            themes/tgc-large/maximize-toggled-inactive.xpm,
            themes/tgc-large/maximize-toggled-pressed.xpm,
            themes/tgc-large/menu-active.xpm,
            themes/tgc-large/menu-inactive.xpm,
            themes/tgc-large/menu-pressed.xpm,
            themes/tgc-large/right-active.xpm,
            themes/tgc-large/right-inactive.xpm,
            themes/tgc-large/shade-active.xpm,
            themes/tgc-large/shade-inactive.xpm,
            themes/tgc-large/shade-pressed.xpm,
            themes/tgc-large/shade-toggled-active.xpm,
            themes/tgc-large/shade-toggled-inactive.xpm,
            themes/tgc-large/shade-toggled-pressed.xpm,
            themes/tgc-large/stick-active.xpm,
            themes/tgc-large/stick-inactive.xpm,
            themes/tgc-large/stick-pressed.xpm,
            themes/tgc-large/stick-toggled-active.xpm,
            themes/tgc-large/stick-toggled-inactive.xpm,
            themes/tgc-large/stick-toggled-pressed.xpm,
            themes/tgc-large/themerc, themes/tgc-large/title-1-active.xpm,
            themes/tgc-large/title-1-inactive.xpm,
            themes/tgc-large/title-2-active.xpm,
            themes/tgc-large/title-2-inactive.xpm,
            themes/tgc-large/title-3-active.xpm,
            themes/tgc-large/title-3-inactive.xpm,
            themes/tgc-large/title-4-active.xpm,
            themes/tgc-large/title-4-inactive.xpm,
            themes/tgc-large/title-5-active.xpm,
            themes/tgc-large/title-5-inactive.xpm,
            themes/tgc-large/top-left-active.xpm,
            themes/tgc-large/top-left-inactive.xpm,
            themes/tgc-large/top-right-active.xpm,
            themes/tgc-large/top-right-inactive.xpm: Change default theme, keep
            old 4.0 theme as default-4.0 and add tgc-large theme Include
            improvements for fullscreen mode for gst from Arwed von Merkatz
            <v.merkatz@gmx.net>
    
    +++
    
    
    (Old svn revision: 11341)

commit a948a6b5a798cd59ef02da9602dc73935cf60a4a
Author: Edscott Wilson <edscott@imp.mx>
Date:   Tue Sep 30 00:43:22 2003 +0000

    apply patch for raise and lower windows by keyboard
    
    
    (Old svn revision: 11339)

commit 7f3576e6619bac97b06718877c12245e9cc75878
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Sep 27 12:38:03 2003 +0000

    Update tamil translation
    
    
    (Old svn revision: 11338)

commit 4a8260990dc1b3fb325f6f4997894c113a9d7219
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Sep 22 20:52:59 2003 +0000

    Update ChangeLogs
    
    
    (Old svn revision: 11334)

commit e7e7bd89b5defe56f429c4705c0655579533f2e5
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Sep 22 20:33:58 2003 +0000

    Update version numbers and po files for release
    
    
    (Old svn revision: 11333)

commit 9c2bd77d4a62b7c1b984a307fab79c547fd30c4c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 21 22:19:59 2003 +0000

    Update version number to 4.0.0
    Improve focus change for modal dialogs in xfwm4
    
    
    (Old svn revision: 11332)

commit 418b2ff27423049ff6da0a0c289344702ba88ac6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 21 09:12:08 2003 +0000

    Reduce corner width
    
    
    (Old svn revision: 11331)

commit 559a0a08e19c28f4fbf4eee4cbbcde963816efc1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 20 12:32:51 2003 +0000

    Reduce size of decorations for default theme
    
    
    (Old svn revision: 11330)

commit cbb23f125ba4c0401ecbb56eaf07c61a8a8dadb3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 19 21:11:01 2003 +0000

    Change default background color to #336699 and update screen captures for doc (default WM decorations are rounded)
    
    
    (Old svn revision: 11329)

commit 5652c4030d54de71d9da78e11b756549752e0ad5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 16 17:51:09 2003 +0000

    Don't remove EWMH hints when restarting, so that the other WM can pick previous state.
    
    
    (Old svn revision: 11328)

commit ef22d0fe5b29f5f04b726ac1aad79c9a8adbc988
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Sep 15 20:55:49 2003 +0000

    Big portugese translation update
    
    
    (Old svn revision: 11327)

commit 5dc13256d7d6c1ac95e7fe0ed114f1268f7755f7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 14 22:07:02 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11326)

commit 3ee6f68b5649e2dd906df59e16b00552e933d4ae
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Sep 14 12:20:41 2003 +0000

    Documentation updates
    
    
    (Old svn revision: 11325)

commit 7babe234a9175c05fc1af99be88aaefc910dede1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 13 23:13:53 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11324)

commit bcba6bde55f9d507c4172d513874f9caa5e94ecc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 13 22:51:04 2003 +0000

    Use the same technique for real EWMH fullscreen windows as for legacy emulated fullscreen
    
    
    (Old svn revision: 11323)

commit d131c97229ba3d119d757143f304576b960cb6e9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 13 15:34:17 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11322)

commit 13421affe8fe3f22d37c912896803d5ba679c29a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 13 15:32:45 2003 +0000

    Add check for non-EWMH compliance before applying fullscreen for legacy apps.
    
    
    (Old svn revision: 11321)

commit 9ca4d0efa4ae82a56f2368e470cf4ef2549da951
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Sep 13 13:55:24 2003 +0000

    Update by francois
    
    
    (Old svn revision: 11320)

commit 50320325f9622fa76065acb8f6e035df5a1498d8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 12 23:54:05 2003 +0000

    Cleanup EWMH properties on unframed windows
    
    
    (Old svn revision: 11319)

commit 152b58bec1b04835438631e199d165fea6ca4b9d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 12 21:40:02 2003 +0000

    Bunch of small fixes:
    - Automatically above/normal layer switch added for older legacy apps trying to achieve fullscreen mode.
    - Focus won't go to windows from another desktop on MapRequest event
    - Fix very rare freeze under high load when double clicking on menu button
    - Support update of wm_protocol properties for apps that set it after window mapping.
    
    
    (Old svn revision: 11318)

commit 9a89fc8fec6fe2b9b3b3f720633e633c41d87d8c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 11 22:29:29 2003 +0000

    Don't kill the client application (ala xkill) when right clicking on the close [X] button anymore (ie read "I remove that hidden feature" as it's too dangerous, the application has no chance to recover or prompt the user for unsaved data for example)
    
    
    (Old svn revision: 11317)

commit 2e43da49bbf8fdef73fc3ad37f7e07bc70d0f049
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 11 21:52:37 2003 +0000

    Don't test WM_PROTOCOLS_DELETE_WINDOW when closing client (as some client don't set this flag, they get killed while they do support "wm_delete_window" message.
    
    
    (Old svn revision: 11316)

commit 50a329d92cd55e85cbcbe47217d7dc104dd84d63
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Sep 10 07:54:50 2003 +0000

    Update ChangeLogs
    
    
    (Old svn revision: 11314)

commit 7a4962143aae8f47b212155d09ad8f536fd6edbf
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Sep 10 07:39:47 2003 +0000

    Update version numbers and po files for release
    
    
    (Old svn revision: 11313)

commit 8a67307ed1480379c3211f06a52db93ee1ffaffa
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Sep 8 07:27:43 2003 +0000

    Update xfwm doc
    
    
    (Old svn revision: 11312)

commit 3ea013e8459c8f958ebc4a0c6565e90f138d5749
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Sep 8 06:25:06 2003 +0000

    Update russian translations
    
    
    (Old svn revision: 11311)

commit 29fe503f7613c571a8b4ff15273b2f73def25c2e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 7 13:00:44 2003 +0000

    Fix typo
    
    
    (Old svn revision: 11310)

commit 8f40440c578d7f89d094da125c3ec541c38e359d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 5 06:36:15 2003 +0000

    Flush X buffer before and after grabbing mouse in double click detection
    
    
    (Old svn revision: 11309)

commit f9142953d518c5698ea5273207a6f6d43210c5d9
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Sep 2 06:48:37 2003 +0000

    Update malaysian translations
    
    
    (Old svn revision: 11308)

commit acc31c3f232a99cab7f37a30531c670dad002de7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 1 21:09:59 2003 +0000

    More 64bit + endianess fixes
    
    
    (Old svn revision: 11307)

commit 59c0b2cfee101860cb5c3f745e96753eed8d53a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 31 22:46:13 2003 +0000

    Use "int" where "int" is to be used instead of CARD32 (for portability)
    
    
    (Old svn revision: 11306)

commit 73da864e10658f8754685dd7b74e2ead5a7c27cd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 31 22:27:00 2003 +0000

    Code cleanup (for portability)
    
    
    (Old svn revision: 11305)

commit aa50c577d7dc5d307a2f43487aef69ef2794c833
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 31 21:03:56 2003 +0000

    Use "unsigned long" instead of CARD32 for MWM hints as CARD32 seems to cause trouble on Alpha.
    
    
    (Old svn revision: 11304)

commit 4699db4e03ebb21bfe6514a7e607b337475601bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 30 16:19:06 2003 +0000

    Remove auto unhide feature because it causes problems with some apps (Lotus Notes R5 under Wine being an example)
    
    
    (Old svn revision: 11303)

commit c68e3428b6c50115026c4f5ccd3102f502593970
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Aug 30 12:49:24 2003 +0000

    Rename zh_TW.Big5 -> zh_TW
    
    
    (Old svn revision: 11302)

commit da7ae2b75d906bf6bd002ba20665c05a2554a611
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Aug 30 08:58:27 2003 +0000

    Add traditional chinese translations
    
    
    (Old svn revision: 11301)

commit 7dca4dcf2122eeeab1da446be2dde6f1aae09234
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 29 23:34:09 2003 +0000

    Add traces.
    
    
    (Old svn revision: 11300)

commit fbb633f461671d284cd9c8d46443eb69c464c348
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 29 22:59:18 2003 +0000

    Blender sets only 4 elements in MWM hints intead of 5 as defined, as we ignore the fifth element anyway, read only 4 elements and make blender happy...
    
    
    (Old svn revision: 11299)

commit a3ba392bc99abd2fc2d9e835f40e56ba349bef4e
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Aug 26 07:38:24 2003 +0000

    Update changelogs
    
    
    (Old svn revision: 11297)

commit beea1623458acdf0f443e1a4fb59dca284d10cca
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Aug 26 07:12:27 2003 +0000

    Update version numbers and po files for release
    
    
    (Old svn revision: 11296)

commit d091e8322dab67134bf37c7e91091b7c414ace2f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 25 21:38:58 2003 +0000

    Smoothen frame shadow on default theme
    
    
    (Old svn revision: 11295)

commit e658433c7fddeeb9e62f14b147166019f42c3a9a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 25 05:22:41 2003 +0000

    Remove the "stashEventTime()" and "getEventTime()" functions as it causes more trouble than it fixes.
    
    
    (Old svn revision: 11294)

commit ab5b24d107967ba840a15c6cfdbf73c96a592864
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 24 20:44:45 2003 +0000

    Fix focus on transients not being restored on w/s switch
    
    
    (Old svn revision: 11293)

commit 33fb4f042784ea978548508ff7f3bd9f69b37afb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 24 18:49:38 2003 +0000

    Fix focus on desktop switch
    
    
    (Old svn revision: 11292)

commit ad26428e8a2e3f9bddf2ce4b44bc1fe1a291e6b5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 24 16:46:18 2003 +0000

    Fix focus problem with Motif/Lesstif apps
    
    
    (Old svn revision: 11291)

commit d3073b40c2b12618b95312c686524dc1fa108af4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 24 13:49:22 2003 +0000

    Reimplement MapRequest handling in a cleaner way.
    
    
    (Old svn revision: 11290)

commit 526b36771acfe87f1ffbf14f62b7b6c020d9d6b4
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Aug 17 11:36:46 2003 +0000

    Add lithuanian translations
    
    
    (Old svn revision: 11289)

commit 64871723e3840f370b7eccab2941d5568954650f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 14 18:15:13 2003 +0000

    Simplify the mapping/unmapping management and bug fixes
    
    
    (Old svn revision: 11288)

commit 96c3550e2ba189eb26b6950282d855c2c960f054
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 14 00:09:42 2003 +0000

    Update
    
    
    (Old svn revision: 11287)

commit 145c3dff9755baf4ad1e70384a4d66db21fd719c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 14 00:06:52 2003 +0000

    Even more changes and fixes (I hope)
    
    
    (Old svn revision: 11286)

commit e298eaf1045415940428800525beb52e7c34f93a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 13 05:39:50 2003 +0000

    Code reorg.
    
    
    (Old svn revision: 11285)

commit faf0457ab635bdf24635ab11a2e9ea8a4495a961
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 12 23:17:15 2003 +0000

    Unset CLIENT_FLAG_MAPPED when iconifying (and only then)
    
    
    (Old svn revision: 11284)

commit a191d0b1e4af8633cbc4cbeb221f352959886516
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 12 22:49:14 2003 +0000

    Adopt a MapRequest/MapNotify/UnmapNotify scheme that is similar to xfwm3 that was rock solid...
    
    
    (Old svn revision: 11283)

commit 1f8266aaeb458bd76809a22cdba75ba5b8c67cc6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 12 11:14:46 2003 +0000

    Send configure notify after resizing
    
    
    (Old svn revision: 11282)

commit 4be2907a8911afd389da64342aff0424a6b01c77
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 12 05:42:14 2003 +0000

    Remove some XSync() calls that were introduced in the debug process lately.
    
    
    (Old svn revision: 11281)

commit 483cf979d18835d1c42846731673f1c2ca2cafd1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 11 22:04:02 2003 +0000

    A deseperate attempt to fix remaining bugs in xfwm4
    
    
    (Old svn revision: 11280)

commit 45d37389029cd8c02498e78bb64531c79c928382
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Aug 10 19:54:32 2003 +0000

    Update chinese translations
    
    
    (Old svn revision: 11279)

commit 2b36b9994cfd8922c03f823eaad6492a33b4b956
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 8 05:57:35 2003 +0000

    Bug fixes in MapNotify handler
    
    
    (Old svn revision: 11278)

commit 36c6fb1b9fd1635d1b49655035132af5da602b44
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 7 23:09:52 2003 +0000

    Revert to an old (and probably safer) way of framing new windows.
    
    
    (Old svn revision: 11277)

commit dffc59bc02ef9af6031d143c94cc759b0680e8a1
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Aug 7 22:09:38 2003 +0000

    Update catalan translations
    
    
    (Old svn revision: 11276)

commit 90db41d790d5dfa30226ecd59486a07a611a2bdf
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Aug 7 20:24:25 2003 +0000

    Revert changes
    
    
    (Old svn revision: 11275)

commit 97cf8c83eadc5646c918b159ca7464cbebb93e5e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 6 21:06:58 2003 +0000

    Small optimization
    
    
    (Old svn revision: 11274)

commit 3a2cadd48b1fd9c3777a800773dda482912274da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 6 21:02:30 2003 +0000

    Try to address the reparent bug...
    
    
    (Old svn revision: 11273)

commit aad6caafe2422e6d5f27a3b329b610970f58119d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 4 18:17:29 2003 +0000

    Add Korean translation from ByungHyun Choi <byunghyunchoi@hotmail.com>
    
    
    (Old svn revision: 11272)

commit ad54c5d540ea4fcf2a64231481e4e35ee34e7487
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Aug 3 18:45:52 2003 +0000

    Updated ChangeLogs
    
    
    (Old svn revision: 11271)

commit 83c28091fefc83f28dc5316d5ea48a76d687baae
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Aug 3 18:37:34 2003 +0000

    grep -q does not work with Solaris grep, fixed it.
    
    
    (Old svn revision: 11270)

commit 11d190527d0dd9c9a7458290a79febae5c549390
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 1 16:49:30 2003 +0000

    Use dbl linked list instead of single linked list internally
    Other optimizations
    
    
    (Old svn revision: 11269)

commit e92207f5437b019d4a4cfd33a5f2d2914c891f82
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 1 06:29:36 2003 +0000

    Various small fixes and improvements
    
    
    (Old svn revision: 11268)

commit 5ada436f7012331aab65646fd7613f70a5dd37b6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 31 22:43:59 2003 +0000

    Rework modal management
    
    
    (Old svn revision: 11267)

commit b342f255576e35635554db36a21ff0a8780ec418
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jul 31 19:44:31 2003 +0000

    Catch SIGUSR1 as well
    
    
    (Old svn revision: 11266)

commit b425898732084b9a02ae327f79fc65d5d7ed27e6
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jul 31 08:03:44 2003 +0000

    Fix compiler warnings
    
    
    (Old svn revision: 11265)

commit 16157518da4f38e6d08b2290e83dd6dc05a81a3a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 30 22:19:09 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11264)

commit 1e9f4469d5e5eb7439eb45be3f3ebec3c33c486b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 30 22:15:04 2003 +0000

    Add proper modality management
    Small bug fixes
    Improve legacy apps fullscreen mgmt
    
    
    (Old svn revision: 11263)

commit 8f71d86df9841e7210b24b5f04f833b4eba0f459
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Jul 30 11:31:26 2003 +0000

    Update changlogs
    
    
    (Old svn revision: 11262)

commit f15d35b4ccd43a04b51ee31b1f4d9645541c2944
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Jul 30 08:05:22 2003 +0000

    Update version numbers and po files for release
    
    
    (Old svn revision: 11261)

commit 32e9ea830da8a1401ac7b5eac8777355923d838c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 30 06:41:22 2003 +0000

    Code cleanup
    
    
    (Old svn revision: 11260)

commit 5eccf94d7d5305a78e72c33f065f6bc6d4a54664
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 30 05:40:34 2003 +0000

    Use the same default layer for modal dialogs as some apps just set modal and open other windows that show underneath the modal...
    
    
    (Old svn revision: 11259)

commit c0de09a1e6a8e73004d6ff01d669a6b35b47f632
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 29 16:50:06 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11258)

commit f8b70ed431b8ef83fcd24d0e4b96b8563f56835f
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Jul 29 15:04:30 2003 +0000

    Update documentation to latest versions
    
    
    (Old svn revision: 11257)

commit b0b5ef4edd01dc2d04cf20b6f9c4237bffd93292
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Jul 29 12:24:07 2003 +0000

    Update all images to new defaults
    
    
    (Old svn revision: 11256)

commit a7b274c870e95fb8a49a23bf2338ca2c6ca5751b
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Jul 29 06:28:47 2003 +0000

    Update russian translations
    
    
    (Old svn revision: 11255)

commit 9348e74df0d5201d38fe8e2304381f5c6872febb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 28 22:09:20 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11254)

commit fcc0917a6453a9018feef3eeda1bfc6a182437f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 28 19:02:43 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11253)

commit 75b1bba4519d75d38805764dbced779a82c8ba86
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 28 18:59:14 2003 +0000

    Fix smart placement wasting pixels on right and bottom side of the screen.
    
    
    (Old svn revision: 11252)

commit f2258d6e7bd6582a5df789c838dca984f1e09563
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 27 22:29:35 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11251)

commit 86c72ed858d49d780b1cbea9bb9955940f1f1c24
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 27 22:28:29 2003 +0000

    Change version to 3.99.3 (rc3)
    
    
    (Old svn revision: 11250)

commit e906ec0c43d4d8478b0e829a87b3b28522563eba
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 27 22:16:55 2003 +0000

    Add (missing) aspect ratio support
    
    
    (Old svn revision: 11249)

commit 48ef3e662ed98271ffaa3e5dff2bda6e35793b8e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 27 00:29:04 2003 +0000

    Add fullscreen autodetect for older legacy apps
    
    
    (Old svn revision: 11248)

commit 1a9740569408a6327a3f460f15ab04b54fe95954
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 26 15:58:16 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11247)

commit 642ef00cfe58151d89a85dd29d73aad7f9cc76b1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 26 14:32:58 2003 +0000

    Send ConfigureNotify at first map (for Tk apps)
    
    
    (Old svn revision: 11246)

commit be35156b6745050fbe82fc7371a8667367541218
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 25 21:33:36 2003 +0000

    Fall back to default keytheme if user specified keytheme is not found, rather than just exiting...
    
    
    (Old svn revision: 11245)

commit 4032b3683494f2d69d78faad19fa51f45c4dd095
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 25 05:48:47 2003 +0000

    Revert another change in frameWindow()
    
    
    (Old svn revision: 11244)

commit e2182618b6ab0c3494d6d2eb0b236f5540fe6814
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 24 22:50:37 2003 +0000

    Change the getMotifHints() -It's the last thing that changed in xfwm4 before rc2-
    (New impl should be bullet proof :)
    
    
    (Old svn revision: 11243)

commit db4f67bebd6793ba9de3ddfd9ebb55c1c2f3b74a
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jul 24 09:21:30 2003 +0000

    Remove debian dirs on Martin's request
    
    
    (Old svn revision: 11242)

commit d9325f74a1d8c7e8441f8e18284fdd6497f39143
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jul 24 06:27:25 2003 +0000

    Update finnish translations
    
    
    (Old svn revision: 11241)

commit eadbf9df1126fbac83ce38c85a186aaf7fc344b1
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Jul 21 19:38:50 2003 +0000

    This should finally fix the solaris -lXext issue
    
    
    (Old svn revision: 11240)

commit 2d4eede79c5e8aba2e63cf68772b7f74804c8d97
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 20 17:11:41 2003 +0000

    Adjust motif hints, to avoid a bug on some system where the motif hint is smaller that the expected size.
    
    
    (Old svn revision: 11238)

commit b726659619b5e3de627c3cf5b76ecf343a904bea
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Jul 19 09:30:03 2003 +0000

    Update ChangeLogs
    
    
    (Old svn revision: 11237)

commit 8e20813775493cc51533df990e79eb7122cd9d27
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Jul 19 08:59:17 2003 +0000

    Update version numbers and po files for release
    
    
    (Old svn revision: 11236)

commit d3df8bb5f42299d1613802bb8c25dd5e01cc6e1e
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Jul 18 10:57:00 2003 +0000

    Update hungarian translations
    
    
    (Old svn revision: 11235)

commit db36d29d282c0107c0edf2b8653e465716836d58
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Jul 18 07:46:23 2003 +0000

    Update turkish translations
    
    
    (Old svn revision: 11234)

commit d0a252c6d96c44c8006d33b919e27156c0c5faea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 16 20:02:55 2003 +0000

    Cleanup: Remove #if 0/#endif as it seems to work
    
    
    (Old svn revision: 11233)

commit fff091ad04aab9bab2a0de1f264b92bb9cdef160
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Jul 16 09:57:47 2003 +0000

    Add hungarian translations
    
    
    (Old svn revision: 11232)

commit bf68d37ce209a288fba7c74e8c739c872f7452e2
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Jul 16 08:22:42 2003 +0000

    Update catalan translations
    
    
    (Old svn revision: 11231)

commit 8cac9ed64dec18534952a0294ac076d0f17b443a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 15 21:43:00 2003 +0000

    Fix Reparent with UnmapNotify/MapNotify for good this time (I think)
    
    
    (Old svn revision: 11230)

commit 1a6d1d4a3300955a6ce7019067879eab1ca2816b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 15 20:02:14 2003 +0000

    Still the Reparent issue with UnmapNotify/MapNotify
    
    
    (Old svn revision: 11229)

commit b0c1290bfa3d437fdfa63ba029840ae5e957e479
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 14 13:11:26 2003 +0000

    Add some comment to the code - just for the record
    
    
    (Old svn revision: 11228)

commit 779c4d1fd1fee37a217787f6a9e1c9f48378fd90
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 14 12:46:44 2003 +0000

    Fix strings not being translated in drop-down menus of xfwm4 mcs plugin
    
    
    (Old svn revision: 11227)

commit 1e542af1d3b554657b1d2c96bdbb6911dcd6cf6b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 14 08:52:53 2003 +0000

    Set version to 3.99.2 (rc2)
    
    
    (Old svn revision: 11226)

commit aefe409504432824049d10c1f0da8ecfecc8ef5d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 13 22:53:51 2003 +0000

    Forgot to remove traces
    
    
    (Old svn revision: 11225)

commit b29c41568ef06ea8e25e598df5ef1426bfdbf1b9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 13 22:52:43 2003 +0000

    More tweaks
    
    
    (Old svn revision: 11224)

commit eba0d432eb1ab7838369a8eeaac6a87ca83deb82
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 13 22:37:47 2003 +0000

    Tweak map_state and reparenting
    
    
    (Old svn revision: 11223)

commit 8a5de3c19c8b57d1592185b18e79e229aede9b32
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Jul 13 08:43:11 2003 +0000

    Update ChangeLogs for release
    
    
    (Old svn revision: 11221)

commit 947e5e08eed3e22c77c00331714e68407ea5d348
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Jul 11 07:33:56 2003 +0000

    Update ChangeLog's for release
    
    
    (Old svn revision: 11220)

commit ac391efa62798329891c333f826e86f380405bb4
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Jul 11 06:55:24 2003 +0000

    Update Chinese translations
    
    
    (Old svn revision: 11219)

commit eef919fc2677fe11cddc9d283626bce98e03ef90
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jul 10 09:56:05 2003 +0000

    Update ChangeLog's for release
    
    
    (Old svn revision: 11218)

commit 176c7cc9d934048ef0170d70ae34191865fcbfe1
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jul 10 09:24:23 2003 +0000

    Bump version numbers for release and update po files
    
    
    (Old svn revision: 11217)

commit f31127df1e4ccab6468c929a97a86fdea9f74018
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 9 18:15:41 2003 +0000

    Update de.po from Moe.
    
    
    (Old svn revision: 11216)

commit 72ca0daf8f808813f1c265aabd480477676c3c3e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 8 20:53:07 2003 +0000

    Don't perform an update-po on make dist as it causes far too much trouble
    
    
    (Old svn revision: 11215)

commit cb9ecfffed55c7429d4848e0a1a22649bbfdae5c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 7 22:40:40 2003 +0000

    Fix compiler warning
    
    
    (Old svn revision: 11214)

commit e8d2ca9d9bc8b3517f54715f2b62d7528d3928f3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 7 22:26:15 2003 +0000

    Update ltmain.sh with patched version
    
    
    (Old svn revision: 11213)

commit 040265fd4f8a7c7c77eda055c552f495cd2fef6a
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Jul 7 21:18:55 2003 +0000

    Update catalan translations
    
    
    (Old svn revision: 11212)

commit d7155b72e8da826af2db80447c1a9fe3e269b179
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Jul 6 19:45:37 2003 +0000

    Updating ChangeLogs
    
    
    (Old svn revision: 11211)

commit 686e51501584f303a5f04ec01c2af0f4a493ac82
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 5 12:31:22 2003 +0000

    Remove ltconfig script as it is generated
    
    
    (Old svn revision: 11210)

commit e939f67561f0aab234286350693940dd982e11e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 4 23:37:47 2003 +0000

    libttol update and all
    
    
    (Old svn revision: 11209)

commit e3ebaba4d24d738309f3ed2e34789af24a983169
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 3 21:26:54 2003 +0000

    Flush pointer motion events after wrapping workspaces
    
    
    (Old svn revision: 11208)

commit 92aeae5df4f1fc88f5ec773681443ffa177ff031
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 3 19:59:57 2003 +0000

    Store session in .xfce4/sessions/ and use session_id in saved session name
    
    
    (Old svn revision: 11207)

commit d245374a5d64aa70566e045977842669d13d55e3
Author: Edscott Wilson <edscott@imp.mx>
Date:   Thu Jul 3 18:16:48 2003 +0000

    spanish tranlation updates for 4.0 release.
    
    
    (Old svn revision: 11206)

commit 6329652e27501c7e26e19ea2a316168c6322f39a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 1 20:57:47 2003 +0000

    Make use of the new utf8 function added ti libxfce4util.
    Add explicit dependency on libxfce4util
    
    
    (Old svn revision: 11205)

commit 4b32c6d0872df14678be6b63919f713f776d739f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 30 22:24:03 2003 +0000

    Improve Xrandr support
    Hide sidewalks off screen when wrap workspace is turned off
    
    
    (Old svn revision: 11204)

commit 2c3b40efe6cba174e9883f59a5e15d36a59e8cd0
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Mon Jun 30 18:11:39 2003 +0000

    Doc update by Francois
    
    
    (Old svn revision: 11203)

commit 80304dd0ad62a736d83d046952f68ca8477ed14f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 28 09:46:40 2003 +0000

    Update to libtool-1.5
    Use proper complete CURRENT:REVISION:AGE scheme for lib versionning
    
    
    (Old svn revision: 11202)

commit 9cc98f3537cbe1d489ab6beb49d0aabe0eb09b7e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 26 22:41:59 2003 +0000

    Add Xrandr support
    
    
    (Old svn revision: 11201)

commit 292bf1b83403f6e087bf7a795cb9e1ba54498c8b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 26 20:32:01 2003 +0000

    Remov ethe workarround for gtk bug because KDE apps place themselves at a predefined position :(
    
    
    (Old svn revision: 11200)

commit 2c9b10cbc2c8f444a33ffb96113baf9c8a2b10f0
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Jun 25 20:22:38 2003 +0000

    Fixed -lXext on Solaris.
    
    
    (Old svn revision: 11199)

commit 52030f9866decac50ae762ec70e48bff96d7b83e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 25 20:19:51 2003 +0000

    Improve ICCCM compliance for configure events
    
    
    (Old svn revision: 11198)

commit 3ca17d231152e0b29f9ea3cc9a743ad37bdfbd9a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 24 06:36:00 2003 +0000

    Sync
    
    
    (Old svn revision: 11196)

commit b23a079238cd026d78cb7d0894434d8074a5899b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 22 22:09:25 2003 +0000

    Use small input only window located on screen edges to detect mouse move on the screen edge.
    
    
    (Old svn revision: 11195)

commit b659d4c0255fbe3c527a0e6b96aebfa0dc2b9cab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 21 20:41:09 2003 +0000

    Chnage clientPassFocus() to not fallback on tp most window if nothing else has been found in click to focus mode.
    
    
    (Old svn revision: 11194)

commit febeaf88d57f7e438a76243de4f313a8f6390ced
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jun 21 18:31:09 2003 +0000

    Fixes.
    
    
    (Old svn revision: 11192)

commit af0e0e9c1f7704f44c3b82a3349ce907eb5fa406
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 21 12:15:40 2003 +0000

    Update po
    
    
    (Old svn revision: 11191)

commit 33bb68884640728ae0a21fa15f9f42b594071b95
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 20 23:26:50 2003 +0000

    Apply NET state fullscreen after actually configuring the window in fullscreen mode.
    
    
    (Old svn revision: 11190)

commit 82e42a7b95715c64aef5f214dadd93b98bf06eaf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 20 22:56:11 2003 +0000

    Protect against newlines and other crazyness in window titles
    
    
    (Old svn revision: 11189)

commit 513c5cd7e78c51c2cfe5ca96900ebaed28ed6f40
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 20 06:26:11 2003 +0000

    Move xfwm4rc from $HOME to $HOME/.xfce4/
    
    
    (Old svn revision: 11188)

commit 2a2761a78d277a18d7631221052f4bf54d12e688
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 19 22:01:26 2003 +0000

    Prevent Alt+F8 to hide windows that should not be hidden
    
    
    (Old svn revision: 11187)

commit 5a56152f4d64fb5120a7f1b4b90be8c9276f98e1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 19 21:12:11 2003 +0000

    Fix a major bug introduced when adding the loop to flush the event queue (very bad idea).
    
    
    (Old svn revision: 11186)

commit 66d59277bb3e86e77d3f79d49efcfe22478c9962
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 19 17:53:08 2003 +0000

    Add Alt+middle mouse button to lower window
    
    
    (Old svn revision: 11185)

commit 472fcdad335b0b42fe0a2c65d3216b0e72a4c225
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 19 17:36:20 2003 +0000

    Test for initial (x,y) values to work arround a gtk bug that doesn't set PPosition flag sometimes (to center windows, for example)
    
    
    (Old svn revision: 11184)

commit 5a47c2d4de0719ed4e637ad12a81b355ee6aba9c
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Jun 18 22:24:42 2003 +0000

    Updated images. Thanks to Francois.
    
    
    (Old svn revision: 11183)

commit 04df0fef22242847238fb0bd5d5f67bef34a4db7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 18 20:33:26 2003 +0000

    Improve clientFrame()
    Call gtk_window_set_position () as late at possible as it seems there is a race cond in gtk+
    
    
    (Old svn revision: 11182)

commit 58d226f1239826385e8a855d6579f650476fc111
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 18 19:57:58 2003 +0000

    Make sure we align on increment vales when resizing using kbd.
    
    
    (Old svn revision: 11181)

commit 1ce9f3a0bd00d37611754d8b338a3363144c0f4a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 18 06:37:36 2003 +0000

    Exclude panel from cycling by default
    
    
    (Old svn revision: 11180)

commit 5808b0d411fca3e7d2f04f95d1b862baadfec693
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 17 23:28:56 2003 +0000

    Improve updates of NormalWMHints
    
    
    (Old svn revision: 11179)

commit aee0ec5e56658f29edc2f46055b7e9c2f732669f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 17 21:19:13 2003 +0000

    Grab server earlier in clientFrame()
    
    
    (Old svn revision: 11178)

commit c1602af2b96f7fbc5bedd4dcd1d2936493b0b195
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 15 22:32:14 2003 +0000

    Switch to version 3.91.0
    
    
    (Old svn revision: 11171)

commit d266df244ac181f4ccb57f9f83a1879de0c958d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 14 22:56:37 2003 +0000

    A lot of improvements on Xinerama support
    
    
    (Old svn revision: 11170)

commit b302578f283249dea424204d2f244b7009b8cded
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Jun 14 21:53:36 2003 +0000

    Introduced xfce_textdomain()
    
    
    (Old svn revision: 11169)

commit 0272258e7c8b5662f99bfa119c06aa364b567341
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 14 15:59:30 2003 +0000

    Improve restacking
    
    
    (Old svn revision: 11168)

commit a6650f5bfbfdda0ca8d6188b4b7b8118134bfaf7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 14 00:28:04 2003 +0000

    Try to find a better wayof managing restacking
    
    
    (Old svn revision: 11167)

commit c5db745abb8e4521d0380ea708f17ae173e4dadb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 13 23:51:19 2003 +0000

    apply Benny's patch for mcs plugins
    
    
    (Old svn revision: 11166)

commit d8ecf4c9b61ae8c7e5b2ae84d3c72156a6deb058
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 13 22:58:25 2003 +0000

    Include Thomas Leonard <tal00r@ecs.soton.ac.uk> patch to workarround
    flickering during restack of windows.
    
    
    (Old svn revision: 11165)

commit 802fbf524324e05e4ac149c43a2ac548ce2c5f38
Author: Benedikt Meurer <benny@xfce.org>
Date:   Fri Jun 13 22:35:59 2003 +0000

    Fixed bind_textdomain_codeset() problem on linux.
    
    
    (Old svn revision: 11164)

commit 48f1adc6811fc338824106b7ee1f9090c1f610bd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 11 21:22:39 2003 +0000

    Add some debug messages
    
    
    (Old svn revision: 11163)

commit e7bee22bcdb7c4bf1191b4452c8ce275befa2fd4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 11 19:34:56 2003 +0000

    Don't raise top stack window when reorg. the stack list.
    
    
    (Old svn revision: 11162)

commit 1090968f41059d52c532105242e01c60e8a75500
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 10 22:08:56 2003 +0000

    Various updates
    
    
    (Old svn revision: 11161)

commit 66b1ace453ef300eddf1db19a67a634ddb369442
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 9 23:39:50 2003 +0000

    Add new widget xfce_framebox to unify look across UI
    Migrate all plugins to this new widget
    
    
    (Old svn revision: 11160)

commit ed95e95100925c846c5c71aafff480f37c045c28
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 9 17:18:35 2003 +0000

    Redesign UI
    
    
    (Old svn revision: 11159)

commit 6504c13b82096486a91723951dc706aba40fdd3a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 8 22:58:29 2003 +0000

    Fix compile warning
    
    
    (Old svn revision: 11158)

commit 2d2263f9f253b9cd1ea550597bce624f19a17905
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 8 22:37:44 2003 +0000

    Implement (some of) Eugenia's advise on UI design
    
    
    (Old svn revision: 11157)

commit 7093d62d1b3f66a79d84333487544a536784bc6b
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Jun 8 14:29:50 2003 +0000

    Add russian translation and fix xfdesktop not reading a new local menu
    
    
    (Old svn revision: 11154)

commit d0dae92fc4392a0dad9f6150e84bcb5f830f71f4
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Jun 8 11:12:26 2003 +0000

    Added daemon(3) TODO item
    
    
    (Old svn revision: 11153)

commit c5ebe5f37b46111851c2bf2404afb39a0f99b3be
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 6 21:37:54 2003 +0000

    Versionning scheme
    
    
    (Old svn revision: 11151)

commit da1cb23560c9daa84d688618781629b9615eb190
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jun 5 21:49:31 2003 +0000

    Doc fixes assorti
    
    
    (Old svn revision: 11150)

commit 9a7a4dfe3ec298d3ce10a7cb774822378c1dc852
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jun 5 07:28:59 2003 +0000

    Updated translations and multiple file drop on backdrop list manager
    
    
    (Old svn revision: 11147)

commit 0f0b7faacc5d7ee9733eea49b2b48c60c282838f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 4 16:58:37 2003 +0000

    Remove last change regarding last client raised,
    Add an XFlush just after restacking windows.
    
    
    (Old svn revision: 11146)

commit fbd2b3ea9e5aba8f5999ec7c665254b7103a7dd4
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Jun 3 12:28:56 2003 +0000

    Use properly compressed images
    
    
    (Old svn revision: 11145)

commit 3d0aceb2fa9c227d1b1c1232f041cb59b54bcd31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 21:35:28 2003 +0000

    Don't assume that the latest mapped window is raised
    
    
    (Old svn revision: 11144)

commit 05420a17212487c4589f00a51596c140139f9471
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 2 20:09:32 2003 +0000

    Add a hidden option to disable Alt+Click action
    Add easy_click=false to ~/.xfwm4rc to disable Alt+Click => move/resize
    
    
    (Old svn revision: 11143)

commit ba2752cbc7a41540008e7913f16919ccae04fb85
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Jun 1 17:25:27 2003 +0000

    po file tweaks
    
    
    (Old svn revision: 11138)

commit 5fd7d4a8d9e4946e3e95fa85bba2731013261c1c
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Jun 1 12:06:14 2003 +0000

    Updated images by Francois
    
    
    (Old svn revision: 11137)

commit 53ac83aab4b7cc4d90a9d198841c19d4ec8c5ec9
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat May 31 12:19:46 2003 +0000

    Doc updates by Francois
    
    
    (Old svn revision: 11136)

commit 54308fa8580ed85f701ca1e202cd2da20a4e0bfa
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri May 30 20:36:56 2003 +0000

    Add malayan translations
    
    
    (Old svn revision: 11135)

commit 0fefaf9a0cbf3a46c44ceb8635cb4a6459476d7e
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri May 30 08:51:07 2003 +0000

    Small tweaks to build files
    
    
    (Old svn revision: 11134)

commit a7a08734626e11ccf4fc5b3740fae1b47b0f44ba
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu May 29 18:19:21 2003 +0000

    updating spec files
    
    
    (Old svn revision: 11133)

commit ae2e064d3da48f90c533c8e256e4e3f5cd874c2d
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu May 29 12:53:49 2003 +0000

    improve stylesheet import
    
    
    (Old svn revision: 11132)

commit f3eb9fc427f59fdac5dfecc0546481c05d2e311d
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu May 29 09:59:41 2003 +0000

    Translations update
    
    
    (Old svn revision: 11131)

commit 13679fbb2973fd174a125edea2d65516f0e27d62
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed May 28 14:16:48 2003 +0000

    Doc update by Francois
    
    
    (Old svn revision: 11130)

commit fec19caa29b328abe62b6febbf93d47505929b6f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 27 21:35:44 2003 +0000

    Update Finnish translation by Ilkka Ollakka (ilkka dot j dot ollakka at students dot oamk dot fi)
    
    
    (Old svn revision: 11129)

commit 2691de13192d587c56b3905274ce7bfce02c70ab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 27 21:30:52 2003 +0000

    Add Japanese translation by Zhao-Ji <zhao-ji at awz dot ne dot jp>
    
    
    (Old svn revision: 11128)

commit 36ae6e4ccf2a6c17b878afb14fc699cc0e587d7e
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue May 27 19:20:26 2003 +0000

    Add documentation by Francois
    
    
    (Old svn revision: 11127)

commit e984f0e1613b967cbc669b644aeef395f78dc95d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 26 21:18:19 2003 +0000

    Fix submenu item selection when munu was opened with right mouse button
    
    
    (Old svn revision: 11126)

commit 9270f83d8effd483a2781bd14483cef501a8d2f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 25 21:35:52 2003 +0000

    Set Xft.dpi to 96, and use "Sans 8" as default font and "Sans Bold 10" as window title font
    
    
    (Old svn revision: 11125)

commit a85849064041b406930fb32a2c1ed5354136a2f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 24 19:17:28 2003 +0000

    Merging po
    
    
    (Old svn revision: 11124)

commit dc0cc1204ef69e0381f4eaafe96b514f92be7c12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 23 21:37:46 2003 +0000

    Rework the window menu
    Add send to... workspace # sub menu
    
    
    (Old svn revision: 11123)

commit 2e033cc27cf19412adcdca3d5ae0bda05d338585
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 22 22:31:46 2003 +0000

    Disconnect wrap workspaces and wrap windows options
    Reorganize mcs-plugin a bit
    Rerun indent and fix some wrong indent behaviour toward _()
    Changs "Misc." label to "Advanced" in xfwm4 mcs-plugin
    
    
    (Old svn revision: 11122)

commit 78605548952700a4791bb710d3b570f6c3f3592d
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed May 21 21:43:14 2003 +0000

    Add Turkish translations
    
    
    (Old svn revision: 11121)

commit 134d80ca59b441e72848175bfff66a32352e458d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 21 21:30:42 2003 +0000

    Turn off wrap workspace by default
    
    
    (Old svn revision: 11120)

commit 434edfe1ced90e08d78f608d6edabe03751c56a4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 16 20:43:41 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11119)

commit 68aea33d63c3d90c234e00583b0d82fc3bf406c3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 16 19:34:25 2003 +0000

    Bump version to 3.90 for beta release (coming soon... etc.)
    
    
    (Old svn revision: 11118)

commit 98597befa8037c18d384b3678458bbb96b7084ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 16 19:20:19 2003 +0000

    Various small cleanups, rerun indent with new settings.
    
    
    (Old svn revision: 11117)

commit f0a37ed5e3e115ed6672b3d9e047c5e4850242c8
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri May 16 18:24:13 2003 +0000

    Add tamil translations
    
    
    (Old svn revision: 11116)

commit 90f4d5b4506b418bf6d49c938470840140086654
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 15 22:06:56 2003 +0000

    Fix a problem with focus not being restored on transients when switching workspaces
    
    
    (Old svn revision: 11115)

commit e85f4699798a8caf197f1056f464b8f34d81c95c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 15 20:55:44 2003 +0000

    Various minor fixes
    
    
    (Old svn revision: 11114)

commit 645790037414f919cd48f9b7d79449b6bd841a52
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu May 15 18:11:03 2003 +0000

    Forgot to add the doc directory to Makefile.am
    
    
    (Old svn revision: 11113)

commit a1f905f77a0913a4689fa61391f4467288757cb7
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu May 15 11:03:53 2003 +0000

    Mass update of ChangeLogs
    
    
    (Old svn revision: 11112)

commit 14785d7e02a3461be5768a58aa0a21fab5435204
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 15 06:37:45 2003 +0000

    Various fixes and small improvements
    
    
    (Old svn revision: 11111)

commit b8cd7106dc237a0297999f2d56eb609afcbc4ada
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 14 21:54:09 2003 +0000

    Fix edge resistance scale not being updated, set minimum edge resistance to 1 instead of 5 as before.
    
    
    (Old svn revision: 11110)

commit d2c00285dd834115cc70a9327ac5dcd92e1ae67c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 14 20:51:21 2003 +0000

    Improve focus management in focus-follow-mode
    
    
    (Old svn revision: 11109)

commit 4fc4bf1c417b11957e3bdc5de5962006fd25c063
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed May 14 14:06:04 2003 +0000

    Update finnish translations
    
    
    (Old svn revision: 11108)

commit aa744b39322fba0ab702cfca3bf4e81094baa1d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 14 04:39:54 2003 +0000

    New flag clearance missing in frameDraw
    
    
    (Old svn revision: 11107)

commit 3fec6780887d1368e9a5af4b216d0329d14c80fa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 13 19:44:14 2003 +0000

    Code cleanup; make window type dock w/out border
    
    
    (Old svn revision: 11106)

commit edf5ea23136278291a4bebdc4c3e1e5da5a87b27
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue May 13 17:59:42 2003 +0000

    Add catalan translations and skeleton documentation
    
    
    (Old svn revision: 11105)

commit a2a64a175898f83ae70528eac1a23eca2362abf6
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue May 13 07:08:16 2003 +0000

    spec file tweaks
    
    
    (Old svn revision: 11104)

commit bdbee4f837940b8eab1682db42b146c25c08b19a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 11 22:37:51 2003 +0000

    Small typo
    
    
    (Old svn revision: 11103)

commit e3d62fc6d589c8a4e18a3979c0a2e3affcf3525f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 11 22:27:27 2003 +0000

    Add wrap workspace even when not moving windows, add edge resistance, update mcs plugin, and huge code cleaup in mcs plugin.
    Update french i18n
    
    
    (Old svn revision: 11102)

commit 27278892c7382b8df0219908356884b9fd07ec5c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 10 22:43:42 2003 +0000

    Try to improve things with mutiple screen w/out breaking existing proven code.
    
    
    (Old svn revision: 11101)

commit fde5f47cb26ad3563e0a8e5ed8fd5f6b913cbb54
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 10 21:05:34 2003 +0000

    Just small code cleanup.
    
    
    (Old svn revision: 11100)

commit 0df66da77c4fc062375e177070a517de3f89385c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 10 15:47:20 2003 +0000

    Add a hook to unfocus active window when leaving the root win (for multi-screen configs)
    
    
    (Old svn revision: 11099)

commit 57dcf10c6a85e69afff4336b63eec56d9dab4268
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 10 12:56:36 2003 +0000

    Change sequence so that the timeout for dbl click is not perceived by the user.
    It "feels" faster, although I doubt it is :)
    
    
    (Old svn revision: 11098)

commit 152bd7093ca0b1a375620f44bf59172220e98e78
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 7 17:35:03 2003 +0000

    Change the default theme (who said "again" ??)
    
    
    (Old svn revision: 11097)

commit ba01c5cb23f6f41043174741cbc6db62df724dc5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 6 20:45:16 2003 +0000

    Slightly change the default theme to make it a bit simpler
    
    
    (Old svn revision: 11096)

commit d317bb18b93d281994fa29fc28f752a4e3c25303
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 4 21:47:06 2003 +0000

    Move most themes to xfce4-extras/xfwm4-themes/
    
    
    (Old svn revision: 11095)

commit f9a8a474753a41d0d795974cd9f576b9ddce4a5f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 4 21:38:02 2003 +0000

    Move most themes to xfce4-extras/xfwm4-themes/
    
    
    (Old svn revision: 11094)

commit 69dba2aea955b794232c96bb957cf416f3eef73b
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun May 4 18:21:05 2003 +0000

    Fix rpm target and some distcheck stuff. distcheck still fails
    
    
    (Old svn revision: 11093)

commit 2a0827d882629ea33a678f5013fa2ea653a5c5e2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 3 22:02:40 2003 +0000

    Various fixes, added french translation, fixed desktop switching in xfwm4
    
    
    (Old svn revision: 11092)

commit 374df6ca12a33c9f2a66f1089569db167e682b38
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat May 3 18:10:40 2003 +0000

    Fixed wrong margins plugin path.
    
    
    (Old svn revision: 11091)

commit 48806028946754d0ddca76ffa649bcba2e8a56b5
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat May 3 09:46:45 2003 +0000

    Update chinese translations
    
    
    (Old svn revision: 11090)

commit 16c5b965ceac9e57c7384ca44a150b2ed9c62c06
Author: Benedikt Meurer <benny@xfce.org>
Date:   Fri May 2 17:13:37 2003 +0000

    Several changes. See
    http://www.home.unix-ag.org/bmeurer/xfce/index.html#20030502
    for details.
    
    
    (Old svn revision: 11089)

commit 0e75c4989fa17de00b8c8c7451de856d7966e55f
Author: Benedikt Meurer <benny@xfce.org>
Date:   Thu May 1 10:43:21 2003 +0000

    Added i18n functions to libxfce4util.
    
    
    (Old svn revision: 11088)

commit d73a9dc4a2ece82081593d527b9daeabf840d1d9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 30 21:26:09 2003 +0000

    Allow use of keyboard shortcuts without modifiers
    Modify default theme
    
    
    (Old svn revision: 11087)

commit fa584080472f96bfd502434a4dd1ff9c607cb874
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 29 21:29:52 2003 +0000

    Add the "Alt+right-click = resize window" as requested
    
    
    (Old svn revision: 11086)

commit a6ca3533915279059af44b7f0359acfcd3e3c867
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 29 21:05:48 2003 +0000

    Fix an issue with transients not being placed on the ssame layer as their ancestor (this was a regression introduced recently, with the implementation of transients for group)
    
    
    (Old svn revision: 11085)

commit 376a056a18e2510cb71563e542180fa81ef96657
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 28 19:07:02 2003 +0000

    Change default theme a bit, make it somehow "smoother"
    
    
    (Old svn revision: 11084)

commit aa96cbe88c4b446104c3b39aea22ee863b6d4331
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 27 21:08:45 2003 +0000

    Put back workspace wrap when reaching the first or last workspace
    Make workspace switch with wheel mouse "smoother" by dropping outnumbered events
    
    
    (Old svn revision: 11083)

commit 7543c2d73b984248ae358e83d4e77c6487ad1270
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sun Apr 27 20:10:12 2003 +0000

    Updated polish translations.
    
    
    (Old svn revision: 11082)

commit 1f28933d7b969e1ba6adec65637637ec33d2e901
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Apr 26 21:16:10 2003 +0000

    Updated BM_DEPEND_CHECK.
    
    
    (Old svn revision: 11081)

commit 16a50cd4d4ad4e14b0431182e16fa2643dfc670a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 26 20:01:01 2003 +0000

    A few more fixes
    
    
    (Old svn revision: 11080)

commit cf2d86957bf022e1f49cd6e18a89627709c509ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 26 15:14:48 2003 +0000

    Wrap workspace with mouse wheel natovely (ie even w/out xfdesktop, that's for ROX :)
    Don't cycle workspace when reaching the first/last workspace
    
    
    (Old svn revision: 11079)

commit b536df3e48b607d882393ac263cfac04084a1b30
Author: Benedikt Meurer <benny@xfce.org>
Date:   Sat Apr 26 11:53:03 2003 +0000

    Fixed a stupid typo.
    
    
    (Old svn revision: 11078)

commit 28bb32e6b9aa277b93c6c5e12e87c2cb83115902
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 26 09:03:03 2003 +0000

    Improve net allowed actions
    
    
    (Old svn revision: 11077)

commit 694ae2309df6a4f3b06d4f98b7ad785fa87a5116
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 25 22:56:59 2003 +0000

    Yay! Another bunch of fixes!
    
    
    (Old svn revision: 11076)

commit 40ac813dbb0338a88b04c266b40e358e74e6f5f3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 25 21:34:27 2003 +0000

    Usual bunch of fixes, including a much better handling of old gnome win_state properties.
    
    
    (Old svn revision: 11075)

commit 77f66e018e79a1340bd105cda44d71efb0ebf9c2
Author: Benedikt Meurer <benny@xfce.org>
Date:   Fri Apr 25 18:57:12 2003 +0000

    xfce-mcs-manager version was changed.
    
    
    (Old svn revision: 11074)

commit 13e706ed35d1650e11a61f8ae3941db2e8b8b2d5
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Apr 25 17:47:22 2003 +0000

    Update finnish translations
    
    
    (Old svn revision: 11073)

commit afadeaef137e4d33e8e63f0384e7a7aba7cd092b
Author: Benedikt Meurer <benny@xfce.org>
Date:   Fri Apr 25 09:53:35 2003 +0000

    Updated depends.m4 and added macro for use with panel plugins. Updated
    libxfce4util to install the common m4 files into $(datadir)/xfce4/m4.
    
    
    (Old svn revision: 11072)

commit 126493b963e0f078d1437de45780d81dda2554e5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 24 20:14:16 2003 +0000

    Bunch of small fixes and improved default theme
    
    
    (Old svn revision: 11071)

commit 59acab0d31729ed1fd33aee0c8c74c06c2c283f3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 23 22:06:06 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11070)

commit a971d4dfde2cf9229f19dc20204092d019cd9c33
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 23 21:26:51 2003 +0000

    Very small... well, nothing, really
    
    
    (Old svn revision: 11069)

commit e9cc8c57b10216e79b6eb722aacf175c237dcbde
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 23 20:42:53 2003 +0000

    Fix net wm property for "occupy all workspaces" stuff. There was some kind of confusion between "stickyness" and "on all workspaces" as xfwm4 treat them both the same way
    
    
    (Old svn revision: 11068)

commit e6389e72a77bb8040c9806f93125672d6e1a2397
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 22 19:26:40 2003 +0000

    Add an inner border to the default theme, looks better with some apps
    
    
    (Old svn revision: 11067)

commit 334b70a2086e4a2dfc43b205110986d1518a3b32
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Apr 21 17:47:50 2003 +0000

    Remove rpath stuff (up to the package maintainer to take care of this).
    
    
    (Old svn revision: 11066)

commit 486c8859854accd66241cd20c2b1bd5ce526ee0d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 21 09:56:21 2003 +0000

    Grab server and draw frame shadows during Alt+Tab ops
    
    
    (Old svn revision: 11065)

commit 1945c435d78b3b8c936f41b68fcbded2a80abe35
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 18 20:53:01 2003 +0000

    Enlarge title height for default theme
    
    
    (Old svn revision: 11064)

commit 3a9c5d84e5cd02af37e00acb79aa742abe2b6e9f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 17 17:36:41 2003 +0000

    Various improvements in transient for group management.
    
    
    (Old svn revision: 11063)

commit 2d247a17160afeb924fbb20887995b15cec9e8c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 16 22:58:52 2003 +0000

    Fix a bug with struts as seen on rox list
    Improve group transient management
    Don't focus on raise from a configureRequest
    
    
    (Old svn revision: 11062)

commit 7fd66e05a888dbcf219621e6adb6a1d529ff178f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 15 21:14:50 2003 +0000

    Implement a smarter "transient for group" management
    Rearrange general transients management
    Add a slightly enhanced version of "perl" theme from Tobias Henle <null@page23.de>
    
    
    (Old svn revision: 11061)

commit 648c3800a8d0357e40afa64b8be52d098b47183e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 14 22:04:25 2003 +0000

    Don't set windows transient for root on top
    
    
    (Old svn revision: 11060)

commit 03ceb1610e985a0775576a340bec8e0f59a99098
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 12 22:28:01 2003 +0000

    Fix small and harmless focus bug.
    
    
    (Old svn revision: 11059)

commit 6ac1bc41f031d9cb65ce66c6c1953cc91ea303da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 10 22:10:27 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11058)

commit 4277fff4611b7d13dd03afe2fb72ac44b6414627
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 9 22:20:48 2003 +0000

    Add new theme "triviality", switch to automake-1.7.3
    
    
    (Old svn revision: 11057)

commit d3b7d1f402f678e6e3001e11a72cfec8b34a4f20
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 9 21:46:47 2003 +0000

    Add a small shadow under title buttons
    
    
    (Old svn revision: 11056)

commit a3c4be658af6e93f3c677e07ffae0e5906485f7a
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Apr 9 20:44:24 2003 +0000

    Improved debug.m4:
    
            1) --disable-debug no longer disables assert()'s
            2) --enable-profiling now enables profiling code
            3) --disable-asserts allows disabling of assert()'s
    
    
    (Old svn revision: 11055)

commit 4222692c4b724f7b863b79eccbe267994dfaffca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 9 05:58:16 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11054)

commit 916cb10247fe10f0d048371c6f04b5aa4f8a375a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 8 21:37:40 2003 +0000

    Rounf bottom corners
    
    
    (Old svn revision: 11053)

commit 289583191e5df0bf0a4eca08310ddbabb5f3ad49
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 8 21:30:38 2003 +0000

    Use XFlush() in place of gdk_flush()
    
    
    (Old svn revision: 11052)

commit d096df0c899093c29f58eece21ef4c8534cdf406
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 8 20:37:20 2003 +0000

    Change shadows to get better 3D look
    
    
    (Old svn revision: 11051)

commit 0d15f978b30e86058a1a8b6713b2fe7cce9c90bb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Apr 7 20:26:14 2003 +0000

    Use round bottom corners and shadowed active title
    
    
    (Old svn revision: 11050)

commit 16d53e870807c566e86a6b65cd50945c10973811
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Apr 6 12:08:47 2003 +0000

    Show decorations on "utility" windows
    
    
    (Old svn revision: 11049)

commit 4374a7b8af43acd95f928bd68e65972ad3421928
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 22:03:16 2003 +0000

    Add slight stripes ala "microdeck" to title bar
    
    
    (Old svn revision: 11048)

commit 2f363bd70221c9fb39a4c7140906b7f7a79c23f7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 21:41:59 2003 +0000

    Revert back to an older version of redmondxp theme
    
    
    (Old svn revision: 11047)

commit bdd505b199ab5f00884dd10e5eac0fe33be81f61
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 13:32:00 2003 +0000

    Add support for apps that set their transient_for field to "None"
    
    
    (Old svn revision: 11046)

commit 160588a51b0f7aa270ec9c0914ba06c0f6cc5076
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 13:21:53 2003 +0000

    Treat window with transient_for set to root as "on top", sticky windows
    
    
    (Old svn revision: 11045)

commit 834d32e97d6af902d4bb56fdf04ff5663851e83c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 12:29:47 2003 +0000

    Allow any kind of window to be modal (not just dialogs)
    
    
    (Old svn revision: 11044)

commit 857e036ece89064bb441e00b44e742e01bedecc3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 12:25:26 2003 +0000

    Make modal dialogs sticky
    
    
    (Old svn revision: 11043)

commit 12139557667a37f3601f9f4563be8a7d70c3866c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 08:53:03 2003 +0000

    Default theme: use black frame arround inactive windows
    
    
    (Old svn revision: 11042)

commit a5476a9576d5ee7744e7d80944973985b082e3ea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Apr 5 00:10:23 2003 +0000

    Revert last change in debug.h, use "??" instead of ((__const char *)0)
    Replace DBG() statements with TRACE() in libxfcegui4 and xfwm4 because it was generating far too much logs in simple debug mode (use --enable-debug=full to get full traces)
    Add params to TRACE() (just like in DBG())
    Remove trailing CR in log messages
    
    
    (Old svn revision: 11041)

commit c4614ae10eec16306895d24944cb3d558b2447da
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Apr 4 21:27:26 2003 +0000

    Bug hunting, (small) speedups and improvements
    
    
    (Old svn revision: 11040)

commit 3ab4723c18f2f980f9d44f4d3f658b331d955fe4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 3 22:22:29 2003 +0000

    Fix transients not showing with their "master" window (as before)
    
    
    (Old svn revision: 11039)

commit cca65aa1b5805230399bd60836900cfd09d81ec1
Author: Benedikt Meurer <benny@xfce.org>
Date:   Thu Apr 3 22:08:48 2003 +0000

    Updated BM_DEPEND_CHECK to make it possible to disable the test
    
    
    (Old svn revision: 11038)

commit cf258819c0d6eac226c2a0e3e7914d9fe7bd7006
Author: Benedikt Meurer <benny@xfce.org>
Date:   Thu Apr 3 21:36:32 2003 +0000

    Fixed BM_DEPEND_CHECK
    
    
    (Old svn revision: 11037)

commit 97e93e8587f6feaad48d48f0d209f1b074ea6d8c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 3 20:28:36 2003 +0000

    Fix a small bug with window snapping
    
    
    (Old svn revision: 11036)

commit 95d50edf2bbcac64ad75b2b57c01454172241235
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Apr 3 20:14:45 2003 +0000

    Fix a small redrw problem when sticking/unsticking with the menu
    
    
    (Old svn revision: 11035)

commit 78628972137dde10b4ff3c0b7947d4cbc3a47a68
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Apr 2 21:18:52 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11034)

commit 82437822222714e65e6d40468a2535e7736bc89c
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Apr 2 20:35:00 2003 +0000

    Debugging stuff now provided by libxfce4util. As a result of this change
    libxfcegui4 now depends on libxfce4util.
    Some other updates.
    added a hint to the libxfcegui4 README for Xinerama problems with XFree86.
    
    
    (Old svn revision: 11033)

commit ca52162f398d5820b3c189020897109bf0d0d37c
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Apr 2 17:33:41 2003 +0000

    left-over autostuff for libxfce*, xfcs-mcs-* and xfce4
    
    
    (Old svn revision: 11032)

commit 3e076768fe954fd7c293b16f1ea7171e26451335
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed Apr 2 16:03:27 2003 +0000

    Updated i18n stuff (libxfce4util now provides a i18n.h).
    updated X11.m4
    updated xfwm4 to compile well with -Werror -Wall
    updated xfce-mcs-plugins and added a hint to the README for XFree86 users
    
    
    (Old svn revision: 11031)

commit 69a7c4b0c83fc7da088e9e5d151d6a0f56904ef2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Apr 1 21:33:58 2003 +0000

    Initialize early i18n in mcs plugins
    Add Etria theme
    
    
    (Old svn revision: 11030)

commit 9df6acec0b54722bf319297b2f5edf802f9a2a18
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 31 21:44:22 2003 +0000

    Fix pixmap.c -> mypixmap.c in POTFILES.in
    
    
    (Old svn revision: 11029)

commit f9f8f84adaa10772856c7c805e684f429237a422
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 31 19:46:09 2003 +0000

    1 pixel change :)
    
    
    (Old svn revision: 11028)

commit 3c9bef1f03e9202a52b227ddbb232231dae194f5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 31 19:08:05 2003 +0000

    Smooth bottom corners
    
    
    (Old svn revision: 11027)

commit 1fe7ddcddc1323127d86eeb2dbc7a685e5530d2b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 30 21:41:37 2003 +0000

    Use square and bigger bottom corners for default theme.
    
    
    (Old svn revision: 11026)

commit 04204b1f821f2cb6f0a5d3ea52ebc3a4e9f3ffdc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 30 21:28:16 2003 +0000

    Fix dependecy loop in mcs Makefile
    Revert to use spin instead of adjustment as callback object in margins plugin
    
    
    (Old svn revision: 11025)

commit 04380601f758adcc6fe5e6e88e99a958af4cf0ee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 30 20:52:48 2003 +0000

    Improve focus passing on unmap/destroy events
    
    
    (Old svn revision: 11024)

commit c6d423c85cf132249f0a3ea4737f9bc3a8be0747
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 30 14:37:53 2003 +0000

    Fix bug in original impl. of spin button for margin plugin.
    
    
    (Old svn revision: 11023)

commit 1a2051872231748c4de6ccf7d3489d5797400cb0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 30 14:04:25 2003 +0000

    Don't show windows in not on same workspace or sticky (as before)
    
    
    (Old svn revision: 11022)

commit 9211b8d09570c122a413183ddff61d66d8e40c38
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 30 13:46:49 2003 +0000

    Small tweaking
    
    
    (Old svn revision: 11021)

commit ab61fe0f4a7246779de0bb6276fa9aaa8828a88c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 30 12:17:46 2003 +0000

    Small code reorganization
    
    
    (Old svn revision: 11020)

commit 2b83085ce60997ac4ad4f6cbb149e4010265b43c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 29 22:06:44 2003 +0000

    Change focus management (huge change in the core of the window manager!)
    
    
    (Old svn revision: 11019)

commit 8589431f8032225a509b81093a454e70e8e636c2
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Mar 29 15:19:43 2003 +0000

    Update german translations
    
    
    (Old svn revision: 11018)

commit a54d675fd7f9492b2d6fcce2466b777b7de8236c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 27 21:37:38 2003 +0000

    Prefer gdk_screen[width|height] instead of XDisplay[Width|Height]
    
    
    (Old svn revision: 11017)

commit f55216f80587eaf2a2540e0a7d58f3105f7a1916
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 27 20:32:27 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11016)

commit aa79c23e8d0f2243b02b083ccfd4bee452757795
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 27 19:46:03 2003 +0000

    Fix a bug in focus management as shown when using OO 1.1-beta
    
    
    (Old svn revision: 11015)

commit 4303d071ca353bd13b08835465485b5c24c67670
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 25 23:04:48 2003 +0000

    Very small optimization that makes code cleaner anyway,
    Apparetly, yet another default theme change...
    
    
    (Old svn revision: 11014)

commit 1f419e0650db86d743b6f5cc85eb4930d5b681a4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 25 19:55:25 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11013)

commit e6c416b9105b5427a4c336e43822dab32db3684c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 24 18:18:38 2003 +0000

    Test gtk version to use deprecated gdk pixbuf render functions, update default theme.
    
    
    (Old svn revision: 11012)

commit 5a3a4e6591ddc2741f5b45bbd2bd5200b0a43b76
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 23:39:35 2003 +0000

    Remove soon to be deprecated gtk functions :
    gtk_timeout_add()
    gtk_timeout_remove()
    gdk_pixbuf_render_to_drawable()
    gdk_pixbuf_render_to_drawable_alpha()
    
    
    (Old svn revision: 11011)

commit 77a1fe66229ef07dece44c0c022f0f8b8c91deb3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 21:26:47 2003 +0000

    microdeck2 theme was broken (dunno why though...)
    
    
    (Old svn revision: 11010)

commit 061156347b8ae000c3ba8f7c149780104bb181e4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 21:17:53 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 11009)

commit dada6a3bec76e74fcfffff7dc01cb9b2c6dcf084
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 20:47:01 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11008)

commit 62b6c35f3455f8fd42143f22a5e6161ff7d70612
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 12:52:06 2003 +0000

    Update Finnish translation from Ilkka Ollakka (ilkka.j.ollakka@students.oamk.fi)
    
    
    (Old svn revision: 11007)

commit 73a85ef7fe028c0ec3f7c01356f588b70220273d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 10:03:56 2003 +0000

    Use gdk_screen[width|height]
    
    
    (Old svn revision: 11006)

commit 8599d0557f9670ca65f7ea7570a7b7b910df14cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 09:33:04 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11005)

commit 7cafbbf6137ac739224ba556dbc0f3016e341313
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 23 09:33:04 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 11004)

commit 364eec75521042335d9a6bb3702e3358e7da171e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Mar 22 20:10:36 2003 +0000

    Change default theme (sigh!)
    
    
    (Old svn revision: 11003)

commit 21658e1f48aa69f1be8bcc00254c2ff2509e803e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 20 19:56:32 2003 +0000

    Forgot to change default theme in mcs plugin....
    
    
    (Old svn revision: 11002)

commit a1520922e0d08df086bb22bd203ac7352a8e2b20
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 20 19:49:51 2003 +0000

    Add a default theme and fix several others
    
    
    (Old svn revision: 11001)

commit b53de3eb59e1b1d4613d826260223b9f018b1c26
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Mar 19 07:12:06 2003 +0000

    Only add extra autogen parameters when none are given
    
    
    (Old svn revision: 11000)

commit f5955d95fcab38f37f8790539744e9836748ffb7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 18 22:39:33 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10999)

commit e8f36e7d041e8e313779faddbdc84cab13369835
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 18 22:34:44 2003 +0000

    Update ChangeLog
    Update build scripts (ie rerun autogen.sh)
    Update xfwm4's microdeck theme
    Remove 1 pix border arround xffm menu bar
    
    
    (Old svn revision: 10998)

commit 51ca8aad72a7540483c4c86d55bab13ded82865a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 17 22:37:55 2003 +0000

    Make sure configure script is in line with Benny's latest changes
    
    
    (Old svn revision: 10997)

commit a1ef70f257dfd625649639bd01003d5606577639
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 17 21:59:43 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10996)

commit b45fa36fd7c69a86bffcc0034e9714fc7ae64b1d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 17 21:52:58 2003 +0000

    Missing bits, messed up cvs update
    
    
    (Old svn revision: 10995)

commit 8b254ea1128fc1e194d72f8d769595837c38f7c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 17 20:29:31 2003 +0000

    Update default (microdeck) theme and improve toggle buttons management
    
    
    (Old svn revision: 10994)

commit 84e0562c5ff48b77667ee0b505a3b6926fd08945
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Mar 17 18:52:55 2003 +0000

    Forgot to add.
    
    
    (Old svn revision: 10993)

commit ecc7b2170a49f0d32f2bd526447fbda31588f6aa
Author: Benedikt Meurer <benny@xfce.org>
Date:   Mon Mar 17 18:44:14 2003 +0000

    Major autostuff update.
    
    
    (Old svn revision: 10992)

commit 0a9ddd83d949187d08efc9063e9a2da8abb5761a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 16 22:51:50 2003 +0000

    Missing bits.
    
    
    (Old svn revision: 10991)

commit 5081cbc49205ddb0e6a37fa1295cbb3b7c64036d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 16 22:46:11 2003 +0000

    Apply a modified version of the patch submitted by Jens Guballa <J.Guballa@t-online.de> for toggled buttons.
    
    
    (Old svn revision: 10990)

commit dd7cd002b81750e384047e89f921289a8168bb43
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 16 14:26:39 2003 +0000

    Reformat code usign astyle, redesign microdeck theme, include nestu's Spanish translation
    
    
    (Old svn revision: 10989)

commit 7e46802d8e3a724abbbc61eed27dbf4f22c959e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 16 13:43:45 2003 +0000

    Add nestu's Spanish translation
    
    
    (Old svn revision: 10988)

commit 648a544114152618f5cb2d8228ee5f040f1403e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 16 13:41:36 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10987)

commit 5f5002a73f8cf6c996fd46903bda0241d0e74dfb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 16 13:38:25 2003 +0000

    Redesign title bar of microdeck theme (default theme)
    
    
    (Old svn revision: 10986)

commit 6ff19226a7e0fd9b1c8d81fa664ebe7c8a83f52a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 16 09:16:14 2003 +0000

    Fix "button2 on maximize button =  maximize horiz"
    
    
    (Old svn revision: 10985)

commit 585be6a1fa3a52d24be44dbf5784161273cfdd65
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 13 20:39:56 2003 +0000

    Update Changelogs
    
    
    (Old svn revision: 10984)

commit abd8a8f77cd8ba0086d5694a9a7c294ea4962cfe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 13 07:19:36 2003 +0000

    Add a flag to avoid double desktop wrapping in clientMove_event_filter()
    iRemove shadow under title text in micordeck theme
    
    
    (Old svn revision: 10983)

commit b3abb2ebbd237ea07627a6009507ed186595c91b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 11 21:35:47 2003 +0000

    Redesign default "microdeck" theme
    
    
    (Old svn revision: 10982)

commit b34cab2250fba54944dacaddddf4553806ad8d21
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 11 20:29:38 2003 +0000

    Forgot to apply net_client_list_stacking atom so that the pager was not displaying correct stack
    
    
    (Old svn revision: 10981)

commit fb7facf85f759abf1a4b0862848ce57acc3115b7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 10 23:16:59 2003 +0000

    Fix some compiler warnings, make code slightly simpler in clientSnapPosition()
    
    
    (Old svn revision: 10980)

commit 6d91956f3fa0ee1d2c253938fdc9f855072d3c98
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 10 23:08:11 2003 +0000

    Rearranged the code a bit, made a separate inline function for snapping
    Added a separate option for snapping between windows.
    XFwm4 mcs plugin is updated too so the gui reflect these changes.
    
    
    (Old svn revision: 10979)

commit 89b28b989ec3e65d38bac3020dd6fd36be36b244
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 9 22:11:40 2003 +0000

    Committed patch for window snapping (Jens Guballa <J.Guballa@t-online.de>)
    
    
    (Old svn revision: 10978)

commit f8503651071fbb81a5578a1e8e04e3803f509526
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 9 19:37:17 2003 +0000

    Fix a raising problem
    
    
    (Old svn revision: 10977)

commit 47f6bc6ec6ec022e57e67e8148a63001abfbaf82
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 9 16:37:07 2003 +0000

    Some more optimizations based on latest changes
    
    
    (Old svn revision: 10976)

commit 2706c172a5f56b607840edcfb7dd631b04e1da05
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 9 14:47:05 2003 +0000

    Major rework of stacking management.
    Removal of all recursive procedures.
    Update of (c) mention in .c/.h files.
    
    
    (Old svn revision: 10975)

commit ce0488e32d3e292fe5b9de3758d7adbcddd82b30
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 6 19:23:22 2003 +0000

    Revert last change, there is no such Button6 and Button7 in X.h
    
    
    (Old svn revision: 10974)

commit 4f716df39cf35badc92068ad47b1651257208c5a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 6 19:17:00 2003 +0000

    Include scroll left and right buttons for shade/unshade
    
    
    (Old svn revision: 10973)

commit d9a38d8134c796fbb85394bf2f87df9fbc7187e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Mar 6 19:00:56 2003 +0000

    Increase line width for outline move/resize
    
    
    (Old svn revision: 10972)

commit 80480d0a7b1bcd535b9d4de53b038264c70b1c1f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 5 22:44:49 2003 +0000

    Improve move/resize of windows under heavy system load.
    
    
    (Old svn revision: 10971)

commit 4c00357f740d4e2e89c29d3a6374685494df623c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Mar 5 19:43:52 2003 +0000

    Add very light horiz stripes to title bar for microdeck theme.
    
    
    (Old svn revision: 10970)

commit b45bdd6628a253aa5d0dab4052a8cdba5a2adc86
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 4 21:01:23 2003 +0000

    Optimize desktop swtching
    
    
    (Old svn revision: 10969)

commit 0cb078900f93c26fad938fe0888473f26f08f227
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Mar 4 19:29:10 2003 +0000

    Adjust themes and colors.
    
    
    (Old svn revision: 10968)

commit 67d67d2a0d917d19cacc88bfc9ea7c820c86229a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 3 22:07:19 2003 +0000

    Adjust horiz/vert offset
    
    
    (Old svn revision: 10967)

commit faf7ac4cd9730a32ad4f24585396011598f73973
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 3 22:02:41 2003 +0000

    Add a DBG statement to tell the XID of the event window
    
    
    (Old svn revision: 10966)

commit 67c5575c22d41e2ba6794a39d3a5a3da518b76ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 3 19:47:34 2003 +0000

    Apply initial net props even if app is session managed
    
    
    (Old svn revision: 10965)

commit 1fe9a9ee08c4b84d23df108c7d15abc377e1ae58
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Mar 3 06:38:04 2003 +0000

    Apply initial net state only when not session managed
    
    
    (Old svn revision: 10964)

commit f967c7a7baa94ef4734ec16d6291fac2ca10b6d2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 2 22:16:29 2003 +0000

    Fix an issue with app that set their initial net state to either maximized or fullscreen as seen with mozilla/gtk2
    Change default theme to microdeck (different version, uses less colors)
    Rename microdeck to microdeck3
    
    
    (Old svn revision: 10963)

commit d28be5a853a5f3c9607d54fad1218065f22d2cdc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Mar 2 17:11:19 2003 +0000

    Rearrange button events handler in xfwm4
    Update french translation for xfce4 panel
    
    
    (Old svn revision: 10962)

commit 950dcc9f873323d0460d21e385d3fe381cbf6b52
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 28 23:10:41 2003 +0000

    Fix initial placement
    Fix deprecated gtk_widget_set_usize()
    
    
    (Old svn revision: 10961)

commit 17733c7926182cca94587b8c3fae3c4c96a8ccd8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 28 18:43:42 2003 +0000

    Fix xfce-mcs-manager API/ABI versionning
    Update configure/libtool to use libtool 1.4.3
    
    
    (Old svn revision: 10960)

commit aabbafe51a3b7c2b5be7bb3511d07c7f58fb2b3c
Author: Benedikt Meurer <benny@xfce.org>
Date:   Fri Feb 28 10:59:06 2003 +0000

    Fixes xfce-mcs-manager issue.
    
    
    (Old svn revision: 10959)

commit 5fd62bfc4858829208aa7405c1eade4b102c7368
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 28 06:41:41 2003 +0000

    Add window shade/unshade with mouse wheel on title bar
    
    
    (Old svn revision: 10958)

commit 92a861a1cac565a27d13b88c3c680e0fc69bf22a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 27 21:51:34 2003 +0000

    Updates (I'm sure you wouldn't have guessed)
    
    
    (Old svn revision: 10957)

commit 0f9723f0fcb5943a07f3563de6534ffbb5edaf60
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 27 21:02:48 2003 +0000

    Update default kbd shortcut to call xfhelp4 and xflock4 instead of their xfce 3 counter parts
    
    
    (Old svn revision: 10956)

commit ebb27eb188f88dcdc4f0db4e56696ac3ac96e759
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 27 20:14:37 2003 +0000

    Improve window move/resize and expand sources
    
    
    (Old svn revision: 10955)

commit 0cea98576b59669fd51b741c9deb54602134ffcb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 26 21:30:54 2003 +0000

    Fine tuning and small optimizations
    
    
    (Old svn revision: 10954)

commit c181c1f9adb548890bee5b8d819bb4342a734ab9
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Wed Feb 26 12:03:32 2003 +0000

    Unref icon after last use, not before
    
    
    (Old svn revision: 10953)

commit 1120bc4f421da713c64e1e4b2ed7dec69cc1cf2f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 26 07:18:20 2003 +0000

    Apply Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de> patch
    Replace all  occurences of g_getenv("HOME") with g_get_home_dir()
    Regenerate all Makefiles.on and configure scripts
    
    
    (Old svn revision: 10952)

commit 1b06dbaabf613dac4c4250d13d52efe3199b6fee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 25 22:46:07 2003 +0000

    Remove an unecessary test in clientConstraintPos() that was preventing clientInitPosition() to do its job correctly.
    
    
    (Old svn revision: 10951)

commit 6a052b7307da82d18343395c7579b6711a9fb4c2
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Feb 25 22:16:25 2003 +0000

    autotool cleanup
    
    
    (Old svn revision: 10950)

commit 91d287273d08797e35174562c3f58dd725743fd5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 25 21:44:26 2003 +0000

    Fix margins from mcs not being taken in account at startup
    Change margin plugin GUI
    Update xtions.
    
    
    (Old svn revision: 10949)

commit 9f0abcb962fbebd54649eaa523da9ec35bc629a5
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Feb 25 21:21:00 2003 +0000

    Fix proper use of AC_PROG_LIBTOOL
    
    
    (Old svn revision: 10948)

commit 27691e128a401bd60d48ff8dd1ae3fa58feb809f
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Feb 25 09:59:44 2003 +0000

    Add frame to margins dialog. Add space to wm dialog.
    
    
    (Old svn revision: 10947)

commit 4b6c26b22b051dfb03ff0658b92be93047e4a8c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 25 07:20:35 2003 +0000

    Tweaking
    
    
    (Old svn revision: 10946)

commit 8ec94267d18f208d61f8ddd6c27570343ec6c3d8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 24 23:23:58 2003 +0000

    Implement internal borders
    
    
    (Old svn revision: 10945)

commit 0354afcde2265552999d55a18a5715e6e6ee4eba
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 24 22:23:51 2003 +0000

    Add margin plugin
    
    
    (Old svn revision: 10944)

commit e6b8bd35c17fb76af935fd06fad591cfd0230797
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 23 21:59:27 2003 +0000

    Revert the message about unidentified client message, turn it into a debug message
    
    
    (Old svn revision: 10943)

commit 87ed33db4ef9668b67e0f5d72e1b2ca2960b834c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 23 17:13:22 2003 +0000

    Add a message when an unidentified client message is received by the WM
    
    
    (Old svn revision: 10942)

commit 303171da652201651a0c757697680fc72879ecd5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 23 14:11:54 2003 +0000

    Add a comment on why/how constraintPos() routine works
    
    
    (Old svn revision: 10941)

commit 624fe88f8ed13bf1c2e6d97ed636efca9199e299
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 23 10:35:19 2003 +0000

    Add test for apps that try to manipulate the WM frame (bad idea anyway)
    
    
    (Old svn revision: 10940)

commit e39218dabd1047488fc161c79daee5588b44313a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 23 10:06:16 2003 +0000

    Some more fine tweaking (plus totem  theme update :)
    
    
    (Old svn revision: 10939)

commit d4d90e6b3db92848e2a5f397606478dcf521bff7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 22 23:22:15 2003 +0000

    Lot of changes in constraintPos and other related areas
    Add totem theme
    
    
    (Old svn revision: 10938)

commit 5e7cf345ce94e736f2a10a5fc0454edfed54c809
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 22 00:23:07 2003 +0000

    Various stacking and placement tweaking
    
    
    (Old svn revision: 10937)

commit a81ff96601b9c67c2b1189203670148fe3dd2639
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Feb 21 18:21:31 2003 +0000

    Take the frame into account when receiving a XConfigureRequest for apps that try to manipulate the WM frame
    Rearrange headers
    
    
    (Old svn revision: 10936)

commit 62f36b2d5fcd5e07337d06321e9aff4473e9e431
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 20 23:27:35 2003 +0000

    EWMH detection
    
    
    (Old svn revision: 10935)

commit 9469b9ee45ea69f201b8622b8a4316d836d638e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 20 22:26:10 2003 +0000

    Avoid using "__" for defines in headers as it could be reserved for the compiler
    
    
    (Old svn revision: 10934)

commit e072cfd8d3f10a5c928ce13242ea2190a17a5f5b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 19 21:06:54 2003 +0000

    Make sure the CLIENT_FLAG_HAS_BORDER is reset on Mwm hint event
    Add a call to configure when such an event happen
    Update some of kde theme pixmaps
    
    
    (Old svn revision: 10933)

commit 0fdf637224edd80415469d1c60b779323639456b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 18 22:33:22 2003 +0000

    Unframe all client first of all when calling cleanup()
    
    
    (Old svn revision: 10932)

commit 54b171f82f48d034a9ef5652ee5e112b588f8e15
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 18 22:31:13 2003 +0000

    Use g_error to cause an abort() on SIGSEGV signal
    
    
    (Old svn revision: 10931)

commit 223bb4f79ffebfb4b4134c1a527fbbd3dd2ad300
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 17 21:39:00 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10930)

commit fab4f35c3cd595dc7b766af87a3f9ceb8cccc64e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 16 21:33:10 2003 +0000

    Install sig handlers later in startup sequence
    
    
    (Old svn revision: 10929)

commit 2a0ddd14d6fd7dc5500e4d895853bd27ab924246
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 19:13:45 2003 +0000

    Update ChangeLog
    Revert change in debug.h
    
    
    (Old svn revision: 10928)

commit 68819061ab801320b13b364caec6f515fc6139e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 15:19:56 2003 +0000

    Fix a bug introduced by recent optimizations...
    
    
    (Old svn revision: 10927)

commit 6624aeed96e675d2102edc10d16a48bacc6ecf12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 14:22:51 2003 +0000

    Okay, promise, I'll stop with optimizations :)
    
    
    (Old svn revision: 10926)

commit 679660566eef490fd1bf3f74e0c12d77131d553b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 14:11:37 2003 +0000

    Fix a small glitch with shaped windows
    
    
    (Old svn revision: 10925)

commit 95a58549b3665674bbd8137de82141e56440c811
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 14:03:48 2003 +0000

    even more optimizations!
    
    
    (Old svn revision: 10924)

commit b1582afa196757b400b9ec7bd4bd26ecc5cc3def
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 10:13:48 2003 +0000

    Ran indent on sources
    
    
    (Old svn revision: 10923)

commit 3732fb410563238187cea7f545c6682041656fb7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 10:08:25 2003 +0000

    ...even more optimizations
    
    
    (Old svn revision: 10922)

commit 05609246c1c20e81a99098622b74056d6d477324
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 13 09:49:20 2003 +0000

    Add optimizations
    
    
    (Old svn revision: 10921)

commit cf92cb80eae41bc5a07a3caf8c81bed52a240753
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 12 13:50:41 2003 +0000

    Unmap window sides when shaded
    
    
    (Old svn revision: 10920)

commit e7200eda31b8b4b6998a0dff04a8841d3db043fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 11 19:48:49 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10919)

commit 243aecc3b03e8f8c4f2a41616523259500d42a32
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 11 19:45:35 2003 +0000

    Add additional sanity checks to satrtup notification code.
    
    
    (Old svn revision: 10918)

commit a0fbc0b31fcaec7c1c9d8f700003f0fef9477209
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 11 15:59:37 2003 +0000

    Add pixmap caching for frame components
    
    
    (Old svn revision: 10917)

commit ac8530588daf0098cf57e721c734d314429297f5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 11 11:58:38 2003 +0000

    Fix typo.
    
    
    (Old svn revision: 10916)

commit f21f4c563cf779fc9fefc6c00cb61352825de117
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 11 11:20:01 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10915)

commit eee931c03cd1d37cffe235993f6b43c5ae5d886d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 11 11:14:31 2003 +0000

    Check for CLIENT_FLAG_HAS_STICKY in keyboard shortcut
    
    
    (Old svn revision: 10914)

commit 3877ae9f5f26b5f520a6631c7da9385d0e7c2538
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 11 11:05:35 2003 +0000

    Use ONTOP layer for modal dialogs only (regular dialogs belong to NORMAL layer now)
    Add new internal flag "CLIENT_FLAG_HAS_STICKY"
    Do not disable menu button for various window types.
    
    
    (Old svn revision: 10913)

commit d5345c745383b09a7b1cbc371a6a76df353bae66
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 10 20:47:44 2003 +0000

    Remove g_error (that causes and abort() and thus a core dump) where not necessary.
    
    
    (Old svn revision: 10912)

commit 982b9893f98c56b1fbfaa531e3f6538292bf8aad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 10 12:16:57 2003 +0000

    Increase startup notification timeout to 30 seconds
    
    
    (Old svn revision: 10911)

commit 45566700dcf17f8f39f21104dd61598e89b9b189
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 10 12:03:06 2003 +0000

    Use #define SN_API_NOT_YET_FROZEN instead of -DSN_API_NOT_YET_FROZEN=1 in command line
    
    
    (Old svn revision: 10910)

commit 1aa0945469187bf07b3ec3103442f52ff03dbd8d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 10 09:21:07 2003 +0000

    Add neat spinning cursor for startup notification
    
    
    (Old svn revision: 10909)

commit 0f8b47db0da42f1e8ca1f62269c817f6fda9aa07
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 9 22:30:43 2003 +0000

    Add startup notification support (from freedesktop.org standard)
    
    
    (Old svn revision: 10908)

commit e106f510a78a9a80e5324f32449dfc0a291afdc6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 8 16:12:06 2003 +0000

    Reduce the buffer from 512 to 80 bytes.
    
    
    (Old svn revision: 10907)

commit 3469591cac3328f5c1ae5196186c0b2824df8d19
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 8 16:06:53 2003 +0000

    mcs-plugin: Make button grayed out when a theme for values
    xfwm4: show menu button in dialogs.
    
    
    (Old svn revision: 10906)

commit d712a360b2d2ce5162f5d73f3c6f6f9b58c1f2ea
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Feb 8 08:40:10 2003 +0000

    Use g_free() for g_malloc()/g_new() allocated memory
    
    
    (Old svn revision: 10905)

commit 09aeef0c581ef1413a3a783134776e09e1323893
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 6 21:05:04 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10904)

commit 2c4aa62a87a71246e2ceec963a721d85fcfb8cd0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 6 21:02:02 2003 +0000

    Improve session load/save
    
    
    (Old svn revision: 10903)

commit 18cf73cdf923950edb86d9cdc8c12e22a6e0625a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 6 16:22:50 2003 +0000

    Add missing bits for full session management
    
    
    (Old svn revision: 10902)

commit 8d84880da1a3af2fcb4df545afbef18e1a13730e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Feb 6 08:46:54 2003 +0000

    Ensure resizability of windows
    
    
    (Old svn revision: 10901)

commit 3a9e1039753e79324da4ab2d0273bb3673051345
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 5 22:41:18 2003 +0000

    Use fixed gradient for active title
    
    
    (Old svn revision: 10900)

commit 68dea585354be1905fc1b5c343e8f9f18e258e7c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 5 22:21:59 2003 +0000

    Align with rawhide original theme
    
    
    (Old svn revision: 10899)

commit 07b7b6f46099e87cfe3e4a5dfee98c841ca30617
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 5 18:27:58 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10898)

commit 2b2b8518dbc26cb9267bb15e796fd6608ba9ee69
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Feb 5 15:24:33 2003 +0000

    Cleanup/simplification
    
    
    (Old svn revision: 10897)

commit 157eab5dcf7e051a8ea09f1f0b7ee942c8f6577e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Feb 4 10:35:29 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10896)

commit 3218a7d3a4e8798369ebee9f9ef4d01f09d54315
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 3 22:28:43 2003 +0000

    Cleanup: remove dead external references in workspaces.h
    
    
    (Old svn revision: 10895)

commit 239fafce253a16b45e6803e505804333fab609e1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 3 11:39:20 2003 +0000

    title vertical offset increased by 1 pixel.
    
    
    (Old svn revision: 10894)

commit 01a957806e826fa9c48b35e9d27911f3b8f7dea7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Feb 3 10:44:07 2003 +0000

    Fix problem introduced last night with focus notification
    
    
    (Old svn revision: 10893)

commit b8555307d4ad58fb5eff3bb1b2b7e087537373a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 2 22:17:02 2003 +0000

    Add a check to avoid setting focus to an already focused window (see that as an optimization)
    
    
    (Old svn revision: 10892)

commit 56a6c9695392d1142e9b238651a0dfd0951e1a4b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 2 21:56:06 2003 +0000

    De-iconify window on raise events
    
    
    (Old svn revision: 10891)

commit 9036c408600a1f7371f67b762dbfd67ddc3559e5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Feb 2 10:31:47 2003 +0000

    Enforce mapping inside top and left margin
    
    
    (Old svn revision: 10890)

commit eae0173d05198a44ec2e9303262b600dd1195fc5
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sat Feb 1 09:44:18 2003 +0000

    Update finnish translations
    
    
    (Old svn revision: 10889)

commit ec23d4e0ce73a5e359b3b5fb683a13cbc7e67db6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 31 21:15:21 2003 +0000

    Switch to GNU gettext 0.11.5
    
    
    (Old svn revision: 10888)

commit 85414b8849a18952eb8475409ac6c9f78c8c00a7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 31 20:34:25 2003 +0000

    Update Arabic translation by Nabil Ben Khalifa <nabil_benkhalifa@yahoo.fr>
    
    
    (Old svn revision: 10887)

commit 748acd049f55bbcfb77408ca1df3b6e25274a28f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 31 18:38:51 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10886)

commit 471f14737dc77cec3ce1cde46ed0360177159fad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 31 18:33:47 2003 +0000

    Change title style
    
    
    (Old svn revision: 10885)

commit 53b9e657a2a7c8a472ee7791917f4d076d5b9eca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 30 16:29:28 2003 +0000

    Add Ctr+Alt+Delete = lock screen
    
    
    (Old svn revision: 10884)

commit f712586704bacb628a896c0a77b6a8c40d331005
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 29 21:25:59 2003 +0000

    Fix small memory leak when spawning a command fails
    
    
    (Old svn revision: 10883)

commit 801e6579f4f7480328319cd9013c13a61eecf5c3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 28 14:00:43 2003 +0000

    Improve keyboard shortcuts internals.
    
    
    (Old svn revision: 10882)

commit d03d10be45363924f4acecd09b26eb17a22efe6e
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Jan 28 13:42:12 2003 +0000

    Also update configure ...
    
    
    (Old svn revision: 10881)

commit 87ebd6709849334e9640631b9721ddfdb7eade0d
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Tue Jan 28 13:40:07 2003 +0000

    Add polish translations by Pablo
    
    
    (Old svn revision: 10880)

commit ca4b5f8f6fcf5a1f0b0e39e2b2e95113a889b1a1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 28 12:48:28 2003 +0000

    Add keyboard shortcuts support (managed by key themes)
    
    
    (Old svn revision: 10879)

commit 72a4aa0fe0247748a6c2727f6c1a667a8699e817
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 28 10:47:34 2003 +0000

    Add arabic translation from Nabil. Thanks a lot, Nabil :)
    
    
    (Old svn revision: 10878)

commit 1caab6af0de9a539035405e3bd6ec9190a083c4b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 28 09:42:44 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10877)

commit 25d9dc2022e81f53ab31872d6754081f8e4b92f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 28 09:41:05 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10876)

commit be03434c6644d92cb624be8a9131044bacb70049
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 27 21:05:56 2003 +0000

    Change title gradient
    
    
    (Old svn revision: 10875)

commit d21ccd08fbc539f958e8d5ecafecba46593a8140
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 27 14:06:09 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10874)

commit e60c89d1fac781f918cfacf7ce3ae7f691493e49
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 27 13:47:25 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10873)

commit 100c14d0f0a84026e355947ac6fcc6c819d8db5f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 27 10:28:42 2003 +0000

    Update Makefiles
    
    
    (Old svn revision: 10872)

commit e75c116784ae1f8dbd224f06d03dc71eee47bf32
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 26 11:06:53 2003 +0000

    Update Finnish translation
    
    
    (Old svn revision: 10871)

commit f89cfe61f296f948107df47ecbb8d51334d49ece
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 25 23:04:16 2003 +0000

    Add Finnish translation by Ilkka Ollakka (ilkka.j.ollakka.oamk.fi)
    
    
    (Old svn revision: 10870)

commit 53b463925751f70dc606fadee0484b84ea38c8b6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 25 18:56:12 2003 +0000

    Hide/Show all transients along with a window.
    
    
    (Old svn revision: 10869)

commit eeb6f4aaeb41d35eedaa6ee0a60877dfc8546772
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 25 16:55:35 2003 +0000

    Add shadow to keramik active title
    
    
    (Old svn revision: 10868)

commit c06b1c24897a0612937e16b9b109b3001e705c73
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 25 14:35:40 2003 +0000

    Small bugfix: click_to_raise wasn't correctly set at first run (ie when no config file was found)
    
    
    (Old svn revision: 10867)

commit 5b37b4ee9202646c4d738046f337faa6a19049e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 25 11:08:17 2003 +0000

    Add German translation from MisterMoe <MisterMoe@hackerboard.de> and Michael Jakl <mj@int-x.org>
    
    
    (Old svn revision: 10866)

commit 22515c3e7320ef340b0534600b6ae39636596efa
Author: Edscott Wilson <edscott@imp.mx>
Date:   Fri Jan 24 14:25:44 2003 +0000

    added mexican spanish files
    
    
    (Old svn revision: 10865)

commit b085cee7f35cb7b4249e809f4790a7ce6bddb608
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Jan 24 13:06:53 2003 +0000

    Add Dutch translations
    
    
    (Old svn revision: 10864)

commit 5da0514eba98a6d7dc974bd64707971965d9b17d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 24 10:07:30 2003 +0000

    Rename po/zh_CN.GB2312.* to po/zh_CN.*
    
    
    (Old svn revision: 10863)

commit abc7845fac8609825522d558ca9a95a9227b1829
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 24 09:00:19 2003 +0000

    Add Chinese translation by Yongtao Yang <yongtao.yang@telia.com>
    
    
    (Old svn revision: 10862)

commit c0aa91af265aa49fdb5a5d7d3c8c40d96cd5d417
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 23 22:59:53 2003 +0000

    Add spanish translation. Thanks nestu!
    
    
    (Old svn revision: 10861)

commit 26a838d7a7113b2110831f29f82626249105d2d3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 23 20:32:02 2003 +0000

    Small optimizations
    
    
    (Old svn revision: 10860)

commit cf7e138d0d95127627980f2858a906faae4bd66a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 23 14:22:47 2003 +0000

    Mix tweakings
    
    
    (Old svn revision: 10859)

commit eac59fef8067378627ac898762e575be251f6ef8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 23 10:58:04 2003 +0000

    Update auto* stuff
    
    
    (Old svn revision: 10858)

commit f6eb7dcf3fafe01d2bb6a5055be6d487f18c3551
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 23 09:15:38 2003 +0000

    Use AM_DISABLE_STATIC instead of AC_DISABLE_STATIC
    
    
    (Old svn revision: 10857)

commit 58579d13bd2a71cbedf828727a623089006b3c6b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 23 09:12:22 2003 +0000

    Replace AC_PROG_LIBTOOL with AM_PROG_LIBTOOL
    Remove gtk_set_locale() from plugin init.
    
    
    (Old svn revision: 10856)

commit 663bb424dd529ab13733434f0613d0afed157aef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 22 22:26:17 2003 +0000

    Small stuff
    
    
    (Old svn revision: 10855)

commit 23525ee8c5d25ad02258b7608cbeab97ab9509d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 22 21:54:05 2003 +0000

    Update autogen.sh script,
    Add internationalization support
    Add french locale
    Add dependency on libxfcegui4 v .14
    Other stuff I don't remember :)
    
    
    (Old svn revision: 10854)

commit b3d7ad6a887558de075869db5cfd957c4431b5fc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 21 23:45:20 2003 +0000

    Fix a typo.
    
    
    (Old svn revision: 10853)

commit 7409d3cc2af8e945e32926d63602ca7cdfae004a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 21 22:09:15 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10852)

commit 6730ed2667ec7b207375c3b12de14acf5f226f39
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 21 16:59:31 2003 +0000

    bug fixes
    
    
    (Old svn revision: 10851)

commit 518bdd1ae097dd7e67f5de2b5e0baf873fc6e954
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 21 15:30:18 2003 +0000

    Prepare i18n
    
    
    (Old svn revision: 10850)

commit 334115cf1376c7c8883e08c539d6951c85a71ad2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 20 21:14:35 2003 +0000

    Update microcurve theme
    
    
    (Old svn revision: 10849)

commit 2d320c97652c38787ab0ad5486bee94487724c7d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 20 13:54:43 2003 +0000

    Small improvements in workspace init
    
    
    (Old svn revision: 10848)

commit 17228a9567d066268ebf071bb855219558f607db
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 20 12:54:35 2003 +0000

    Fix an issue with old gnome hints
    
    
    (Old svn revision: 10847)

commit 0aee9baa6e2dae26512cec05c89a6097b18c0834
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 20 10:17:05 2003 +0000

    Avoid forcing number of desktops if already set...
    
    
    (Old svn revision: 10846)

commit 19e1a05cc1ccb9ebc3c5bf8fbbc5f2d57c0ce641
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 18 22:04:36 2003 +0000

    * Exclude spalshscreen and desktop type windows from window cycling.
    * Add new theme microcurve.
    
    
    (Old svn revision: 10845)

commit 57476d49dc098375480a92386238d88d1a8abf2f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 18 17:09:25 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10844)

commit fe21d8a1e288c6a644632d0e28516b9d250ad2df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 18 16:33:58 2003 +0000

    Update to autoconf-2.57, automake-1.7.2 and libtool-1.4.3
    
    
    (Old svn revision: 10843)

commit 4a8c2d93facf7d2397a6cda65639cc30eab4ca04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 17 23:37:54 2003 +0000

    Huge code cleanup, various optimizations and reorg.
    
    
    (Old svn revision: 10842)

commit 5f970a3ff1391a73b6aa6926114b4c32e0dac6a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 17 10:16:04 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10841)

commit fba31089b6adb080385bbcdac72fbff148544494
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 16 21:29:35 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10840)

commit 482cf9bf0770e7bbf36a58f3868070ce127c3a57
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 16 17:47:37 2003 +0000

    Change settings save/load to $HOME/.xfce4/settings/
    
    
    (Old svn revision: 10839)

commit cdf2e33d33461df17f22686741f1ae6ff5b335b1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 16 14:09:37 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10838)

commit 6226e58beb27a19a3a06996e855d6acdbb1d2995
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 16 11:58:01 2003 +0000

    Constraint client pos only for NORMAL, DIALOG and MODAL_DIALOG windows
    
    
    (Old svn revision: 10837)

commit b011fbdafb800090cc3fb28967d9d2eb83cc71fa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 14 21:42:36 2003 +0000

    Fix a small leak
    
    
    (Old svn revision: 10836)

commit 311acb17aa5f0b0d73b8d8ee1ac6424b02fd5503
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 14 14:24:34 2003 +0000

    Update ChangeLog and credits in AUTHORS
    
    
    (Old svn revision: 10835)

commit f83a8b33af7785392bacd356769a9c6f150aaa0a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jan 14 14:20:51 2003 +0000

    Add a more "civilized" task switcher when pressing Alt+Tab
    
    
    (Old svn revision: 10834)

commit 96226e1c5043ca25bdf19801eef2e0a1c05ba0c5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 13 09:48:38 2003 +0000

    Configure stuff
    
    
    (Old svn revision: 10833)

commit 55ae6fadf9dd4714c51d2c1941199ff880ba76d0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 13 05:57:38 2003 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10832)

commit ca1315aa1da0a3c4bcccd19f61b1063216a4cd2b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jan 13 05:52:57 2003 +0000

    Optimize initial startup time by ignoring channel add
    
    
    (Old svn revision: 10831)

commit 5fab473e90ca74fdd7e7c07780dcba80f9572c2f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 12 20:46:34 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10830)

commit bb8d02afc5de988b73b8f449927bac676d2e3aaa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 12 20:28:58 2003 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10829)

commit 07bf42cfe9ca32b56ee606564debddca4f7c2c3f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 12 14:53:51 2003 +0000

    Update to take advantage of libxfcegui4 0.0.12
    
    
    (Old svn revision: 10828)

commit 98952305ca407bd4c0a820c47f80f67fac5dde7d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jan 12 13:47:13 2003 +0000

    Add font selection for title bar
    
    
    (Old svn revision: 10827)

commit aa9a45ce14943fe56312f82f2e658f72f01c69de
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 11 21:26:53 2003 +0000

    Make sure "make rpm" works.
    
    
    (Old svn revision: 10826)

commit 6b0779bca286d22e18c8b5408b374bce0fa98752
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 11 15:34:03 2003 +0000

    Update to libxfce4mcs 0.0.3
    
    
    (Old svn revision: 10825)

commit 2e6e99f70d4286eb55d24bc085746c85ed786a7d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 11 10:39:05 2003 +0000

    Fix detection of mcs manager when started afterwards.
    
    
    (Old svn revision: 10824)

commit 1989d4b3944d20c772a0b382be23b3bd3bc12df0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jan 11 08:57:09 2003 +0000

    Add some traces when mcs init goes wrong
    
    
    (Old svn revision: 10823)

commit 60351192e92cf427902c2976d86c15e04a177845
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 10 23:18:34 2003 +0000

    Both design and speed optimizations
    
    
    (Old svn revision: 10822)

commit d595ccb2974465bf782b92c0442e1f8d2575bebc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 10 14:21:55 2003 +0000

    Center dialog on screen by default.
    
    
    (Old svn revision: 10821)

commit 178c19b3143ec89279d9219a2a83557ec258499c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 10 10:55:47 2003 +0000

    BEWARE: Changed the default mode to *not* fork at startup. Use "xfwm --daemon" to get the daemon mode (this is because usually, window managers aren't supposed to turn themselves into daemon and that cause problems to some)
    
    
    (Old svn revision: 10820)

commit b1a4324f88cd994c73aaa63a5a045e7dc6bc0046
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jan 10 09:28:45 2003 +0000

    Add an implementation of g_str_has_suffix() when using glib-2 < 2.2
    
    
    (Old svn revision: 10819)

commit 4f27d1c3882d4966303ede0d12f2799f550913f2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 9 23:13:36 2003 +0000

    Update libxfce4mcs and libxfcegui4 dependencies
    
    
    (Old svn revision: 10818)

commit e42ac1d0e0baf0eb15586fe4ceefbefc56638f27
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jan 9 21:23:11 2003 +0000

    Lot of udpdates and bug fixes, and added MCS support along with plugin for xfwm4 preferences.
    
    
    (Old svn revision: 10817)

commit 3abf0b4a2402e625497fd661d898f18387404ec2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jan 1 10:12:13 2003 +0000

    Add more checkings to keyboard shortcut handlers to avoid iconizing taskbar and stuff like that.
    
    
    (Old svn revision: 10816)

commit eea12356e5383e2b96c34c23a39204851b44b787
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 30 22:04:09 2002 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10815)

commit aa5411874408613d4a5790cb36e7809eab7006cf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 30 21:59:15 2002 +0000

    Add theme "meenee" derived from Michael Graf theme
    
    
    (Old svn revision: 10814)

commit 266cdaf925a04118e9f897eeee840db8c94e738a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 30 21:48:24 2002 +0000

    Include SKIP_PAGER and SKIP_TASKBAR flagged windows in ALT-TAB window cycling
    Fix a focus oddity when switching desks in focus-follow-mouse mode
    
    
    (Old svn revision: 10813)

commit 76781ff9348702580269fdc9f2ccd2ba35730fd2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 30 14:55:02 2002 +0000

    Apply Thomas Leonard patch :
    Changes are:
    
    - If raise_on_click is off, clicking the titlebar buttons doesn't raise
      the window.
    
    - Button-3 drag on the titlebar moves without raising (previously it did
      nothing)
    
    - Button-3 drag on the frame resizes without raising (previously did
      nothing).
    
    - Button-2 drag on the frame moves without raising (previously did
      nothing).
    
    Button-2 clicks on the frame still do send-to-back.
    
    
    (Old svn revision: 10812)

commit 36d87dec476da4aa3fd8b36c6572f0426e2267e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 28 23:49:06 2002 +0000

    Change active colors for microdeck2
    
    
    (Old svn revision: 10811)

commit c460c529dcd6e03b72b8f1db7692631d86d9de2c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 28 10:27:06 2002 +0000

    Cleanup.
    
    
    (Old svn revision: 10810)

commit 3694ce0c3738001f2da9d57a702eed486c862196
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 27 23:02:37 2002 +0000

    A lot of huge and critical internal changes regarding windows stacking. Handle with care, but so far, the changes look good.
    
    
    (Old svn revision: 10809)

commit 0f56e2b3b2216b9ad01271d06e4548b49cc5571a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 27 15:30:44 2002 +0000

    Stack list
    
    
    (Old svn revision: 10808)

commit 9d44ea64a3607dd8b8cbdd8c157328aaee9df811
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 27 10:29:10 2002 +0000

    Apply Thomas Leonard's patch for raise_on-click option
    Fix a problem with stacking order for EWMH
    
    
    (Old svn revision: 10807)

commit 51d3724c246758029533750963f4f4a080671a75
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 22 14:30:45 2002 +0000

    Add shadow on active title text for "g2" and "tabs" themes
    
    
    (Old svn revision: 10806)

commit 7fca38144fb704b011834d87a89856fc61d97e4f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 21 22:58:17 2002 +0000

    Revert recent changes on microdeck2 theme
    
    
    (Old svn revision: 10805)

commit fc08aec70dde62c76828907ba85e518104a7b925
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 21 22:27:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10804)

commit 417eb16294b272f675cab6d6a5d376e4396c95e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 20 22:07:38 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10803)

commit af7a2aef84263c1fc3a39216ffad64ca01ea4b34
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 20 12:05:53 2002 +0000

    Change startup behaviour so that xfwm4 turns into a deamon once initialization is performed.
    *Beware* requires libxfcegui4 >= 0.0.9
    
    
    (Old svn revision: 10802)

commit 15930452fc95c6250313c7c242df03ebb1ee8f9d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 19 09:52:09 2002 +0000

    Add optional title_shadow_active and title_shadow_inactive options to themes,
    Add koynacity theme ported from David Spencer Wysinger's "Koynacity-Blue" theme for Metacity,
    Modify redmondxp, microdeck2 and curve themes to use the title_shadow_(in)active new option.
    
    
    (Old svn revision: 10801)

commit d34ec06bb4301378e62d35f63082d063d8642140
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 18 15:59:54 2002 +0000

    Allow negative values for title_horizontal_offset when not in 'title_full_width" mode
    
    
    (Old svn revision: 10800)

commit ced33040332e0136cf6b5bba72d9422902b76880
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 12 21:44:17 2002 +0000

    Even better fix...
    
    
    (Old svn revision: 10799)

commit 5a69cbdb78fb90f0a7bfeca093850df916d4d1f1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 12 21:34:46 2002 +0000

    Fix value not initialized for state above/below (fix a bug reported by Jasper)
    
    
    (Old svn revision: 10798)

commit 6c6e6974bd28e83c3e89ea70d7c263b726f00dc7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 12 16:28:35 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10797)

commit cec4c25171915a3b4fc9a16a2683eed2baad7fd5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 12 16:00:32 2002 +0000

    Allow shade button even for frames that specify no menu button (mainly for OpenOffice643)
    
    
    (Old svn revision: 10796)

commit bd2e4a2d00a91c0de8e1ea232aa5e0c9f062faca
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 12 14:51:53 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10795)

commit 3e1490ac1ca9cd48108daa52f4bdfd81c95c10bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 11 22:11:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10794)

commit 2b19113e4a57e61df06e0e380c92b62361cedc8d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 11 17:47:03 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10793)

commit 6e2e8bf45cb535fb9783328c9082a14a73761543
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 11 17:13:30 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10792)

commit 528ed2f933ebc259cc4f2ccd62417783d707f094
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 11 17:08:36 2002 +0000

    Use a nice new design for microdeck title bar
    
    
    (Old svn revision: 10791)

commit eb859d8a3a2fa2f1b903e5c891405e662f1442e9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 11 13:50:46 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10790)

commit 60c2ae71f64f6301fcaee040784d6d7e0f1e5eb3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 11 13:32:10 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10789)

commit b3ac0260daf70b4d5a58f1fadd6dbd177e0697c9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 9 23:03:09 2002 +0000

    Use less relief for buttons
    
    
    (Old svn revision: 10788)

commit 2f6e8bca7dc8d60ea120df29addf025de1c512d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 9 20:41:30 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10787)

commit ad3c4a8cfbd2b3e93500f02f463224a2aaeaada0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 9 13:53:10 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10786)

commit d17ce512dfc491a8fd58ca95e266ee233d546e2b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 9 13:41:57 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10785)

commit 11978de783a92e6e260f09d79a4145016a66fcd8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 7 13:52:01 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10784)

commit beda2a82726f5aaf464789a0de22e9b42467169d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Dec 7 11:15:08 2002 +0000

    Fix (for good this time, I think) the race cond when dragging windows from one desk to another.
    
    
    (Old svn revision: 10783)

commit a2f548e6b365b23d35e5a0e655c9a522dceb3b55
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 6 21:53:46 2002 +0000

    Add info about GTK version used at runtime.
    
    
    (Old svn revision: 10782)

commit 8a999d01086af17941517f211868c7dd457de5f6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 6 21:20:57 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10781)

commit 2005708ab35962f79eccdd80ed8d8c041b17d594
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Dec 6 20:37:57 2002 +0000

    Change inactive title color and stipple.
    
    
    (Old svn revision: 10780)

commit 5bbfd3e1e598051f1fe5a6440167dd30f79e029f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 5 21:55:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10779)

commit 9f54fbe04560f1c46617e01e2c45cca43f559252
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 5 21:42:32 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10778)

commit 95be2be2f95346ede61f98ffb1727ac35191cf4c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 5 19:43:37 2002 +0000

    Use curve colors for active title and corners
    
    
    (Old svn revision: 10777)

commit 38277c5d4168bcd144adde86ffd16bf799f3e9fc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 5 19:36:06 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10776)

commit 17e1a3127f8157a750a1a696e9612036ae6f498c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 5 13:01:32 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10775)

commit a77c492ddad8cd1d6984233da6393b2e85065144
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 5 12:57:56 2002 +0000

    Use original color sheme for active title gradient.
    
    
    (Old svn revision: 10774)

commit 9ea95eb358d09c7d2f5890fe7f1cc76c8f9b2d4b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Dec 5 11:28:43 2002 +0000

    Redo gradients
    
    
    (Old svn revision: 10773)

commit 25ac016bd0c16afd94eae79e375d18889901120c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 22:26:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10772)

commit 4091b60d909e0b6ddb2dd519b18628d34036663a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 22:16:56 2002 +0000

    Boom! Redesign completely yhe title bar, nah!
    
    
    (Old svn revision: 10771)

commit de455b05c26c135101607f354c17a3dee77ff835
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 21:35:55 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10770)

commit 0af36f2ccfdb6b3d431f8537969d9a204abf6664
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 13:47:42 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10769)

commit bbce78f58b47ef2bc9ddc23fd0b7dce3e9c3959a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 13:41:46 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10768)

commit 2b21eeaa07ac694db4024ce7709debb02734a865
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 13:39:39 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10767)

commit 916c884a24041a996ae6b7e01f95b5e5d2e3eb2d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 10:05:29 2002 +0000

    Apply same title as curve theme to microdeck2
    
    
    (Old svn revision: 10766)

commit e9c69bd3a7049f13c2da115f1b83582bfaad8f01
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Dec 4 09:47:41 2002 +0000

    Reduce title height by 2 pixels for microdeck2 theme
    
    
    (Old svn revision: 10765)

commit 85f6c3d242d3f08c7897bbb5f9a2654813e3eab5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 3 21:15:59 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10764)

commit 533927ff2d91cd7aff1f6366d6ad4a9b4de9bffb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 3 16:47:47 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10763)

commit f1522fe9c92f547bc10d21b6ab79efecf182fd8c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 3 09:13:58 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10762)

commit 907229bd7b8e7332f68ed9ddb8b237cfb93040d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Dec 3 07:19:06 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10761)

commit 476d1b21a68b687d6f4d9526427ea227c1bba18d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 2 14:36:19 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10760)

commit 415dc79e2c3284e85dafa73e86fe590a4b7b5bb1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 2 14:13:56 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10759)

commit 50e2adb58e70a441d654227280fe4a61cecf3fab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 2 13:27:51 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10758)

commit e36c6edefbabaec6c21db3bfd5ce6bc4f016543f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 2 09:22:35 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10757)

commit 9c675f7df483f9338e762a3126d1fc5770a99a7b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Dec 2 09:14:15 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10756)

commit e1023084c1b358e4cf45bfb3c3ffb19eb29ee188
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 1 21:43:48 2002 +0000

    Revert some changes in "microdeck" and "microdeck2"
    
    
    (Old svn revision: 10755)

commit 5b2cf06b3fcddcf9ecb2d4c65af78d0d048ec3e7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 1 14:43:49 2002 +0000

    Remove unecessary left title alignment in themerc
    
    
    (Old svn revision: 10754)

commit 351e10832abc43f6b68f073f4e8bf87575dced95
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 1 11:57:11 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10753)

commit 30aba4853f1adf1d312ee3062d3ebbc92cedbabd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Dec 1 11:41:50 2002 +0000

    Reduce title height for theme "redmondxp" (I always thought that Redmond XP has a way to bug title bar!)
    
    
    (Old svn revision: 10752)

commit fcffd2c437e7d09d0b6946ebba276a2469d24e36
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 29 21:55:01 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10751)

commit 011692ebd697ea3e2d6570e16034a7d655b45b57
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 29 17:29:22 2002 +0000

    Simplify window move routine
    
    
    (Old svn revision: 10750)

commit f9756aa61fb1853dbf2aca40bd5bc705000c511f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 29 14:13:45 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10749)

commit f84695a617bd4f19e7499fbbacd32f336e7b4d13
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 29 12:11:38 2002 +0000

    Change colo
    
    
    (Old svn revision: 10748)

commit 37f101f55e0a0cb176c4c3cc3c459ed71efe1cbe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 29 10:52:54 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10747)

commit ef7efc7b27e4685ec80152d8f5eb8b8bd11ad02f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 29 10:43:08 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10746)

commit 355fb88dab85f967941dc6d3c382b5fc7f6bd310
Author: Martin Loschwitz <madkiss@debian.org>
Date:   Thu Nov 28 20:55:19 2002 +0000

    Update to debian/-subdir included in xfce4_20021127-1.
    
    
    (Old svn revision: 10745)

commit 8b0c3ad724fd14454fe1b52a0496eaef8fca1c25
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 28 11:24:17 2002 +0000

    Window focus bug when switching desktops.
    
    
    (Old svn revision: 10744)

commit 6b515c1f7890d9a9355981eafb067b04e593eee0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 27 16:18:50 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10743)

commit 027676ced5d2e8a823c2a1e503bc2cdac8f27676
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 27 14:45:06 2002 +0000

    Put back colored bottom corners
    
    
    (Old svn revision: 10742)

commit 1007ef42f0f88d69078810b5060ceeef6bf35168
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 27 11:36:01 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10741)

commit 2b981665f20b24ffccadee27bff6ce30cd4820df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 26 21:08:57 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10740)

commit 6b668273a47194ac3c5ef2222716218c3a82b6fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 26 20:48:14 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10739)

commit 93d0f04f9b924c4f2b4425802933618aba84f492
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 26 20:20:23 2002 +0000

    Themes stuff...
    
    
    (Old svn revision: 10738)

commit fd7d2fc79e79bff6c7f6f7a673e6ee1bd920931d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 25 22:22:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10737)

commit ab88ca117e51549e184565f80aaf194d46b9d11f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 25 22:13:54 2002 +0000

    Add microdeck2, a small variation on microdeck theme.
    
    
    (Old svn revision: 10736)

commit 17dfc560f23ff6a7346cbbec5b438808936f5ac8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 25 21:45:18 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10735)

commit e7054faec7bec500ba88a7da443ce82132855c24
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 25 11:37:21 2002 +0000

    Add tiny engraved dots to show corners.
    
    
    (Old svn revision: 10734)

commit 32007bd4bc932b461e7bbb420c5dea7d2aedf676
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 23 17:36:14 2002 +0000

    Update for libxfcegui4 new include base dir.
    
    
    (Old svn revision: 10733)

commit 5b6e8a51fd41bfa165761d6b611d8552812df749
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 22 14:53:20 2002 +0000

    Remove xinerama code to move it to libxfcegui4 (xfwm4 now requires libxfcegui4 >= 0.0.8)
    
    
    (Old svn revision: 10732)

commit 0b2b50f4d84312d0c92708446809961866afe878
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 22 09:17:06 2002 +0000

    Improve "smoothness"
    
    
    (Old svn revision: 10731)

commit a1acf6988658589398572b9b3177c70f46e20509
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 21 14:41:38 2002 +0000

    Add new theme "keramik" from KDE 3.0.3
    Change "title_vertical_offset" themerc option to "title_vertical_offset_active" and "title_vertical_offset_inactive"
    Update existing themerc files to reflect this change
    
    
    (Old svn revision: 10730)

commit e1cc81164a1589ac7f42984a934aadec719b4b0c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 20 11:13:37 2002 +0000

    mall cleanup.
    
    
    (Old svn revision: 10729)

commit a1f0ec7d78827dc52095e8859aa5531c9cd50585
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 20 09:02:58 2002 +0000

    Color assigns in this themes were messed up...
    
    
    (Old svn revision: 10728)

commit 48ccc098088705e1b9154bd5ac37b73445dae670
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 19 17:05:08 2002 +0000

    Add more bound checking when resize/move window.
    
    
    (Old svn revision: 10727)

commit 10328c2c965e6b7596507d8eacd02bc573e9967d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 18 13:52:56 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10726)

commit fa82111c745ce4a2dcd07df0254687cfc5cb05ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 18 11:57:42 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10725)

commit 7b2814f4e9a06b9424203a0a8157362441643d74
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 18 07:15:11 2002 +0000

    Allow move of windows when maximized
    
    
    (Old svn revision: 10724)

commit fc37eada9c3ff49abf00dda964cf0e46b9a4cf36
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 14 20:46:10 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10723)

commit e827bbd06efbbcb4910424b91f4fc200a46f6750
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 14 16:21:40 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10722)

commit d1cd4186c99cf822ba87771d9bc3677db8c61499
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 14 13:33:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10721)

commit 77059872938b807af1a081b6b3a5a0afa1484bda
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 13 16:36:59 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10720)

commit 5664d454814990ba4135e50105d6d28b4eaa0345
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 13 15:00:05 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10719)

commit 695ae291e447e4b66b5c85831250af46d325fc33
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 13 14:40:35 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10718)

commit 5147eb3c376bb5011f4c7075af8629da44c0f915
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 13 13:42:52 2002 +0000

    Remove colored corners to get a slick frame.
    
    
    (Old svn revision: 10717)

commit 7247f967b328e40cc6cf4ae10ba0a752c6e07fec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 12 16:26:36 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10716)

commit 463647987d208fd91d939f7eda0d6b16c67a0a58
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 12 15:00:39 2002 +0000

    anti aliasing for menu/shade buttons
    
    
    (Old svn revision: 10715)

commit ac4b0d5da93e0ad70ea381a2a2e5bd4900e5e857
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 12 09:35:59 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10714)

commit 86be2510d03ba430e261d06ee370467872520aae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 10 23:09:41 2002 +0000

    Add support for xinerama, and optimize window move (unrelated, but I just came across an easy optimization while reviewing the code :)
    
    
    (Old svn revision: 10713)

commit f133d010c5f3df1538b880309d4240978983c133
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 10 14:04:00 2002 +0000

    Update ChangeLog.
    
    
    (Old svn revision: 10712)

commit 11f9eaf05e9d4263d6d11aace573c2de984d4b04
Author: Martin Loschwitz <madkiss@debian.org>
Date:   Sun Nov 10 10:07:33 2002 +0000

    Initial revision
    
    
    (Old svn revision: 10708)

commit 06a8b179f4f4760f077ac4ddffe135fcccebd885
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 10 09:21:55 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10707)

commit 314839d7985ca21bee410ca89e019c91ff6c5bab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 21:25:37 2002 +0000

    Change title
    
    
    (Old svn revision: 10706)

commit 4c8608d2984a0d2b355a2a53b8a361d1718c11d1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 20:52:04 2002 +0000

    Improve AA on stick and close buttons
    
    
    (Old svn revision: 10705)

commit e581075d6785bada7e0cf5f3ab0d39144e104868
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 20:00:53 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10704)

commit 1deacd46a13e26d2a5a59437003c91e4101914b7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 19:49:58 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10703)

commit 05dc4b0cfd07bd79160bde45917a947501b07bbe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 19:47:47 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10702)

commit 7ebabc1fdbf3460b413a495b02a33300a77d9d73
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 11:38:02 2002 +0000

    Remove the black frame arround title
    
    
    (Old svn revision: 10701)

commit faf034f342f40b24960c484f204bac7a4fccc868
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 10:39:19 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10700)

commit 6ff1e29f4727c4ba230ae080ae7b1075a46fa2a7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 9 10:34:32 2002 +0000

    Reduce the external black border from 2 pixels to 1 pixel.
    
    
    (Old svn revision: 10699)

commit ee148c18f93c9be47e9fe458f1ad60230da47897
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 8 22:09:24 2002 +0000

    make sure required libs for build/rpm are listed, with versions and keep the minimum version required at only one place (configure.in)
    
    
    (Old svn revision: 10698)

commit 76ed7207cd7facb1fcc16acc428d7913a62f6e44
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 8 14:25:22 2002 +0000

    Add NET_WM_STATE_ABOVE and NET_WM_STATE_BELOW hints support (EWMH 1.2)
    
    
    (Old svn revision: 10697)

commit efb6c1a65769430b6aa8f83507742544a2e57eb6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 8 10:43:54 2002 +0000

    Take into account implementation note on EWMH 1.2 regarding NET_STATE_HIDDEN
    
    
    (Old svn revision: 10696)

commit 4889866b9f2c67fad6533e7c26c3ead1e209ab73
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 8 10:15:44 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10695)

commit 585963bfa7208c63fa4b992488f5e2b1d95568b0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 8 09:42:39 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10694)

commit 096b5acc9e99563356a3378a96c83fc027986637
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 7 22:45:33 2002 +0000

    Change initial theme to "microdeck" (default fallback remains "bbs")
    
    
    (Old svn revision: 10693)

commit 4dc36d6b4ff233576a45b5d4f9541309bcd0f3dc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 7 22:21:53 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10692)

commit 6d8cd82273a3baa4dfe440658ec126b725f051de
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 7 22:15:39 2002 +0000

    Add theme "microdeck" that I find fairly nice for a theme that uses only gtk colors.
    
    
    (Old svn revision: 10691)

commit 45a879b3f4c5e896e59f93e4be74c4113753b4b2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Nov 7 15:02:55 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10690)

commit fb6e4e9b0dfb05f5adb48c21a244217e3afaa484
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 6 20:35:28 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10689)

commit 1f45414d621b1e60cc732691522810a97685caa0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 6 15:48:20 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10688)

commit db2158c346a2a398eb3e473f773dabdf1ea6359a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 6 15:40:50 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10687)

commit dc8ea0396823ca9d79461115d735a2fd7b1c0102
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Nov 6 10:59:12 2002 +0000

    Spec file.
    
    
    (Old svn revision: 10686)

commit 988602b4339f3186965d06d1a6a2bebe16061612
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 5 21:41:42 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10685)

commit 518d7becbc9cab88410642e52dbdfeef51a331fb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 5 16:11:35 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10684)

commit 56d6d8a0c84c9a5e22698733e5b76a62838b04d5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Nov 5 11:22:24 2002 +0000

    Add "fbx" theme.
    
    
    (Old svn revision: 10683)

commit 2414c3c5205a12d31a8b25d198a8a36a3965654c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Nov 4 14:27:49 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10682)

commit 033865ab63131bbd6b40f308fbcf83c2858e6802
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 3 21:41:01 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10681)

commit 036a1efb0ad730e75b03d920316c3ea78b2b017e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 3 21:21:44 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10680)

commit d612f9e63599e7eb154e15e65715e883187c9989
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 3 21:06:21 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10679)

commit d3ada4921084c862d46de51cde8b3d5a09821903
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Nov 3 20:56:47 2002 +0000

    Add theme "quiet-purple" ported/adapted from metacity.
    
    
    (Old svn revision: 10678)

commit ab804fc26d3c50c8646a757d2e4439b4b73fd2b0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 2 21:46:45 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10677)

commit e0d92765fa7bc78081f310defc136d6dc33f5763
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 2 21:23:15 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10676)

commit 585e383d8ab0c42425c3d5b469d74aa8eb3e1894
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 2 16:55:19 2002 +0000

    Add theme tgc and remove Makefiles added by mistake for themes beastie and tux
    
    
    (Old svn revision: 10675)

commit 0702e0f814e89e5bee389c095d18bed95ce35879
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Nov 2 10:56:45 2002 +0000

    Add theme "atlanta" ported from metacity
    
    
    (Old svn revision: 10674)

commit 2a736311dd13f286a7af45a27d7cee50f1090996
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 1 19:51:58 2002 +0000

    Updated beastie. Give a bit more space to title
    
    
    (Old svn revision: 10673)

commit 1959bcc80c1ebaca8768cf601dd7b7210ef97535
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 1 19:33:18 2002 +0000

    And the final two updates
    
    
    (Old svn revision: 10672)

commit 4b8c4d624620bddbb4802715a0383087e303c134
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 1 19:29:44 2002 +0000

    Now I promis I won't touch anything anymore today. This should fix the mess I created.
    
    
    (Old svn revision: 10671)

commit 28214ab0714830e8713bb385fa39d29239136a3a
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 1 19:10:09 2002 +0000

    Still not right ...
    
    
    (Old svn revision: 10670)

commit 118b24085330672249b114b080a479b34cf82f9d
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 1 19:04:40 2002 +0000

    Forgot to update configure.in
    
    
    (Old svn revision: 10669)

commit 922ad2658da4d7dca3738a08d322baaa9e19f0dc
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Fri Nov 1 18:57:09 2002 +0000

    Add two themes by twj: beastie and tux. Tux was made just to avoid flaming ;-)
    
    
    (Old svn revision: 10668)

commit 419698e934dea274f4767cf405ab734568bc94c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 1 14:02:10 2002 +0000

    Port theme "elberg" from Sawfish
    
    
    (Old svn revision: 10667)

commit 49376ae5e6c4051a238b854fb891a011957e9849
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Nov 1 09:26:01 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10666)

commit 8a14f9f576e9b82093d66081f9dff130757a6a30
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 31 14:54:34 2002 +0000

    Add theme "biz"
    
    
    (Old svn revision: 10665)

commit 4251ae67be8418ec6fdf669f5cc0774c4030c0d7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 30 18:58:14 2002 +0000

    Change title height of "variation" theme
    
    
    (Old svn revision: 10664)

commit 6296bd6b7e75c0c6872faf945ae17c380989ffcd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 30 17:42:13 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10663)

commit 33d856099516bc7146bec607aee64f29117e856a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 29 21:24:15 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10662)

commit e5e8b986a523c08a824a651924aca70688b93ab0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 29 21:20:08 2002 +0000

    Change theme variation a bit.
    
    
    (Old svn revision: 10661)

commit a91639d7c889d24b00dce5dc7eeaaab18c70aaa6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 29 11:44:02 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10660)

commit 7e6b1a6843724c68dcabb666d624fe24833a0df6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 28 22:04:37 2002 +0000

    Add variation theme, a very simplistic theme with large borders and buttons.
    
    
    (Old svn revision: 10659)

commit 2e8c8b307b71a7bc6ccaf23b259a3a7a1d0991a4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 28 10:58:57 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10658)

commit 7bc54b22718d7b4cd9cc965494f9957310be7791
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 28 10:47:16 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10657)

commit fee456b3e11a6cf6897fd1529e6c6594f81d82b8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 27 22:16:38 2002 +0000

    Ooops! Never make a change in the code just before going...
    
    
    (Old svn revision: 10656)

commit 1bee951a1db5faf46457ea95a6749f702573d7a4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 27 16:31:26 2002 +0000

    Fix memory leak in key parsing as spotted by Thomas Leonard <tal00r@ecs.soton.ac.uk>
    
    
    (Old svn revision: 10655)

commit 3915d8cb0f15a72be02a6510d2ba6bd348b90454
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 27 10:18:07 2002 +0000

    Slightly change the hide button for bbs theme.
    
    
    (Old svn revision: 10654)

commit 3fa2ca6ef03b44831d66da7022b7521e2385bd37
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Oct 27 10:11:06 2002 +0000

    Change autogen.sh script to use env vars if available.
    
    
    (Old svn revision: 10653)

commit 2a7dd54622489e6333272012425243a425c3946e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 26 15:09:02 2002 +0000

    Get rid of XGrabServer and use gdk similar implementation
    
    
    (Old svn revision: 10652)

commit 8e63bc13667efe07c1b194a92e6764ff31316b3c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 25 21:58:30 2002 +0000

    Increase priority to 30
    
    
    (Old svn revision: 10651)

commit a26234e5234d41dda9b250f8b94d21ecc8966ce3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 24 21:09:24 2002 +0000

    Rearrange some part of the code.
    
    
    (Old svn revision: 10650)

commit e4456a2737901fa913d5a588cdd38f1abf8a3f2d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 24 09:03:50 2002 +0000

    Use save_phase_2 callback instead of save_yourself callback
    
    
    (Old svn revision: 10649)

commit 99b63b0b709a160e6ec7ce210a9f9adf856ee2b6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 22 13:31:27 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10648)

commit 0044638ace643be7184a6f17823384f6ffe4890e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 21 22:28:09 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10647)

commit 66182f029f4667b5721d879075388b9f523b01ef
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 21 21:08:37 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10646)

commit 833ba4b3558b53aafe0722ec663e7c513e96971a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 21 20:07:57 2002 +0000

    dd initial support to session management.
    
    
    (Old svn revision: 10645)

commit 25c327c8fd5f228024a042f3d203a899f4375623
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 18 09:56:16 2002 +0000

    Change maximize/hide buttons
    
    
    (Old svn revision: 10644)

commit d3b651879501a5658e614ef2b93081b83c29fc04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 18 09:42:49 2002 +0000

    Change spec file to required libxfcegui4 and libxfcegui4-devel for build.
    
    
    (Old svn revision: 10643)

commit d32264d7606d4dc9fcc1a7053dd6da6899332265
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 18 09:21:39 2002 +0000

    Move some routines out of xfwm4 to libxfwmgui4, make xfwm4 depend on libxfcegui4
    
    
    (Old svn revision: 10642)

commit 5a54cbb740e44b20616cbd2b25e00378a8f8fe20
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 17 20:17:17 2002 +0000

    Add new option "title_horizontal_offset" for themerc
    
    
    (Old svn revision: 10641)

commit fc32f7cc880d4c4ce813119d211cd8e8e3855e48
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 17 12:04:37 2002 +0000

    button spacing and offset.
    
    
    (Old svn revision: 10640)

commit cbeb1273645f019d700128de8bead4f423fbb8e3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 17 11:58:06 2002 +0000

    Add theme "silverado"
    
    
    (Old svn revision: 10639)

commit ebfe103751ee125863d89dade3f371816f694069
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 16 08:44:54 2002 +0000

    Unroll loops in frameDraw to make it faster, change bottom pixmap for curve theme.
    
    
    (Old svn revision: 10638)

commit 0b9439209cbf4e203aea8a7d0ba977a3dec3726c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 15 12:49:56 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10637)

commit b8d2dd68dc9e97493a601e7c11d6d1e4b3275217
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 15 12:02:22 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10636)

commit 9914a49034684c92bcc4adbe09e5edab562cfe13
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 14 12:12:02 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10635)

commit 4fd140286b431a588d3c8181eaf480a2bc4330e4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Oct 14 09:20:03 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10634)

commit 0db8e07a0d6641a592b2c61797ec8ba7c21b782e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 12 14:36:57 2002 +0000

    Add missing buttons (shade/stick) to the theme, allow free placement of buttons, remove colored bottom corners.
    
    
    (Old svn revision: 10633)

commit 6a40621b4baa54b0694ab36ea3c6f823ac72b00c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Oct 12 12:53:47 2002 +0000

    Remove transparent pixel on each border to avoid using XShape on default theme.
    
    
    (Old svn revision: 10632)

commit b2989152e0777adebd145ef9500e69bc73862804
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 11 14:30:05 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10631)

commit 8ff5a1be97fe3a1c51d3a1ba47b5d2be1ef5e9b7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 11 09:35:05 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10630)

commit 02f34711db3a0f1139063b299b51c44d4491243e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 11 08:59:49 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10629)

commit d3f2f6426308d87e4d1d7ef211745049bfa7c93b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 11 08:49:31 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10628)

commit 0886a9561986bfed7da8f3387b38fb53e0775ec3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 11 08:13:59 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10627)

commit a4ea1e5a7e4763edaa8d75391061e72e14890697
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 10 21:30:31 2002 +0000

    Change bbs buttons
    
    
    (Old svn revision: 10626)

commit c34ed523399dc6fd0058109fa916321f2172f384
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 10 21:17:27 2002 +0000

    Change bbs buttons
    
    
    (Old svn revision: 10625)

commit 16af69c67851e4f48e43c3369545608e5662d5b6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 10 08:37:26 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10624)

commit efba75ec77266a2f888edeb6f91dbb6ea8e9837e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Oct 9 22:15:17 2002 +0000

    Fix a bug in double click time computation (actually I'm surprised this ever worked before...)
    
    
    (Old svn revision: 10623)

commit 8a63ba8fba287438ee076a123f3d0c95fc43529f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 4 14:49:29 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10622)

commit 3d8a2bf30f07cd62caf67b74e16df7fcbdaef453
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 4 14:23:40 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10621)

commit 170b5fcfa344299dcb8afaa5ec2112bd5dbfc693
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Oct 4 12:32:58 2002 +0000

    Turn inactive pixmaps to pure greyscale.
    
    
    (Old svn revision: 10620)

commit 1b37fbae0a89f723b1fad5ff2dc19572517c59b5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 3 20:35:46 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10619)

commit dbc1060e5a8469037d4700502059dc3b6edb4577
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 3 19:49:37 2002 +0000

    Change the design of buttons (slick theme)
    
    
    (Old svn revision: 10618)

commit df63aa34f54f84ab42c0cad2cbd76fa6f90fb3b5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 3 15:19:23 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10617)

commit 7d2a2a0efc1e1db64adbba3285b5c1a511841783
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 3 15:07:17 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10616)

commit 798da64dd64e10ff56829c8972ac8d45a364d586
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Oct 3 13:01:42 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10615)

commit 978c5c1bcf210cab228bd5b93cd31101c383f1c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 1 22:16:29 2002 +0000

    Fix a bug in redrawing frame when un-minimizing a window from an external program (such as gnome panel)
    Some minor optimizations.
    
    
    (Old svn revision: 10614)

commit cce876a7eaf8628318f9a676d69202efdaea865f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 1 21:22:45 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10613)

commit 503a8494eb82c021fb57e07525cb681d083cc64c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Oct 1 20:08:28 2002 +0000

    Add "metabox" theme, a theme from Metacity ported to xfwm4.
    
    
    (Old svn revision: 10612)

commit a082702241fe9df5515fa18444fba62f1f451e04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 30 15:11:38 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10611)

commit 8f8fb43a5190dc32614e3a5535bdd432717c7c9f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 30 13:23:46 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10610)

commit ac6f1b84576aee71a93ed75d7633cdfd8d676937
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 29 17:14:21 2002 +0000

    Put back the "fleur" cursor for moving using keyboard. Don't change cursor when move is performed using the mouse.
    
    
    (Old svn revision: 10609)

commit f6549c5ce73e60688baf4bcc20dc74af16e6b371
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 29 12:41:26 2002 +0000

    Replace "fleur" cursor with standard arrow cursor for moving windows.
    
    
    (Old svn revision: 10608)

commit d6c368b5fbc1d8e20f573d3b4ff9049d99a81d41
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 29 12:10:15 2002 +0000

    Smaller is better (tm)
    
    
    (Old svn revision: 10607)

commit bd9ed4da434773401be9ae9ea5e5694b52e8cd21
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 28 21:33:47 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10606)

commit f00d2be0bcc1468f1036d702b08587f4928c14e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 28 13:41:35 2002 +0000

    Add removal of autom4te.cache dir at distclean.
    
    
    (Old svn revision: 10605)

commit 411bcf90b3ce81a072300d077864a558e0cce89b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 28 13:27:24 2002 +0000

    Chnage theme "slick", add round corner, change buttons.
    
    
    (Old svn revision: 10604)

commit 3105f08f563fd6c986cf75e48779f28f219a2af9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 28 12:10:53 2002 +0000

    Change bottom
    
    
    (Old svn revision: 10603)

commit b1622200801c0a65d5c8a5588f52592972329a78
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 27 21:45:30 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10602)

commit 4ebbba918bc4535ca0c624c70d439aac5e0cec61
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 27 21:42:36 2002 +0000

    Add new theme "gnububble"
    
    
    (Old svn revision: 10601)

commit 73d1c57a9910043eae63d6a01f403dfd0297ae60
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 26 15:49:06 2002 +0000

    Improve readability.
    
    
    (Old svn revision: 10600)

commit 459cbe8b004856bf13929f5fabf463da301e951a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 25 12:37:44 2002 +0000

    Reduce title height by 2 pixels for theme "slick".
    
    
    (Old svn revision: 10599)

commit 826bed899a2e26de7185a003917321691d3d67fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 24 09:56:59 2002 +0000

    Remove "destroy" from frame menu.
    
    
    (Old svn revision: 10598)

commit 114417e38f03d565802e56db92a7fef01362420c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 23 13:26:22 2002 +0000

    Include Thomas' patch
    
    
    (Old svn revision: 10597)

commit 0f9eb13d73c7232816e2119b97f4734257028b69
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 22 20:57:38 2002 +0000

    active corners.
    
    
    (Old svn revision: 10596)

commit 02fe6b032079c0ae28e07f2e5f50b782aa7f1fc6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 22 19:10:41 2002 +0000

    title_vertical_offset = 2 pixel.
    
    
    (Old svn revision: 10595)

commit 6fe363fb7314db963bb0ada58640f14c1d5795e3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 22 19:06:07 2002 +0000

    Slightly modify corners and borders.
    
    
    (Old svn revision: 10594)

commit d2191762012db690fb7f26f506922a68e4fd69f8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 22 17:10:41 2002 +0000

    Smooth top corners.
    
    
    (Old svn revision: 10593)

commit 1eb09f18c16cf8fd58edae838bf3b377ace09f81
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 22 13:51:50 2002 +0000

    Add new theme "pills"
    
    
    (Old svn revision: 10592)

commit e7db4d1c121eb946b1a208e0c8db94d7842570d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 22 09:50:17 2002 +0000

    Change policy on hiding windows.
    
    
    (Old svn revision: 10591)

commit 8a148fa679668de11de82650b66ad78467c533c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 20 21:33:33 2002 +0000

    Change buttons and active text color.
    
    
    (Old svn revision: 10590)

commit 8a007f0e448a92c5dd3d34fe20d5a2c88fec51a6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 20 20:24:29 2002 +0000

    Bug hunting.
    
    
    (Old svn revision: 10589)

commit dba99aae8ccf564e78c7d1a36457d09c49578b3d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 20 15:15:50 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10588)

commit 39e24d3d9e89423206fe8c0092f32162847fa60c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 20 13:14:08 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10587)

commit 21381c6146ab8d006f4a4f043b2ca27c6d6fdd9f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 20 08:07:23 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10586)

commit ef42f1a557ad8be7938eec63fc02a32e6d8fd7f6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 19 21:58:28 2002 +0000

    Shift title vertically by 2 pixels for "tabs" theme
    
    
    (Old svn revision: 10585)

commit 0e94f2f2809ce4e7fe06dbdd4cc43cb7daeed222
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 19 21:25:16 2002 +0000

    Add new theme "tabs" (really nice, check it out)
    
    
    (Old svn revision: 10584)

commit 8bdbf45a61018985135ead5b95fcd32afd09307c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 19 06:13:38 2002 +0000

    Theme tweaking.
    
    
    (Old svn revision: 10583)

commit 075ec927e4fd16efdfb3129979f9649024a720a8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 18 20:00:26 2002 +0000

    lighten slick theme.
    
    
    (Old svn revision: 10582)

commit 962ac00dd30d6023c4f5a515b705c1dcc362c5e9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 18 12:53:52 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10581)

commit 83a50838434ef8862d6c7239fc03e1eade4a2d29
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 18 12:38:18 2002 +0000

    Add thin black frame.
    
    
    (Old svn revision: 10580)

commit 5d874d6752a8ecf97fa978c4abeefdad547440fe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 18 10:36:31 2002 +0000

    Fix a (small) bug in button mask.
    
    
    (Old svn revision: 10579)

commit df2fb38340defc662fe5d9a8e2a16f9c499abf62
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 17 10:36:23 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10578)

commit d881553ed1cfcc7416e63ac1b419dd90766a9bf0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 17 09:38:05 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10577)

commit 428e3384fa61276cb21541f12c6210cf8208c031
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 16 19:20:24 2002 +0000

    Change bbs title style.
    
    
    (Old svn revision: 10576)

commit 0c9e71f2e14c8827ac955a9551d76c0173462202
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 16 10:40:50 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10575)

commit dadd137216f1a2856959eec7970ab0ef84b37051
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 16 10:29:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10574)

commit 4cf99bcd56199edc4e53736580816b1912a4c2c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 16 09:06:52 2002 +0000

    Shape problem.
    
    
    (Old svn revision: 10573)

commit 1f17f95ca84995679f63366ef63975b3900a0d1c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 16 08:11:26 2002 +0000

    Enlarge bottom handles.
    
    
    (Old svn revision: 10572)

commit 9d6fec40fda7b8ba55be42171237141d11c1c61f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 15 20:50:08 2002 +0000

    Revert some of the changes regarding transients treated as dialogs since its incomatible with the assumption that a transient is at the same layer as its transient_for window.
    
    
    (Old svn revision: 10571)

commit d1c1f03160d70b4d6f88b26f2a782ed876ec3a38
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 15 19:39:10 2002 +0000

    Theme tweaking (bbs)
    Remove menu button from dialogs.
    
    
    (Old svn revision: 10570)

commit dd277500f01011a37615358cb65971e524c4a422
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 15 13:17:47 2002 +0000

    A lot of code cleanup and small internal improvements.
    
    
    (Old svn revision: 10569)

commit e764e97036366e47daec4eb9a28d5516478e4ce4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 14 21:35:37 2002 +0000

    Port "adept" theme from Sawfish.
    
    
    (Old svn revision: 10568)

commit 56cb0df0524356b1f1276a0d668d811d3df5ad7c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Sep 14 15:34:52 2002 +0000

    Improve Motif MWM hints compatibility.
    
    
    (Old svn revision: 10567)

commit e82e30a3f93dd74c53f25ea60b8a69d11cae53c6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 13 21:47:54 2002 +0000

    HEy! I just found a potential bug in button shaping routine!
    
    
    (Old svn revision: 10566)

commit 3b0b229a45852f226cbea05e201b3319c083f050
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 13 20:45:26 2002 +0000

    Implement smarter title buttons, hide maximize/hide/menu buttons when required.
    Fool proof button settings management.
    
    
    (Old svn revision: 10565)

commit 9fb1fd76aa7abdbc7f3ba91c40c8357fdd690f25
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 13 16:14:49 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10564)

commit a76d652e2abb953d2c4feee4830ba82bf1f45039
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 13 13:19:55 2002 +0000

    Smarter hide function.
    
    
    (Old svn revision: 10563)

commit 8c58d142e073bad04d33a3acd6395ce6754b9bd9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 13 10:52:49 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10562)

commit add9b41ce85aa28bce9c0058af95fcdf0e2f1761
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 13 10:37:26 2002 +0000

    Theme tweaking.
    
    
    (Old svn revision: 10561)

commit 36a6ae646d6f921cdfcbf4aa57b020884373d7b1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 12 19:53:16 2002 +0000

    Update ChangeLog.
    
    
    (Old svn revision: 10560)

commit 7faac303ebe6dcd463c5462ab9b91c790ae732d7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 12 19:46:08 2002 +0000

    Change "exocet" border to be smoother, with an enhanced 3D look.
    
    
    (Old svn revision: 10559)

commit caf190dbdce99e1ce66ed66b60a96b14d19dcb8f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 12 16:34:11 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10558)

commit a283e744c8a5dcb78ce8205166ecab8dce2f7611
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 12 10:19:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10557)

commit f3bb01fd6bf409c2fcedc944773658e834d599cb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 11 16:58:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10556)

commit e3080815ffa2d8703b0ee5219f6c31a526afd57c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 11 14:35:35 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10555)

commit 61226e54c7130f7fff5dfaf925d8dc0528072931
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 11 12:51:01 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10554)

commit 3882c0ee10f622680ddaefef6397417640794afc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 11 09:29:32 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10553)

commit cf4c84532b051eb6724b4d11ba466430b97ceda1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 10 20:41:39 2002 +0000

    Small bug in top-left corner.
    
    
    (Old svn revision: 10552)

commit d0df1c35ed7da730c0f59dd3a7e046a209b15e7f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 10 20:29:36 2002 +0000

    Implement a smarter placement for transient windows.
    
    
    (Old svn revision: 10551)

commit a375d29ad2890dbae45be8a7a0330800f1ccdd9a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 10 19:59:22 2002 +0000

    Add them "microgui" ported from sawfish.
    
    
    (Old svn revision: 10550)

commit bdcbad17cf8d2cb96a5d17920089ded4e54d2022
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 10 15:32:39 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10549)

commit ad83f62b82ff02c9c07f0912f7cc1e23f40a61cc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 10 11:07:04 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10548)

commit 5011b96c4ad862c6964a878a2415a774fd3c5b81
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 9 07:52:46 2002 +0000

    Add "coolclean" theme ported from Sawfish by Biju Chacko <botsie@myrealbox.com>
    
    
    (Old svn revision: 10547)

commit 351aaca7e923c3fe0fbd39f7eaea060c4af5c5b9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 6 13:41:34 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10546)

commit 2a0acbd16ad8d176ed554ff2b6f0a7464115d266
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Sep 6 12:36:04 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10545)

commit 1f2958ba92c3be56e68d81e4ad97d2356044a205
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 5 20:26:03 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10544)

commit 64544789baa25bdee12320f8d30a1604f6ab1fa3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 5 15:53:00 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10543)

commit 4b4dfc2251e8974fce29eb7b0c593ddb4627085e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 5 14:07:05 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10542)

commit 8f63366e9e40b45f8ee41aa2f88bed56fce4db0d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Sep 5 13:31:34 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10541)

commit 4f8102e829edc8f31222d4d543152a49c3da4335
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 4 21:24:53 2002 +0000

    cans dirs for theme so there is no need to specify full path anymore (but still work for backward compatibilty). E.g: you can use "theme=exocet" now.
    Also make sure the theme dir exists, fallback to default otherwise.
    
    
    (Old svn revision: 10540)

commit 3f0769417d1b58adb1ae993a527d04281cd936bf
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 4 20:16:22 2002 +0000

    Reverse the gtkSettings object. Need to fine another solution.
    
    
    (Old svn revision: 10539)

commit 8229a2827c708eab9ceb95172dc7e52156e6eb14
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 4 14:29:31 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10538)

commit 31f2bb5423645e43b3d6dcb6b516a33f5d9c3b58
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 4 13:59:28 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10537)

commit 1cd9971b6990e643a8bc7f666dfa8c669691d8e7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 4 12:45:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10536)

commit d6d3f3eef6f38eee3af77c5da54ec0516bd80c83
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 4 10:49:52 2002 +0000

    Constaint window pos at first map and during move.
    
    
    (Old svn revision: 10535)

commit 18f4742d3fd593bdf1312d4e86031a404957804f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Sep 4 07:52:42 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10534)

commit be13f59433e1576b642ce438f18cf011ffe2e8d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 3 21:11:43 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10533)

commit 2c5051c0e668339c3f413771da378420f9e5767e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 3 20:29:27 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10532)

commit b7ac4a9fb9a072bc588ce03097fdf3fe9b18c054
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 3 12:57:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10531)

commit 51e206cda4cda04ab19a4e8e4e58c0c167963a62
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 3 12:37:46 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10530)

commit e26b0205e4c70c83963445cd9184ee949aeb0b64
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 3 12:31:34 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10529)

commit 31cbc5c277a04b90e31752063b4b7e4313ffca80
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 3 09:05:59 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10528)

commit fca1c840847faa81dd4a1ff1c005e24a5bfe32c8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Sep 3 08:53:50 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10527)

commit 663e16737a62f253334bbca8e68661b9da777ad3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 2 22:01:19 2002 +0000

    Add theme "curve"
    
    
    (Old svn revision: 10526)

commit 7899879f1f785cc8ad54ba92fafac5b846d8fc87
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Sep 2 07:38:33 2002 +0000

    Replace "rpm -ta" with "rpmbuild -ta"
    
    
    (Old svn revision: 10525)

commit 02b8e1701a26e0b8a28a03df49b3a75475161553
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 1 14:51:09 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10524)

commit ed0fba43d93e0c5a8dfb87e2b3c8fac27700fedb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 1 08:54:14 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10523)

commit cd44ddac852d1c1ddf3e80eb97e89f29e8714ec2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 1 08:40:11 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10522)

commit 990554265536bc4b9a1e89e08932765633b7750f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Sep 1 08:25:15 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10521)

commit 9aff94727dec3ac0ebaf817bb326967bc9fff48e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 31 13:53:47 2002 +0000

    Improve shadows on top corners.
    
    
    (Old svn revision: 10520)

commit 0fd511f78f7d171e4fc21b3f14e78c2c61588046
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 31 13:41:50 2002 +0000

    Remove mispelled file.
    
    
    (Old svn revision: 10519)

commit ede6ef969f3c35cc11a9a8bb53f64cd2c835b110
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 31 13:35:59 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10518)

commit 33121d1416eb86e90fe683cb68180e78d6fd5372
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 31 13:14:30 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10517)

commit 04ec9e46baa8464211d0be14fb372136d8e7045a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 30 12:50:45 2002 +0000

    Remove xsettings sample implementation (as we'll use gtk mechanism anyway)
    
    
    (Old svn revision: 10516)

commit 743cc745876c422a3c0daf826f02c51a79615ddd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 30 12:45:19 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10515)

commit ded807e79ccd37306eba381eb2acd5b96b88bb2d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 30 08:13:44 2002 +0000

    Whoops, forgot to add the actual pixmaps ! Sorry for those who tried the CVS last night...
    
    
    (Old svn revision: 10514)

commit 5b2508870c0c3c00b0525ffba94390b0a09c5b43
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 29 19:47:36 2002 +0000

    Add new theme "bbs", put "exocet" and "bbs" themes in xfwm4 spec file (ie not xfwm4-themes), use bbs as default theme instead of "kindaker".
    
    
    (Old svn revision: 10513)

commit 9d0f0a946b37583c58ce832d977c0089e8b9510a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 28 22:10:56 2002 +0000

    Redesign theme exocet (3rd attempt)
    
    
    (Old svn revision: 10512)

commit 0e19fd0645adf11e459aabab4591b3595fbf0cbe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 28 20:25:24 2002 +0000

    Change exocet theme
    
    
    (Old svn revision: 10511)

commit bc79c2b7d4a2b150a6439fd3f3d98522f3126085
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 28 10:39:22 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10510)

commit 700172e3ae88bff8d37ea040e79d236d10b70556
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 28 10:14:45 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10509)

commit ec2b90e021129a3fb32cd2201131d83c41cccc47
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 28 09:04:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10508)

commit 261339a6aab688c11c71fa413122e1d423a2621d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 27 22:11:33 2002 +0000

    Add new theme "exocet", begin xsettings support using GtkSettings.
    
    
    (Old svn revision: 10507)

commit ba0e046bf61390c8e1ae442a6015109ba6e8be9a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 27 16:49:09 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10506)

commit 65e9c4339d5d632bd3ca6f418d63a314c3e15c2c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 27 16:20:33 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10505)

commit 43f66a8508f58eb0798455edfbb9178e27adc6a6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 26 09:43:20 2002 +0000

    Use gtk-double-click-time value.
    
    
    (Old svn revision: 10504)

commit 56add0c0f8bf8d6f78a68d117c1e33883392fcd5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 25 22:18:34 2002 +0000

    Remove xsettings init for safety, right now.
    
    
    (Old svn revision: 10503)

commit e3dde4bb99ba9f37a04109fd11388b535a012f16
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 25 22:16:44 2002 +0000

    Remove the annoying "beep" on xsetting notification.
    
    
    (Old svn revision: 10502)

commit ded84ec80196e5cad2050fc89b175a31581e6bb9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 25 21:15:07 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10501)

commit 1c79011adcfba2d9a8510e56f9178dcefa50ac79
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Aug 25 20:53:15 2002 +0000

    More on xsetting integration. It now connects to the server and listen to xsettings events.
    
    
    (Old svn revision: 10500)

commit f126851dddbb4508dc7d50da5570c676e70330bc
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Aug 23 08:04:20 2002 +0000

    Recenter title vertically as suggested by Eugenia.
    
    
    (Old svn revision: 10499)

commit 4b7557f55419641886f88366d2e7beece3811583
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Aug 22 20:48:39 2002 +0000

    Add new theme "b6". Interesting because it uses both own colors and theme colors to display nice hilights and shadows.
    
    
    (Old svn revision: 10498)

commit 8178349181bedd454a0ac89ad3be625c91e30ada
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 21 15:41:45 2002 +0000

    Add new option "focus_hint" (boolean) to specify whether or not app focus hint should be honored by xfwm4.
    
    
    (Old svn revision: 10497)

commit 9c0799c080202188e423c4c44b73339efa10824a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Aug 21 10:09:50 2002 +0000

    Remove the layer constraint in overlap computation.
    
    
    (Old svn revision: 10496)

commit 48bd4299426583838db79f2ea4c9746e4477a4e0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 20 20:59:18 2002 +0000

    Theme tweaking.
    
    
    (Old svn revision: 10495)

commit 0ab18bec4ae93ab49c18f2fca93bea910aa32a8b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Aug 20 14:24:52 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10494)

commit a99c5bd8c1b27dfe95303776eb4cbbfa79a69b12
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Aug 19 21:40:32 2002 +0000

    Add a new theme "piranha" I did just for fun.
    
    
    (Old svn revision: 10493)

commit 1ab72c2b3c48dccc155a895934398c9b0f21a915
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 17 11:13:26 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10492)

commit e11a0cca2ca9e4e7295f5200f4edfc4000fa583e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 17 10:16:44 2002 +0000

    Fix a slight overlapping area in clientInitPosition()
    
    
    (Old svn revision: 10491)

commit a96692f7cd1a6b2e38460479557c7ff6d3713128
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 10 21:15:55 2002 +0000

    Use "mid" color as background color for pressed buttons in iceg theme (the one I prefer)
    
    
    (Old svn revision: 10490)

commit 1cfd3e3406cddc126de25d57a199c3b1edb5a029
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Aug 10 20:40:29 2002 +0000

    Introduce a new color for themes, "mid" corresponding to the gtk color of the same name, and add a new theme "ops" that makes use of this (mainly as a proof of concept ;-) )
    
    
    (Old svn revision: 10489)

commit 4cf9a1d25797d65da6c1597b246c47cb233f5bb2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 27 11:57:30 2002 +0000

    Change border color of the title frame.
    
    
    (Old svn revision: 10488)

commit f9ec44f97df9deb608595d067d290bb653b8ad66
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 24 19:29:48 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10487)

commit 1dd4f98aeab1e20c500870ef0232905afab995f7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 24 15:24:40 2002 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10486)

commit be33a889c8be876c7bb0e4a4492681019337536a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 24 15:23:40 2002 +0000

    Really, nothing important.
    
    
    (Old svn revision: 10485)

commit 3f9989cbc87b8dc97f1b01cb88925cd8fdc857bd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 24 12:36:32 2002 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10484)

commit 11b06ac5813a3e2d70a3ba44333db0963953211d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 24 08:32:03 2002 +0000

    Theme tweaking.
    
    
    (Old svn revision: 10483)

commit 31e646175e1509275fbbe5cf350a4bec26ee8791
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 23 21:11:53 2002 +0000

    Last tweakings. Should be back to a fairly stable state now...
    
    
    (Old svn revision: 10482)

commit 42949723895c8b7d103acc062fd9e2699808f6a7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 23 13:01:46 2002 +0000

    Comments
    
    
    (Old svn revision: 10481)

commit afd44741b8959c1394ac06371c291e1638e4c69d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 23 10:56:58 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10480)

commit 6130580e3b6d6312dfd86e135166b2f7437ad932
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 23 09:34:58 2002 +0000

    Some more tweaking in event management (specifically button press/release).
    
    
    (Old svn revision: 10479)

commit cf8dec9e9c5379fc0368db21b4ecd60c73f3f691
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 23 05:35:11 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10478)

commit 9d0163071b3c0ccd14db965345c108f638619cf7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 22 22:30:27 2002 +0000

    Bunch of changes, some being tricky. Still handle with care (although things are getting better now)
    
    
    (Old svn revision: 10477)

commit 937f910da0ecd0819991d49d62fe85ec5e4a8251
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 22 16:59:36 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10476)

commit 41bbe8974d40ce637b9ffa7dd3a4727fa740414b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 22 08:57:24 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10475)

commit af561e3ab9978bcbd2d103f62b733494fbe3d6e5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 22 08:26:37 2002 +0000

    Improve double click management.
    
    
    (Old svn revision: 10474)

commit cd57a814231d0979c537493910eca1c4cce71bb6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 21 22:28:09 2002 +0000

    Whoops! Typos in g_return_if_fail() causing troubles...
    
    
    (Old svn revision: 10473)

commit 8d3d538e6e14146598364a0b85b7199ffb4da329
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 21 22:17:41 2002 +0000

    Change time in grabs for double click to use event time instead of CurrentTime
    
    
    (Old svn revision: 10472)

commit 64f7a558c0c0dd1f02377ded215fc376505417ce
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 21 21:57:45 2002 +0000

    Implement a much smarter way of detecting double clicks, and implement double click on menu button = close.
    
    
    (Old svn revision: 10471)

commit df01439f8c656278db53bf9915a1a46f63c79454
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 21 13:46:07 2002 +0000

    While we're at it, use the tmp event window to grab the keyboard too.
    
    
    (Old svn revision: 10470)

commit edb58edbcca23abd3e5cf8bbb9614fe402e2af1d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 21 13:19:13 2002 +0000

    Implement a patch for kde 2.1alpha1 (experimental) published on xfree86 mailing list to speedup move/resize.
    
    
    (Old svn revision: 10469)

commit a17a80d7312f3b130a62e839e7cdd5a0b9ebaaad
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 20 13:37:23 2002 +0000

    Change the click=raise+focus policy. Alt+click not necessarily raise and focus window (unless click occurs in the frame)
    
    
    (Old svn revision: 10468)

commit 4fff0a7a539e7a4f30e215dfffcc09b4f00f9438
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 20 12:36:57 2002 +0000

    Enlarge border for iceg theme
    
    
    (Old svn revision: 10467)

commit 60e7bc3c1e5340ba67865db3080dacf704fdf98b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 20 12:28:35 2002 +0000

    Improve button press callback handler
    
    
    (Old svn revision: 10466)

commit 0df751562ad376f54e67691997733e0d7d637c39
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 20 12:02:35 2002 +0000

    Change event mask to avoid side effects on gtk menu.
    
    
    (Old svn revision: 10465)

commit d4edd698c20e1585e3e689038850dd249a662937
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 19 21:15:15 2002 +0000

    Cleanup/finishing up previous fix.
    
    
    (Old svn revision: 10464)

commit 40fab7470cf9c7c639d7dcd754bc593fafeedb92
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 19 20:49:48 2002 +0000

    Fixed a really tricky problem with mouse button events (causing trouble to dosemu)
    Handle with care.
    
    
    (Old svn revision: 10463)

commit 1f3029f88b2625d255cc5feb2ee7c0b918c78d0d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 18 09:30:13 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10462)

commit 88aa08893f17acf2a556674f27a3bc5150d4ec90
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 18 09:28:38 2002 +0000

    Remove the "dots" on title active (I really prefer flat, slick look)
    
    
    (Old svn revision: 10461)

commit 9c9c7bbd6eb089843713a3877f4aae600ac01b2f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 18 08:58:53 2002 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10460)

commit c6034777acd94e95417641a2c56045c9854dc8e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 18 08:49:16 2002 +0000

    Use proper GTK color for active title text.
    
    
    (Old svn revision: 10459)

commit f6dfe42b0fb4e52ba21ca5b77ed4e162ebc15351
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 16 21:44:46 2002 +0000

    Even some more small bugfixes between transients and virtual desktops,
    Some small optimizations.
    
    
    (Old svn revision: 10458)

commit 54be2a144854f0519f6d7f490a8e49141fb2313e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 16 11:16:58 2002 +0000

    Bug fix in transient vs. virtual desktops management.
    
    
    (Old svn revision: 10457)

commit 8af1e42e24621aa54917e7d81b4e1c30a5b380ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 15 10:05:29 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10456)

commit 4496b38cd50e328d75ba9159bbab86ac4c56469b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 14 13:26:36 2002 +0000

    Fix a bug in stacking when a window had more than one transient.
    
    
    (Old svn revision: 10455)

commit 2b0b0324e8eec0b464fae7b6b0a9ef087df5b953
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 14 08:42:32 2002 +0000

    Change action of top left button in "b5" theme to "close" instead of "menu" to keep as close as possible to the original system.
    
    
    (Old svn revision: 10454)

commit 92ea5409e20fe2696a2c44f579f6de58d1a3931c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 13 16:50:34 2002 +0000

    Change vertical offset for "b5"
    
    
    (Old svn revision: 10453)

commit a6a579c0d3dc791b17ea8c7d17b08a7bbf6a6036
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 13 16:44:19 2002 +0000

    Add "b5" theme
    
    
    (Old svn revision: 10452)

commit 3f951882ebb9d413159174fa1c390ca0a49a6617
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 12 22:14:16 2002 +0000

    Again theme stuff...
    
    
    (Old svn revision: 10451)

commit b773b94e71b6feaec718739865580993a4bc3e71
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 12 21:27:40 2002 +0000

    Quinx theme tweaking
    
    
    (Old svn revision: 10450)

commit 0bcbd9cb6544f77a71cec33e6b0211ecd4fb9ac2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 12 13:43:44 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10449)

commit 0f766c780814ec205dd97db6f0ff7f8eba4cca3a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 12 13:32:30 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10448)

commit 2c2fb849145292c8e8bc4df22e8635df37bddb43
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 12 13:25:10 2002 +0000

    Theme tweaking
    
    
    (Old svn revision: 10447)

commit 744020a2d7d0044badd95520cb6f74217a24913c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 12 13:22:14 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10446)

commit 3aca8464bd1378cd853637d84f04a8d8896c3d6b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 11 15:07:33 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10445)

commit 0e3eac5cc32f57211744a2864e55214a35879fd1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 11 14:53:34 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10444)

commit 01f3d292bceee17c78e96563fd21c4a210e9c85c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 11 14:11:38 2002 +0000

    Theme stuff.
    
    
    (Old svn revision: 10443)

commit c7075dbec14ff6c64b843ad5a4e91b850ba472b3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 10 09:44:19 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10442)

commit 85b0f9419994687436b3cb8b39fd0ca981b3c164
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 10 09:25:11 2002 +0000

    Round corners
    
    
    (Old svn revision: 10441)

commit 1aa84674be3d5adae02f8799243fff286ecac13b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 9 21:48:59 2002 +0000

    Add new theme "g2" based on a screen capture of GNOME2.
    
    
    (Old svn revision: 10440)

commit 7b77f73fe64d4dc1680dc37d65f959b7c51acd00
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 9 16:52:26 2002 +0000

    Theme stuff.
    
    
    (Old svn revision: 10439)

commit 627b5a790f8e5fb0cdc4f82cf500b51a40fdabb0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 9 11:08:37 2002 +0000

    transient windows/workspace switch stuff
    
    
    (Old svn revision: 10438)

commit b1e6afb8f77bd0c0bf6ffad6a4ce57acb811418f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 8 19:56:46 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10437)

commit cb636b1659a2cc7060340ace0a0d11851fd98b5b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 8 08:37:38 2002 +0000

    Theme stuff.
    
    
    (Old svn revision: 10436)

commit da74d61bbe6201dac47a1293970587996faeda55
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 7 20:24:17 2002 +0000

    Update ChangeLog.
    
    
    (Old svn revision: 10435)

commit 16d514f65f9011db05bd2143201001b1bc601561
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 7 13:13:54 2002 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10434)

commit 582659a55fefa4f41b0b14accde478b2488f44c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 7 08:38:03 2002 +0000

    Change theme retro,
    add theme retro to spec file
    
    
    (Old svn revision: 10433)

commit b4b3a43917e0110bfd7f41ca971c91f84f7a9161
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jul 7 07:38:41 2002 +0000

    Fix a bug when window title was < 0
    
    
    (Old svn revision: 10432)

commit 62136df21a659dca7e6c878d177ba4c38dd7ffd0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jul 6 22:26:40 2002 +0000

    Fixed a (potential ?) bug in frameDraw when window is shaded,
    add a new theme "retro"
    
    
    (Old svn revision: 10431)

commit 99fb5efc997cc9210e73261b7fb826916b44b583
Author: Unknown CVS Committer (uid44859) <uid44859@unknown>
Date:   Fri Jul 5 21:23:09 2002 +0000

    Quinx theme tweaking
    
    
    (Old svn revision: 10430)

commit 227808b19592a6c51f99db4341649db387ec234d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jul 5 15:53:30 2002 +0000

    Remove the call to clientRemoveMaximizedFlag from clientMove as it has side effects on titlebar dbl. click
    
    
    (Old svn revision: 10429)

commit f1dfd638b69e83ca0ddb5e1f479d29749e619af5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 4 19:32:26 2002 +0000

    Update ChangeLog, release 020704 preview.
    
    
    (Old svn revision: 10428)

commit dadaf2232909526590e700aebd6b3ec2275386d4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 4 14:47:55 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10427)

commit ddc1bc89a305c03422e439ce4b72cc6b763b6ed5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 4 08:30:54 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10426)

commit 626a13d6d4240aa53a0c0a24687c0ba2d1b29282
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 4 08:29:28 2002 +0000

    Allow move/resize of windows even in maximized state
    
    
    (Old svn revision: 10425)

commit 6f2385e21ef5436eb0d1c76ee0b966d86bde094d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 4 08:09:55 2002 +0000

    config.guess and config.sub were missing (??)
    
    
    (Old svn revision: 10424)

commit b8a80236fccbadce4fd202dc4007b6b97893e4e2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jul 4 08:08:46 2002 +0000

    Remove maximize flag when the client sends configureRequests
    
    
    (Old svn revision: 10423)

commit 73cb5c8d59a801efdbc45c0447ee147dc97912b9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 3 21:49:58 2002 +0000

    Prevent focus change to dock and desktop windows in focus follow mode, redesign button for redmondxp.
    
    
    (Old svn revision: 10422)

commit 4eefa187663393d010d570b283cc734e8f6381d8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 3 14:21:43 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10421)

commit 6e27a2a1ef0cc2134b0dbe749a24b4bbedf9cf54
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 3 14:15:30 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10420)

commit 926e09e3dd41bb5f9e65b5add0812571b675778b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 3 09:43:03 2002 +0000

    Don't constrait position (including initial placement) on docks and desktop windows.
    
    
    (Old svn revision: 10419)

commit 1d8eb85acb22307deed1fc9a3632ffe5e43f6999
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 3 08:26:54 2002 +0000

    Add requirement for autoconf 2.52 in rpms spec (BuildRequires).
    
    
    (Old svn revision: 10418)

commit 2266d553a688b21704e50c6983ef26aa5f7560f3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jul 3 08:22:53 2002 +0000

    Fix deprecated AC_DEFINE use and remove acconfig.h as it's deprecated with automake 2.5x
    
    
    (Old svn revision: 10417)

commit a133fb52e3f3961c1b2cfc90090c90ac9d319a3d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 2 20:26:00 2002 +0000

    Various cleanups
    
    
    (Old svn revision: 10416)

commit be6ecd40f30096d815b5a5c00ccf0d4b63347df5
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jul 2 08:55:44 2002 +0000

    Remove warnings at compile.
    
    
    (Old svn revision: 10415)

commit 2f7bae50557597c8e6a6c8346e460c895ac87551
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 1 20:36:52 2002 +0000

    Update ChangeLog
    
    
    (Old svn revision: 10414)

commit dc8414a5abab7d4f5bafbd04083cf97b8307951e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 1 20:12:38 2002 +0000

    Add new theme "quinx".
    
    
    (Old svn revision: 10413)

commit 80b78d84237a9ce31d6421eb0c0b966cd669b206
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 1 09:27:20 2002 +0000

    Small theme tweaking
    
    
    (Old svn revision: 10412)

commit 55d4eb79749cf87899faf3a00ca43e1970d6efe6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 1 08:41:12 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10411)

commit d42813f7314f7f9eb36144380d165eb0ed5a5113
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jul 1 08:08:22 2002 +0000

    Constraint window initial placement within the margins.
    
    
    (Old svn revision: 10410)

commit 70f168f0a57e1d775f093e107b0710fcd4b0539b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 30 21:03:28 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10409)

commit 4d3960bb1d78ec70f6897abea89908a036467804
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 30 20:10:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10408)

commit 1724b0d479d1c7bd97630b8dd410eea31eb35780
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 28 15:38:15 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10407)

commit 8e6368f3d489bc2c0740fac903f32799e9a6748e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 28 10:40:58 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10406)

commit a7ba5048c1bfde9ab12ea3b3555df6601396c1e7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 28 08:37:27 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10405)

commit 369c44f9bc82ccde6ff699c16176923813f42538
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 27 22:06:34 2002 +0000

    Add new theme "r9x" ported from a theme for Enlightenment e16
    
    
    (Old svn revision: 10404)

commit ab8453c1aab3c4a7e2e9e05cb134e0cc4c711e1c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 26 16:02:01 2002 +0000

    Check struts at clientUnframe()
    
    
    (Old svn revision: 10403)

commit d54c9c1b96c275160a27fdf2cad60c1edf8b3ce3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 26 15:48:14 2002 +0000

    Change default title alignment fir default theme (kindaker) to left instead of right.
    
    
    (Old svn revision: 10402)

commit ece1fd53ef68cd889dfe26dcc0bf8aeb99a2c028
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 26 10:28:07 2002 +0000

    Block stacking request for WINDOW_DESKTOP type windows.
    
    
    (Old svn revision: 10401)

commit b0ec10db5970867c32132a60b132c89732b57505
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 25 23:02:52 2002 +0000

    Code cleanup
    
    
    (Old svn revision: 10400)

commit dcc448b4c92ac491ea0479d7e218732a5c675e82
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 25 22:45:30 2002 +0000

    Add support for initial_state
    
    
    (Old svn revision: 10399)

commit 311d900bcfc10f13db29fd1a849d85646b07c32b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 25 21:51:15 2002 +0000

    Remove XSync()
    
    
    (Old svn revision: 10398)

commit d2b021bfc1c6fc7d4b1f0b00eb3dd206abde3179
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 23 22:03:57 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10397)

commit daf2974810a3ba2121dbe1b070e4b2105da5ba3a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 23 21:56:52 2002 +0000

    Improve stacking for ROX.
    
    
    (Old svn revision: 10396)

commit 30578e2f9420c8e7588ef04fbea2170719de1bab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 23 21:04:11 2002 +0000

    Include non visible windows in stack computation (with the hope that fixes the bug reported by Jasper)
    
    
    (Old svn revision: 10395)

commit 2bfa56b633e198ce62700a9cc5907776b6f14999
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 22 15:14:23 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10394)

commit 5cc68a025fefd41abfeeab26be51fd03766a82b3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 22 15:11:28 2002 +0000

    Theme tweaking...
    
    
    (Old svn revision: 10393)

commit e6529f57d14ed5d40bc0ceaefadaa895f69bac71
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 22 12:44:56 2002 +0000

    Theme tweaking
    
    
    (Old svn revision: 10392)

commit 646940bf8bd2b1043b1b36343e1352d96c741267
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 21 10:55:32 2002 +0000

    Theme tweaking...
    
    
    (Old svn revision: 10391)

commit b72d00262df33dd3455036c15e80e96a6177b605
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 20 08:00:42 2002 +0000

    Theme tweaking.
    
    
    (Old svn revision: 10390)

commit a7b14575011ed397b92713853cb653943ff7a398
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 19 12:39:47 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10389)

commit 6c557ce034ac4251f148ae4ade16cf0ace930c07
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 19 12:09:24 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10388)

commit 78efc3b0580a58d7d4c0aa423532e9ca55968e20
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 19 11:02:48 2002 +0000

    Theme tweaking
    
    
    (Old svn revision: 10387)

commit a1474afae8ec6e5aa0f2a6ceb434d7765ebd2f48
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 19 10:54:40 2002 +0000

    Theme tweaking
    
    
    (Old svn revision: 10386)

commit 2eb987fd5ee1d5495b71df52fe2b54f495063a1e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 19 08:49:26 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10385)

commit c9eb96726308a4d019db1b5a4c32a7773c7d35e7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 18 15:37:51 2002 +0000

    Change key modifiers' name, use Alt, Meta instead of Mod1 and Mod2
    Other stuff (sorry, I can't remember right now :-( )
    
    
    (Old svn revision: 10384)

commit a8dd5c9a0ce51d8bb045efc36dfc42bf7c5caafd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 17 21:03:10 2002 +0000

    Add margins for in clientConstraintPos()
    
    
    (Old svn revision: 10383)

commit 8b642a85f83953d061cac87d395d471853ea0891
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 17 16:11:58 2002 +0000

    Revert last change
    
    
    (Old svn revision: 10382)

commit 79b8e0fd82eab8fb793926cc636a605921cc5521
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 17 15:27:44 2002 +0000

    Use margins in clientConstraintPos()
    
    
    (Old svn revision: 10381)

commit e54e1070154928c32bfcdda8d4e46f0441c172be
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 17 08:01:54 2002 +0000

    Install system colormap as widget colormap
    
    
    (Old svn revision: 10380)

commit 1ab5a4337f592e72e2da329b08b9ad6a5ee4a381
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 14 21:03:44 2002 +0000

    Add a threshold for client visibility
    
    
    (Old svn revision: 10379)

commit 06b0ced32a4672cd099493741c21964b61fd5d9b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri Jun 14 13:46:22 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10378)

commit 0b1587435f6e1fd85072023af40e229119bc196a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 13 21:36:56 2002 +0000

    Various cleanups
    
    
    (Old svn revision: 10377)

commit 42d561c91ec3baf48344eac93f2c7c6b16d7637d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 13 15:34:20 2002 +0000

    Grab keyboard only when absolutely necessary (in clientMove(), clientResize())
    Test result of menu_popup() and repaint titlebar accordingly
    
    
    (Old svn revision: 10376)

commit e98606e87415161b737874d1b79669ab203e829a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu Jun 13 12:41:48 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10375)

commit 7b85be9aba3b264f97fd1dad0d68339924d8e35b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 12 18:35:18 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10374)

commit 78158faa7589051244e04865e099aea1e368a432
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 12 18:29:10 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10373)

commit cc5142886f10ce639456b38344397968e9b2a785
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 12 16:18:20 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10372)

commit 72136358fd1be9e69d00e5b3d26892a32db05dac
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 12 08:26:02 2002 +0000

    Improve window gravity management
    
    
    (Old svn revision: 10371)

commit a0de19acceaa50a0cf5b8c37ae881ef264d2d253
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 11 21:18:26 2002 +0000

    Add depcomp for automake 1.6
    
    
    (Old svn revision: 10370)

commit 38f370148168f28b3a542963e6edf538c4332f31
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 11 21:16:40 2002 +0000

    Add new theme "gorilla" inspired by Sawfish and Metacity themes and migrate to autoconf 1.6
    
    
    (Old svn revision: 10369)

commit b5df93f2375813df54e7ab8d4bc68ba8a91ff40e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 11 15:59:46 2002 +0000

    Improve NET type detection for apps/windows that do not support the NET standards
    
    
    (Old svn revision: 10368)

commit 67b2fbdb5929eafce19c5a901aa18c857a48840b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 11 12:07:40 2002 +0000

    Set NET_* properties while the server is grabbed when framing clients (should make the framing faster).
    
    
    (Old svn revision: 10367)

commit e5e9457e985ef1c830c0e4d608fb29892cc6ff74
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 10 16:28:21 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10366)

commit e17573aba82ec1e4a59ad282d52e0530465ce5e6
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 10 16:28:21 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10365)

commit c5bff020b54ef2ff4b2f3b57c6f74ba592983f44
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 10 15:31:00 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10364)

commit b672fd0aae062fc579d27015ef73db5eab145c3a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 10 15:29:44 2002 +0000

    Slick revisited
    
    
    (Old svn revision: 10363)

commit 601719f1057637ffbe6dd88ef607d574c95ea1ab
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 10 15:01:16 2002 +0000

    Slick revisited
    
    
    (Old svn revision: 10362)

commit 56bba3a7f2fb8e8b5ec9dbc7700eeb6fc6413e6f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 10 12:21:18 2002 +0000

    Grab server when framing/unframing all clients at startup/exit
    
    
    (Old svn revision: 10361)

commit be83e9e482948a00b23e84e690d3864981582167
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 10 10:36:58 2002 +0000

    Fix a possible crash when popEventFilter is called during filter stack processing
    
    
    (Old svn revision: 10360)

commit 3a5c1d9cc92e2a10c9803fc06b41d0c545d31dd2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 5 20:52:46 2002 +0000

    Fix a problem with StarOffice6.0/OpenOffice1.0
    
    
    (Old svn revision: 10359)

commit 62da352a84ebe398eb7aa5b91c9925fd386e6390
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 5 15:57:02 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10358)

commit 1d2b6faadf642d28432d96d0887434b004d5baee
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed Jun 5 14:59:55 2002 +0000

    Set various hints *after* first map of window
    
    
    (Old svn revision: 10357)

commit c3248cf2f585334a56b0d3f776b4301e432bd464
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 4 16:17:07 2002 +0000

    Drag'n drop of windows between workspaces in GNOME Workspace Switcher works now.
    
    
    (Old svn revision: 10356)

commit c1ff0796b4556377c6f969405ea71693ebb2714c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 4 10:31:29 2002 +0000

    Fix a problem with example.xfwm4rc genaration
    
    
    (Old svn revision: 10355)

commit 242752a82b5c16483a163a579f8dcf40b94382c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 4 08:10:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10354)

commit c9a2b3c00075be4d78584b220daa4127040317a0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue Jun 4 08:07:19 2002 +0000

    Improve rendering
    
    
    (Old svn revision: 10353)

commit 1980fcb80d54a9e3b3becf65d7aa8ac25d7e8605
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 3 19:34:32 2002 +0000

    Change default theme to "kindaker"
    
    
    (Old svn revision: 10352)

commit 69f6bc9bec5915cad168c96c0176005a1acdc633
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 3 15:42:38 2002 +0000

    Add names of the original Keramik authors for credits in the README file.
    
    
    (Old svn revision: 10351)

commit f074f617ee44e0f9630b0939cca3cdc69597369d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon Jun 3 07:56:20 2002 +0000

    Change inactive title color to dark blue instead of black for "kindaker" theme.
    
    
    (Old svn revision: 10350)

commit 8c2a4ab15437e7da1a1303890511afdd6260da3c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun Jun 2 21:58:34 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10349)

commit ee318f9677e09cbbf8620f5a57b516c79124b598
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 1 11:26:30 2002 +0000

    Add README files
    
    
    (Old svn revision: 10348)

commit 85dfdb111d66099e1d468a5477b0ec63555581c7
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat Jun 1 11:25:24 2002 +0000

    Add new theme "kindaker" based on KDE theme "keramik", add a README file for all themes.
    
    
    (Old svn revision: 10347)

commit 78969f9c859d75767320e49a94cf5891ba457006
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 31 16:25:16 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10346)

commit 9449479f6cc9a9a006f09956fab300bd75a39d87
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 31 15:54:24 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10345)

commit 8d8f6a822b91b3fa52cc602d552a1c4d8419370a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 31 13:29:48 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10344)

commit 3884cad9b94a02a4fef7b810903721d267d61505
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 28 13:39:48 2002 +0000

    Add -DG_DISABLE_DEPRECATED in Makefile.am
    
    
    (Old svn revision: 10343)

commit 98e1f096f162f6e12c6a36d27e2d876a1d0d8aec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 27 21:38:37 2002 +0000

    Add new theme
    
    
    (Old svn revision: 10342)

commit 9664ec7a5094a320e61300b0c43f4b90bb248379
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 26 21:34:52 2002 +0000

    Add new theme (ported from sawfish)
    
    
    (Old svn revision: 10341)

commit ac1109efde67d2d762619e19c85bd169fed61241
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 25 13:57:45 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10340)

commit 287a938fb3ef2492ca31b7883daf089f8cc2294d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 24 22:15:30 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10339)

commit 78bfb703d54fbd898f7fb9ed42897551b8fd869f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 24 21:47:23 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10338)

commit 87fa984dfe338f4e74df51942b7acd0c911d715f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 24 20:54:41 2002 +0000

    Make separate noarch rpm for themes
    
    
    (Old svn revision: 10337)

commit 44d426814875f5038bf9b947cf85a5e373ca2044
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 24 08:03:27 2002 +0000

    As suggested by JAsper, adjust .indent.pro options for my own taste and apply on sources.
    
    
    (Old svn revision: 10336)

commit a8704e5f0674a8e5d6a9be5f548fa80d8953e621
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 23 22:24:07 2002 +0000

    Improve build process, add automatic xfwm4.spec generation
    
    
    (Old svn revision: 10335)

commit 63601f619f381f83e83cee0a8bff01992137f9df
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 23 17:10:16 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10334)

commit 6f501e7ed46737b28f50a2d71001a6e8f93619e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 23 16:44:11 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10333)

commit 401bcba07207f1ab91dc3cd519d3bd1859bb9d8b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 23 10:07:08 2002 +0000

    Clean up build/install procedure and add a spec file so we have now a rpm
    
    
    (Old svn revision: 10332)

commit 6a12a7b0db6dedceeed5111092e9bdcb29a6498b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 22 16:39:13 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10331)

commit 50f90f082be4aa03a72ee57ab35a3af6bb7fdc3e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 22 16:36:59 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10330)

commit 4e4eb48d342c8f665dc31dcab4b2e9d18e69b4ae
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 22 15:33:32 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10329)

commit 025342a4f71eeb6bd521b5c055ea30494a2d8579
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 22 15:10:12 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10328)

commit fa0efd96daec80a2ba79f001823f3a4c5292547e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 22 13:06:08 2002 +0000

    Add net_wm_state_fullscreen support
    
    
    (Old svn revision: 10327)

commit 155c5052270f186488b79aef1e2630226cd87965
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 22 08:54:49 2002 +0000

    Disable double buffereing on internal gtk widget
    
    
    (Old svn revision: 10326)

commit 78243c7e51e2adb62ddd313d926e6e748d3c0d06
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 21 21:14:17 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10325)

commit 11b59fc17018ace1358f2cb74af008e9381f49fd
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 20 21:33:26 2002 +0000

    Whoops.
    
    
    (Old svn revision: 10324)

commit c88d0524b8b20f3e1ea907cdfdab950bbc88f66c
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 20 21:29:53 2002 +0000

    Huh ?
    
    
    (Old svn revision: 10323)

commit 4a6a8091f35b65b1656f19d3aa6f045a793f3b18
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 19 20:34:32 2002 +0000

    Improve responsiveness when sigterm/sigkill is received
    
    
    (Old svn revision: 10322)

commit d33814ea6f1c8ad88221e61dad48b4318bc14519
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 17 23:25:28 2002 +0000

    Make sure it compiles without warnings when adding -DGTK_DISABLE_DEPRECATED
    
    
    (Old svn revision: 10321)

commit 95b307fcb00170e61640995e0172d27858e24ba3
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 17 13:11:44 2002 +0000

    Improve focus switching in case of unmap/destroy notify
    
    
    (Old svn revision: 10320)

commit 45a91b1d02a1b1e011e77a1e32da641a1b8aa5eb
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 17 10:37:53 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10319)

commit 8908088e21d97ba784e4080e2012615806c39f89
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 17 09:25:10 2002 +0000

    Change focus handling to be faster and use less memory
    
    
    (Old svn revision: 10318)

commit 23a0d5fa37303308584985928de27b597d3365fa
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Thu May 16 21:16:07 2002 +0000

    Improve focus handling by using GNOME protocol, ICCCM and wm hints (in this order)
    
    
    (Old svn revision: 10317)

commit ddfb5f58a7b5186d283f474d9a27bcfc990ff10e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 15 21:56:17 2002 +0000

    Update README file
    
    
    (Old svn revision: 10316)

commit b7673638d017a1916ef433c6d3cb64e0efe6b5e1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 15 21:46:07 2002 +0000

    Change defaults
    
    
    (Old svn revision: 10315)

commit 0f6e6deca6c0ef5fbce9590afe69a741fdcb7497
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 15 21:41:14 2002 +0000

    Add colorcloseness and colormap to loadPixmap attributes
    
    
    (Old svn revision: 10314)

commit 1eeaa235199845ea4f95a595fc301916c0a1f668
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 14 21:46:25 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10313)

commit 55f7c599300cdcb4e67edf67646bf44fc386c827
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 14 21:16:39 2002 +0000

    Rearrange menu and add a new option "hide all others"
    
    
    (Old svn revision: 10312)

commit ff24b635de20436aa6a2347120ce928fd0ab2d68
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 14 20:36:56 2002 +0000

    Change menu button for the crux theme
    
    
    (Old svn revision: 10311)

commit 77a51f0db30e4dd469c04e814b987c67571f355f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 14 19:55:03 2002 +0000

    Revert to decorating net_wm_window_type_menu windows
    
    
    (Old svn revision: 10310)

commit 51044af824e51a4c1d353fbeed201f6d356d65c4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 14 06:10:37 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10309)

commit 64a47b047cda76d1ed5eee46eda3c171d7be650e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 13 21:44:12 2002 +0000

    Add support for colormaps handling/notification
    
    
    (Old svn revision: 10308)

commit d09e8bed14a6400a5106adf2530c6500c514c9a9
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 12 21:30:56 2002 +0000

    Add the ability to override gtk colors from within themerc or user pref.
    
    
    (Old svn revision: 10307)

commit 12a2c7d35b49ecb19d56f0e5f7e4b7e9e747a4ec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 12 21:04:30 2002 +0000

    Fix the problem with Kdesktop not starting properly (the problem was with net_workarea property)
    
    
    (Old svn revision: 10306)

commit d36265b55da313ee330be5ad390728adc9e9738a
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 12 12:03:09 2002 +0000

    Set net_wm_desktop as startup although it prevents kdesktop to start properly (which is still a mystery for me)
    
    
    (Old svn revision: 10305)

commit 5eb4a914ff582070d0ccde8ed9658ce054ff1937
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 12 00:11:53 2002 +0000

    Fix a bug introduced earlier today
    
    
    (Old svn revision: 10304)

commit 3734074f381fa20d762e1913466662203e072189
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 11 21:26:11 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10303)

commit ff0ae031035dddcd807a4f1d28c5bc2a340af529
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 11 21:25:29 2002 +0000

    Add an example of gtkrc-2.0 file for xfwm4
    
    
    (Old svn revision: 10302)

commit 4aa8158325d15405fc58d2b6e50aaf576f00cc49
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 11 21:24:23 2002 +0000

    Enhance speed, fix bug with window name property vs. pango and UTF8, add crux theme from Sawfish (GNOME) window manager.
    
    
    (Old svn revision: 10301)

commit 7eb097bca572d8c1e609a6232b7b432fd07b87d0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 8 21:14:28 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10300)

commit 538616dc1a886b376449242fda1580cfe58e7a70
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 8 21:06:26 2002 +0000

    Again shade button
    
    
    (Old svn revision: 10299)

commit 2dc935f69290dbee05a3c5b58f708b5d82bdcbb0
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 8 21:01:20 2002 +0000

    Change kde theme buttons shade and menu
    
    
    (Old svn revision: 10298)

commit eb270a8e672287f47944f0a0acf343943f26d9c2
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 8 12:35:14 2002 +0000

    Improve some of the KDE theme buttons
    
    
    (Old svn revision: 10297)

commit 0d1959db56a699d92b48a1cfe675c9f4b160e9e8
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Wed May 8 09:19:56 2002 +0000

    Reduce the portion of code when the server is grabbed so application windows have a better chance to set their settings when mapping.
    
    
    (Old svn revision: 10296)

commit 1d65122fb78ccca1eea46bed8fd59db0aab68a04
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 7 22:22:18 2002 +0000

    Use Jens' idea about gtk style to set color/fonts on window decorations.
    
    Something like :
    
    style "titlebar"
    {
      font_name = "Sans 14"
    }
    
    widget "xfwm"        style "titlebar"
    
    does the trick now.
    
    
    (Old svn revision: 10295)

commit a0c41e4ac14ac7920194e5bb890bd22d3ad27aec
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 7 21:24:52 2002 +0000

    Add kde like theme
    
    
    (Old svn revision: 10294)

commit cacbc547c0c473240ec715fe567275900c41675d
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 7 11:01:18 2002 +0000

    Fix some pedantic warnings
    
    
    (Old svn revision: 10293)

commit 90cc1df89d37081e48e2e82552daf53571aa5597
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 7 08:24:58 2002 +0000

    Remove previous "windows" theme
    
    
    (Old svn revision: 10292)

commit 66654b52312e66ee47fdd4a633f8674cf9fed64e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Tue May 7 08:20:55 2002 +0000

    Rename "windows" theme to "redmond" and rename previous "redmond" to "redmondxp"
    
    
    (Old svn revision: 10291)

commit 5b73bc64f4203be9d3f8d0efa980162120c1262e
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 6 22:35:23 2002 +0000

    Various small fixes
    
    
    (Old svn revision: 10290)

commit 29bf083956ac5e73c106ca525e2fb82e9e19e13b
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 6 20:26:40 2002 +0000

    net_wm-strut stuff (try to pronounce this sentence 10 times as fast as you can)
    
    
    (Old svn revision: 10289)

commit 52c36fe00a8faa1efeae5124ab262872d9c9cbbe
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 6 15:28:10 2002 +0000

    Improve net_wm_strut implementation
    
    
    (Old svn revision: 10288)

commit d3dd6103aa00a86f474db3bfe8cd78fa4ecb6a07
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 6 14:42:10 2002 +0000

    Complete net_wm_strut support
    
    
    (Old svn revision: 10287)

commit c08080bc98ae73e6bb89318c772e79f30024021f
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 6 14:03:11 2002 +0000

    preliminary struts support
    
    
    (Old svn revision: 10286)

commit dc554df7663350d87334f3762157dc915fb69773
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Mon May 6 07:41:22 2002 +0000

    Change use of GTK colors for frame rendering
    
    
    (Old svn revision: 10285)

commit b4833c4aa1aa3ed29b4f36e143dd884aa5369783
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 5 22:38:40 2002 +0000

    *** empty log message ***
    
    
    (Old svn revision: 10284)

commit dea58a4eccc5cc4299498a0b52fe7aa2629a77c1
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 5 18:39:01 2002 +0000

    Add linea theme
    
    
    (Old svn revision: 10283)

commit 74ca9354fe207fff6cd85ab6327c9c6120848d73
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 5 15:06:59 2002 +0000

    transient/workspace inconsistency fixed
    
    
    (Old svn revision: 10282)

commit 017c4d56c333b22baf03811d8c6c302df992b093
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sun May 5 13:37:17 2002 +0000

    Add trench theme, fix a problem when switch workspaces and transients
    
    
    (Old svn revision: 10281)

commit fee4dd924cb788ed7160689418ab8127e93907f4
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Sat May 4 20:25:35 2002 +0000

    Add mofit theme
    
    
    (Old svn revision: 10280)

commit 46a539c9e757c8ef5852737a50476a35eab39493
Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date:   Fri May 3 21:51:46 2002 +0000

    Initial revision
    
    
    (Old svn revision: 10277)

commit ed5cb4ac4586b83fe63a535b4d0412a9c57ce595
Author: Unknown Author <xfce4-dev@xfce.org>
Date:   Fri May 3 21:51:46 2002 +0000

    New repository initialized by cvs2svn.
    
    (Old svn revision: 10276)
