commit 6722c6ca062c55b8d70e0fadb2f687f2df19948e
Author: Alex ARNAUD <aarnaud@hypra.fr>
Date:   Sat Apr 4 13:36:54 2020 -0600

    Release version 0.8.18

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 1dd9f9d551820889ecd2cc9c7c3f497ad832c768
Author: alekseyt <aleksey.tulinov@gmail.com>
Date:   Fri Jan 4 22:32:58 2019 +0200

    Extra grabs for borderless windows (#34)
    
    * Added ability to configure window grab areas independently from borders. For #19.
    
    * Rearranged lines for better readability. More informative title for extra grabs.

 include/emerald.h |  3 ++
 src/main.c        | 90 +++++++++++++++++++++++++++++++++++++++++++------------
 themer/main.c     | 22 ++++++++++++++
 3 files changed, 96 insertions(+), 19 deletions(-)

commit d00f9d101455edf097b68b7391475bba7bcbb07d
Author: Scott Moreau <oreaus@gmail.com>
Date:   Sun Nov 11 10:59:39 2018 -0700

    Post-release version increment

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 18815485ab39a326d0715403a51bc61477a978c3
Author: Scott Moreau <oreaus@gmail.com>
Date:   Sun Nov 11 10:27:40 2018 -0700

    Release version 0.8.16

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit f8c66cf12a0d1686cf6583ed7452cc2f8b4a82c1
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Fri Jun 8 20:18:05 2018 +0300

    Update links and remove useless emerald.po

 emerald.po  | 847 ------------------------------------------------------------
 po/Makevars |   4 +-
 po/ar.po    |   2 +-
 po/bn.po    |   2 +-
 po/bn_IN.po |   2 +-
 po/ca.po    |   2 +-
 po/cs.po    |   2 +-
 po/de.po    |   2 +-
 po/el.po    |   2 +-
 po/en_GB.po |   2 +-
 po/es.po    |   2 +-
 po/es_AR.po |   2 +-
 po/eu.po    |   2 +-
 po/fi.po    |   2 +-
 po/fr.po    |   2 +-
 po/gl.po    |   2 +-
 po/gu.po    |   2 +-
 po/he.po    |   2 +-
 po/hi.po    |   2 +-
 po/hu.po    |   2 +-
 po/it.po    |   2 +-
 po/ja.po    |   4 +-
 po/ko.po    |   2 +-
 po/nb.po    |   2 +-
 po/nl.po    |   2 +-
 po/or.po    |   2 +-
 po/pa.po    |   2 +-
 po/pl.po    |   2 +-
 po/pt.po    |   2 +-
 po/pt_BR.po |   2 +-
 po/ru.po    |   2 +-
 po/sk.po    |   2 +-
 po/sv.po    |   2 +-
 po/tr.po    |   2 +-
 po/zh_CN.po |   2 +-
 po/zh_HK.po |   2 +-
 po/zh_TW.po |   2 +-
 37 files changed, 38 insertions(+), 885 deletions(-)

commit 93e490c763edc2c6a38f75cb0425e97fbb0ecb9c
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Wed May 16 00:11:26 2018 +0300

    Remove po/emerald.pot: it is not very useful

 po/emerald.pot | 729 ---------------------------------------------------------
 1 file changed, 729 deletions(-)

commit 7adffbe7a845ed4f9b246b2c9aec09dec77eb957
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Dec 8 16:10:13 2017 +0100

    Update Catalan translation

 misc/emerald-theme-manager.desktop |  4 ++--
 po/ca.po                           | 17 ++++++++---------
 2 files changed, 10 insertions(+), 11 deletions(-)

commit b9dd33de4a55c35174ae2602456da5e3d375fea1
Author: Heimen Stoffels <vistausss@outlook.com>
Date:   Wed Aug 2 19:32:52 2017 +0200

    Update nl.po (#27)

 po/nl.po | 366 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 183 insertions(+), 183 deletions(-)

commit 1d17a79b9bb1b46a27ae366dfaa61614f0c6d571
Author: Serge <zezic51@yandex.ru>
Date:   Wed Jul 26 22:06:00 2017 +0300

    Prepare rectangle for compositing. (#26)

 src/main.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 0043350dd28f54bb598c81f6a35f6d8de691450b
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Jun 27 01:29:44 2017 +0300

    Clean update_button_regions() some more

 src/main.c | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

commit 8ded08d0471c327d52593be54ae3439104879cc9
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Jun 27 00:42:48 2017 +0300

    Fix using same surfaces for active and inactive buttons
    
    And slightly refactor the whole function, this fixes #25

 src/main.c | 176 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 85 insertions(+), 91 deletions(-)

commit 029fd35503d4d233f6db909c47f5f25a593d6d86
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue May 16 13:46:12 2017 +0300

    engines: Use g_memdup() instead of g_malloc() + memcpy()

 engines/legacy.c     | 5 ++---
 engines/line.c       | 5 ++---
 engines/oxygen.c     | 5 ++---
 engines/pixmap.c     | 5 ++---
 engines/truglass.c   | 5 ++---
 engines/vrunner.c    | 5 ++---
 engines/zootreeves.c | 5 ++---
 7 files changed, 14 insertions(+), 21 deletions(-)

commit 2a74e1953da1cb263b438849f56bad23a18b2411
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon May 15 22:45:00 2017 +0300

    Avoid deprecated GdkPixbuf::new_from_inline()

 engines/legacy.c          |  17 +-
 engines/legacy_icon.h     | 640 +++++++++++++++++++++++++---------
 engines/line.c            |  17 +-
 engines/oxygen.c          |  16 +-
 engines/oxygen_icon.h     | 622 +++++++++++++++++++++++----------
 engines/pixmap.c          |  17 +-
 engines/pixmap_icon.h     | 644 +++++++++++++++++++++++++---------
 engines/truglass.c        |  17 +-
 engines/truglass_icon.h   | 673 ++++++++++++++++++++++++------------
 engines/vrunner.c         |  17 +-
 engines/vrunner_icon.h    | 853 ++++++++++++++++++++++++++--------------------
 engines/zootreeves.c      |  17 +-
 engines/zootreeves_icon.h | 717 +++++++++++++++++++++++++++-----------
 13 files changed, 2956 insertions(+), 1311 deletions(-)

commit d8d01ed6f4a238c0b63c0cc1f927c0f83a6114c2
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon May 15 20:28:12 2017 +0300

    Fix GdkVisual deprecations

 src/main.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit ceb89536ac169340a268f74fb9199c52b6884ff7
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu May 11 00:55:39 2017 +0300

    Drop the IS_VALID_SURFACE marco
    
    It's actually pretty much useless.

 include/emerald.h |   2 -
 src/main.c        | 173 +++++++++++++++++++++++++++---------------------------
 2 files changed, 87 insertions(+), 88 deletions(-)

commit 27d4e0dd0a9a39d0821e76a7f7e4199fe9b02740
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Wed May 10 23:20:32 2017 +0300

    Fix issues with an application switcher
    
    Like flickering and possible crashes.
    This fixes #1.

 src/main.c | 43 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 37 insertions(+), 6 deletions(-)

commit 9a4dca4d795e4ddae92f43daa740934b1be4934e
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon May 8 21:12:17 2017 +0300

    Fix build regression

 configure.ac | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 37013dad951208b8544813fb48aada313ecdd36d
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon May 8 17:06:17 2017 +0300

    configure.ac: Clean up a bit
    
    Even though the EMERALD_REQUIRES line is huge now, emeraldengine.pc gets to be
    a lot nicer now.

 configure.ac | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

commit 28fc61ec39e69b547e42c479cfe92a694b64fb25
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon May 8 16:58:40 2017 +0300

    Remove remnants of older libwnck support

 configure.ac | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit b24c7e6c63b1cc477639751afc31a7e0e66c3c5f
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu May 4 19:23:21 2017 +0300

    Gtk2: Don't override GtkOrientation in gtk_box_new()
    
    It exists in Gtk2 as well.

 engines/pixmap.c     | 5 +----
 engines/zootreeves.c | 5 +----
 libengine/themer.c   | 5 +----
 themer/main.c        | 5 +----
 4 files changed, 4 insertions(+), 16 deletions(-)

commit e74b36853eb3cbe98ba5b4278a14867b3b6e6316
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu May 4 19:15:55 2017 +0300

    Update translations
    
    GtkStock replacing strings are taken from GTK+.

 po/ar.po       |   22 +-
 po/bn.po       | 1626 +++++++++++++++++++++++++++----------------------------
 po/bn_IN.po    | 1624 +++++++++++++++++++++++++++----------------------------
 po/ca.po       |   14 +-
 po/cs.po       |   22 +-
 po/de.po       |   22 +-
 po/el.po       |   22 +-
 po/emerald.pot |    6 +-
 po/en_GB.po    |    6 +-
 po/es.po       |   22 +-
 po/es_AR.po    |    6 +-
 po/eu.po       |   22 +-
 po/fi.po       |   22 +-
 po/fr.po       |   20 +-
 po/gl.po       |   22 +-
 po/gu.po       |   22 +-
 po/he.po       |   20 +-
 po/hi.po       |   22 +-
 po/hu.po       |   22 +-
 po/it.po       |   22 +-
 po/ja.po       |   22 +-
 po/ko.po       |   20 +-
 po/nb.po       |   20 +-
 po/nl.po       |   22 +-
 po/or.po       |   22 +-
 po/pa.po       |   22 +-
 po/pl.po       |   20 +-
 po/pt.po       |   22 +-
 po/pt_BR.po    |   22 +-
 po/ru.po       |   22 +-
 po/sk.po       | 1628 ++++++++++++++++++++++++++++----------------------------
 po/sv.po       |   22 +-
 po/tr.po       |   22 +-
 po/zh_CN.po    |   22 +-
 po/zh_HK.po    |   22 +-
 po/zh_TW.po    |   22 +-
 36 files changed, 2809 insertions(+), 2729 deletions(-)

commit b83c6b8017ad8ed0a679f68da62b4a6e3e60f303
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu May 4 19:07:05 2017 +0300

    Avoid GtkStock everywhere

 engines/pixmap.c |  12 ++--
 src/main.c       |  26 +++++----
 themer/main.c    | 174 +++++++++++++++++++++++++------------------------------
 3 files changed, 99 insertions(+), 113 deletions(-)

commit 6ab06adb0f9d1693ae830821f42a2d1c838fb6e6
Author: Scott Moreau <oreaus@gmail.com>
Date:   Wed Apr 19 13:56:11 2017 -0600

    Post-release version increment

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 862a72d6c92d68fb90743013a3b1b36b5a2be75f
Author: Scott Moreau <oreaus@gmail.com>
Date:   Tue Apr 18 02:22:55 2017 -0600

    Release version 0.8.14

 NEWS         | 20 ++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

commit e7dd4e60e60e50658aeed3f3bd43bda812291843
Author: ShadowKyogre <shadowkyogre.public@gmail.com>
Date:   Wed Apr 5 19:19:46 2017 -0700

    Allow configurable middle-click titlebar actions
    
    Fixes #17
    
    In addition, this also allows the send to back action
    to be selectable for double clicking titlebars too.

 defaults/settings.ini |  1 +
 include/emerald.h     |  1 +
 include/titlebar.h    |  4 ++++
 src/main.c            | 40 +++++++++++++++++++++++++++++++++++++++-
 themer/main.c         | 11 +++++++++++
 5 files changed, 56 insertions(+), 1 deletion(-)

commit d3eba71b24c8f0532a6266f748ba2c85534b9e26
Author: Robert Antoni Buj Gelonch <robert.buj@gmail.com>
Date:   Tue Mar 7 19:36:31 2017 +0100

    Update Catalan translation

 po/ca.po | 39 ++++++++++++++++++---------------------
 1 file changed, 18 insertions(+), 21 deletions(-)

commit c43cf4d32c9cae7af661791d87830bde26e8a9de
Author: raveit65 <mate@raveit.de>
Date:   Fri Feb 24 22:37:16 2017 +0100

    fix distcheck

 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit a3d08eae5ff3224a8c45fca2dbf8138f1cd1a2ef
Author: raveit65 <mate@raveit.de>
Date:   Fri Feb 24 22:36:20 2017 +0100

    distcheck: explicitly use currently selected GTK+ version

 Makefile.am  | 2 ++
 configure.ac | 2 ++
 2 files changed, 4 insertions(+)

commit 33bc5047599d97f97c3f4ca392069630bb30f47a
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu Jan 19 15:26:17 2017 +0300

    Clean up decorator interface version detection
    
    Since the detection is likely to fail only if there are problems with
    libdecoration itself, make the failure critical.

 configure.ac | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 15faf08b3891539a2fff9f0de0adf2cf88129505
Author: Joseph Delgado <jd325@njit.edu>
Date:   Sun Dec 25 06:08:58 2016 -0500

    Respect GTK+ double-click speed

 src/main.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit d61f6f4eef03fee5b867172827e063ab6463afbd
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu Jan 12 19:31:35 2017 +0300

    Update translations

 configure.ac                 |    1 -
 po/LINGUAS                   |   10 +-
 po/Makefile.in.in            |  217 ------
 po/Makevars                  |    2 +-
 po/ar.po                     | 1136 +++++++++++++++---------------
 po/as.po                     |  728 -------------------
 po/be.po                     |  725 -------------------
 po/bn.po                     | 1595 +++++++++++++++++++++---------------------
 po/bn_IN.po                  | 1593 ++++++++++++++++++++---------------------
 po/ca.po                     | 1153 +++++++++++++++---------------
 po/cs.po                     | 1132 +++++++++++++++---------------
 po/da.po                     |  731 -------------------
 po/de.po                     | 1142 +++++++++++++++---------------
 po/el.po                     | 1150 +++++++++++++++---------------
 po/{ml_IN.po => emerald.pot} |  560 +++++++--------
 po/en_GB.po                  | 1098 ++++++++++++++---------------
 po/es.po                     | 1153 +++++++++++++++---------------
 po/es_AR.po                  | 1136 +++++++++++++++---------------
 po/eu.po                     | 1142 +++++++++++++++---------------
 po/fa.po                     |  725 -------------------
 po/fi.po                     | 1136 +++++++++++++++---------------
 po/fr.po                     | 1143 +++++++++++++++---------------
 po/gl.po                     | 1152 +++++++++++++++---------------
 po/gu.po                     | 1153 +++++++++++++++---------------
 po/he.po                     | 1132 +++++++++++++++---------------
 po/hi.po                     | 1135 +++++++++++++++---------------
 po/hr.po                     |  728 -------------------
 po/hu.po                     | 1147 +++++++++++++++---------------
 po/it.po                     | 1260 +++++++++++++++++----------------
 po/ja.po                     | 1139 +++++++++++++++---------------
 po/ko.po                     | 1138 +++++++++++++++---------------
 po/nb.po                     | 1136 +++++++++++++++---------------
 po/nl.po                     | 1141 +++++++++++++++---------------
 po/or.po                     | 1131 +++++++++++++++---------------
 po/pa.po                     | 1136 +++++++++++++++---------------
 po/pl.po                     | 1154 +++++++++++++++---------------
 po/pt.po                     | 1148 +++++++++++++++---------------
 po/pt_BR.po                  | 1141 +++++++++++++++---------------
 po/ru.po                     | 1151 +++++++++++++++---------------
 po/sk.po                     | 1594 ++++++++++++++++++++---------------------
 po/sv.po                     | 1142 +++++++++++++++---------------
 po/tr.po                     | 1145 +++++++++++++++---------------
 po/zh_CN.po                  | 1126 ++++++++++++++---------------
 po/zh_HK.po                  | 1131 +++++++++++++++---------------
 po/zh_TW.po                  | 1127 +++++++++++++++--------------
 45 files changed, 21563 insertions(+), 24232 deletions(-)

commit 11c8a160c023c6034da8241d69cb33c036446c05
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu Dec 15 22:16:30 2016 +0300

    Don't use glibc-specific strverscmp

 themer/main.c | 45 ++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 42 insertions(+), 3 deletions(-)

commit a7423aa55e8971e25b1224c40c6d5777a4360a39
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu Dec 15 17:45:50 2016 +0300

    Fix "Use GdkCursor and XInput2 for cursors"

 include/emerald.h |  1 -
 src/main.c        | 11 +++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit f3e41c26557a005ea2b4aacac8f5f9dc21852098
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Thu Dec 15 17:19:30 2016 +0300

    Use more GLib instead of stdlib.h

 engines/legacy.c     | 13 ++++-----
 engines/line.c       | 17 +++++------
 engines/oxygen.c     | 13 ++++-----
 engines/pixmap.c     | 13 ++++-----
 engines/truglass.c   | 13 ++++-----
 engines/vrunner.c    | 13 ++++-----
 engines/zootreeves.c | 19 +++++-------
 include/emerald.h    |  2 +-
 libengine/themer.c   | 22 +++++++-------
 src/main.c           | 82 +++++++++++++++++++++++++---------------------------
 themer/main.c        | 25 +++-------------
 11 files changed, 95 insertions(+), 137 deletions(-)

commit 8529abddedfa4584aae0d43b062e35a7adbd39a7
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Wed Dec 14 01:34:32 2016 +0300

    Nullify structs with zeros instead of null characters

 src/main.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 1d29211c69f928b10d9af55f85e99283fef29238
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Wed Dec 14 01:19:57 2016 +0300

    Gtk3: Fix GdkScreen monitor handling deprecation

 src/main.c | 35 +++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 12 deletions(-)

commit bfa7f0b91b0ac490b8de24cecd22d9788c7e88f3
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Wed Dec 14 01:09:04 2016 +0300

    Avoid GtkStock on Gtk4
    
    GtkStock's for dialogs are there to stay in Gtk3 and Gtk2.
    GtkStock's for buttons can be removed when translations are ready.

 engines/pixmap.c |  7 ++++++
 src/main.c       |  4 ++++
 themer/main.c    | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 80 insertions(+), 4 deletions(-)

commit ae068e855caa8000ce3d1aa891d7e506de6897d8
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Dec 13 23:28:44 2016 +0300

    Replace bzero with memset and fix some warnings

 libengine/themer.c |  1 -
 src/main.c         | 23 +++++++++++------------
 2 files changed, 11 insertions(+), 13 deletions(-)

commit 24996bcb91fc4859552fc58d109331622c50d62b
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Dec 13 23:16:19 2016 +0300

    Acknowledge that xevent->xbutton.button is unsigned

 src/main.c | 90 ++++++++++++++++++++++++--------------------------------------
 1 file changed, 34 insertions(+), 56 deletions(-)

commit 91179754cb29819f8cd2e0af0f8954197490a858
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue Dec 13 22:55:39 2016 +0300

    Use GdkCursor and XInput2 for cursors

 configure.ac      |  9 ++++++++
 include/emerald.h |  3 +++
 src/main.c        | 64 ++++++++++++++++++++++++++++++++++++++++++-------------
 3 files changed, 61 insertions(+), 15 deletions(-)

commit 8effe1616de76025fc2b2a2246b8fd3fa5b39832
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Sat Oct 22 20:14:26 2016 +0300

    Fix various Gtk deprecations

 engines/line.c     |  4 ++++
 engines/pixmap.c   |  2 +-
 libengine/themer.c | 25 +++++++++++++++++--------
 themer/main.c      | 34 ++++++++++++++++++++++------------
 4 files changed, 44 insertions(+), 21 deletions(-)

commit 0ea8c296b01661595b2257adf7036600df19a6e3
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Sat Oct 22 17:04:42 2016 +0300

    gwd: Use GdkSeat instead of GdkDeviceManager in show_tooltip()
    
    GdkDeviceManager is deprecated since Gtk 3.20+.

 src/main.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 9f45e470688400633697addaccf6dcc7cfafcfe6
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Sat Oct 22 16:34:47 2016 +0300

    autogen.sh: Always install m4 stuff to the m4 directory

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f5962b0fafbe803ae5afe18ca8f942e86653d5e4
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Oct 5 08:18:10 2016 +0200

    Add Changelog generation

 Makefile.am | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit c6a721822bce477370ba43db24b54aa9f3f2431b
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon Sep 26 22:12:03 2016 +0300

    Post-release version increment

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7f712c5f4fb2dbc8bbe298acc8fef239815aea08
Author: Herbert Poetzl <herbert@13thfloor.at>
Date:   Wed Aug 31 20:21:53 2016 +0000

    Fix an Emerald crash when special characters are displayed in the title
    
    which do not have a proper font representation.

 src/main.c | 1 +
 1 file changed, 1 insertion(+)

commit c9f2a0b0940dcb6ed4a794cf03f64eeb268ba321
Author: kajzer <kajzersoze72@gmail.com>
Date:   Wed Aug 31 20:37:34 2016 +0200

    Add 'None' option for titlebar double-click

 include/titlebar.h | 2 ++
 src/main.c         | 2 ++
 2 files changed, 4 insertions(+)

commit c059aee08ee91b39011844ce89566c37e1a170e0
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Sun Jul 24 23:39:41 2016 +0300

    Finish "Use gtk_box_new instead of gtk_{h,v}box_new properly"

 engines/legacy.c     | 17 ++++++++++-----
 engines/line.c       |  9 ++++----
 engines/oxygen.c     | 17 ++++++++++-----
 engines/pixmap.c     | 29 +++++++++++++++++---------
 engines/truglass.c   | 21 ++++++++++++++-----
 engines/vrunner.c    | 17 ++++++++++-----
 engines/zootreeves.c | 58 ++++++++++++++++++++++++++++++----------------------
 libengine/themer.c   | 22 +++++++++++++-------
 8 files changed, 123 insertions(+), 67 deletions(-)

commit 757c852ca26506e978b61ee9c95c29a922315241
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Jun 24 23:54:12 2016 +0300

    Fix "Use gtk_box_new instead of gtk_{h,v}box_new properly"
    
    Did a mistake while testing the Gtk2 build.
    
    Problem with previous approach is trying to define same "function"
    twice and that preprocessor treated GTK_ORIENTATION_FOO as an
    argument name.

 themer/main.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 9085db5398d95718f6087be2b7ff1bce45621291
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Jun 24 22:07:45 2016 +0300

    Use gtk_box_new instead of gtk_{h,v}box_new properly

 themer/main.c | 52 +++++++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 25 deletions(-)

commit 97e196426b451ece9ec00912bfcaeb77adcdb6fe
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri May 27 12:07:56 2016 +0300

    themer, Gtk3: Use GtkGrid instead of GtkTable

 include/libengine.h |  4 ++++
 libengine/themer.c  | 38 +++++++++++++++++++++++++++++++-------
 2 files changed, 35 insertions(+), 7 deletions(-)

commit 918ffcccd23b64d19d3c8a20f8929e37ea6490d3
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri May 27 12:02:40 2016 +0300

    themer: Fix oversized buttons
    
    This fixes #9

 libengine/themer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6fb8d2c14149935b6689cef6810fc5f3dbdfdac0
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue May 24 17:25:06 2016 +0200

    Minor fixes in Catalan translation

 po/ca.po | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 4a918d5de46706bdd7a8255a3324c3536a6c4acc
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date:   Tue May 24 15:39:27 2016 +0200

    Update Catalan translation

 po/ca.po | 414 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 204 insertions(+), 210 deletions(-)

commit 1dffe6ce3da341323c84c9e1ce7f2bddc15a4199
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Apr 27 19:29:51 2016 +0300

    Check for non-negativeness of the var in get_title_object_width()
    
    When it's used as an array member number.

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b5fab28d992b735ff2d44a06c4876155dc4298ba
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Apr 27 19:29:27 2016 +0300

    themer: Fix indentation

 libengine/themer.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 16aae1328187867cf5466029ceccc7d5f4efc492
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Tue Apr 26 00:05:56 2016 +0300

    Fix wrong border extents

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7b1036f6614b5d8b4e3b382d17d4afd993cdc74
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Apr 21 20:26:33 2016 +0300

    Fix "Autodetect decorator interface version"

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b29abb8afe87ef30df93953d0fe4992f4599ca3c
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Apr 21 12:18:04 2016 +0300

    Autodetect decorator interface version.

 configure.ac | 32 ++++++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 8 deletions(-)

commit fd06e25fe2dc9a4ee3ca4d2568fe12320f8f67d1
Author: Samuli Suominen <ssuominen@gentoo.org>
Date:   Wed Sep 14 00:00:00 2011 +0000

    Use Requires.private and Libs.private instead of Requires and Libs
    
    https://bugs.gentoo.org/show_bug.cgi?id=380197

 libengine/emeraldengine.pc.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 54dce927e181425dc5d9e1d1bd57ed8e19c93f6e
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Apr 13 01:13:52 2016 +0300

    Little fix for action menu destruction
    
    Nullifying action_menu(_mapped) can get in
    action_menu_destroyed()'s way.

 src/main.c | 6 ------
 1 file changed, 6 deletions(-)

commit ee2031a5226d1ad89a2b3e47a1400be0875ee88d
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Apr 10 23:55:06 2016 +0300

    Don't use deprecated glib-gettext

 Makefile.am  | 41 +++++++++++++++++++++++++----------------
 autogen.sh   |  3 +--
 configure.ac |  3 ++-
 3 files changed, 28 insertions(+), 19 deletions(-)

commit 845d7327826d8fa7c732b8a1c31d82930083379c
Author: Jof Thibaut <generalmidi@tuxfamily.org>
Date:   Tue Apr 5 11:43:04 2016 +0200

    Update French translation

 po/fr.po | 3 +++
 1 file changed, 3 insertions(+)

commit ee18dc7cd7b62b328ace974f1b80258a32bceaa0
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Apr 4 21:47:23 2016 +0300

    Release version 0.8.12.4

 NEWS         | 19 +++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

commit cc50d1582212b5fdb87533222eb228e68fafa12d
Author: Alexander Larsson <alexl@redhat.com>
Date:   Tue Aug 20 12:03:42 2013 +0000

    Disable scaling support in GTK+3
    
    We can't really support the GTK+3 automatic scaling, as to much
    code relies on the GdkWindow and XWindow sizes, etc to match.
    In order to keep working we just disable the scaling, meaning
    we will pick up the larger fonts, but nothing else. Its not
    ideal but it works for now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706388
    https://git.gnome.org/browse/metacity/commit/?id=a1b96fd

 src/main.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit bc4d0ddec47fe6d6e9b76634265fa3cf41c7b448
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Apr 4 17:55:50 2016 +0300

    Make autogen.sh more compatible

 autogen.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4f5f79ca81bf4d96a8e5ff618e0722c20e73fdff
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Apr 4 17:13:47 2016 +0300

    Set Gtk 2.22 as a minimal version

 configure.ac      | 2 +-
 include/emerald.h | 1 -
 src/main.c        | 1 -
 themer/main.c     | 6 ++++++
 4 files changed, 7 insertions(+), 3 deletions(-)

commit f2301a0d94e71e64f993b58a64e9de80072269db
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Apr 4 00:09:47 2016 +0300

    Fix an empty button size miscalculation

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9b23103bdd51859a5cb5ff709d35e93e26201a88
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Apr 3 22:54:58 2016 +0300

    Gtk3: Avoid false positives in theme selection

 themer/main.c | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

commit 8bbfad259f39bc4f197465956cc0b4eafd63eae2
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Apr 3 21:37:38 2016 +0300

    Little formatting fix

 src/main.c | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

commit 28fc71b9600573c81bc152faa3dcf153ac701421
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Apr 3 20:47:49 2016 +0300

    Return null from create_surface() in more bad cases

 src/main.c | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

commit 0f80ab31b1ad8dea24411d28596172b1386972b3
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Apr 3 18:11:15 2016 +0300

    Better C89 compliance and some cleanup

 engines/legacy.c     |   32 +-
 engines/line.c       |    6 +-
 engines/oxygen.c     |   61 +--
 engines/pixmap.c     |   60 +--
 engines/truglass.c   |   75 ++--
 engines/vrunner.c    |   51 +--
 engines/zootreeves.c | 1071 ++++++++++++++++++++++++++------------------------
 include/emerald.h    |   96 ++---
 include/engine.h     |   18 +-
 include/libengine.h  |    6 +-
 include/titlebar.h   |    4 +-
 libengine/emerald.c  |    5 +-
 libengine/themer.c   |   41 +-
 src/engine_loader.c  |    8 +-
 src/main.c           |  318 ++++++++-------
 themer/main.c        |   70 ++--
 16 files changed, 1011 insertions(+), 911 deletions(-)

commit c2235626a58355989fb1e4358b2805366dd288ae
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Apr 2 18:46:01 2016 +0300

    Use cairo image surfaces where possible
    
    This fixes glitches on some GPUs.

 engines/line.c |   6 +++
 src/main.c     | 131 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 84 insertions(+), 53 deletions(-)

commit 15a0364eda6d45226c4a7fac4cbe8ab1fa584b30
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Apr 2 17:45:28 2016 +0300

    Russian: Fix a typo

 po/ru.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be501461b596e00007c273f49c52881b2668915e
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Apr 2 17:28:12 2016 +0300

    Simpler way to get button array width and height

 src/main.c | 54 +++++++++++++++++-------------------------------------
 1 file changed, 17 insertions(+), 37 deletions(-)

commit d736d2a7af30d1012a9c8590e3200c0475f54f55
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Apr 2 14:20:52 2016 +0300

    Disable glow for non-pixmap buttons completely
    
    It wasn't meant to work but UI still allowed it.

 src/main.c    | 14 +++++++++++---
 themer/main.c | 52 +++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 52 insertions(+), 14 deletions(-)

commit e4dbb335977fdb5ed4dcac5d1a6dde075592bbc3
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Apr 2 13:03:55 2016 +0300

    Store cairo surfaces instead of GdkPixbuf's for buttons

 include/emerald.h |  36 ++++----
 src/main.c        | 245 ++++++++++++++++++++++++++++++++----------------------
 2 files changed, 164 insertions(+), 117 deletions(-)

commit e5ba493f4e020e0b14eb8f8feebab82f79620e20
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Apr 1 23:00:44 2016 +0300

    Return NULL if pixbuf is NULL in new_surface_from_pixbuf()

 src/main.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit c155075abfccda4e7681dcc4914c4c454c21d22c
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Apr 1 22:47:33 2016 +0300

    Fix for "Various cairo operators and alpha channel in draw_surface()"

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 38858b14d95d5cf1c5c4f5e6752b836c69dacea5
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Apr 1 21:09:14 2016 +0300

    Various cairo operators and alpha channel in draw_surface()
    
    Also remove draw_pixbuf() in new_surface_from_pixbuf() favor,
    that is a renamed surface_new_from_pixbuf().

 src/main.c | 159 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 73 insertions(+), 86 deletions(-)

commit 199d76f422f34eb05ec4a035785bc0a51f888787
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Apr 1 17:55:55 2016 +0300

    Better width and height autodetection in draw_surface()
    
    Try to take everything into account.

 src/main.c | 47 +++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 39 insertions(+), 8 deletions(-)

commit 935a2e3a242f48b60bab5da2c17cde08a62d3117
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 30 23:17:33 2016 +0300

    Explicitly set cairo >= 1.4 requirement

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 24987195385ff06f82d3972ff875c9aec696f2db
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 30 23:15:09 2016 +0300

    Check for cairo surface backend

 engines/line.c | 10 +++++++---
 src/main.c     | 48 +++++++++++++++++++++++++++++++++++-------------
 2 files changed, 42 insertions(+), 16 deletions(-)

commit 1daf574c662bd1c6bb7d500e3ac2376b97703a26
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 30 22:46:20 2016 +0300

    Fix having glow only for inactive windows and do some cleanup

 src/main.c | 212 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 108 insertions(+), 104 deletions(-)

commit 6f3c2e1e5d5bb14e8647ca209584542dc8e4161c
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Mar 28 17:19:42 2016 +0300

    Replace deprecated AC_PROG_LIBTOOL with LT_INIT
    
    Needs libtool 2.2.0+.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d84dab6a121c28539fa3cdd3fec71332e228d354
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Mar 27 17:38:19 2016 +0300

    Make draw_pixbuf() look more like draw_surface()

 src/main.c | 46 ++++++++++++++++++++++++++++++----------------
 1 file changed, 30 insertions(+), 16 deletions(-)

commit 4106a2838cb26842563fe0439d13ea2f89c89aac
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Mar 27 12:04:58 2016 +0300

    emerald-theme-manager: No crash after clearing glow and theme switching

 libengine/themer.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 3863d0ec45e41c3658301e95d990283d7efde9ed
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Mar 27 10:45:38 2016 +0300

    Check surfaces existence before delaying destruction
    
    Shouldn't fix anything, just better to have it here.

 src/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 2ae4dbd6454c9a8129e014ac06e95502b7f4b3dc
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Mar 27 03:03:01 2016 +0300

    Replace mentions of gnome-window-decorator with gtk-window-decorator
    
    As gnome-window-decorator is the old name for gtk-window-decorator.

 emerald.po       | 2 +-
 engines/legacy.c | 2 +-
 po/ar.po         | 2 +-
 po/as.po         | 2 +-
 po/be.po         | 2 +-
 po/bn.po         | 2 +-
 po/bn_IN.po      | 2 +-
 po/ca.po         | 2 +-
 po/cs.po         | 6 +++---
 po/da.po         | 2 +-
 po/de.po         | 2 +-
 po/el.po         | 2 +-
 po/en_GB.po      | 4 ++--
 po/es.po         | 2 +-
 po/es_AR.po      | 2 +-
 po/eu.po         | 2 +-
 po/fa.po         | 2 +-
 po/fi.po         | 4 ++--
 po/fr.po         | 4 ++--
 po/gl.po         | 2 +-
 po/gu.po         | 2 +-
 po/he.po         | 4 ++--
 po/hi.po         | 2 +-
 po/hr.po         | 2 +-
 po/hu.po         | 6 +++---
 po/it.po         | 4 ++--
 po/ja.po         | 6 +++---
 po/ko.po         | 2 +-
 po/ml_IN.po      | 2 +-
 po/nb.po         | 4 ++--
 po/nl.po         | 4 ++--
 po/or.po         | 2 +-
 po/pa.po         | 2 +-
 po/pl.po         | 4 ++--
 po/pt.po         | 6 +++---
 po/pt_BR.po      | 6 +++---
 po/ru.po         | 4 ++--
 po/sk.po         | 4 ++--
 po/sv.po         | 4 ++--
 po/tr.po         | 4 ++--
 po/zh_CN.po      | 4 ++--
 po/zh_HK.po      | 6 +++---
 po/zh_TW.po      | 4 ++--
 43 files changed, 69 insertions(+), 69 deletions(-)

commit 72ce69937588a466e40925ff29b1e40b0923e53a
Merge: 7e6e4f6 c47e8b1
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Mar 27 03:00:10 2016 +0300

    Merge pull request #6 from zezic/master

commit c47e8b1a85907282a018ac964ccea07291dd3c39
Author: Sergey Ukolov <zezic51@yandex.ru>
Date:   Sun Mar 27 02:50:26 2016 +0300

    Fix for glow glitch happened because of the supermax button

 src/main.c | 38 ++++++++++++++++++++++++--------------
 1 file changed, 24 insertions(+), 14 deletions(-)

commit 7e6e4f65dea10c7782565795733cc80d1f7fd917
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Mar 17 17:50:20 2016 +0300

    Release version 0.8.12.3

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit bb0ac171c0a929a49e554e18583995378304dd1f
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Mar 17 17:08:12 2016 +0300

    Update homepage

 po/Makevars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7bf45b9e81114ebf6afdaec5e7a54aa7f0dc88e0
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Mar 17 16:53:33 2016 +0300

    Another fix for "white glitches"
    
    Previous one still showed them somewhere.

 include/emerald.h |  1 -
 src/main.c        | 29 ++++++++++++++---------------
 2 files changed, 14 insertions(+), 16 deletions(-)

commit 4476cfc7eb88e56249850d77fb726913367fd488
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Mar 17 02:54:30 2016 +0300

    Fix "white glitches" that happened on some GPU's
    
    They were caused by the removal of cairo surfaces that were still
    used. So the solution is too not destroy surfaces until new
    surfaces are being completely applied.

 include/emerald.h |  5 +++--
 src/main.c        | 39 +++++++++++++++++++++++++++++++--------
 2 files changed, 34 insertions(+), 10 deletions(-)

commit 39e2f8c09ae0da8feb0dda642a6083dfaf016e78
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Mar 17 01:26:53 2016 +0300

    Drop usage of create_native_surface_and_wrap()
    
    It also creates a leak, and the gain from it is elusive.

 src/main.c | 28 +---------------------------
 1 file changed, 1 insertion(+), 27 deletions(-)

commit 56262a8d307a1881250da345d7f2c11c906950c3
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Mar 17 00:16:44 2016 +0300

    Remove now useless d->cr variable

 include/emerald.h |  1 -
 src/main.c        | 15 ---------------
 2 files changed, 16 deletions(-)

commit 58531c8c0ee9883eaf0a88dd8907ee71eb4c4256
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 16 17:13:46 2016 +0300

    Release version 0.8.12.2

 NEWS | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

commit 0b8266468d7fa0665d7f9e156651703eb0498f53
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 16 16:21:56 2016 +0300

    Add an option to disable shading by titlebar scrolling
    
    Implements #4.

 defaults/settings.ini | 1 +
 include/emerald.h     | 3 ++-
 po/en_GB.po           | 3 +++
 po/ru.po              | 3 +++
 src/main.c            | 6 ++++--
 themer/main.c         | 4 ++++
 6 files changed, 17 insertions(+), 3 deletions(-)

commit edbdc92b599b896a5bba741ff72ffef9d75e1d52
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 16 15:17:19 2016 +0300

    Remove VERSION file
    
    Not being used for anything now.

 Makefile.am | 1 -
 VERSION     | 1 -
 2 files changed, 2 deletions(-)

commit 78d981139af4b2b4dfb7832eac41e01980eb7d8d
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Mar 16 12:17:12 2016 +0100

     pre-bump version

 NEWS         | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit a3431cc805f7d6ff2e5403a77cc89945cb8fd6dc
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 16 00:34:36 2016 +0300

    Fix for "Support Super Maximize button (fullscreen)"

 include/emerald.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7b123d30d1fb40bdfa749ad530aebd8744b7b79a
Author: David Reveman <davidr@novell.com>
Date:   Thu Dec 28 17:52:35 2006 +0100

    Free memory allocated earlier if out-of-memory
    
    Very unlikely to happen.

 src/main.c | 3 +++
 1 file changed, 3 insertions(+)

commit 007835ff8a6efd4fb509ffb265cf5a048ce0fc45
Author: zezic <zezic51@yandex.ru>
Date:   Tue Mar 15 04:15:41 2016 +0300

    Fix a heavy memory leak

 src/main.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit af882eac057e9727b2c1ec85e72c08e8cacfa76c
Author: zezic <zezic51@yandex.ru>
Date:   Sat Mar 12 19:21:06 2016 +0300

    Support Super Maximize button (fullscreen)

 include/titlebar.h |  8 ++++++++
 src/main.c         | 13 +++++++++++++
 themer/main.c      |  3 ++-
 3 files changed, 23 insertions(+), 1 deletion(-)

commit 075e36f5e621f2edb530917cab19cdd398fcc6b2
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Mar 13 20:43:57 2016 +0300

    Fight trailing spaces

 engines/legacy.c          |  16 +++----
 engines/legacy_icon.h     |   4 +-
 engines/line.c            |   9 ++--
 engines/oxygen.c          |  16 +++----
 engines/oxygen_icon.h     |   4 +-
 engines/pixmap.c          |  72 +++++++++++++++---------------
 engines/pixmap_icon.h     |   4 +-
 engines/truglass.c        |  20 ++++-----
 engines/truglass_icon.h   |   4 +-
 engines/vrunner.c         |  40 ++++++++---------
 engines/vrunner_icon.h    |   4 +-
 engines/zootreeves.c      | 109 +++++++++++++++++-----------------------------
 engines/zootreeves_icon.h |   4 +-
 include/emerald.h         |   4 +-
 include/libengine.h       |   4 +-
 src/main.c                |   2 +-
 themer/main.c             |  92 ++++++++++++++++++--------------------
 17 files changed, 187 insertions(+), 221 deletions(-)

commit 4bca3b22977bd50365d25d3cb4f38985632f5fbe
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Mar 13 18:15:27 2016 +0300

    Avoid having destroyed non-NULL objects
    
    IS_VALID_SURFACE() doesn't react well when object is destroyed and
    memory is freed: hard to check reference count when there's no
    actual cairo_surface_t there.

 include/emerald.h |  10 ++-
 src/main.c        | 193 ++++++++++++++++++++++++++++--------------------------
 2 files changed, 104 insertions(+), 99 deletions(-)

commit 475954a85dab937d2b6628fe5a60f8894e08e040
Author: David Reveman <davidr@novell.com>
Date:   Sun Mar 11 13:37:15 2007 +0100

    Create a pango layout for when drawing default decorations
    
    Makes the default decorations more correct.

 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6c85afdda48d2ee89abd17ce7410a48d4a564938
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Sep 17 13:33:13 2008 +0200

    Fix a potential memleak

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1dda5013e9575e8eeae67213c6bf6f2d1a2f261d
Author: Scott Moreau <oreaus@gmail.com>
Date:   Mon Mar 7 07:45:48 2016 -0700

    Fix right click near top edge of maximized windows
    
    Previously, right clicking the very top of a maximized window wouldn't
    produce the drop down menu because this area was reserved for resizing.
    This takes into account the fact that the window is maximized and
    ignores any upper padding, since maximized windows shouldn't be able to
    be resized by the user anyway.
    
    This doesn't handle the literal corner cases, that will have to be for
    a later patch.

 src/main.c | 2 ++
 1 file changed, 2 insertions(+)

commit bf6e478ce8219554ab69b0729b383b35b7ed55f6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Apr 18 20:49:30 2008 +0200

    Disable resize handles for the directions the window is maximized to
    
    Leave only left and right enabled for vertically maximized windows,
    top and bottom for horizontally maximized windows.

 src/main.c | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

commit 23679531a8aac31fd1a507ed57de15a3e2ea9081
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Mar 4 01:10:48 2016 +0300

    emerald-theme-manager: Fix path to the icon

 themer/Makefile.am | 1 -
 themer/main.c      | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

commit edb4dab73396b955a1ea414e4df36c240215cc32
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 2 01:26:32 2016 +0300

    Add missing files to dist and prettify README

 Makefile.am | 29 +++++++++++++++++------------
 README      |  8 --------
 README.md   |  8 ++++++++
 3 files changed, 25 insertions(+), 20 deletions(-)

commit 6436f0b9df783b1f2922932b35c4f5140f49033a
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Feb 26 15:31:13 2016 +0300

    Get values from GtkStyleContext states properly

 src/main.c | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

commit b82fab818284208b6360c5157b7092678d144d36
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Feb 21 19:24:26 2016 +0300

    Release version 0.8.12.1

 ChangeLog    | 1 -
 NEWS         | 9 +++++++++
 TODO         | 1 -
 VERSION      | 2 +-
 configure.ac | 4 ++--
 5 files changed, 12 insertions(+), 5 deletions(-)

commit a173bbfeff32629972e163e340c60ccffeb66426
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Feb 21 14:53:31 2016 +0300

    Use a better (scalable) icon for emerald-theme-manager
    
    And remove unused icons.
    Also translate desktop entry to Russian, because I can.

 Makefile.am                                        |   5 +-
 configure.ac                                       |   3 +-
 icons/Makefile.am                                  |  17 +-
 icons/hicolor_apps_16x16_compiz-mate-emerald.png   | Bin 954 -> 0 bytes
 ...> hicolor_apps_16x16_emerald-theme-manager.png} | Bin
 icons/hicolor_apps_22x22_compiz-mate-emerald.png   | Bin 1378 -> 0 bytes
 ...> hicolor_apps_22x22_emerald-theme-manager.png} | Bin
 icons/hicolor_apps_24x24_compiz-mate-emerald.png   | Bin 1518 -> 0 bytes
 ...> hicolor_apps_24x24_emerald-theme-manager.png} | Bin
 icons/hicolor_apps_32x32_compiz-mate-emerald.png   | Bin 2264 -> 0 bytes
 ...> hicolor_apps_32x32_emerald-theme-manager.png} | Bin
 icons/hicolor_apps_48x48_compiz-mate-emerald.png   | Bin 4001 -> 0 bytes
 icons/hicolor_apps_48x48_emerald-theme-manager.png | Bin 0 -> 4006 bytes
 .../hicolor_apps_scalable_compiz-mate-emerald.svg  | 447 ---------------------
 ...icolor_apps_scalable_emerald-theme-manager.svg} |   0
 misc/emerald-theme-manager.desktop                 |  10 +-
 pixmaps/Makefile.am                                |   4 -
 pixmaps/emerald-theme-manager-icon.png             | Bin 5794 -> 0 bytes
 18 files changed, 16 insertions(+), 470 deletions(-)

commit 97a93e9a9a5ba9ffed935fa5fd2b9faee644b6aa
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Feb 21 14:18:39 2016 +0300

    Always check cairo surface reference when checking for null
    
    Fixes #1.

 src/main.c | 71 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 33 insertions(+), 38 deletions(-)

commit 68d360b3427981adda6c17483c21706cce69ed96
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Feb 13 00:16:16 2016 +0300

    Release version 0.8.12

 NEWS | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

commit 9365c3fa21c76110901ce3b4e3a6b9c05b99cbab
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 11 17:46:21 2016 +0300

    Pre-bump version to 0.8.12

 NEWS         | 20 +++++++++++---------
 VERSION      |  2 +-
 configure.ac |  3 +--
 3 files changed, 13 insertions(+), 12 deletions(-)

commit 36e55ee0c845c7524dfccae5ea43d5c204eb9153
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 11 17:43:39 2016 +0300

    Stop using mate-autogen in autogen.sh
    
    Was initially added to supress warnings no longer there.

 autogen.sh | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 5573a6fdf410c6de19c0876b52e827cef6c6a98f
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Feb 8 21:57:07 2016 +0300

    Final fix for "Add optional Compiz 0.9.x support"
    
    Turns out, issue was created by allocating inside a conditional.

 src/main.c | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

commit 9b3393a5aef99c291c75414c89526b7cad718b1d
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 4 23:35:52 2016 +0300

    Update some links and mentions

 AUTHORS       | 2 +-
 README        | 4 ++--
 doc/emerald.1 | 5 ++---
 po/Makevars   | 4 ++--
 4 files changed, 7 insertions(+), 8 deletions(-)

commit 6d4d5b10b372379f57f7067cc6224b7980f50c24
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 4 18:30:33 2016 +0300

    Second fix for "Add optional Compiz 0.9.x support"
    
    Using malloc() here was stupid.

 src/main.c | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

commit 78e424b652342c233ea9db7be36b2f07d582b560
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 4 18:30:10 2016 +0300

    New fix for coding style

 engines/legacy.c     |  2 +-
 engines/line.c       |  2 +-
 engines/oxygen.c     |  2 +-
 engines/pixmap.c     |  2 +-
 engines/truglass.c   |  2 +-
 engines/vrunner.c    |  2 +-
 engines/zootreeves.c |  2 +-
 libengine/themer.c   |  5 ++---
 themer/main.c        | 58 ++++++++++++++++++++++++++--------------------------
 9 files changed, 38 insertions(+), 39 deletions(-)

commit 5d806b1f78dcc5878b57a4ab4371ce227599d932
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Feb 4 16:10:35 2016 +0100

    GTK+3 themer: fix a couple of build warnings

 engines/legacy.c     | 2 +-
 engines/line.c       | 2 +-
 engines/oxygen.c     | 2 +-
 engines/pixmap.c     | 6 +++---
 engines/truglass.c   | 2 +-
 engines/vrunner.c    | 2 +-
 engines/zootreeves.c | 4 ++--
 themer/main.c        | 8 ++++----
 8 files changed, 14 insertions(+), 14 deletions(-)

commit 7cfd16a2ccc7ac37df04c58bd9c9496360d43723
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Feb 4 13:15:18 2016 +0100

    Gtk+3: don't use deprecated gtk_hscale_new_with_range

 libengine/themer.c | 4 ++++
 1 file changed, 4 insertions(+)

commit eafe034863e1ceed47631fcda335a8801e77fa6e
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Feb 4 12:44:41 2016 +0100

    GTK3: fix deprecated gtk_{v/h}separator_new

 engines/legacy.c     |  8 ++++++++
 engines/line.c       |  8 ++++++++
 engines/oxygen.c     |  8 ++++++++
 engines/pixmap.c     |  8 ++++++++
 engines/truglass.c   |  8 ++++++++
 engines/vrunner.c    |  8 ++++++++
 engines/zootreeves.c | 16 ++++++++++++++++
 libengine/themer.c   |  8 ++++++++
 themer/main.c        | 20 ++++++++++++++++++--
 9 files changed, 90 insertions(+), 2 deletions(-)

commit 1940ceb6927c42ebaedcb069f6170bc1096dc6f6
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Feb 4 11:51:48 2016 +0100

    Gtk+3: don't use deprecated gtk_{h/v}box_new

 engines/legacy.c     | 5 +++++
 engines/line.c       | 5 +++++
 engines/oxygen.c     | 5 +++++
 engines/pixmap.c     | 5 +++++
 engines/truglass.c   | 5 +++++
 engines/vrunner.c    | 5 +++++
 engines/zootreeves.c | 4 ++++
 libengine/themer.c   | 6 ++++++
 themer/main.c        | 5 +++++
 9 files changed, 45 insertions(+)

commit 325b3e2d47a0c5b6c8259c63eb3d53dab52bfa16
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 4 00:14:05 2016 +0300

    Add /usr/share/pkgconfig/ to $PKG_CONFIG_PATH

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 72d141d7f9ce92c74b232e7f10056bf1bb74d72d
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Feb 3 21:29:06 2016 +0300

    Remove SVN themes import code completely

 themer/main.c | 88 -----------------------------------------------------------
 1 file changed, 88 deletions(-)

commit 6f27515c53c22a454c1d36a6ea32978f0efe30fd
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Feb 3 20:55:21 2016 +0300

    Add Gtk3 support (and use by default)
    
    Authors:
      Sorokin Alexei <sor.alexei@meowr.ru>
      Alberts Muktupāvels <alberts.muktupavels@gmail.com>

 configure.ac         |  54 +++++++++------
 engines/legacy.c     |   4 ++
 engines/line.c       |   4 ++
 engines/oxygen.c     |   4 ++
 engines/pixmap.c     |  18 +++--
 engines/truglass.c   |   4 ++
 engines/vrunner.c    |   6 +-
 engines/zootreeves.c |  10 ++-
 libengine/emerald.c  |  22 ++++++
 libengine/themer.c   |  15 +++++
 src/main.c           | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 themer/main.c        |  26 ++++++--
 12 files changed, 316 insertions(+), 36 deletions(-)

commit 259e44b4ebb449ce450eee94c69a38c549e879d1
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Tue Feb 2 18:59:02 2016 +0300

    Avoid deprecated functions
    
    This also fixes glitches on some GPU.

 configure.ac       |   8 +-
 engines/line.c     |   5 +-
 include/emerald.h  |  34 ++--
 libengine/themer.c |  17 +-
 src/main.c         | 571 +++++++++++++++++++++++++----------------------------
 5 files changed, 303 insertions(+), 332 deletions(-)

commit f99838dddf3ece594b0d0efdc8b240efd868ca79
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Tue Feb 2 18:36:26 2016 +0300

    Avoid using gdk_draw_drawable()

 src/main.c | 66 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 39 insertions(+), 27 deletions(-)

commit 325377e950c5b6a51b4c2faee9ff6072170f8de0
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Tue Feb 2 17:54:47 2016 +0300

    Fix coding style

 AUTHORS             |   8 +-
 include/emerald.h   |   8 +-
 libengine/emerald.c |   2 +-
 src/main.c          | 361 ++++++++++++++++++++++++----------------------------
 4 files changed, 176 insertions(+), 203 deletions(-)

commit 8d8f9b23d0451ad7024eac07917d8981a7958240
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Oct 6 10:41:28 2008 +0200

    Setting d->active after creating decorations
    
    active_window_changed only updates d->active if decorations are
    present, so setting d->active before creating decorations may lead
    to incorrect results.

 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 95d89b29107b0982cfb9d471fab199fc7b12fdb5
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Feb 20 15:30:17 2009 +0100

    Set libwnck client type to "pager"
    
    Set libwnck client type to "pager" so "move to desktop x" works
    properly together with the constraining code in place plugin.

 src/main.c | 1 +
 1 file changed, 1 insertion(+)

commit 0895497aba43dccaae3507400861817e58380858
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Jan 30 21:07:58 2016 +0300

    Fix button tooltips
    
    Delay while moving between "sticky" tooltips, that fixes tooltip
    sizing bugs.

 src/main.c | 82 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 33 insertions(+), 49 deletions(-)

commit 22f8a77dadabd58781f8c26ff1407b82b0f088d8
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Jan 29 22:49:51 2016 +0300

    Fix for "Add optional Compiz 0.9.x support"

 src/main.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 6d1e3cdb901d031e706d58027808bb98c674ecaf
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Wed Jan 13 03:00:36 2016 +0100

    sync version with compiz-core

 NEWS    | 2 +-
 VERSION | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d40c9ae204af79a387ab4e223decdb4de82678eb
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Jan 8 23:52:48 2016 +0300

    Remove some unused variables

 libengine/themer.c |  9 ++++-----
 src/main.c         | 13 +------------
 2 files changed, 5 insertions(+), 17 deletions(-)

commit d55d51c952fe69282462cfd4e396017ca5d654de
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Fri Jan 8 19:59:38 2016 +0300

    Add optional Compiz 0.9.x support

 configure.ac |  9 ++++++
 src/main.c   | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 99 insertions(+), 9 deletions(-)

commit 9235a16a11c986394c49dcd660162ffa9f158fe0
Author: ShadowKyogre <shadowkyogre.public@gmail.com>
Date:   Sat Jan 2 10:48:51 2016 -0800

    themer: Remove calls to deprecated functions
    
    * g_strup: This looks like a typo from g_strdup since the previous call
      that involved 0.0.0 used g_strdup. It also made no sense to attempt to
      uppercase a string that didn't have any letters in it.
    * gtk_combo_box_new_text: Originally authored by applebloom.
    
      In some cases, this may cause a segfault. So replace these with
      non-deprecated calls. For instances that needed manual editing,
      gtk_combo_box_new_text was replaced with
      gtk_combo_box_text_new_with_entry. For instances that needed limited
      combobox selections, gtk_combo_box_new_text was replaced with
      gtk_combo_box_text_new.

 themer/main.c | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 9b573824c740ddba44bb3cc3a60e16b7d35093d1
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Dec 20 16:11:49 2015 +0100

    pre-bump version

 NEWS    | 4 ++++
 VERSION | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 58ad0f99648cfa4d1817247833e4e6e1983f24a3
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Dec 20 16:07:35 2015 +0100

    add missing NEWS entries for 0.8.9 release

 NEWS | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit d06f93d1e207103fb9f0d58da03f9ab2ed289cce
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Dec 20 15:58:11 2015 +0100

    remove start scripts

 Makefile.am                            |  1 -
 configure.ac                           |  1 -
 po/POTFILES.in                         |  1 -
 po/POTFILES.skip                       |  3 ---
 scripts/Makefile.am                    | 43 ----------------------------------
 scripts/compiz-decorator-emerald       | 15 ------------
 scripts/compiz-lxde-emerald            | 28 ----------------------
 scripts/compiz-lxde-emerald.desktop.in | 11 ---------
 scripts/compiz-mate-emerald            | 28 ----------------------
 scripts/compiz-mate-emerald.desktop.in | 16 -------------
 scripts/compiz-xfce-emerald            | 28 ----------------------
 scripts/compiz-xfce-emerald.desktop.in | 11 ---------
 scripts/emerald-decorator.desktop.in   | 11 ---------
 13 files changed, 197 deletions(-)

commit 0db846079154ea33654f1fd6eeb15672b8d56653
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Nov 1 15:39:55 2015 +0100

    remove deprecated category application from desktop files

 scripts/compiz-mate-emerald.desktop.in | 2 +-
 scripts/compiz-xfce-emerald.desktop.in | 1 -
 scripts/emerald-decorator.desktop.in   | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

commit 7c0de0cfb57eeb86d80bdcc09164020e7002adc1
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 24 15:46:36 2015 +0200

    fix theme-manager desktop file

 misc/Makefile.am                   | 3 ++-
 misc/emerald-theme-manager.desktop | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 575c725d54954b2914ed879cf765f72142c83525
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Oct 24 15:45:52 2015 +0200

    add start scripts + desktop files
    
    They are in menus and can be used for session start

 Makefile.am                                        |  24 +-
 configure.ac                                       |   2 +
 icons/Makefile.am                                  |  48 +++
 icons/hicolor_apps_16x16_compiz-mate-emerald.png   | Bin 0 -> 954 bytes
 icons/hicolor_apps_16x16_emerald-decorator.png     | Bin 0 -> 870 bytes
 icons/hicolor_apps_22x22_compiz-mate-emerald.png   | Bin 0 -> 1378 bytes
 icons/hicolor_apps_22x22_emerald-decorator.png     | Bin 0 -> 1367 bytes
 icons/hicolor_apps_24x24_compiz-mate-emerald.png   | Bin 0 -> 1518 bytes
 icons/hicolor_apps_24x24_emerald-decorator.png     | Bin 0 -> 2238 bytes
 icons/hicolor_apps_32x32_compiz-mate-emerald.png   | Bin 0 -> 2264 bytes
 icons/hicolor_apps_32x32_emerald-decorator.png     | Bin 0 -> 2322 bytes
 icons/hicolor_apps_48x48_compiz-mate-emerald.png   | Bin 0 -> 4001 bytes
 .../hicolor_apps_scalable_compiz-mate-emerald.svg  | 447 +++++++++++++++++++++
 icons/hicolor_apps_scalable_emerald-decorator.svg  | 396 ++++++++++++++++++
 po/POTFILES.in                                     |   7 +-
 po/POTFILES.skip                                   |   3 +
 scripts/Makefile.am                                |  43 ++
 scripts/compiz-decorator-emerald                   |  15 +
 scripts/compiz-lxde-emerald                        |  28 ++
 scripts/compiz-lxde-emerald.desktop.in             |  11 +
 scripts/compiz-mate-emerald                        |  28 ++
 scripts/compiz-mate-emerald.desktop.in             |  16 +
 scripts/compiz-xfce-emerald                        |  28 ++
 scripts/compiz-xfce-emerald.desktop.in             |  12 +
 scripts/emerald-decorator.desktop.in               |  11 +
 25 files changed, 1105 insertions(+), 14 deletions(-)

commit cfed281e0598f8d1de86e0cde3684ded77828a25
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 02:33:03 2015 +0200

    build xz tarballs + updating NEWS is needed

 NEWS         | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1b16f262f8334ec5e3fb397e337fd4dff01f0eea
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 01:34:13 2015 +0200

    use better autogen.sh from mate

 autogen.sh | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

commit 8b95f11161b696ee988b5bc445806e2ebc885154
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 01:33:30 2015 +0200

    make autotools happy

 Makefile.am  | 3 +++
 configure.ac | 1 +
 2 files changed, 4 insertions(+)

commit 20b89ae8cbaf1a4f94d0bdb26a8d5c80ccf2f1fe
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 01:10:45 2015 +0200

    add make file and POTFILES.skip

 po/Makefile.in.in | 217 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.skip  |   0
 2 files changed, 217 insertions(+)

commit dfb6c3f71ff1ba80393dfe852326df538e4f415a
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 01:02:36 2015 +0200

    ad mate icon dir to MIMEUPDATE

 misc/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit aeddeb68afce59fd11cab87be7dc2693cd077008
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 00:58:28 2015 +0200

    improve man page

 doc/emerald.1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 70a9f7a8f8ce9603b12a1a12aad53cb1bd668ec5
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 00:53:30 2015 +0200

    improve desktop file

 misc/emerald-theme-manager.desktop | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit c1dcb868d0495bff49abea032e5d0997e9ecd2af
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 00:48:07 2015 +0200

    disable GDK_DISABLE_DEPRECATED

 include/emerald.h | 2 ++
 1 file changed, 2 insertions(+)

commit 560f476e1b938f1598296676108ef7e72fb10621
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Oct 24 00:46:10 2015 +0200

    INCLUDES --> AM_CPPFLAGS

 Makefile.am           | 2 +-
 engines/Makefile.am   | 2 +-
 libengine/Makefile.am | 2 +-
 src/Makefile.am       | 2 +-
 themer/Makefile.am    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit 3bf1edb8b9a3efe8accfab3c5810647d84af9ef3
Author: Kai-Uwe Behrmann <ku.b@gmx.de>
Date:   Tue May 20 11:40:53 2014 +0200

    disable shadows on 30-bit visuals

 src/main.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 6d9bdaaa747247c8810d4ef53953cdd79deaa624
Author: Scott Moreau <oreaus@gmail.com>
Date:   Fri Feb 21 22:26:55 2014 -0700

    Explicitly link with -lm and -ldl

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a8c21c485fa5b9577be79df50743d605c712fba0
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Apr 21 14:43:43 2011 +0200

    * Bump version to 0.8.9

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b658683efa978ea33700eaa8ceccaaef4cb6260d
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Apr 21 14:43:42 2011 +0200

    * Bump version to 0.8.8

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d92f64287cded4310c49d7ac64064f75f348506
Author: ShadowKyogre <shadowkyogre@aim.com>
Date:   Thu Nov 4 18:53:24 2010 -0700

    Fix deprecated symbols and incorrect decoration property setting

 src/main.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit bc53f574ccc06a5366ccb8c8f0fa558836e68d00
Author: Sam Spilsbury <smspillaz@gmail.com>
Date:   Sun Mar 14 22:15:13 2010 +0800

    [PATCH] Fix GTK+ Compatability

 libengine/themer.c | 4 ++--
 src/main.c         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit f3070c32ba428935ef2c69888d0194e2ae31e777
Author: Colin Guthrie <cguthrie@mandriva.org>
Date:   Sun Feb 8 13:30:48 2009 +0000

    Allow build with -Werror=format-security Patch by Adam Williamson

 libengine/themer.c  | 6 +++---
 src/engine_loader.c | 2 +-
 themer/main.c       | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 5c2797def8b06fdb757b343cc9dbd9f6ae3ab9f8
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 04:09:22 2009 +0200

    * Bump version to 0.8.5

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 86b1d376dfee722003bf42a216309d50c872cb18
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 04:09:22 2009 +0200

    * Bump version to 0.8.4

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1fa7a54b8260e3f91ced8f7446f7d84364e6f6fc
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Oct 13 17:47:36 2009 +0200

    Update translations

 po/as.po    | 728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/be.po    | 725 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/hr.po    | 728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ml_IN.po | 725 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2906 insertions(+)

commit 5656bb3fc7283dcf452376e07d2868d2f7fa5cf4
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Oct 13 17:47:17 2009 +0200

    Update translations

 po/ar.po    |   2 +-
 po/bn.po    |   2 +-
 po/bn_IN.po |   2 +-
 po/ca.po    |   2 +-
 po/cs.po    |   2 +-
 po/da.po    |   2 +-
 po/de.po    |   2 +-
 po/el.po    |   2 +-
 po/en_GB.po |   2 +-
 po/es.po    |   2 +-
 po/eu.po    |   2 +-
 po/fa.po    |   2 +-
 po/fi.po    |   2 +-
 po/fr.po    |   2 +-
 po/gl.po    | 174 +++++++++++++++++++++++++++++++-----------------------------
 po/gu.po    |   2 +-
 po/he.po    |   2 +-
 po/hi.po    |   2 +-
 po/hu.po    |   2 +-
 po/it.po    |   2 +-
 po/ja.po    |   2 +-
 po/ko.po    |   2 +-
 po/nb.po    |   2 +-
 po/nl.po    |   2 +-
 po/or.po    |   2 +-
 po/pa.po    |   2 +-
 po/pl.po    |  16 ++++--
 po/pt.po    |   2 +-
 po/pt_BR.po |   2 +-
 po/ru.po    |   2 +-
 po/sk.po    |   2 +-
 po/sv.po    |   2 +-
 po/tr.po    |   2 +-
 po/zh_CN.po |   2 +-
 po/zh_HK.po |   2 +-
 po/zh_TW.po |  90 +++++++++++++++----------------
 36 files changed, 176 insertions(+), 170 deletions(-)

commit 2587edf409d15872140e887ea4242b72095d92f3
Author: C-F Language team <i18n@opencompositing.org>
Date:   Tue Mar 24 12:38:59 2009 +0530

    l10n updates

 po/ar.po    |  2 +-
 po/bn.po    |  2 +-
 po/bn_IN.po |  2 +-
 po/ca.po    |  2 +-
 po/cs.po    |  2 +-
 po/da.po    |  2 +-
 po/de.po    |  2 +-
 po/el.po    |  2 +-
 po/en_GB.po |  2 +-
 po/es.po    |  2 +-
 po/es_AR.po |  2 +-
 po/eu.po    |  2 +-
 po/fa.po    |  2 +-
 po/fi.po    |  2 +-
 po/fr.po    |  2 +-
 po/gl.po    |  2 +-
 po/gu.po    |  2 +-
 po/he.po    |  2 +-
 po/hi.po    |  2 +-
 po/hu.po    |  2 +-
 po/it.po    |  2 +-
 po/ja.po    |  2 +-
 po/ko.po    |  2 +-
 po/nb.po    |  2 +-
 po/nl.po    |  2 +-
 po/or.po    |  2 +-
 po/pa.po    |  2 +-
 po/pl.po    |  2 +-
 po/pt.po    |  6 +++---
 po/pt_BR.po |  2 +-
 po/ru.po    | 10 +++++-----
 po/sk.po    |  2 +-
 po/sv.po    |  2 +-
 po/tr.po    |  2 +-
 po/zh_CN.po |  2 +-
 po/zh_HK.po |  2 +-
 po/zh_TW.po | 14 +++++++-------
 37 files changed, 49 insertions(+), 49 deletions(-)

commit 63c11cc6d157751da5d34cab398190b19f13cbf5
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Mon Mar 9 15:44:08 2009 +0100

    * Bump version to 0.8.3

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b0c8e57293ea5aa1864a25f708f44bfdfc520345
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Mon Mar 9 15:44:08 2009 +0100

    * Bump version to 0.8.2

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d518d00d5bca87a45f18e2f5375ef2ff6d390b1b
Merge: e4fd6f8 d647ecc
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Feb 6 09:24:19 2009 +0100

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/decorators/emerald

commit e4fd6f8c65e084775893d9c14081176e5997a7c9
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Feb 6 09:23:58 2009 +0100

    Also set foreground color for switcher window.

 src/main.c | 63 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 39 insertions(+), 24 deletions(-)

commit d647ecc5f2abd31aa0fc758af3784a0524ef6e54
Author: C-F Language team <i18n@opencompositing.org>
Date:   Fri Feb 6 11:35:46 2009 +0530

    l10n updates

 po/ar.po    |   2 +-
 po/bn.po    |   2 +-
 po/bn_IN.po |   2 +-
 po/ca.po    |   2 +-
 po/cs.po    |   2 +-
 po/da.po    |   2 +-
 po/de.po    |   2 +-
 po/el.po    |   2 +-
 po/en_GB.po |   2 +-
 po/es.po    |   2 +-
 po/es_AR.po |   2 +-
 po/eu.po    |   2 +-
 po/fa.po    |   2 +-
 po/fi.po    |   2 +-
 po/fr.po    |   2 +-
 po/gl.po    | 175 ++++++++++++++++++++++++++++++------------------------------
 po/gu.po    |   2 +-
 po/he.po    |   2 +-
 po/hi.po    |   2 +-
 po/hu.po    |   8 +--
 po/it.po    |   2 +-
 po/ja.po    |   2 +-
 po/ko.po    |   2 +-
 po/nb.po    |   2 +-
 po/nl.po    |   2 +-
 po/or.po    |   2 +-
 po/pa.po    |   2 +-
 po/pl.po    |   2 +-
 po/pt.po    |  16 +++---
 po/pt_BR.po |   2 +-
 po/ru.po    |   2 +-
 po/sk.po    |   2 +-
 po/sv.po    |   2 +-
 po/tr.po    |   2 +-
 po/zh_CN.po |   2 +-
 po/zh_HK.po |   2 +-
 po/zh_TW.po |   2 +-
 37 files changed, 132 insertions(+), 135 deletions(-)

commit 04d7185f9883ae1a50f7d0df4355fa51d6844fd5
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Feb 5 08:26:26 2009 +0100

    Remove panel action handling (done in gnomecompat plugin now).

 src/main.c | 49 +------------------------------------------------
 1 file changed, 1 insertion(+), 48 deletions(-)

commit 33a9c6d7144b0c64a8b0da1145bd207fdae8e8a5
Author: C-F Language team <i18n@opencompositing.org>
Date:   Fri Dec 26 12:47:43 2008 +0530

    l10n updates

 po/ar.po    | 2 +-
 po/bn.po    | 2 +-
 po/bn_IN.po | 2 +-
 po/ca.po    | 2 +-
 po/cs.po    | 2 +-
 po/da.po    | 2 +-
 po/de.po    | 2 +-
 po/el.po    | 2 +-
 po/en_GB.po | 2 +-
 po/es.po    | 2 +-
 po/es_AR.po | 2 +-
 po/eu.po    | 2 +-
 po/fa.po    | 2 +-
 po/fi.po    | 2 +-
 po/fr.po    | 2 +-
 po/gl.po    | 9 ++++-----
 po/gu.po    | 2 +-
 po/he.po    | 2 +-
 po/hi.po    | 2 +-
 po/hu.po    | 2 +-
 po/it.po    | 2 +-
 po/ja.po    | 2 +-
 po/ko.po    | 2 +-
 po/nb.po    | 2 +-
 po/nl.po    | 2 +-
 po/or.po    | 2 +-
 po/pa.po    | 2 +-
 po/pl.po    | 2 +-
 po/pt.po    | 2 +-
 po/pt_BR.po | 2 +-
 po/ru.po    | 2 +-
 po/sk.po    | 2 +-
 po/sv.po    | 2 +-
 po/tr.po    | 2 +-
 po/zh_CN.po | 2 +-
 po/zh_HK.po | 2 +-
 po/zh_TW.po | 2 +-
 37 files changed, 40 insertions(+), 41 deletions(-)

commit b4c6b3dd77788b2449af469e884f9bd8ec4f6110
Author: C-F Language team <i18n@opencompositing.org>
Date:   Mon Dec 15 15:39:30 2008 +0530

    l10n updates

 po/ar.po    |  2 +-
 po/bn.po    |  2 +-
 po/bn_IN.po |  2 +-
 po/ca.po    |  2 +-
 po/cs.po    |  2 +-
 po/da.po    |  2 +-
 po/de.po    |  2 +-
 po/el.po    |  2 +-
 po/en_GB.po |  2 +-
 po/es.po    |  2 +-
 po/es_AR.po |  2 +-
 po/eu.po    |  2 +-
 po/fa.po    |  2 +-
 po/fi.po    |  2 +-
 po/fr.po    |  2 +-
 po/gl.po    |  2 +-
 po/gu.po    |  2 +-
 po/he.po    |  2 +-
 po/hi.po    |  2 +-
 po/hu.po    | 20 ++++++++++++--------
 po/it.po    |  2 +-
 po/ja.po    |  2 +-
 po/ko.po    |  2 +-
 po/nb.po    |  2 +-
 po/nl.po    |  2 +-
 po/or.po    |  2 +-
 po/pa.po    |  2 +-
 po/pl.po    |  2 +-
 po/pt.po    |  2 +-
 po/pt_BR.po |  2 +-
 po/ru.po    |  2 +-
 po/sk.po    | 30 +++++++++++++++---------------
 po/sv.po    |  2 +-
 po/tr.po    |  2 +-
 po/zh_CN.po |  2 +-
 po/zh_HK.po |  2 +-
 po/zh_TW.po |  2 +-
 37 files changed, 62 insertions(+), 58 deletions(-)

commit 95dd3c3fef60450f8e949a27df8d3cc2d422c968
Author: C-F Language team <i18n@opencompositing.org>
Date:   Tue Nov 4 12:23:32 2008 +0530

    l10n updates

 po/ar.po    |   2 +-
 po/bn.po    |   2 +-
 po/bn_IN.po |   2 +-
 po/ca.po    |   2 +-
 po/cs.po    |   2 +-
 po/da.po    |   2 +-
 po/de.po    |   2 +-
 po/el.po    |   2 +-
 po/en_GB.po |   2 +-
 po/es.po    |   2 +-
 po/es_AR.po |   2 +-
 po/eu.po    |   2 +-
 po/fa.po    |   2 +-
 po/fi.po    | 151 +++++++++++++++++++++++++++++++++---------------------------
 po/fr.po    |   2 +-
 po/gl.po    |   2 +-
 po/gu.po    |   2 +-
 po/he.po    |   2 +-
 po/hi.po    |   2 +-
 po/hu.po    |   2 +-
 po/it.po    |   2 +-
 po/ja.po    |   2 +-
 po/ko.po    |   2 +-
 po/nb.po    |   2 +-
 po/nl.po    |   2 +-
 po/or.po    |   2 +-
 po/pa.po    |   2 +-
 po/pl.po    |  17 +++++--
 po/pt.po    |   2 +-
 po/pt_BR.po |   2 +-
 po/ru.po    |   2 +-
 po/sk.po    |   2 +-
 po/sv.po    |   2 +-
 po/tr.po    |   2 +-
 po/zh_CN.po |   2 +-
 po/zh_HK.po |   2 +-
 po/zh_TW.po |   2 +-
 37 files changed, 131 insertions(+), 107 deletions(-)

commit f96a9ff1eb78cc3a20a26e11c9191c25bc25eef2
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Oct 21 09:33:51 2008 +0200

    Fix formatting for RTL languages.

 src/main.c | 3 +++
 1 file changed, 3 insertions(+)

commit eda9362e1673d46b0b44e6dfd04591c5c0a3be01
Author: C-F Language team <i18n@opencompositing.org>
Date:   Tue Oct 14 14:58:04 2008 +0530

    l10n updates

 po/ar.po    |  2 +-
 po/bn.po    |  2 +-
 po/bn_IN.po |  2 +-
 po/ca.po    |  2 +-
 po/cs.po    |  2 +-
 po/da.po    |  2 +-
 po/de.po    |  2 +-
 po/el.po    |  2 +-
 po/en_GB.po |  2 +-
 po/es.po    |  2 +-
 po/es_AR.po |  2 +-
 po/eu.po    |  2 +-
 po/fa.po    |  2 +-
 po/fi.po    |  2 +-
 po/fr.po    | 24 ++++++++++++------------
 po/gl.po    |  2 +-
 po/gu.po    |  2 +-
 po/he.po    |  2 +-
 po/hi.po    |  2 +-
 po/hu.po    |  2 +-
 po/it.po    |  2 +-
 po/ja.po    |  2 +-
 po/ko.po    |  2 +-
 po/nb.po    |  2 +-
 po/nl.po    |  2 +-
 po/or.po    |  2 +-
 po/pa.po    |  2 +-
 po/pl.po    |  2 +-
 po/pt.po    |  2 +-
 po/pt_BR.po |  2 +-
 po/ru.po    |  2 +-
 po/sk.po    |  2 +-
 po/sv.po    |  8 ++++----
 po/tr.po    |  2 +-
 po/zh_CN.po | 22 +++++++++++-----------
 po/zh_HK.po |  2 +-
 po/zh_TW.po |  2 +-
 37 files changed, 61 insertions(+), 61 deletions(-)

commit 7a116a5216c8de852b1915d388c0a0384bb81e21
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Sep 23 13:34:32 2008 +0200

    * Bump version to 0.7.9

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a202ea405fb160ceab4976bc911487d069a970d9
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Sep 23 13:34:31 2008 +0200

    * Bump version to 0.7.8

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 43b1d13ed62e49233fce06dcaa4f43c8368cfe98
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Sep 18 18:25:59 2008 +0200

    * Drop intltool-* from EXTRA_DIST and friends for building tarballs
      (please use intltool 0.40.x to make the tarballs)

 Makefile.am | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

commit a707f6be0fae6c9bc9c052338b7821ffddfd43bb
Author: C-F Language team <i18n@opencompositing.org>
Date:   Mon Sep 15 14:56:31 2008 +0530

    l10n updates

 po/ar.po    | 2 +-
 po/bn.po    | 2 +-
 po/bn_IN.po | 2 +-
 po/ca.po    | 2 +-
 po/cs.po    | 2 +-
 po/da.po    | 2 +-
 po/de.po    | 2 +-
 po/el.po    | 2 +-
 po/en_GB.po | 2 +-
 po/es.po    | 2 +-
 po/es_AR.po | 2 +-
 po/eu.po    | 2 +-
 po/fa.po    | 2 +-
 po/fi.po    | 2 +-
 po/fr.po    | 2 +-
 po/gl.po    | 2 +-
 po/gu.po    | 2 +-
 po/he.po    | 2 +-
 po/hi.po    | 2 +-
 po/hu.po    | 2 +-
 po/it.po    | 2 +-
 po/ja.po    | 2 +-
 po/ko.po    | 2 +-
 po/nb.po    | 2 +-
 po/nl.po    | 2 +-
 po/or.po    | 2 +-
 po/pa.po    | 2 +-
 po/pl.po    | 2 +-
 po/pt.po    | 2 +-
 po/pt_BR.po | 2 +-
 po/ru.po    | 2 +-
 po/sk.po    | 2 +-
 po/sv.po    | 2 +-
 po/tr.po    | 2 +-
 po/zh_CN.po | 2 +-
 po/zh_HK.po | 2 +-
 po/zh_TW.po | 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)

commit bc4a874ea01c6f88b20157ccc9f333a962d0b53a
Author: C-F Language team <i18n@opencompositing.org>
Date:   Sat Aug 30 11:39:03 2008 +0530

    l10n updates

 po/ar.po    | 2 +-
 po/bn.po    | 2 +-
 po/bn_IN.po | 2 +-
 po/ca.po    | 2 +-
 po/cs.po    | 2 +-
 po/da.po    | 2 +-
 po/de.po    | 2 +-
 po/el.po    | 2 +-
 po/en_GB.po | 2 +-
 po/es.po    | 2 +-
 po/es_AR.po | 2 +-
 po/eu.po    | 8 ++++----
 po/fa.po    | 2 +-
 po/fi.po    | 2 +-
 po/fr.po    | 2 +-
 po/gl.po    | 2 +-
 po/gu.po    | 2 +-
 po/he.po    | 2 +-
 po/hi.po    | 2 +-
 po/hu.po    | 2 +-
 po/it.po    | 2 +-
 po/ja.po    | 2 +-
 po/ko.po    | 2 +-
 po/nb.po    | 2 +-
 po/nl.po    | 2 +-
 po/or.po    | 2 +-
 po/pa.po    | 2 +-
 po/pl.po    | 2 +-
 po/pt.po    | 2 +-
 po/pt_BR.po | 2 +-
 po/ru.po    | 2 +-
 po/sk.po    | 2 +-
 po/sv.po    | 2 +-
 po/tr.po    | 2 +-
 po/zh_CN.po | 2 +-
 po/zh_HK.po | 2 +-
 po/zh_TW.po | 2 +-
 37 files changed, 40 insertions(+), 40 deletions(-)

commit e222544955a0c930c1d788b15f927aceec345ea8
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Aug 29 10:28:08 2008 +0200

    Fix crash if decorations are removed while button fade is in progress.

 src/main.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 9246de0d523516b070c5644cc5161a1af7e74278
Author: C-F Language team <i18n@opencompositing.org>
Date:   Thu Aug 7 11:39:02 2008 +0530

    l10n updates

 po/ar.po    |  2 +-
 po/bn.po    |  2 +-
 po/bn_IN.po |  2 +-
 po/ca.po    |  2 +-
 po/cs.po    |  2 +-
 po/da.po    |  2 +-
 po/de.po    |  2 +-
 po/el.po    |  2 +-
 po/en_GB.po |  2 +-
 po/es.po    |  2 +-
 po/es_AR.po |  2 +-
 po/eu.po    |  2 +-
 po/fa.po    |  2 +-
 po/fi.po    |  2 +-
 po/fr.po    |  2 +-
 po/gl.po    |  2 +-
 po/gu.po    |  2 +-
 po/he.po    |  4 ++--
 po/hi.po    |  2 +-
 po/hu.po    |  2 +-
 po/it.po    |  2 +-
 po/ja.po    |  2 +-
 po/ko.po    |  2 +-
 po/nb.po    |  2 +-
 po/nl.po    |  2 +-
 po/or.po    |  2 +-
 po/pa.po    |  2 +-
 po/pl.po    |  2 +-
 po/pt.po    |  2 +-
 po/pt_BR.po |  2 +-
 po/ru.po    |  2 +-
 po/sk.po    |  2 +-
 po/sv.po    |  2 +-
 po/tr.po    |  2 +-
 po/zh_CN.po | 20 ++++++++++----------
 po/zh_HK.po |  2 +-
 po/zh_TW.po |  2 +-
 37 files changed, 47 insertions(+), 47 deletions(-)

commit 0f32066761ff27bf9f9f5db0e3ae6b670544d5f6
Author: Jigish Gohil <cyberorg@opensuse.org>
Date:   Fri Jul 11 23:10:07 2008 +0530

    fix exec in theme manager fixes #1000

 misc/emerald-theme-manager.desktop | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit bbd2383b853846aba43076e297fa442b1ab92215
Author: Jigish Gohil <cyberorg@opensuse.org>
Date:   Fri Jul 11 21:21:16 2008 +0530

    add DesktopSettings to theme manager fixes #999

 misc/emerald-theme-manager.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ac2e1b7d0f949f7bf420df182b2e2a68d66736ec
Author: C-F Language team <i18n@opencompositing.org>
Date:   Wed Jul 9 16:46:54 2008 +0530

    new translations and updates

 po/ar.po    |  2 +-
 po/bn.po    |  2 +-
 po/bn_IN.po |  2 +-
 po/ca.po    | 48 ++++++++++++++++++++++++++----------------------
 po/cs.po    |  2 +-
 po/da.po    | 16 ++++++++--------
 po/de.po    |  2 +-
 po/el.po    |  2 +-
 po/en_GB.po |  2 +-
 po/es.po    |  2 +-
 po/es_AR.po |  2 +-
 po/eu.po    |  2 +-
 po/fa.po    |  2 +-
 po/fi.po    |  2 +-
 po/fr.po    |  2 +-
 po/gl.po    |  2 +-
 po/gu.po    |  2 +-
 po/he.po    |  2 +-
 po/hi.po    |  2 +-
 po/hu.po    |  2 +-
 po/it.po    |  2 +-
 po/ja.po    |  2 +-
 po/ko.po    |  2 +-
 po/nb.po    |  2 +-
 po/nl.po    |  2 +-
 po/or.po    |  2 +-
 po/pa.po    |  2 +-
 po/pl.po    | 30 +++---------------------------
 po/pt.po    |  2 +-
 po/pt_BR.po |  2 +-
 po/ru.po    |  2 +-
 po/sk.po    |  2 +-
 po/sv.po    |  2 +-
 po/tr.po    |  2 +-
 po/zh_CN.po |  2 +-
 po/zh_HK.po |  2 +-
 po/zh_TW.po |  2 +-
 37 files changed, 71 insertions(+), 91 deletions(-)

commit 5c0c4edf85ba9e4d52f953b4f1bc4c7c93b8e75f
Author: C-F Language team <i18n@opencompositing.org>
Date:   Mon Jun 16 16:16:15 2008 +0530

    new translations and updates

 po/LINGUAS  |   2 +
 po/ar.po    |   2 +-
 po/bn.po    |   2 +-
 po/bn_IN.po |   2 +-
 po/ca.po    |   2 +-
 po/cs.po    |   2 +-
 po/da.po    | 731 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/de.po    |   2 +-
 po/el.po    |   2 +-
 po/en_GB.po |  24 +-
 po/es.po    |   2 +-
 po/es_AR.po |   2 +-
 po/eu.po    |   2 +-
 po/fa.po    |   2 +-
 po/fi.po    |   2 +-
 po/fr.po    |   5 +-
 po/gl.po    |   2 +-
 po/gu.po    |   2 +-
 po/he.po    | 778 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/hi.po    |   2 +-
 po/hu.po    |   2 +-
 po/it.po    |   2 +-
 po/ja.po    |   2 +-
 po/ko.po    |   2 +-
 po/nb.po    |   2 +-
 po/nl.po    |   2 +-
 po/or.po    |   2 +-
 po/pa.po    |   2 +-
 po/pl.po    |   2 +-
 po/pt.po    |   2 +-
 po/pt_BR.po |   2 +-
 po/ru.po    |   2 +-
 po/sk.po    |   2 +-
 po/sv.po    |   2 +-
 po/tr.po    |   2 +-
 po/zh_CN.po |   2 +-
 po/zh_HK.po |   2 +-
 po/zh_TW.po |   2 +-
 38 files changed, 1557 insertions(+), 49 deletions(-)

commit 00a8a6a00dfdf0075b515a1682525b247792c587
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat May 31 14:09:20 2008 +0200

    * Bump version to 0.7.7

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d89cee0480cbe78cd806c67727792aa17d798ee4
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat May 31 14:09:19 2008 +0200

    * Bump version to 0.7.6

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bbb715c1076e6323082d0a59f3e2a1068a6eaa99
Author: Kristian Lyngstol <kristian@bohemians.org>
Date:   Fri May 30 01:50:34 2008 +0200

    Add some newlines in the edit->titlebar description to avoid takeing so much space.

 po/fr.po | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4a51741e536cadbda22cd0eccf0c6f71e22f76d5
Author: Kristian Lyngstol <kristian@bohemians.org>
Date:   Fri May 30 01:49:50 2008 +0200

    Use vbox instead of hbox for edit->buttons checkboxes.
    
    Fixes issues with translations which make the window way too wide.

 themer/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit dc6ada879120113a2a228c7d9bc79efdbd2ca72c
Author: C-F Language team <i18n@opencompositing.org>
Date:   Sat May 24 22:20:24 2008 +0530

    translation updates

 po/ar.po    |  2 +-
 po/bn.po    |  2 +-
 po/bn_IN.po |  2 +-
 po/ca.po    |  2 +-
 po/cs.po    |  2 +-
 po/de.po    |  2 +-
 po/el.po    |  2 +-
 po/en_GB.po |  2 +-
 po/es.po    |  2 +-
 po/es_AR.po |  2 +-
 po/eu.po    |  2 +-
 po/fa.po    |  2 +-
 po/fi.po    |  2 +-
 po/fr.po    |  2 +-
 po/gl.po    |  2 +-
 po/gu.po    |  2 +-
 po/hi.po    |  2 +-
 po/hu.po    |  2 +-
 po/it.po    |  2 +-
 po/ja.po    |  2 +-
 po/ko.po    |  2 +-
 po/nb.po    |  2 +-
 po/nl.po    |  2 +-
 po/or.po    |  2 +-
 po/pa.po    |  2 +-
 po/pl.po    |  6 +++---
 po/pt.po    |  2 +-
 po/pt_BR.po |  2 +-
 po/ru.po    | 16 ++++++++--------
 po/sk.po    |  2 +-
 po/sv.po    |  2 +-
 po/tr.po    |  2 +-
 po/zh_CN.po |  2 +-
 po/zh_HK.po |  2 +-
 po/zh_TW.po |  2 +-
 35 files changed, 44 insertions(+), 44 deletions(-)

commit 16a5af03deaf92792c1382db412b104acc59d4be
Author: Jigish Gohil <cyberorg@opensuse.org name = Jigish Gohil>
Date:   Fri May 2 13:59:56 2008 +0530

    remove wrong be.po

 po/LINGUAS | 1 -
 1 file changed, 1 deletion(-)

commit 8a024ec3b2ff54937871b964c62912bf6191e85d
Author: C-F Language team <i18n@opencompositing.org>
Date:   Fri May 2 13:59:19 2008 +0530

    translation updates

 po/ar.po    |   2 +-
 po/be.po    | 786 ------------------------------------------------------------
 po/bn.po    |   2 +-
 po/bn_IN.po |   2 +-
 po/ca.po    |   2 +-
 po/cs.po    |   2 +-
 po/de.po    |   2 +-
 po/el.po    |   2 +-
 po/en_GB.po |   2 +-
 po/es.po    |   2 +-
 po/es_AR.po |   2 +-
 po/eu.po    |   2 +-
 po/fa.po    |   2 +-
 po/fi.po    |   2 +-
 po/fr.po    |   2 +-
 po/gl.po    |   2 +-
 po/gu.po    |   2 +-
 po/hi.po    |   2 +-
 po/hu.po    |   2 +-
 po/it.po    |   2 +-
 po/ja.po    |   2 +-
 po/ko.po    |   2 +-
 po/nb.po    |   2 +-
 po/nl.po    |   2 +-
 po/or.po    |   2 +-
 po/pa.po    |   2 +-
 po/pl.po    | 196 +++++++--------
 po/pt.po    |  12 +-
 po/pt_BR.po |   2 +-
 po/ru.po    | 491 ++++++++++++++++---------------------
 po/sk.po    |   2 +-
 po/sv.po    |   2 +-
 po/tr.po    |   2 +-
 po/zh_CN.po |   2 +-
 po/zh_HK.po |   2 +-
 po/zh_TW.po |   2 +-
 36 files changed, 346 insertions(+), 1203 deletions(-)

commit d1c37cccb3db8a85af7a31c2c04da17c4638dc02
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Fri Apr 4 00:17:45 2008 +0200

    * Bump version to 0.7.5

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 059b9af72220dcd5378cda05edfbfc751000e710
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Fri Apr 4 00:17:43 2008 +0200

    * Bump version to 0.7.4

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8701be3144970a4326cc896f2a74ad89a92ec8ff
Author: C-F Language team <i18n@opencompositing.org>
Date:   Thu Apr 3 13:47:19 2008 +0530

    translation updates

 po/ar.po    |  2 +-
 po/be.po    |  2 +-
 po/bn.po    |  2 +-
 po/bn_IN.po |  2 +-
 po/ca.po    |  2 +-
 po/cs.po    |  2 +-
 po/de.po    |  2 +-
 po/el.po    |  8 ++++----
 po/en_GB.po | 31 ++++++++++++++++-------------
 po/es.po    |  2 +-
 po/es_AR.po |  2 +-
 po/eu.po    |  2 +-
 po/fa.po    |  2 +-
 po/fi.po    |  2 +-
 po/fr.po    |  2 +-
 po/gl.po    |  2 +-
 po/gu.po    |  2 +-
 po/hi.po    |  2 +-
 po/hu.po    |  2 +-
 po/it.po    |  2 +-
 po/ja.po    |  2 +-
 po/ko.po    |  2 +-
 po/nb.po    |  2 +-
 po/nl.po    |  2 +-
 po/or.po    |  2 +-
 po/pa.po    |  2 +-
 po/pl.po    | 65 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 po/pt.po    |  2 +-
 po/pt_BR.po |  2 +-
 po/ru.po    |  2 +-
 po/sk.po    |  2 +-
 po/sv.po    |  2 +-
 po/tr.po    |  2 +-
 po/zh_CN.po | 19 +++++++++---------
 po/zh_HK.po |  2 +-
 po/zh_TW.po |  2 +-
 36 files changed, 110 insertions(+), 77 deletions(-)

commit 73cd5f3251047763df7685bdb36277093acc51cf
Author: C-F Language team <i18n@opencompositing.org>
Date:   Sat Mar 15 19:44:04 2008 +0530

    emerald translation updates

 po/ar.po    |  8 ++++----
 po/be.po    |  8 ++++----
 po/bn.po    |  8 ++++----
 po/bn_IN.po |  8 ++++----
 po/ca.po    |  8 ++++----
 po/cs.po    |  8 ++++----
 po/de.po    |  8 ++++----
 po/el.po    | 14 +++++++-------
 po/en_GB.po | 37 ++++++++++++++++---------------------
 po/es.po    |  8 ++++----
 po/es_AR.po |  8 ++++----
 po/eu.po    |  8 ++++----
 po/fa.po    |  5 +----
 po/fi.po    |  8 ++++----
 po/fr.po    |  8 ++++----
 po/gl.po    |  8 ++++----
 po/gu.po    |  8 ++++----
 po/hi.po    |  8 ++++----
 po/hu.po    |  8 ++++----
 po/it.po    |  8 ++++----
 po/ja.po    |  8 ++++----
 po/ko.po    |  8 ++++----
 po/nb.po    |  8 ++++----
 po/nl.po    |  8 ++++----
 po/or.po    |  8 ++++----
 po/pa.po    |  8 ++++----
 po/pl.po    | 52 +++++++++++++++++-----------------------------------
 po/pt.po    |  8 ++++----
 po/pt_BR.po |  8 ++++----
 po/ru.po    |  8 ++++----
 po/sk.po    |  8 ++++----
 po/sv.po    |  8 ++++----
 po/tr.po    |  8 ++++----
 po/zh_CN.po | 25 +++++++++++++------------
 po/zh_HK.po |  8 ++++----
 po/zh_TW.po |  8 ++++----
 36 files changed, 178 insertions(+), 203 deletions(-)

commit d2b1ea0027d6fb4f5b5b6cdd96f423265baa0dde
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 14 09:57:52 2008 +0100

    Minor coding style fixes.

 include/emerald.h |  2 +-
 src/main.c        | 32 ++++++++++++++++++--------------
 2 files changed, 19 insertions(+), 15 deletions(-)

commit 92d59b2ba15deb3e6f3bc136a27a20b9ba7f8ffc
Author: Roland Bär <roland@verifysoft.de>
Date:   Thu Mar 13 10:20:56 2008 +0100

    Extended pixmap sanity checks to honor ref_count

 include/emerald.h |  2 ++
 src/main.c        | 26 ++++++++++++++------------
 2 files changed, 16 insertions(+), 12 deletions(-)

commit c0fdf182607434d436a6c0c12a43f881c1fc3cd9
Author: Roland Bär <roland@verifysoft.de>
Date:   Wed Mar 12 11:48:29 2008 +0100

    Workaroung for unrefd pixmap

 src/main.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 8c853767750406bcc2a82d2166bc1974631a0b06
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Mar 6 22:47:01 2008 +0100

    * Bump version to 0.7.3

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6ec77b974e617a1e9c3687aedc9c2f7929e3e70e
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Mar 6 22:47:00 2008 +0100

    * Bump version to 0.7.2

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dce259a223d6e72782fed58c074dea5a892e7eef
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Mar 6 20:19:53 2008 +0100

    * Improve how VERSION is imported in configure.ac to workaround an intltool bug

 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6578b1a2eca793c467931d63f42eb35c5de767ba
Author: Roland Bär <roland@verifysoft.de>
Date:   Wed Feb 27 14:28:46 2008 +0100

    [PATCH] Mainly icon_pixbuf (probably locking problem) Then removed unused stuff Then replaced deprecated gdk_* Apis

 include/emerald.h  |   5 ++
 libengine/themer.c |   9 ++--
 src/main.c         | 131 +++++++++++++++++++++++++++--------------------------
 themer/main.c      |  14 +++---
 4 files changed, 84 insertions(+), 75 deletions(-)

commit 9e0aae444546955ae7ca11632926a138612acd68
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Feb 27 19:13:36 2008 +0100

    Disabled theme fetching in emerald-theme-manager.

 themer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3e24e794cf89872ef5805d1b3584055f8f0b405d
Author: C-F Language team <i18n@opencompositing.org>
Date:   Sat Feb 23 23:22:42 2008 +0530

    translation update

 po/LINGUAS  |   3 +
 po/ar.po    |   2 +-
 po/be.po    |   2 +-
 po/bn.po    |   2 +-
 po/bn_IN.po |   2 +-
 po/ca.po    |   2 +-
 po/cs.po    |   7 +-
 po/de.po    |   4 +-
 po/el.po    |   2 +-
 po/en_GB.po |   2 +-
 po/es.po    |   2 +-
 po/es_AR.po |   2 +-
 po/eu.po    |   2 +-
 po/fa.po    | 728 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/fi.po    | 765 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/fr.po    |   2 +-
 po/gl.po    |   2 +-
 po/gu.po    |   2 +-
 po/hi.po    |   2 +-
 po/hu.po    |  12 +-
 po/it.po    |   2 +-
 po/ja.po    |   2 +-
 po/ko.po    |   2 +-
 po/nb.po    |  10 +-
 po/nl.po    |   2 +-
 po/or.po    |   2 +-
 po/pa.po    |   2 +-
 po/pl.po    |  90 ++++---
 po/pt.po    |  37 ++-
 po/pt_BR.po |   2 +-
 po/ru.po    |   2 +-
 po/sk.po    | 783 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sv.po    |  24 +-
 po/tr.po    |   2 +-
 po/zh_CN.po |   2 +-
 po/zh_HK.po |   2 +-
 po/zh_TW.po |   2 +-
 37 files changed, 2407 insertions(+), 108 deletions(-)

commit 23a386d99b2f0db1ecd2adb0aba39b9eb1d2b570
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jan 31 10:18:35 2008 +0100

    Fix instant applying of themes.

 libengine/themer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 18a12681a06ae0f6a9ff337972968dd647d95e3c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jan 31 09:31:45 2008 +0100

    Minor cleanup.

 src/main.c | 17 -----------------
 1 file changed, 17 deletions(-)

commit 32b46e14618d513562f6518756031c9068ca084e
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jan 31 09:30:04 2008 +0100

    Use decoration atom name defines.

 po/emerald.pot | 728 ---------------------------------------------------------
 src/main.c     |  12 +-
 2 files changed, 6 insertions(+), 734 deletions(-)

commit ccbbed04f77904245224d08af9ccb61021c83adf
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Jan 30 18:07:58 2008 +0100

    Use new compiz atom names.

 src/main.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit af0d532a83c768e4c278591f5674cb37010ffbad
Author: language team <i18n@opencompositing.org>
Date:   Tue Jan 29 17:18:53 2008 +0530

    translation update

 po/LINGUAS     |   1 +
 po/ar.po       |   2 +-
 po/be.po       |   2 +-
 po/bn.po       |   2 +-
 po/bn_IN.po    |   2 +-
 po/ca.po       |   2 +-
 po/cs.po       |   2 +-
 po/de.po       |   2 +-
 po/el.po       |   2 +-
 po/emerald.pot |   2 +-
 po/en_GB.po    |   2 +-
 po/es.po       |   2 +-
 po/es_AR.po    | 187 +++++++-------
 po/eu.po       | 785 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/fr.po       |   2 +-
 po/gl.po       |   2 +-
 po/gu.po       |   2 +-
 po/hi.po       |   2 +-
 po/hu.po       | 216 ++++++++--------
 po/it.po       |   2 +-
 po/ja.po       |   2 +-
 po/ko.po       |   4 +-
 po/nb.po       |   2 +-
 po/nl.po       |  62 ++---
 po/or.po       |   2 +-
 po/pa.po       |   2 +-
 po/pl.po       |   2 +-
 po/pt.po       |  20 +-
 po/pt_BR.po    |   2 +-
 po/ru.po       |  10 +-
 po/sv.po       |   4 +-
 po/tr.po       |   2 +-
 po/zh_CN.po    |   2 +-
 po/zh_HK.po    |   2 +-
 po/zh_TW.po    |   2 +-
 35 files changed, 1066 insertions(+), 275 deletions(-)

commit 4c086b7d9aa7fcd3a1d23f455ce0ccda263e2a56
Author: Compiz Fusion l10n team <i18n@opencompositing.org>
Date:   Thu Jan 10 16:02:02 2008 +0530

    Translations update

 po/LINGUAS     |   1 +
 po/ar.po       |   2 +-
 po/be.po       |  12 +-
 po/bn.po       |   2 +-
 po/bn_IN.po    | 781 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ca.po       |   2 +-
 po/cs.po       |   2 +-
 po/de.po       |   2 +-
 po/el.po       |   2 +-
 po/emerald.pot |   2 +-
 po/en_GB.po    |   2 +-
 po/es.po       |   2 +-
 po/es_AR.po    |   2 +-
 po/fr.po       |   2 +-
 po/gl.po       |   2 +-
 po/gu.po       |   2 +-
 po/hi.po       |  14 +-
 po/hu.po       |   2 +-
 po/it.po       |   2 +-
 po/ja.po       |  16 +-
 po/ko.po       |   5 +-
 po/nb.po       |   2 +-
 po/nl.po       |   2 +-
 po/or.po       |  14 +-
 po/pa.po       |   2 +-
 po/pl.po       |   2 +-
 po/pt.po       |   2 +-
 po/pt_BR.po    |   2 +-
 po/ru.po       |  47 ++--
 po/sv.po       |   2 +-
 po/tr.po       |   2 +-
 po/zh_CN.po    |   2 +-
 po/zh_HK.po    |   2 +-
 po/zh_TW.po    |   2 +-
 34 files changed, 859 insertions(+), 83 deletions(-)

commit 75d2e1be954ef47b26d4eba0a22820351def5ed8
Author: Kristian Lyngstol <kristian@bohemians.org>
Date:   Mon Jan 7 00:08:26 2008 +0100

    Revert "* Bump version to 0.6.99"
    
    There is no Emerald 0.6
    
    This reverts commit 52520b8c4b46b03e03d7217613c7a662ab99c362.

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 21ab796b4e547959ca04f87a43d150c750522d7f
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Jan 6 17:51:00 2008 +0100

    Don't define VERSION twice.

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit 321e77e5d4ea351bd53ebcbb5838a2496e47fb91
Author: C-F Language team <i18n@opencompositing.org>
Date:   Sat Dec 22 16:38:46 2007 +0530

    translation updates

 po/LINGUAS     |   5 +
 po/ar.po       |   2 +-
 po/be.po       | 776 ++++++++++++++++++++++++++++++++++++++++++++++++++
 po/bn.po       |   2 +-
 po/ca.po       |   2 +-
 po/cs.po       |  29 +-
 po/de.po       |   2 +-
 po/el.po       |   2 +-
 po/emerald.pot |   2 +-
 po/en_GB.po    |   2 +-
 po/es.po       |   2 +-
 po/es_AR.po    |   2 +-
 po/fr.po       |   2 +-
 po/gl.po       |   2 +-
 po/gu.po       |  69 +++--
 po/hi.po       | 780 +++++++++++++++++++++++++++++++++++++++++++++++++++
 po/hu.po       |   6 +-
 po/it.po       |   2 +-
 po/ja.po       |   2 +-
 po/ko.po       |   9 +-
 po/nb.po       |   2 +-
 po/nl.po       |   2 +-
 po/or.po       | 778 ++++++++++++++++++++++++++++++++++++++++++++++++++
 po/pa.po       | 781 +++++++++++++++++++++++++++++++++++++++++++++++++++
 po/pl.po       |   2 +-
 po/pt.po       |   2 +-
 po/pt_BR.po    |   2 +-
 po/ru.po       | 873 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sv.po       |   2 +-
 po/tr.po       |   2 +-
 po/zh_CN.po    |   2 +-
 po/zh_HK.po    |   2 +-
 po/zh_TW.po    |   2 +-
 33 files changed, 4090 insertions(+), 62 deletions(-)

commit ee61b828f5b9ba8cfd69de365b8e49fee3be83b1
Author: C-F language team <i18n@opencompositing.org>
Date:   Wed Dec 12 01:43:15 2007 +0530

    translation updates

 po/ar.po       |    2 +-
 po/bn.po       | 1552 ++++++++++++++++++++++++++++----------------------------
 po/ca.po       |   48 +-
 po/cs.po       |   49 +-
 po/de.po       |    9 +-
 po/el.po       |    2 +-
 po/emerald.pot |    2 +-
 po/en_GB.po    |   22 +-
 po/es.po       |    2 +-
 po/es_AR.po    |   22 +-
 po/fr.po       |    2 +-
 po/gl.po       |   12 +-
 po/gu.po       |   32 +-
 po/hu.po       |   51 +-
 po/it.po       |    2 +-
 po/ja.po       |   29 +-
 po/ko.po       |   10 +-
 po/nb.po       |    2 +-
 po/nl.po       |  124 +++--
 po/pl.po       |    7 +-
 po/pt.po       |   32 +-
 po/pt_BR.po    |    2 +-
 po/sv.po       |    2 +-
 po/tr.po       |    2 +-
 po/zh_CN.po    |   47 +-
 po/zh_HK.po    |   34 +-
 po/zh_TW.po    |   34 +-
 27 files changed, 1198 insertions(+), 936 deletions(-)

commit 5fedeb573a56e65da613f0121f6bbc8c1531a74a
Author: Maciej Warnecki <maciekw5@gmail.com>
Date:   Mon Nov 19 18:15:09 2007 +0530

    pl translation update

 po/emerald.pot |   2 +-
 po/pl.po       | 118 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 62 insertions(+), 58 deletions(-)

commit 4bb6179e1230d2e18eb2faa0a313a3f334de52ba
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Wed Nov 14 11:40:12 2007 +0530

    pl translation from Maciej Warnecki <maciekw5@gmail.com>

 po/LINGUAS     |   1 +
 po/emerald.pot |   2 +-
 po/pl.po       | 757 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 759 insertions(+), 1 deletion(-)

commit 8d518ce987e48fceca52824a35903c34691fb49a
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Fri Nov 9 17:23:06 2007 +0530

    fr translation update from Tristan RABLAT <tristan.rablat@gmail.com>

 po/emerald.pot |  2 +-
 po/fr.po       | 22 ++++++++++++----------
 2 files changed, 13 insertions(+), 11 deletions(-)

commit e4f9854d17230aab0a00221383cfb59d17d3be4b
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Mon Nov 5 17:50:05 2007 +0530

    tr translation update from Serdar Soytetir <tulliana@gmail.com>

 po/emerald.pot |  2 +-
 po/tr.po       | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 6544bf5498c80513967755ec50de50b9b6a03942
Author: Kristian Lyngstol <kristian@yoda.lyngstol.net>
Date:   Sun Oct 28 18:03:32 2007 +0100

    Fix coding style

 src/main.c | 8412 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 4206 insertions(+), 4206 deletions(-)

commit b0110a27a40638cb43e2e6fb9fa7a530cda68c80
Author: Robert Noland <rnoland@wombat.acs.internap.com>
Date:   Sat Oct 27 16:59:24 2007 -0400

    Fix typo

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7bd06b066da45e2e05523d6be1dbcbbd232d2f8
Author: Robert Noland <rnoland@2hip.net>
Date:   Fri Oct 26 23:28:53 2007 -0400

    Set closed windows to NULL, Fix segfault.
    
    When a window is closed, set it to NULL and don't try to render it.
    
    Patch is based on a similar patch to gwd by davidr.

 src/main.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 09bcdb8939523861121be120376e158f1a17b4ae
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Tue Oct 23 21:58:28 2007 +0530

    update nb translation

 po/emerald.pot |  2 +-
 po/nb.po       | 11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

commit 52520b8c4b46b03e03d7217613c7a662ab99c362
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sun Oct 21 12:55:12 2007 +0200

    * Bump version to 0.6.99

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d7df07179d998df2bc6e1ba2dd105fe275dd3b2
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Thu Oct 11 23:08:04 2007 +0530

    add new svn repo for gpl themes

 themer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3e4ab5a6639b76bbd552bdb65da09f349f40c5f2
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Thu Oct 11 21:50:14 2007 +0530

    pt_BR update from Emerson R. de Mello <ribmello-compiz@yahoo.com.br>

 po/emerald.pot |   2 +-
 po/pt_BR.po    | 386 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 201 insertions(+), 187 deletions(-)

commit 786620a2832365400dd0ae4a619e4e2fec3e13f7
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Mon Oct 8 22:29:12 2007 +0530

    fr update from Tristan Rablat <tristan.rablat@gmail.com>

 po/emerald.pot |  2 +-
 po/fr.po       | 53 +++++++++++++++++++++++++++++++++++------------------
 2 files changed, 36 insertions(+), 19 deletions(-)

commit 3f6a37d5b303ab0663a5bf87afd5ab7acfa6b180
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Mon Oct 8 22:27:29 2007 +0530

    el translation update from Δημήτρης (djdoo) <jimdusis@yahoo.gr>

 po/el.po       | 11 ++++++-----
 po/emerald.pot |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

commit d90df63197cd3742a3322ba95e071218feced148
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Mon Oct 8 22:26:31 2007 +0530

    ar update from Banxoo <banxoo+ar@gmail.com>

 po/ar.po       | 181 +++++++++++++++++++++++++++++++++++----------------------
 po/emerald.pot |   2 +-
 2 files changed, 113 insertions(+), 70 deletions(-)

commit 3e3cd430d05b8dfb7695f5ea976c6bd5a0d48460
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Sat Oct 6 21:34:54 2007 +0530

    es update from Festor Wailon Dacoba <festor90@gmail.com>

 po/emerald.pot |  2 +-
 po/es.po       | 44 +++++++++++++++++++++++++++-----------------
 2 files changed, 28 insertions(+), 18 deletions(-)

commit b0e257fb9764117f7320e93ccf526f4a557fc040
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Wed Oct 3 14:52:29 2007 +0530

    es translation update from Felipe Sáez <strikesf@gmail.com>

 po/es.po | 60 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 35 insertions(+), 25 deletions(-)

commit 7a40ee99759099122d8d1fdc06ea167cc2a85856
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Wed Oct 3 14:29:50 2007 +0530

    add arabic translations from Banxoo <banxoo+ar@gmail.com>

 po/LINGUAS     |   1 +
 po/ar.po       | 738 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/emerald.pot |   2 +-
 3 files changed, 740 insertions(+), 1 deletion(-)

commit acb599faad0df6ccf81895a5582fffa434cb7572
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Thu Sep 27 21:57:41 2007 +0530

    el update from Jim Dusis (djdoo) <jimdusis@yahoo.gr>

 po/el.po | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

commit 138e0bb6a28e4892f2a7b843d6f0d5a6d7fec30e
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Thu Sep 27 21:56:40 2007 +0530

    ko update from Jeong Seungwon <happyhackinglife@gmail.com>

 po/ko.po | 291 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 155 insertions(+), 136 deletions(-)

commit c9bce2b052f2c3d74bd70c09a3cf68d6b7aa7c03
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Tue Sep 25 11:28:11 2007 +0530

    Turkish translation update from Serdar Soytetir <tulliana@gmail.com>

 po/tr.po | 63 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 40 insertions(+), 23 deletions(-)

commit d45bc81430b8c52d3aea587afdbfc3eed8d437ae
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Sat Sep 22 13:13:45 2007 +0530

    sv translation update from Sebastian Parborg <zedDB@hotmail.com>

 po/emerald.pot |  2 +-
 po/sv.po       | 38 ++++++++++++++++++++++++++++++--------
 2 files changed, 31 insertions(+), 9 deletions(-)

commit 22ce60bcbc5ef5ab8c8d8d70b81071bd0e22da17
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Sat Sep 22 13:12:23 2007 +0530

    nb translation update from Ketil W. Aanensen <ketil.w.aanensen@gmail.com>

 po/emerald.pot |   2 +-
 po/nb.po       | 211 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 122 insertions(+), 91 deletions(-)

commit 19845052be6d097013df0b65768be5f9995ad1ad
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Fri Sep 21 14:03:36 2007 +0530

    Galician translation from Fran Diéguez (GLUG) <fran.dieguez@glug.es>

 po/LINGUAS     |   1 +
 po/emerald.pot |   2 +-
 po/gl.po       | 786 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 788 insertions(+), 1 deletion(-)

commit dd67dfdd22d49bb0a314ed63c9b3b808dac45a5d
Author: Jigish Gohil <cyberorg@prime.(none)>
Date:   Fri Sep 21 14:00:51 2007 +0530

    el translation update from djdoo

 po/el.po       | 30 +++++++++++++++---------------
 po/emerald.pot |  2 +-
 2 files changed, 16 insertions(+), 16 deletions(-)

commit bde19062c44fab883ab369d87d6d37e26b64c422
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Tue Sep 11 11:54:30 2007 +0530

    el translation update from Δημήτρης (djdoo) <jimdusis@yahoo.gr>

 po/el.po       | 18 +++++++++---------
 po/emerald.pot |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 68974f88daf308335854f2f520664dc5faf11d57
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Sun Sep 9 21:55:46 2007 +0530

    it updates by Milo Casagrande <milo_casagrande@yahoo.it>

 po/emerald.pot |   2 +-
 po/it.po       | 565 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 323 insertions(+), 244 deletions(-)

commit 6a5292d7082029cc8aeb050c12005b82eea411c9
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Sat Sep 8 22:37:13 2007 +0530

    - New Bangla translations from মাহদী জামীল (Shafin) <ma
    - Portuguese update from Nicolau Gonçalves and Joel Calado

 po/LINGUAS |   1 +
 po/bn.po   | 781 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/pt.po   | 136 ++++++-----
 3 files changed, 856 insertions(+), 62 deletions(-)

commit 7f71be305490135f69db3ece6ef90a1210748f04
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Wed Sep 5 15:01:05 2007 +0530

    oopsy missed the file

 po/el.po | 788 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 788 insertions(+)

commit 014aa73b5a2d77fa436ce5466c493aa1c74eb0fa
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Wed Sep 5 12:38:27 2007 +0530

    new el translations for emerald from Δημήτρης (djdoo) <jimdusis@yahoo.gr>

 po/LINGUAS     |  1 +
 po/emerald.pot | 19 +++++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit c19a622f365bf069a0e54495fc48bc58a7198307
Author: Roland Baer <roland@Vista.(none)>
Date:   Fri Aug 24 10:36:50 2007 +0300

    Code cleanup, removed unused stuff

 engines/line.c    |  9 +++------
 engines/vrunner.c |  7 +------
 themer/main.c     | 13 +------------
 3 files changed, 5 insertions(+), 24 deletions(-)

commit f91d884f97eb52cfb597a888cd28dccc5d14b894
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Aug 31 10:04:22 2007 +0200

    Turkish translation update from Eren Türkay (<turkay.eren@gmail.com>).

 po/tr.po | 71 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 40 insertions(+), 31 deletions(-)

commit 76d4e666ba99ba2f5a5ec776deaea14f99a8f616
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Aug 29 10:51:54 2007 +0200

    Update German translation.

 po/de.po | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

commit b4fb71831578d1b78fbb2ad22403b8896e7ce901
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Tue Aug 14 15:27:32 2007 +0530

    - Fix LINGUAS
    - Remove sv_SE as it is same as sv

 po/LINGUAS             |  15 +-
 po/{de_DE.po => de.po} |   0
 po/{gu_IN.po => gu.po} |   0
 po/{hu_HU.po => hu.po} |   0
 po/{it_IT.po => it.po} |   0
 po/{nb_NO.po => nb.po} |   0
 po/{sv_FI.po => sv.po} |   0
 po/sv_SE.po            | 777 -------------------------------------------------
 po/{tr_TR.po => tr.po} |   0
 9 files changed, 7 insertions(+), 785 deletions(-)

commit 227267bff9df7f4c66306bd1fee8243cdf991795
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sun Aug 12 22:55:35 2007 +0200

    * Version update

 VERSION | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit bb4e337b6212b8484885c2788b0f104ba64aee5f
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sun Aug 12 22:55:08 2007 +0200

    * Update POTFILES.in

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 9996edf45503bd9efc716b527235da7ab9421250
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat Jul 28 04:04:24 2007 +0200

    * Fix version

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bd162deeeb6c8eb0cb6578d96b7e7d005c370c4c
Merge: 29d7f7b a934f3b
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 21 14:49:49 2007 +0200

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/compcomm/decorators/emerald

commit 29d7f7be1c9167c3770a9d4385cc691117b2a3a7
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 21 14:49:39 2007 +0200

    Fixed resize issues with libwnck >= 2.19.4.

 configure.ac | 7 +++++++
 src/main.c   | 4 ++++
 2 files changed, 11 insertions(+)

commit a934f3bd54ffae96f089e116ef0a111b82bf2df8
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat Jun 9 17:29:05 2007 +0200

    * Fix build against libwnck >= 2.19.3
    Thanks to Saleem Abdulrasool <compnerd (at) compnerd (dot) org>
    for the original GWD patch.

 configure.ac | 7 +++++++
 src/main.c   | 2 ++
 2 files changed, 9 insertions(+)

commit 76e35a355b9074217c572742247e1c32c4ab1d51
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Apr 24 23:23:07 2007 +0200

    fixed build

 include/emerald.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3b480b04ca51826356a83c9d376ace7ed4768c9d
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Apr 6 11:53:56 2007 +0200

    Avoid unnecessary work when only the window position was changed.

 include/emerald.h |  2 ++
 src/main.c        | 14 ++++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 3bfcad771f62a65c0df12c4204f6706699665899
Author: Quinn <quinn@berylinabox.(none)>
Date:   Thu Apr 5 03:43:50 2007 -0400

    fix emerald trying to unref and access invalid memory

 src/main.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 08deba6f8ad7c3add96ae4c05cda12014e368290
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Mon Apr 2 14:57:53 2007 +0200

    make emerald compile for Compiz only

 configure.ac      | 20 +-------------------
 include/emerald.h |  5 -----
 2 files changed, 1 insertion(+), 24 deletions(-)

commit f506da5b8df55999c53c4f9057d0191eaa3f1575
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Mar 27 14:26:20 2007 +0200

    emerald: allow compilation if only Compiz is installed by using a --with-cm=(beryl|compiz) switch (patch by FunkyM)

 configure.ac      | 23 +++++++++++++++++++++--
 include/emerald.h |  5 +++++
 2 files changed, 26 insertions(+), 2 deletions(-)

commit 536ac398279964c45bb23a0d49587a65a1861d55
Author: Danny Baumann <daba@noname.(none)>
Date:   Sat Mar 24 14:24:10 2007 +0100

    emerald: added Compiz blur property support (patch by FunkyM, closes #1808)

 defaults/settings.ini |   1 +
 include/emerald.h     |   6 +++
 src/main.c            | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++
 themer/main.c         |  10 +++++
 4 files changed, 137 insertions(+)

commit 3ae83924661e88c7d6cb2537e5baaa04625db87b
Author: marex <marex@beryl-project.org>
Date:   Fri Mar 23 17:04:18 2007 +0100

    emerald: Fixed shadow now, but its more a hack then a real fix -.-

 engines/line.c | 3 +++
 1 file changed, 3 insertions(+)

commit 7720af0036c58a862ea820044a8ebac7725548df
Author: marex <marex@beryl-project.org>
Date:   Fri Mar 23 16:26:31 2007 +0100

    emerald: Another attemp to fix shadows.. (not fixed yet with borders > 1)

 engines/line.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 5ba5f36f52871d741b4cf6ae8730c72a0c4ca543
Author: marex <marex@beryl-project.org>
Date:   Fri Mar 23 16:09:47 2007 +0100

    emerald: Update to the line engine

 engines/line.c | 130 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 104 insertions(+), 26 deletions(-)

commit c47cfe0d185ec0f186a7f601c89dad107e3d5798
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Fri Mar 23 15:38:19 2007 +0530

    rename fr_FR.po to fr.po

 misc/emerald-theme-manager.desktop |  2 ++
 po/LINGUAS                         |  2 +-
 po/{fr_FR.po => fr.po}             | 27 ++++++++++++++-------------
 3 files changed, 17 insertions(+), 14 deletions(-)

commit cb85a04a448467cad7bb33c58380e0d2ff4035f2
Author: marex <marex@beryl-project.org>
Date:   Thu Mar 22 22:30:46 2007 +0100

    emerald: Cleaned up vrunner engine

 engines/vrunner.c | 458 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 243 insertions(+), 215 deletions(-)

commit d7181b1d643eed166d10ee9f0e7068c125c42cf2
Author: marex <marex@beryl-project.org>
Date:   Thu Mar 22 22:30:22 2007 +0100

    emerald: Just some updates here too

 engines/pixmap.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit e5a1f49fcbad68becaa5dba9507104d32b932b5d
Author: marex <marex@beryl-project.org>
Date:   Thu Mar 22 22:29:26 2007 +0100

    emerald: Some updates for legacy

 engines/legacy.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d09c52cfe7c6a3506dbd798853081e80dba691b3
Author: marex <marex@beryl-project.org>
Date:   Thu Mar 22 20:38:12 2007 +0100

    emerald: Cleaned up trueglass engine

 engines/truglass.c | 376 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 200 insertions(+), 176 deletions(-)

commit 2e9ca9321e93ffdd84b0d8b2aeafbea739dc50f6
Merge: 227ba46 188fa68
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Thu Mar 22 13:50:45 2007 +0530

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/beryl/emerald

commit 188fa68a8f6be4fe4402e5c9ca6d518d3cbd6f70
Author: marex <marex@beryl-project.org>
Date:   Wed Mar 21 20:12:08 2007 +0100

    emerald: Clean up pixmap engine

 engines/pixmap.c | 437 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 229 insertions(+), 208 deletions(-)

commit 271bf981c8402ac558f1db824b04ef2546a9be45
Author: marex <marex@beryl-project.org>
Date:   Wed Mar 21 18:52:00 2007 +0100

    emerald: Cleaned up oxygen engine, changed section identifer => old themes
    need to be updated!

 engines/oxygen.c | 306 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 169 insertions(+), 137 deletions(-)

commit 979e7e4ae2fa75ff70fc5deb7605e3084f456eea
Author: marex <marex@beryl-project.org>
Date:   Wed Mar 21 18:43:56 2007 +0100

    emerald: legacity some further cleanup

 engines/legacy.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 5359a90d014f4cd57f34d9c05bc00965023cddfd
Author: marex <marex@beryl-project.org>
Date:   Wed Mar 21 18:31:40 2007 +0100

    emerald: Moved alpha_color macros into header

 engines/line.c       |  5 -----
 engines/oxygen.c     |  6 +-----
 engines/pixmap.c     |  6 +-----
 engines/truglass.c   |  6 +-----
 engines/vrunner.c    | 11 +----------
 engines/zootreeves.c |  5 +----
 include/emerald.h    | 14 ++++++++++++++
 7 files changed, 19 insertions(+), 34 deletions(-)

commit e4cdec381ae3bf3b0815d979f932b3523fd0b348
Author: marex <marex@beryl-project.org>
Date:   Wed Mar 21 18:22:43 2007 +0100

    emerald: Added own section for line engine

 engines/line.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ddd848cc6600eb4ecf919c85795ab0c54466f8ec
Author: marex <marex@beryl-project.org>
Date:   Wed Mar 21 18:21:54 2007 +0100

    emerald: Cleaned up legacy engine

 engines/legacy.c | 286 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 151 insertions(+), 135 deletions(-)

commit be5d4f9f26f27d9bc5ac9f63cf6e7b1d26194af2
Author: marex <marex@beryl-project.org>
Date:   Wed Mar 21 17:36:37 2007 +0100

    emerald: Line now supports shadows, but its more or aless a bad
    work-a-round and still has some bugs...

 engines/line.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 227ba4685d01a083b8c59e0d128ac1fe7944262b
Merge: 64979c2 0903b5b
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Wed Mar 21 15:38:25 2007 +0530

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/beryl/emerald

commit 0903b5b9d3bb3cbe66db10ef33b6ff7d0000018c
Author: marex <marex@beryl-project.org>
Date:   Tue Mar 20 19:41:52 2007 +0100

    emerald: Added a new engine "line", very basic and milimalistic, provides
    only a simple outline (and a small title bar, if needed)

 engines/Makefile.am |   5 ++
 engines/line.c      | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 185 insertions(+)

commit 64979c21fcde00b201fe7bfa1a2b2df7f9c0d517
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Tue Mar 20 20:08:20 2007 +0530

    translation update

 po/ca.po    |  10 ++--
 po/de_DE.po | 189 ++++++++++++++++++++++++++++++++----------------------------
 2 files changed, 107 insertions(+), 92 deletions(-)

commit 4ae529755389a5afac189b2db6a1a0e58057cab8
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Tue Mar 20 10:44:12 2007 +0100

    emerald:
    - use stretching interface
    - fixed incorrectly set coordinate for cropped decorations

 src/main.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

commit 68a367de965b588b9f0c962d3a10b1ad897a24bb
Author: Alex Heck <nesl247@beryl-project.org>
Date:   Sat Mar 17 19:56:11 2007 -0400

    Added missing files

 engines/legacy_icon.h                  | 158 ++++++++++++++
 engines/oxygen_icon.h                  | 175 +++++++++++++++
 engines/pixmap_icon.h                  | 171 +++++++++++++++
 engines/vrunner_icon.h                 | 374 +++++++++++++++++++++++++++++++++
 include/engine.h                       |  11 +
 include/titlebar.h                     | 150 +++++++++++++
 libengine/emeraldengine.pc.in          |  12 ++
 misc/application-x-emerald-theme.png   | Bin 0 -> 2790 bytes
 misc/emerald-theme-manager.desktop     |  12 ++
 misc/emerald.xml                       |   7 +
 pixmaps/emerald-theme-manager-icon.png | Bin 0 -> 5794 bytes
 11 files changed, 1070 insertions(+)

commit aa3764be991083eb48602fd363cdb867fcaeeddc
Author: nesl247 <nesl247>
Date:   Thu Mar 15 00:02:09 2007 +0000

    Bump version to 0.3.0-svn

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 18068a14761913c4637ed3bc5091e56401100e2c
Author: xplode_me <xplode_me>
Date:   Sun Mar 11 22:58:58 2007 +0000

    Moving pt_PT into pt as cyberorg correctly suggested some time ago.

 po/LINGUAS             | 2 +-
 po/{pt_PT.po => pt.po} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 11bec99938b186bfd0b84649f76a5dfc6f3e04d6
Author: cyberorg <cyberorg>
Date:   Fri Mar 2 06:26:50 2007 +0000

    l10n updates

 po/LINGUAS             |  4 ++--
 po/{es_ES.po => es.po} | 12 +++++-------
 po/ja.po               | 18 ++++++++++++------
 po/{ko_KR.po => ko.po} |  0
 4 files changed, 19 insertions(+), 15 deletions(-)

commit 35aec0678baae805766864cac412dd46d8ec1479
Author: cyberorg <cyberorg>
Date:   Fri Feb 23 12:18:10 2007 +0000

    themer: fix typo

 themer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc977dcaffdfad600dc0e172910ec6513cc0209d
Author: cyberorg <cyberorg>
Date:   Thu Feb 22 06:35:48 2007 +0000

    l10n updates

 po/zh_CN.po | 318 ++++++++++++++++++++++++++----------------------
 po/zh_HK.po | 399 ++++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 399 ++++++++++++++++++++++++++++++++----------------------------
 3 files changed, 590 insertions(+), 526 deletions(-)

commit 9c3a90758cba60443a703400380e96e93ea23b35
Author: quinn <quinn>
Date:   Wed Feb 21 01:49:41 2007 +0000

    fix emerald button drawing (hopefully completely)

 src/main.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 35809afd3c89a131c57a504920b5a3debb999137
Author: cyberorg <cyberorg>
Date:   Tue Feb 20 07:36:12 2007 +0000

    AUTHORS: corrected format

 AUTHORS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 59b3e997b1e76bbc784881062ea94b28a19e7b10
Author: cyberorg <cyberorg>
Date:   Tue Feb 20 07:19:35 2007 +0000

    Add translators to AUTHORS, could plugin devs put themselves in
    plugins/AUTHORS

 AUTHORS | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 152 insertions(+)

commit 99c82183e8bc044946de53481e1b72f39221391b
Author: cyberorg <cyberorg>
Date:   Mon Feb 19 09:39:02 2007 +0000

    translation updates

 po/LINGUAS             | 2 +-
 po/{ja_JP.po => ja.po} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit c8fd7536e3be1c1436835398d451a8de23a4652b
Author: cyberorg <cyberorg>
Date:   Thu Feb 8 08:01:12 2007 +0000

    Translations update: closes #1200 #1201 #1203 #1203 #1204 #1216 #1217
    #1220 #1223

 po/LINGUAS             |  2 +-
 po/{ca_ES.po => ca.po} | 35 ++++++++++++-----------------------
 2 files changed, 13 insertions(+), 24 deletions(-)

commit 4cd0261198c665950f87faf7db023f50e1b2426b
Author: onestone <onestone>
Date:   Tue Feb 6 23:37:24 2007 +0000

    emerald: multiscreen fix

 src/main.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 7ac47ff0d2a1947a83afac8e5dfc52d34e32842a
Author: onestone <onestone>
Date:   Tue Feb 6 22:50:06 2007 +0000

    emerald: support for different screens

 src/main.c | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 46ac02da14c6acbafd4d986556024d02d8d7dbe9
Author: maniac <maniac>
Date:   Mon Feb 5 17:43:03 2007 +0000

    emerald: fixed decorations not being updated after a window state change (e.g. maximize) - closes #1169

 src/main.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit df66b0d55550160d6e88880eaf6d78a5dd1bebfa
Author: maniac <maniac>
Date:   Mon Feb 5 13:46:45 2007 +0000

    emerald: a few optimizations
    - there's no need that we get the maximize state X atoms (libwnck does this for us)
    - update window decoration size if the window state changes

 src/main.c | 79 ++++++++++++++------------------------------------------------
 1 file changed, 18 insertions(+), 61 deletions(-)

commit 033d57cbc278371b7a5165c89124611d6af73b54
Author: cyberorg <cyberorg>
Date:   Mon Feb 5 12:27:37 2007 +0000

    l10n updates: closes #1121 #1148 #1149 #1150 #1152 #1153 #1155 #1170
    #1171 #1172 #1184 #1185 #1186 #1187 #1188 #1189 #1190 #1191

 po/en_GB.po | 52 +++++++++++++++++++++-----------------
 po/hu_HU.po | 37 +++++++++++----------------
 po/it_IT.po | 84 ++++++++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 100 insertions(+), 73 deletions(-)

commit 3382225c6e17923f0357c8b694090618275daec0
Author: quinn <quinn>
Date:   Fri Feb 2 03:50:51 2007 +0000

    emerald in trunk: revert unneeded changes

 include/emerald.h |  1 -
 src/main.c        | 53 ++++++++++++++++++++++++++++++++---------------------
 2 files changed, 32 insertions(+), 22 deletions(-)

commit c5d1a509852048aa39d46790874ce9b103f81eba
Author: quinn <quinn>
Date:   Fri Feb 2 00:54:46 2007 +0000

    this is what happens when you don't chekc your commits

 include/emerald.h | 1 +
 1 file changed, 1 insertion(+)

commit 02d13cf2fb7c11fe982896d5bce99901f0438863
Author: quinn <quinn>
Date:   Thu Feb 1 22:35:09 2007 +0000

    emerald:
    * fix button drawing!

 src/main.c | 118 ++++++++++++-------------------------------------------------
 1 file changed, 22 insertions(+), 96 deletions(-)

commit cdf8288faea4038fd20948fd3f101f756d523ec4
Author: maniac <maniac>
Date:   Tue Jan 30 15:51:31 2007 +0000

    emerald: ellipsize switcher text correctly

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a6457a2184c199c2e0fbcd85a4cd1589ec584f16
Author: cyberorg <cyberorg>
Date:   Tue Jan 30 14:35:10 2007 +0000

    Translations Update and spanish folks can now start hacking.
    closes #779 #834 #835 #841 #842 #877 #878 #879 #883 #968 #1024 #1025
    #1026 #1027 #1028 #1029 #1030 #1031 #1033 phew...

 po/LINGUAS |   1 +
 po/cs.po   | 754 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/nl.po   |  42 ++--
 3 files changed, 776 insertions(+), 21 deletions(-)

commit b0fa15e4720df22b3b818109cde45d894d5da702
Author: quinn <quinn>
Date:   Tue Jan 30 05:11:13 2007 +0000

    stupid me.

 src/main.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 2206751a503f1f3b6d6f8b66ef88cc0f25eacc7b
Author: quinn <quinn>
Date:   Tue Jan 30 05:08:34 2007 +0000

    emerald:
    * remove debugging printf
    * previous & this rev closes 1022

 src/main.c | 1 -
 1 file changed, 1 deletion(-)

commit 6d6815715fda6aef8f92734f15a787d08f6e1c52
Author: quinn <quinn>
Date:   Tue Jan 30 05:07:39 2007 +0000

    fix obnoxious drawing bug caused by bug in obscurely coded function to convert from one sort of button info to another (getting the b_t for a given b, oddly the reverse of that function worked fine, and was coded more cleanly)

 src/main.c | 71 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

commit c1e9fbbda92465bfacc87ea4a258b48af7a07210
Author: quinn <quinn>
Date:   Tue Jan 30 04:23:43 2007 +0000

    emerald:
    * un-revert, seems the bug is elsewhere...
    * still, this process did not get discussed on the ML...

 configure.ac      |   4 +-
 include/emerald.h |  52 +----
 src/main.c        | 637 ++++++++----------------------------------------------
 3 files changed, 94 insertions(+), 599 deletions(-)

commit 5b0f6d22e5cb75c29cb77f1bb7dc4562b47501a4
Author: quinn <quinn>
Date:   Tue Jan 30 04:12:18 2007 +0000

    hopefully cleanly revert emerald in trunk to pre-libdecoration code

 configure.ac      |   4 +-
 include/emerald.h |  52 ++++-
 src/main.c        | 637 ++++++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 599 insertions(+), 94 deletions(-)

commit 871e1542f347afe5b083e0f3845e8982b02a3280
Author: onestone <onestone>
Date:   Mon Jan 29 16:30:02 2007 +0000

    emeral: fixed libberyldecoration linking for prefix installations

 configure.ac      | 4 ++--
 include/emerald.h | 2 +-
 src/Makefile.am   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 26e71b1c539a3b5480b229893b442df533e7a77d
Author: maniac <maniac>
Date:   Mon Jan 29 10:44:51 2007 +0000

    emerald: use more functions from libberyldecoration

 src/main.c | 273 +++++++------------------------------------------------------
 1 file changed, 31 insertions(+), 242 deletions(-)

commit 5456523ef8d7048481adc7210c50287ea8b3f609
Author: maniac <maniac>
Date:   Mon Jan 29 09:11:05 2007 +0000

    emerald: fixed shadow drawing (stupid typo)

 src/main.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d5bab792a1f9872ef390095f095549582b342f79
Author: maniac <maniac>
Date:   Mon Jan 29 08:48:14 2007 +0000

    beryl-core:
    - added decor_apply_gravity function to libberyldecoration
    beryl-plugins:
    - made decoration plugin use libberyldecoration
    emerald:
    - beginning of the long and painful process of making emerald use libberyldecoration, step 1: decoration properties and quads

 configure.ac      |   2 +
 include/emerald.h |  52 +-------
 src/Makefile.am   |   2 +-
 src/main.c        | 364 +++++++++---------------------------------------------
 4 files changed, 63 insertions(+), 357 deletions(-)

commit 1ffaf63ab7ba5cd4f79f23f612247a00a22e85f4
Author: quinn <quinn>
Date:   Fri Jan 26 16:58:40 2007 +0000

    just disable any cropping on horz/vert only maximize to fix visual bugs in emerald, cropping still works for full max

 src/main.c | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

commit 48b250bbd11a6a3fa50c2f5497cf15bc61f14f4d
Author: racarr <racarr>
Date:   Wed Jan 24 11:27:58 2007 +0000

    Make Beryl_Default red new default theme, I think

 defaults/theme/buttons.close.png   | Bin 2667 -> 956 bytes
 defaults/theme/buttons.max.png     | Bin 2528 -> 858 bytes
 defaults/theme/buttons.min.png     | Bin 2548 -> 736 bytes
 defaults/theme/buttons.restore.png | Bin 2572 -> 944 bytes
 defaults/theme/theme.ini           | 474 ++++++++++++++++++-------------------
 5 files changed, 237 insertions(+), 237 deletions(-)

commit 6e731f6b798629ac9fe152a26abf8f6c5067a892
Author: cornelius <cornelius>
Date:   Mon Jan 22 14:12:19 2007 +0000

    emerald: Fix cairo_rectangle usage. Closes #608.

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 18f93410653773283ff345e377c109a543005053
Author: lupine <lupine>
Date:   Sun Jan 21 07:02:38 2007 +0000

    Fix for #546

 misc/emerald.mime | 2 ++
 1 file changed, 2 insertions(+)

commit 837ab5fe58cfe00d40aad4aa55a784ea160fa4c2
Author: maniac <maniac>
Date:   Thu Jan 18 12:50:08 2007 +0000

    emerald: use PANGO_SCALE as scaling for pango_layout_set_width, not an arbitrary value

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 92e7396c17faff33f6c447216751aa915be1443d
Author: playerX <playerX>
Date:   Thu Jan 18 01:38:09 2007 +0000

    Post-release version changes.

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7b611dabf5e90a97865eb4eca972c3779d27edc5
Author: maniac <maniac>
Date:   Tue Jan 16 11:19:57 2007 +0000

    emerald: don't show "untitled window" as title for windows without titles, closes #817

 src/main.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit 523a902869495462e697bdc31a58abddf99ce780
Author: quinn <quinn>
Date:   Sat Jan 13 20:05:26 2007 +0000

    emerald:
    * fix some pixmap leaks, closes #164 (I hope)

 src/main.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit ca1a0edea80ac0aa84446150bda99f2e7b72ada1
Author: quinn <quinn>
Date:   Sat Jan 13 03:28:50 2007 +0000

    more (slightly hackish) fixes to emerald, might be slightly less optimized, but the optimizations were broken

 src/main.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d4389df7149884b4a41f17f2fe2eb85389281c6c
Author: quinn <quinn>
Date:   Sat Jan 13 03:20:24 2007 +0000

    first try at fixing emerald bug, try it out guys

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ea07af7939ffff9c8de361c882ec5d78d4e2ddcc
Author: cyberorg <cyberorg>
Date:   Fri Jan 12 06:20:24 2007 +0000

    Dutch updates: closes #754 #755 #757 #758 #759

 po/nl.po | 86 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 42 deletions(-)

commit a1fd36e62ab0175f91d36ab89105c867ab3acf64
Author: cyberorg <cyberorg>
Date:   Wed Jan 10 13:17:26 2007 +0000

    Translations updates: closes #659 #660 #661 #668 #669 #670 #671 #672
    #711 #712 #738

 po/LINGUAS |   1 +
 po/nl.po   | 756 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 757 insertions(+)

commit c4d5bca4682e53f617acbec2026474d13a5cea46
Author: cyberorg <cyberorg>
Date:   Sun Dec 31 11:44:11 2006 +0000

    l10n update- huge

 po/ca_ES.po    |   31 +-
 po/de_DE.po    |   18 +-
 po/emerald.pot |    6 +-
 po/en_GB.po    |  314 +++++----------
 po/es_AR.po    |  331 +++++-----------
 po/es_ES.po    |   15 +-
 po/fr_FR.po    |    2 +-
 po/gu_IN.po    | 1167 +++++++++++++++++++++++++-------------------------------
 po/hu_HU.po    |   34 +-
 po/it_IT.po    | 1153 ++++++++++++++++++++++++++-----------------------------
 po/ja_JP.po    |   12 +-
 po/ko_KR.po    |   16 +-
 po/nb_NO.po    |    8 +-
 po/pt_BR.po    |   83 +++-
 po/pt_PT.po    |   34 +-
 po/sv_FI.po    |   17 +-
 po/sv_SE.po    |   17 +-
 po/tr_TR.po    |  317 +++++----------
 po/zh_CN.po    |  952 ++++++++++++++++++++-------------------------
 po/zh_HK.po    |  952 ++++++++++++++++++++-------------------------
 po/zh_TW.po    |  952 ++++++++++++++++++++-------------------------
 21 files changed, 2785 insertions(+), 3646 deletions(-)

commit 5c336c102054f518d22dc1b90b70afba73de27c6
Author: lupine <lupine>
Date:   Fri Dec 29 10:43:10 2006 +0000

    yet more license fixes

 libengine/emerald.c | 19 +++++++++++++++++++
 libengine/themer.c  | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)

commit b752d12646233e005e1760777e2d9a7783627fb9
Author: lupine <lupine>
Date:   Fri Dec 29 10:40:12 2006 +0000

    Fix licenses!

 src/engine_loader.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c          | 19 ++++++++++
 2 files changed, 118 insertions(+)

commit bc7647ed9cc568df9f3406a928619bc16180938d
Author: racarr <racarr>
Date:   Thu Dec 28 14:29:56 2006 +0000

    Improve performance of drawing switcher background by triggering fast cairo_clip code

 src/main.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit fc07154f46e9bc68f82c329f3946e98bda127fa7
Author: cyberorg <cyberorg>
Date:   Thu Dec 28 06:48:57 2006 +0000

    New and updates to translations closes #538 #539 #548 #562 #563

 po/hu_HU.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 90304f9f6c459830c03b5867580dfb7cc592ef6f
Author: guillaume <guillaume>
Date:   Tue Dec 26 20:39:00 2006 +0000

    trunk: updating VERSION to 0.1.5-svn to avoid confusion

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 41a68312c3d08503ed25f5b8c6e2b200852e32c0
Author: guillaume <guillaume>
Date:   Tue Dec 26 15:16:24 2006 +0000

    trunk: updated VERSION to 0.1.5

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 37c8caa17fceec22cb7c0bea5be2a43a3e032166
Author: racarr <racarr>
Date:   Sat Dec 23 08:13:28 2006 +0000

    Indent script

 src/main.c | 10768 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 5349 insertions(+), 5419 deletions(-)

commit 1cda8de34ece86a413d39c81e56eb2e9f0c343b8
Author: cyberorg <cyberorg>
Date:   Fri Dec 22 15:44:36 2006 +0000

    Mandatory translation updates, added opacify plugin for translation
    closes #464 #465 #466 #467 #479 #471 #480 #481

 po/pt_PT.po | 1253 +++++++++++++++++++++++++----------------------------------
 1 file changed, 533 insertions(+), 720 deletions(-)

commit bce56d49b85decbb4062f7e4ab840f2a53d9e713
Author: cyberorg <cyberorg>
Date:   Thu Dec 21 06:57:16 2006 +0000

    Update french translations from Gozer closes #409

 po/fr_FR.po | 59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

commit a374b5ee8c97a162aae56d1a2c36be6cc9d6dc6e
Author: cyberorg <cyberorg>
Date:   Thu Dec 21 06:30:42 2006 +0000

    Translations updates closes #152 finally!! thanks alephlg

 po/hu_HU.po | 365 ++++++++++++++++++++----------------------------------------
 1 file changed, 120 insertions(+), 245 deletions(-)

commit c35bd95210e15a9ca8b7fac1ad86a730248831ee
Author: onestone <onestone>
Date:   Tue Dec 19 21:02:39 2006 +0000

    all: version update and build system fixes

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc68bde39339749c22a174daed762aaa5741c326
Author: cyberorg <cyberorg>
Date:   Tue Dec 19 06:44:35 2006 +0000

    Translations update and add aquamarine pot to l10n website

 po/ca_ES.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 50ef4bce995da41c3f6dffc990c853e6450bb21f
Author: cyberorg <cyberorg>
Date:   Sun Dec 17 09:57:45 2006 +0000

    translation updates closes #357 #360

 po/LINGUAS  |   1 +
 po/de_DE.po | 755 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 756 insertions(+)

commit 5f627ffc89f62ccdb39ed438a7003dd18caa06cc
Author: quinn <quinn>
Date:   Fri Dec 15 05:34:03 2006 +0000

    apply patch, closes #304

 src/main.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit e68221b32106873b517de44497f53b7b93c10e9d
Author: kristian <kristian>
Date:   Wed Dec 13 18:14:56 2006 +0000

    Remove extra debuging messages. Only break out of update_window_decoration_actions() loop
    if it doesn't return Succcess (or no more data is available).

 src/main.c | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

commit dd1d6783fa55a5c9966167bb5bb18aad87e61387
Author: test-tools <test-tools>
Date:   Wed Dec 13 09:56:00 2006 +0000

    emerald: Fixed "noname" issue for some people

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 10c8fbc19b884105dea91b3efab87166501cc619
Author: cyberorg <cyberorg>
Date:   Wed Dec 13 05:59:00 2006 +0000

    Distro specific suse specs and translations updates, sorry for the huge
    commit

 po/LINGUAS  |   1 +
 po/nb_NO.po | 753 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 754 insertions(+)

commit ea75532d3c1c96bc0297b87c034fbffafb6710d5
Author: test-tools <test-tools>
Date:   Tue Dec 12 13:42:11 2006 +0000

    emerald: Again #295

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit faac2e753c504fbbb8aa7a1e983a0d3f781210cf
Author: test-tools <test-tools>
Date:   Tue Dec 12 12:02:18 2006 +0000

    emerald: Quick fix for #295

 src/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit bf1da428ddef7f02b7b25515d97a8cd550a25915
Author: nigel <nigel>
Date:   Tue Dec 12 08:49:41 2006 +0000

    emerald: Display window name when XGetWindowProperty fails, as requested by xsacha.

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 36c267b2f0186a4c2755f722b848e7e1abf9a021
Author: maniac <maniac>
Date:   Tue Dec 12 07:24:01 2006 +0000

    emerald: fix application icon drawing

 src/main.c | 1 +
 1 file changed, 1 insertion(+)

commit d850dd4f1ba7f3b84c7a6d7fb22b1e336671ef73
Author: quinn <quinn>
Date:   Mon Dec 11 17:32:16 2006 +0000

    merge patch, closes #272

 src/main.c | 1517 +++++++++++++++++++++++-------------------------------------
 1 file changed, 567 insertions(+), 950 deletions(-)

commit ce45b01a2c4b8d4f076cd469960fad744ebb4c9a
Author: cyberorg <cyberorg>
Date:   Mon Dec 11 12:47:38 2006 +0000

    Translations updates closes #210 #219 #220 #221 #241 #255 #256 #257 #274

 po/ca_ES.po | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 po/es_ES.po |  6 ------
 2 files changed, 54 insertions(+), 7 deletions(-)

commit ab6c231c685d05829c27774493fac80527d7ba14
Author: kristian <kristian>
Date:   Mon Dec 11 11:02:56 2006 +0000

    Another attempt at #161. Reset data to NULL in attempt to avoid
    XFree() an older (previously XFree'd) value on error.

 src/main.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 6b86ea93780eb79af450138e28a1ec4ca4984e92
Author: quinn <quinn>
Date:   Sun Dec 10 06:34:04 2006 +0000

    emerald:
    -fix reload issue
    emerald-themer:
    -minor cosmetic rearrangement to get more horiz. space

 src/main.c    |   2 +-
 themer/main.c | 100 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 54 insertions(+), 48 deletions(-)

commit 3468d5a37274d7ac9c42efcd642fd8bc8a8d2b40
Author: test-tools <test-tools>
Date:   Sat Dec 9 21:04:31 2006 +0000

    emerald: Fixed reload of settings, when emerald was invoked with anothername, e.g. x-window-deocorator.
    Related to #119.
    Prerequiste for #120

 libengine/themer.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++-----
 src/main.c         | 12 ++++++++--
 2 files changed, 70 insertions(+), 8 deletions(-)

commit 8ed9e3462096638a13db8bd165431cdd8461dde9
Author: cyberorg <cyberorg>
Date:   Thu Dec 7 11:29:46 2006 +0000

    Translation updates closes #144 #91 #127 #183 #184

 po/pt_BR.po | 1217 ++++++++++++++++++++++++-----------------------------------
 po/sv_FI.po |  115 +++---
 po/sv_SE.po |  115 +++---
 3 files changed, 629 insertions(+), 818 deletions(-)

commit a11cff41f49722b03fc1bbb5f83c0f0680d0b889
Author: cyberorg <cyberorg>
Date:   Wed Dec 6 06:44:19 2006 +0000

    update es_ES and pt_BR translations closes #122 #123 #124 #125

 po/es_ES.po | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 77 insertions(+), 10 deletions(-)

commit 6273d4569b6a16e2218c5f5ba51e667011fd284b
Author: kristian <kristian>
Date:   Tue Dec 5 14:17:22 2006 +0000

    Add error testing in update_window_decoration_actions. Closes #161 .

 src/main.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit e15b84df48c7f93e9c110a58dac7ebdd1ceb1882
Author: cyberorg <cyberorg>
Date:   Mon Dec 4 11:26:31 2006 +0000

    emerald: add ja_JP translation

 po/ja_JP.po | 762 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 762 insertions(+)

commit 223af5d4803841f90154166c6522aadf8aee7a4f
Author: cyberorg <cyberorg>
Date:   Mon Dec 4 11:08:16 2006 +0000

    Update japanese translations from S Sato closes #126

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 171eab0e37c498ff3dd2497e9e13ffecd20901a9
Author: cyberorg <cyberorg>
Date:   Sun Dec 3 08:58:51 2006 +0000

    apply Korean translation updates closes #111 #112 #113

 po/ko_KR.po | 95 ++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 56 insertions(+), 39 deletions(-)

commit 12b7e0926510bf89fe79cbe2e469fbe70729d399
Author: reggaemanu <reggaemanu>
Date:   Sun Dec 3 00:14:13 2006 +0000

    emerald: re-update .pot file and fr_FR translation according to previous commit

 po/emerald.pot | 5 ++++-
 po/fr_FR.po    | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 81cf5dfaddc0150120af44cd7c85af086066dc8e
Author: reggaemanu <reggaemanu>
Date:   Sun Dec 3 00:13:37 2006 +0000

    emerald: oops, another missing string

 src/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 51030996bac5bffa5ce4750c12cc58504bbfe85b
Author: reggaemanu <reggaemanu>
Date:   Sun Dec 3 00:10:34 2006 +0000

    update all .pot files

 po/ChangeLog   |  2 +-
 po/emerald.pot | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 51 insertions(+), 2 deletions(-)

commit 9adac8483015df22dd672602c6d9b3684827c190
Author: reggaemanu <reggaemanu>
Date:   Sat Dec 2 23:55:21 2006 +0000

    update all fr_FR tranlations

 po/ChangeLog |    3 +
 po/fr_FR.po  | 1177 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 543 insertions(+), 637 deletions(-)

commit 3eb1a1ae40af0c08e4e008604959ec1a969077d0
Author: reggaemanu <reggaemanu>
Date:   Sat Dec 2 23:42:05 2006 +0000

    core, settings & emerald: make some missing strings translatable
    plugins: fix a minor problem with state translation

 libengine/themer.c | 2 +-
 po/POTFILES.in     | 2 ++
 src/main.c         | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 5f007f6a050227c97b8fb0a930096ead5e985ddf
Author: cyberorg <cyberorg>
Date:   Sat Dec 2 09:43:16 2006 +0000

    oops, missed the po files

 po/ca_ES.po | 708 ++++++++++++++++++++++++++++++++++++++++++++++++
 po/gu_IN.po | 871 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1579 insertions(+)

commit 943ca2834e03280a85487c6bfc5c86c8a4906450
Author: cyberorg <cyberorg>
Date:   Sat Dec 2 08:18:58 2006 +0000

    beryl-plugin, manager, settings, emerald: add Gujarati translation by
    Harshal an ca_ES improvements by Toni Cuñat

 po/LINGUAS | 2 ++
 1 file changed, 2 insertions(+)

commit 07b5fc7888c4fe83692bba2d35f234c98bde25f8
Author: quinn <quinn>
Date:   Mon Nov 27 06:26:27 2006 +0000

    emerald doesn't require beryl to compile`

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit 5b702b895d33225920a7ddcfc5a9f1a9be99951a
Author: cyberorg <cyberorg>
Date:   Fri Nov 24 13:25:43 2006 +0000

    add hungarian translations after some fixes and Oberonking's missing
    translation in emerald

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 17708717968e0dc1a0475f1eb4bb2b3cb21c7208
Author: cyberorg <cyberorg>
Date:   Thu Nov 23 14:13:36 2006 +0000

    translation updates closes #1066 #1067 #1068 #1069 #1070
    closes #1100 #1101 #1020

 po/es_ES.po |   48 ++-
 po/sv_FI.po | 1186 ++++++++++++++++++++++++++---------------------------------
 po/sv_SE.po | 1186 ++++++++++++++++++++++++++---------------------------------
 3 files changed, 1075 insertions(+), 1345 deletions(-)

commit 53dc098dbf484eb32ef1dbf53aa23c1618da710b
Author: cyberorg <cyberorg>
Date:   Tue Nov 21 15:21:21 2006 +0000

    emerald: add es_AR from oberonkink closes #1064

 po/es_AR.po | 886 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 886 insertions(+)

commit a92bf15bdaea552300064a1f6e8c0648151cb8e1
Author: cyberorg <cyberorg>
Date:   Mon Nov 20 06:28:56 2006 +0000

    updates to es and ko translations closes #1016 #1017 #1018 #1019 #1020
    closes #1025 #1026

 po/es_ES.po | 264 +++++++++++-------------------------------------------------
 1 file changed, 46 insertions(+), 218 deletions(-)

commit b7784feb79238078d47dd756b25cf65c187b3129
Author: quinn <quinn>
Date:   Sat Nov 18 16:22:06 2006 +0000

    update pot's
    fix bug in update-l10n-stats

 po/emerald.pot | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit fa0f3a44697ec2ef915a5f5e3f65257afbda3eeb
Author: cyberorg <cyberorg>
Date:   Sat Nov 18 13:18:03 2006 +0000

    all packages: add and update translations closes #974 #938 #963
    #992 #1009 #1010 #1011 #1012 #1013

 po/ko_KR.po | 271 ++++++++++++------------------------------------------------
 1 file changed, 51 insertions(+), 220 deletions(-)

commit 038a546277ecf0af9ffb645685dd680d605555f0
Author: cyberorg <cyberorg>
Date:   Fri Nov 17 11:13:44 2006 +0000

    emerald: added emerald.pot

 po/emerald.pot | 661 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 661 insertions(+)

commit cbc5da7d29e57adfc2fd6b30464d94de101fcc42
Author: test-tools <test-tools>
Date:   Thu Nov 16 09:29:07 2006 +0000

    emerald: Commented out unused variable stuff

 engines/zootreeves.c | 8 ++++----
 src/main.c           | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

commit c0879797151f21d8e45067898ae8ee2bf536ff5c
Author: reggaemanu <reggaemanu>
Date:   Wed Nov 15 15:22:25 2006 +0000

    Include VERSION files in make dist targets, closes #896

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 523ee42eba258062859254e59ea85ac2756fbdce
Author: cyberorg <cyberorg>
Date:   Wed Nov 15 14:19:12 2006 +0000

    themer: fix the svnpath for sure

 themer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6f5668733fe609a868c0b3c936db79834713aae1
Author: cyberorg <cyberorg>
Date:   Wed Nov 15 14:12:55 2006 +0000

    themer: fix svn path

 themer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b21f67c6ddf3e7f944378d9699787e83930f7693
Author: cyberorg <cyberorg>
Date:   Wed Nov 15 13:58:38 2006 +0000

    core, settings, plugins, emerald, manager: translation updates

 po/LINGUAS  |    1 +
 po/es_ES.po | 1376 +++++++++++++++++++++++++++++------------------------------
 po/hu_HU.po |  885 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 1568 insertions(+), 694 deletions(-)

commit 2e1e479300e52380aa74ee8f204c7827dc4fa090
Author: amaranth <amaranth>
Date:   Sun Nov 12 15:56:38 2006 +0000

    clean up heliodor control file, make 'make debs' build heliodor, depend
    on automake 1.9 in all build systems

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bdcca74edc63e93ae5d0e9fa90a87696360bdf63
Author: reggaemanu <reggaemanu>
Date:   Thu Nov 9 21:00:12 2006 +0000

    emerald: avoid theme exportation to include suffixed ~ backup files

 themer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9b3c9095d3f658563b821d5be11df2265fe72ae
Author: test-tools <test-tools>
Date:   Wed Nov 8 11:23:42 2006 +0000

    Fixes pkg-config not found problems, makes it possible to --prefix=/opt/beryl
    Closes #762

 configure.ac | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 93c239daedf54c5bfb9d17233aea6d29416cf9f1
Author: ixce <ixce>
Date:   Tue Nov 7 23:53:10 2006 +0000

    * Bump trunk version to 0.1.3

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1a9c1744f1012ad38e4ba3a4dd9e1f16175a455b
Author: reggaemanu <reggaemanu>
Date:   Tue Nov 7 21:57:09 2006 +0000

    all: revert 1059 + cleanup

 configure.ac | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 90d12e021acb263004474b93a64df14ad93feb66
Author: amaranth <amaranth>
Date:   Tue Nov 7 00:49:01 2006 +0000

    require automake 1.9 in everything

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 83f5c612aee92b744686daa34c30553002c25a2a
Author: cornelius <cornelius>
Date:   Sun Nov 5 14:35:54 2006 +0000

    emerald: Added missing lines to tr_TR.po

 po/tr_TR.po | 8 ++++++++
 1 file changed, 8 insertions(+)

commit a0e6b9084f4f1785105656e432388e5878af8007
Author: cyberorg <cyberorg>
Date:   Sun Nov 5 08:00:52 2006 +0000

    bs and bp: Attn: Translators- new translation mechanism
    - could someone varify if everything is alright
    - This is a initial commit, may change in near future

 README | 3 +++
 1 file changed, 3 insertions(+)

commit cf26b93e9f999118aed94490c4011faf79d9c791
Author: cyberorg <cyberorg>
Date:   Sun Nov 5 05:58:15 2006 +0000

    Makevars: change bug report link

 po/Makevars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 61c64b34757623e3b150b09d715b621bbeeb8afa
Author: cyberorg <cyberorg>
Date:   Sun Nov 5 05:54:23 2006 +0000

    emerald & beryl-manager :add Makevar

 po/Makevars | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit 2f85879746f19356b63f30dd58d0f6a8f88c2c49
Author: reggaemanu <reggaemanu>
Date:   Sat Nov 4 20:44:22 2006 +0000

    emerald: fixed tr_TR.po

 po/tr_TR.po | 8 --------
 1 file changed, 8 deletions(-)

commit 110fe9da4fa32cb9258ffb7777bc4219e95ba748
Author: cornelius <cornelius>
Date:   Sat Nov 4 16:08:58 2006 +0000

    emerald: tr_TR.po updated for v0.1.2.

 po/tr_TR.po | 1349 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 673 insertions(+), 676 deletions(-)

commit f2123225d1b10ff6abc0378e41a5a0e04be0c5c1
Author: reggaemanu <reggaemanu>
Date:   Tue Oct 31 23:52:14 2006 +0000

    Fixes for make dist-check:
    - fix errors with version
    - fix makefile for all pixmap dirs
    - add missing headers
    - add all missing po/ChangeLog files (still have to be populated)
    - remove default install in /usr
    - some others little fixes
    
    (still two problems : one with mesa, and one with 'make uninstall' for emerald-themes)

 Makefile.am                | 10 ++++++++++
 configure.ac               | 12 +++++-------
 defaults/theme/Makefile.am | 19 ++++++++++++++++++-
 engines/Makefile.am        | 14 +++++++-------
 misc/Makefile.am           |  6 +++++-
 po/ChangeLog               |  0
 themer/Makefile.am         |  2 +-
 7 files changed, 46 insertions(+), 17 deletions(-)

commit 090a26d1626605d51a57fe5f65e4dd38263dd496
Author: profox <profox>
Date:   Mon Oct 30 18:26:37 2006 +0000

    Improved the previous fix, definately closes #138
    (smaller, and without all hardcoded values)

 src/main.c | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

commit b3d1505d11362679c0c6a899fefe8c16b99d8c74
Author: profox <profox>
Date:   Mon Oct 30 17:55:58 2006 +0000

    Using Pango Ellipsize now to make the text _always_ fit in Switcher, no matter how big it is (Closes
    #138)
    NOTE: Hardcoded some values for d->width, maybe you guys know a better way? (eventhough these values
    should always be the same, so it's no real problem)

 src/main.c | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

commit 832e279d285d36f08718d8843ce6f743b4d84cc3
Author: reggaemanu <reggaemanu>
Date:   Fri Oct 27 03:53:32 2006 +0000

    emerald: this time that's fine...sorry -_-

commit 696456458932063215ec8a69c91cbd1faeab3019
Author: reggaemanu <reggaemanu>
Date:   Fri Oct 27 03:49:24 2006 +0000

    emerald: correct wrong name for truglass engine icon

 engines/truglass.c      |   2 +-
 engines/truglass_icon.h | 219 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 220 insertions(+), 1 deletion(-)

commit d25bb60b7791c038da202636e4c7efe9fda27f96
Author: cyberorg <cyberorg>
Date:   Thu Oct 26 11:26:52 2006 +0000

    themer: remove g_free(themecache)

 themer/main.c | 1 -
 1 file changed, 1 deletion(-)

commit aebc84ba01e50455faa7994999a9484a00e701b6
Author: cyberorg <cyberorg>
Date:   Wed Oct 25 08:32:07 2006 +0000

    emerald: translation renamed

 po/{pt_BR.2.po => pt_BR.po} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 1d56f47539707a99bd6bd1e9086542270e55e077
Author: cyberorg <cyberorg>
Date:   Wed Oct 25 07:38:37 2006 +0000

    emerald and Beryl settings: pt_BR translations from dudacea closes #638

 po/LINGUAS    |   1 +
 po/pt_BR.2.po | 949 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 950 insertions(+)

commit d3ccb7bf4b21c241e8de830b784f3268ffcdf7d0
Author: cyberorg <cyberorg>
Date:   Tue Oct 24 12:28:34 2006 +0000

    emerald: en_GB translation by bruce89 closes #614

 po/LINGUAS  |   1 +
 po/en_GB.po | 886 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 887 insertions(+)

commit 5a707f281e6cd8c4c7481fcba010ef89a727a554
Author: quinn <quinn>
Date:   Tue Oct 24 10:54:29 2006 +0000

    move spec files over to distro-specific-build-files as well

 emerald.spec | 153 -----------------------------------------------------------
 1 file changed, 153 deletions(-)

commit 078ef319911a61e1a8b5e9e9f6f148a3a1fd7059
Author: quinn <quinn>
Date:   Tue Oct 24 10:52:57 2006 +0000

    get started moving debian/'s over

 debian/changelog | 384 -------------------------------------------------------
 debian/control   |  18 ---
 debian/copyright | 135 -------------------
 debian/rules     |  99 --------------
 4 files changed, 636 deletions(-)

commit 75cedb1dba49ce9c73dc308d64996d793cbe850d
Author: spstarr <spstarr>
Date:   Tue Oct 24 01:51:32 2006 +0000

    control: Debian has differnet name / version, support those conditionally too.

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0ee7a3b29b296f2eeb78eb6afb463870f2638e75
Author: test-tools <test-tools>
Date:   Mon Oct 23 10:23:29 2006 +0000

    emerald: Initialized probably uninit vars, commented out unuses vars

 engines/vrunner.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 72a0dbdd4bee7b1433d5b43d22cfc14945aeda9d
Author: cyberorg <cyberorg>
Date:   Mon Oct 23 09:43:04 2006 +0000

    emerald: Translations update closes #542 and #581

 TODO        |    2 +-
 po/ko_KR.po | 1386 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 716 insertions(+), 672 deletions(-)

commit 3749395021bab510af38fb93e6bfae744b77dfd2
Author: cyberorg <cyberorg>
Date:   Mon Oct 23 09:38:04 2006 +0000

    themer: maniac103's code improvements

 themer/main.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 23d6117ef16b09473f01ea81e32fccf56adada9f
Author: cyberorg <cyberorg>
Date:   Mon Oct 23 08:37:43 2006 +0000

    themer:fix import

 themer/main.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 4af41a79098aa4f0da0ab5a558e026a48affaef8
Author: test-tools <test-tools>
Date:   Mon Oct 23 07:55:07 2006 +0000

    Makefile.am's: Changed first line according to conventions, see info automake

 Makefile.am                |  1 +
 defaults/Makefile.am       |  1 +
 defaults/theme/Makefile.am |  1 +
 doc/Makefile.am            |  1 +
 engines/Makefile.am        | 39 +++++++++++++++++++++++++++++++++++++++
 include/Makefile.am        |  3 +++
 libengine/Makefile.am      |  1 +
 misc/Makefile.am           | 21 +++++++++++++++++++++
 pixmaps/Makefile.am        |  4 ++++
 src/Makefile.am            |  1 +
 themer/Makefile.am         |  1 +
 11 files changed, 74 insertions(+)

commit d38fff985034b4c8cb400c63d5b44b4fe7ce9125
Author: spstarr <spstarr>
Date:   Mon Oct 23 06:49:24 2006 +0000

    UNIX Convention do not default to /usr

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit 2ebcc6a259c57e9c018cac78237a9478f7424842
Author: cornelius <cornelius>
Date:   Sun Oct 22 14:39:55 2006 +0000

    emerald: Added tr_TR to LINGUAS.

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit f7d7f3c16752beb4dda1b59ba27c6448833253cf
Author: cornelius <cornelius>
Date:   Sat Oct 21 18:11:10 2006 +0000

    emerald: Add Turkish translation.

 po/tr_TR.po | 888 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 888 insertions(+)

commit 3e4e4a0e6091e24cfededd5eedf955148944ef71
Author: reggaemanu <reggaemanu>
Date:   Sat Oct 21 17:15:41 2006 +0000

    - cleaning up all debian/rules files
    - remove a forgotten old .cvsignore file
    - use compat 4 instead of 5 for beryl-dbus

 debian/rules | 7 -------
 1 file changed, 7 deletions(-)

commit a10dd52c49ac60b23e8bc85948a8969e97f855c8
Author: cyberorg <cyberorg>
Date:   Sat Oct 21 11:07:58 2006 +0000

    emerald: update translation emerald.po

 emerald.po | 899 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 445 insertions(+), 454 deletions(-)

commit 17076e1182e6357e9dc8a7365c79bb8ba0cc51f9
Author: cyberorg <cyberorg>
Date:   Sat Oct 21 10:43:19 2006 +0000

    emerald: swedish translation changes closes #542

 po/sv_FI.po | 16 ++++++++--------
 po/sv_SE.po | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit 86517b6c2b79a945329a36b0389e1217a20b8de8
Author: cyberorg <cyberorg>
Date:   Sat Oct 21 09:56:04 2006 +0000

    Themer: add non-GPL repository

 themer/main.c | 99 ++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 68 insertions(+), 31 deletions(-)

commit cadfaf31975f28aa982c1a8932a191013d2e4f65
Author: reggaemanu <reggaemanu>
Date:   Sat Oct 21 03:35:25 2006 +0000

    trunk:
    Update debian files for 0.1.1 release, get rid of almost every lintian error (except strip errors since it is a dev release), still some warnings, have to be fix by devs

 ChangeLog        | 1 +
 debian/changelog | 4 ++--
 debian/control   | 7 ++++---
 3 files changed, 7 insertions(+), 5 deletions(-)

commit e84965877ec5a29383aef6be70dba56da032b315
Author: quinn <quinn>
Date:   Fri Oct 20 14:41:24 2006 +0000

    version 0.1.1->0.1.2

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6623bfff5ecc7dc74cbd6f386fd769c193815868
Author: ixce <ixce>
Date:   Thu Oct 19 21:54:10 2006 +0000

    * Add Mandriva specs from Plouf_

 emerald.spec | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 153 insertions(+)

commit 418762e0ea91ff388df2ceceb4da195744409760
Author: reggaemanu <reggaemanu>
Date:   Thu Oct 19 18:53:13 2006 +0000

    emerald: Add french translation (still need some work)

 po/LINGUAS  |   1 +
 po/fr_FR.po | 860 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 861 insertions(+)

commit afa42f227ab56cf0e5c0170c5ef9af1fe697be0c
Author: cyberorg <cyberorg>
Date:   Thu Oct 19 13:05:46 2006 +0000

    emerald-themer: clean svn deps

 configure.ac       | 149 -----------------------------------------------------
 themer/Makefile.am |   2 +-
 themer/main.c      |   1 -
 3 files changed, 1 insertion(+), 151 deletions(-)

commit 1106a3af03212d79675d95a9e11111070f885109
Author: cyberorg <cyberorg>
Date:   Thu Oct 19 12:20:47 2006 +0000

    emerald-themer:make svn optional

 themer/main.c | 119 ++++++++++++++++++++++------------------------------------
 1 file changed, 44 insertions(+), 75 deletions(-)

commit a4a75f10ab63288855e78698d7463464d01097cb
Author: test-tools <test-tools>
Date:   Thu Oct 19 10:56:23 2006 +0000

    emerald: Added initial manpages, kill -1 works now independant of dbus or not dbus

 Makefile.am                 |  1 +
 configure.ac                |  1 +
 doc/Makefile.am             |  2 ++
 doc/emerald-theme-manager.1 | 16 ++++++++++++++++
 doc/emerald.1               | 35 +++++++++++++++++++++++++++++++++++
 src/main.c                  |  3 +--
 6 files changed, 56 insertions(+), 2 deletions(-)

commit 44d9b2bb9376eb3d256f9c0b26046bc44fd8c4cf
Author: reggaemanu <reggaemanu>
Date:   Thu Oct 19 07:14:36 2006 +0000

    emerald: fixed compilation problem with latest added .po files

 po/LINGUAS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 3ec3d92e1f4fb0ca27806e29dabfb14d84563b21
Author: cyberorg <cyberorg>
Date:   Thu Oct 19 05:15:05 2006 +0000

    emerald:chinese translations closes #518

 po/LINGUAS  |   3 +
 po/zh_CN.po | 865 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_HK.po | 865 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po | 865 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2598 insertions(+)

commit 2cad444eaeaa9e9dc5268f82e000420144c2c6af
Author: ixce <ixce>
Date:   Tue Oct 17 21:44:22 2006 +0000

    * Prepare 0.1.1 release

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 01b12c2c0ad8f2d8eb5a21367da435817fd6a012
Author: test-tools <test-tools>
Date:   Tue Oct 17 10:01:04 2006 +0000

    configure: Installation now defaults to /usr

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 46f15504719c46f28a5789317030625ad500b72a
Author: cyberorg <cyberorg>
Date:   Tue Oct 17 09:56:44 2006 +0000

    emerald:update TODO

 TODO | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit f00fe8f8184388d82d8993068f7c2d5111071aaa
Author: test-tools <test-tools>
Date:   Mon Oct 16 08:27:30 2006 +0000

    emerald: Initialisation of uninit variables, corrected signed/unsigned mismatch, fixed a const qualifier problem

 src/main.c | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit f462690d55a4dfbf0a9f8d9d37ea17f172a0b84c
Author: quinn <quinn>
Date:   Mon Oct 16 06:05:21 2006 +0000

    gdk_error_trap the whole of emerald so it cannot/will not crash on X errors.

 src/main.c | 2 ++
 1 file changed, 2 insertions(+)

commit 3905917be5849c2d762990e52fd06e9e7b55ae8d
Author: quinn <quinn>
Date:   Sun Oct 15 22:02:46 2006 +0000

    emerald: little bugfix for event window placement when using cropped maximized decorations.

 src/main.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit ae89bbf9a1967510ff90ca964b4e67cdd60cb4da
Author: ixce <ixce>
Date:   Sun Oct 15 12:03:15 2006 +0000

    * Update SlateHorn themes & default theme

 defaults/theme/buttons.above.png         | Bin 0 -> 2365 bytes
 defaults/theme/buttons.glow.png          | Bin 7414 -> 10476 bytes
 defaults/theme/buttons.inactive_glow.png | Bin 1095 -> 5380 bytes
 defaults/theme/buttons.menu.png          | Bin 0 -> 2602 bytes
 defaults/theme/buttons.sticky.png        | Bin 0 -> 2865 bytes
 defaults/theme/buttons.unabove.png       | Bin 0 -> 2391 bytes
 defaults/theme/buttons.unsticky.png      | Bin 0 -> 2222 bytes
 defaults/theme/theme.ini                 | 268 ++++++++++++++++---------------
 8 files changed, 140 insertions(+), 128 deletions(-)

commit 27f858ddca44726cb94a8495bf43627decec0166
Author: reggaemanu <reggaemanu>
Date:   Sun Oct 15 06:01:22 2006 +0000

    emerald: update build dependancies

 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 8e8df809aae110210a43faca8f495cacc7f0ab50
Author: quinn <quinn>
Date:   Sun Oct 15 05:48:05 2006 +0000

    emerald: use timeout to do actual reloading, as doing it inside signal handler was both bad practice and lead to emerald randomly hanging

 src/main.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit c9dc9e7bfe2ce5d396116ef4cdb14f85a8daeb3d
Author: quinn <quinn>
Date:   Sun Oct 15 02:47:26 2006 +0000

    emerald: implement default theme and settings loading
             add default theme (currently SlateHorn red)

 Makefile.am                              |   1 +
 configure.ac                             |   2 +
 defaults/Makefile.am                     |   4 +
 defaults/settings.ini                    |  13 +
 defaults/theme/Makefile.am               |   3 +
 defaults/theme/buttons.close.png         | Bin 0 -> 2667 bytes
 defaults/theme/buttons.glow.png          | Bin 0 -> 7414 bytes
 defaults/theme/buttons.help.png          | Bin 0 -> 3182 bytes
 defaults/theme/buttons.inactive_glow.png | Bin 0 -> 1095 bytes
 defaults/theme/buttons.max.png           | Bin 0 -> 2528 bytes
 defaults/theme/buttons.min.png           | Bin 0 -> 2548 bytes
 defaults/theme/buttons.restore.png       | Bin 0 -> 2572 bytes
 defaults/theme/buttons.shade.png         | Bin 0 -> 2717 bytes
 defaults/theme/buttons.unshade.png       | Bin 0 -> 2781 bytes
 defaults/theme/theme.ini                 | 413 +++++++++++++++++++++++++++++++
 defaults/theme/theme.screenshot.png      | Bin 0 -> 5156 bytes
 include/libengine.h                      |   1 +
 libengine/Makefile.am                    |  10 +
 libengine/emerald.c                      | 234 +++++++++++++++++
 src/main.c                               |  93 ++++---
 themer/main.c                            |   1 +
 21 files changed, 724 insertions(+), 51 deletions(-)

commit f0b08b20f91afd4a448b5e513ceef7fbbf39993a
Author: quinn <quinn>
Date:   Sat Oct 14 10:56:03 2006 +0000

    emerald-themer: use libsvn instead of svn command-line for checkout of theme repository

 configure.ac       | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 themer/Makefile.am |   2 +-
 themer/main.c      |  95 +++++++++++++++++++++++++--------
 3 files changed, 225 insertions(+), 22 deletions(-)

commit b5e80a1ed1249d702bf2b57420c9f7203eb05149
Author: quinn <quinn>
Date:   Sat Oct 14 08:48:31 2006 +0000

    proper theme fetcher dialog

 themer/main.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 58 insertions(+), 14 deletions(-)

commit fdd51dfe97052e5548b6b2824d96271773156322
Author: quinn <quinn>
Date:   Sat Oct 14 01:14:48 2006 +0000

    emerald: make decoration cropping during maximize optional

 include/emerald.h | 10 +++++++---
 src/main.c        | 25 ++++++++++++++-----------
 themer/main.c     |  4 ++++
 3 files changed, 25 insertions(+), 14 deletions(-)

commit 0728526f14e7655a8934a67432cda0f694166ff3
Author: quinn <quinn>
Date:   Fri Oct 13 23:28:57 2006 +0000

    emerald: make emerald not crop the top frame-part during maximized.

 src/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 3a03f75d012c4a468d8c0680eb473ab5800ebbb7
Author: cyberorg <cyberorg>
Date:   Fri Oct 13 15:32:16 2006 +0000

    emerald: Theme fetcher from SVN repo

 TODO          |  7 +++++++
 themer/main.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 53 insertions(+), 1 deletion(-)

commit ce7ff88cba7f51c5263cbc8822c3eb88512975a6
Author: quinn <quinn>
Date:   Thu Oct 12 21:29:57 2006 +0000

    emerald: comment out needless g_warning()'s

 src/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c0753c5d6e04fb3027163944fe8baf1e1d04a40a
Author: quinn <quinn>
Date:   Thu Oct 12 21:21:21 2006 +0000

    add gdk_error_trap around call to XGetWindowProperty, should fix up crash on BadWindow errors

 src/main.c | 5 +++++
 1 file changed, 5 insertions(+)

commit a05212c3d7f10451ebfaa13ca3566f874a69aca3
Author: quinn <quinn>
Date:   Thu Oct 12 20:44:03 2006 +0000

    add check for bad xid

 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d41aee45ba4d41f932d6d4106bf8349d790a2e12
Author: quinn <quinn>
Date:   Thu Oct 12 20:18:32 2006 +0000

    emerald: add clipping of decorations during full maximize.

 src/main.c | 120 ++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 91 insertions(+), 29 deletions(-)

commit 7d4634635f26b89e3967b3eab8c590443d27ad5d
Author: quinn <quinn>
Date:   Thu Oct 12 02:20:12 2006 +0000

    * WARNING you must rebuild core plugins and emerald to make this update work
    * incorporate many updates from upstream
    * add PROPER full-maximize support! (currently not an option, always on)

 src/main.c    | 81 ++++++++++++++++++++++++++++++++++++++++-------------------
 themer/main.c | 58 ++++++++----------------------------------
 2 files changed, 66 insertions(+), 73 deletions(-)

commit 27701f83b3fd1aa6d9db1f257f017f1f0b0c8973
Author: reggaemanu <reggaemanu>
Date:   Wed Oct 11 06:01:20 2006 +0000

    Update debian/changelog files

 debian/changelog | 378 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 378 insertions(+)

commit e6d6c3f1af6115b73ad0beb6c84fc73cbdc9d09e
Author: spstarr <spstarr>
Date:   Sun Oct 8 17:20:01 2006 +0000

    Fix copyright ownership, Thanks vrunner

 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4251624e470783b2adf667e884522825bdbf1f17
Author: spstarr <spstarr>
Date:   Sun Oct 8 17:19:30 2006 +0000

    Fix copyright ownership, Thanks vrunner

 engines/pixmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9fd52e061b27ac012b42b865f36926329bf02ad4
Author: ixce <ixce>
Date:   Sun Oct 8 07:23:16 2006 +0000

    * Spanish translation for emerald, close #396

 po/LINGUAS  |   1 +
 po/es_ES.po | 899 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 900 insertions(+)

commit dccefaae14bee696ae07f2a32a5296fd728f1cc7
Author: reggaemanu <reggaemanu>
Date:   Fri Oct 6 22:09:13 2006 +0000

    Apply patch from catalyst to enables vertical and horizontal maximization with the middle and right mouse buttons, respectively. Closes #374

 src/main.c | 52 ++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 38 insertions(+), 14 deletions(-)

commit 7726365c89acecb93cf9380738261041b30b86a2
Author: quinn <quinn>
Date:   Fri Oct 6 03:39:54 2006 +0000

    add (currently hard-coded) titlebar shading, closes #204
    update pointerOnlyOnDesktop to include window's extents in searching through window list

 src/main.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit ce98454190c2c958f1fbf24910db7612ee0b79da
Author: cyberorg <cyberorg>
Date:   Thu Oct 5 10:00:45 2006 +0000

    swedish updates closes #337

 po/sv_FI.po | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 po/sv_SE.po | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 102 insertions(+), 6 deletions(-)

commit 575668bd40c5e4c44d91ae8b96af7583fb937984
Author: cyberorg <cyberorg>
Date:   Thu Oct 5 09:57:28 2006 +0000

    ko_KR update closes #331

 po/ko_KR.po | 120 ++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 84 insertions(+), 36 deletions(-)

commit 73007cb1314cc7730be1cc3da99c289f4fbb1cde
Author: cyberorg <cyberorg>
Date:   Thu Oct 5 09:48:28 2006 +0000

    fix by maniac103 for themer segfaults if no theme information is given closes #342

 themer/main.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1db6561a6510b16880faf6123f3bb4e9da607517
Author: spstarr <spstarr>
Date:   Thu Oct 5 06:48:14 2006 +0000

    * Update copyrights for theme engines. Update debian copyright, preparing to get into debian

 debian/copyright     | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++
 engines/legacy.c     |  23 +++++++++
 engines/oxygen.c     |  23 +++++++++
 engines/pixmap.c     |  23 +++++++++
 engines/truglass.c   |  24 +++++++++
 engines/vrunner.c    |  23 +++++++++
 engines/zootreeves.c |  24 +++++++++
 7 files changed, 275 insertions(+)

commit e64a36d334d2d738893022232893a47da5388110
Author: reggaemanu <reggaemanu>
Date:   Wed Oct 4 19:21:35 2006 +0000

    Updated pt_PT.po language file for emerald from xplode_me

 po/pt_PT.po | 231 ++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 171 insertions(+), 60 deletions(-)

commit 1674a81ff95504b61a3b3930c1c1c6a422b62711
Author: reggaemanu <reggaemanu>
Date:   Wed Oct 4 19:04:41 2006 +0000

    Update default emerald.po with tooltips translations

 emerald.po | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 51 insertions(+), 1 deletion(-)

commit 034aa333035d4836a45b3057ea78f714d49cf2b4
Author: quinn <quinn>
Date:   Wed Oct 4 18:47:18 2006 +0000

    translations really work on tooltips now

 src/Makefile.am | 10 ++++++++++
 src/main.c      |  8 ++++++++
 2 files changed, 18 insertions(+)

commit beed6501a8bbd40fc5f1b3ebbcd8384a8fe84959
Author: quinn <quinn>
Date:   Wed Oct 4 18:29:18 2006 +0000

    make tooltips translatable (obviously the po will have to be regenerated, etc.)

 src/main.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 2ada98a4410d1107589d825c9b1932c2c3f5be0f
Author: quinn <quinn>
Date:   Wed Oct 4 18:21:03 2006 +0000

    port patch from gwd to set tooltip hint, closes #125

 src/main.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 56b0fad5766d3f00a985ba0abc7468f31771be76
Author: ixce <ixce>
Date:   Wed Oct 4 18:03:41 2006 +0000

    * Removing dh_strip from debian/rules

 debian/rules | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 106 insertions(+)

commit 974ab1be1ad5bc204969ff76506e24b78d6a6791
Author: quinn <quinn>
Date:   Wed Oct 4 16:04:35 2006 +0000

    clean up non-dbus signalling code

 libengine/themer.c | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

commit bc1672ead7206ffdd2715f5e798a6c267552111c
Author: quinn <quinn>
Date:   Wed Oct 4 15:16:42 2006 +0000

    add sed fix to themer too

 libengine/themer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6fab03dd66aac690cc87cb85ed0627d4ec182929
Author: quinn <quinn>
Date:   Wed Oct 4 13:42:06 2006 +0000

    We are now 100% dbus-requirement free, gentoo users will be happy

 configure.ac        |   8 +-
 debian/control      |  15 +
 include/emerald.h   |   2 +
 include/libengine.h | 144 +++++++++
 libengine/themer.c  | 915 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c          |  17 +
 themer/main.c       |   5 +-
 7 files changed, 1101 insertions(+), 5 deletions(-)

commit 03f7afe2fb1e97a675528c6c1a16430b4fad4911
Author: quinn <quinn>
Date:   Wed Oct 4 02:50:32 2006 +0000

    fix for 'sticky buttons' in emerald

 src/main.c | 167 +++++++++++++++++--------------------------------------------
 1 file changed, 46 insertions(+), 121 deletions(-)

commit e4b97061dadd3e773a344138c4e73f7166a4c251
Author: cyberorg <cyberorg>
Date:   Tue Oct 3 12:22:24 2006 +0000

    Radius typo, closes #295

 po/it_IT.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc1b34812827ee76fe22ae416d80e6bf59c42ad2
Author: cyberorg <cyberorg>
Date:   Mon Oct 2 07:52:06 2006 +0000

    Adding translations and updates closes #272 #273 #274 #251 #259 #268
    #270 #277 #279 #260

 po/LINGUAS  |   1 +
 po/it_IT.po | 841 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ko_KR.po |  52 ++--
 po/sv_FI.po |  12 +-
 po/sv_SE.po |  12 +-
 5 files changed, 880 insertions(+), 38 deletions(-)

commit 3a089595adaa15fec3ff05886a4592a402595c82
Author: spstarr <spstarr>
Date:   Mon Oct 2 03:20:57 2006 +0000

    populate NEWS and README

 NEWS   | 1 +
 README | 5 +++++
 2 files changed, 6 insertions(+)

commit aa10261a0306815f6ff88841e21df18259479ec8
Author: quinn <quinn>
Date:   Sat Sep 30 14:15:32 2006 +0000

    little oops in i18n

 themer/main.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 2b72f93c85f65701b5fa0d7466a2bc05e68eb0e8
Author: quinn <quinn>
Date:   Sat Sep 30 11:58:49 2006 +0000

    major overhaul of keybindings system
    bump VERSION to 0.1.1
    bump ABI VERSION to 4

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b16a483a65b42d700ca14f41142d86fd2a1fbf16
Author: cyberorg <cyberorg>
Date:   Sat Sep 30 10:41:24 2006 +0000

    Emerald portugese translation by xplode_me, other translation updates

 po/LINGUAS  |   1 +
 po/ko_KR.po |  33 ++-
 po/pt_PT.po | 832 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 849 insertions(+), 17 deletions(-)

commit a0e5bcb3a5c731add4e6d81b7d0fdf1988bc3789
Author: cyberorg <cyberorg>
Date:   Sat Sep 30 08:27:14 2006 +0000

    korean translation

 po/ko_KR.po | 835 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 835 insertions(+)

commit 2072fef67d3297761ce1c7739bec7722bd24ee0d
Author: cyberorg <cyberorg>
Date:   Fri Sep 29 18:38:56 2006 +0000

    Swedish translations by fass

 po/LINGUAS  |   3 +
 po/sv_FI.po | 835 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sv_SE.po | 835 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1673 insertions(+)

commit bb9cef4e22a0f24796e3dff95a78eb09e3f957ce
Author: cyberorg <cyberorg>
Date:   Thu Sep 28 18:46:57 2006 +0000

    add emerald.po

 emerald.po | 806 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 806 insertions(+)

commit 153bf2f3b540f913b7df0cca9d929128ba9852ef
Author: cyberorg <cyberorg>
Date:   Thu Sep 28 18:45:35 2006 +0000

    Hopefully this completes internationalisation of the Beryl-Project

 configure.ac         |    6 +-
 engines/legacy.c     |  396 +++++++++++++
 engines/oxygen.c     |  454 +++++++++++++++
 engines/pixmap.c     |   46 +-
 engines/truglass.c   |  551 ++++++++++++++++++
 engines/vrunner.c    |  675 ++++++++++++++++++++++
 engines/zootreeves.c |  120 ++--
 include/emerald.h    |  362 ++++++++++++
 po/POTFILES.in       |    9 +-
 themer/Makefile.am   |   10 +
 themer/main.c        | 1561 ++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 4102 insertions(+), 88 deletions(-)

commit 1f66b4edc16f2fda9ed75aee5497509508226e25
Author: quinn <quinn>
Date:   Thu Sep 28 17:07:35 2006 +0000

    fix a missing sentinel bug

 src/main.c | 6386 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 6386 insertions(+)

commit 9709ea6d76280a23a55e7200ce708b6512bec0b1
Author: cyberorg <cyberorg>
Date:   Thu Sep 28 11:05:30 2006 +0000

    zootreeves engine icon by wedderburn

 engines/zootreeves.c      | 1661 +++++++++++++++++++++++++++++++++++++++++++++
 engines/zootreeves_icon.h |  206 ++++++
 2 files changed, 1867 insertions(+)

commit 479d5b21eb2ad0a4e07d80ce931e02b91935c73a
Author: cyberorg <cyberorg>
Date:   Thu Sep 28 10:27:18 2006 +0000

    added missing POTFILE

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 2fb440474512176e05e596d66a1977956953bb3a
Author: cyberorg <cyberorg>
Date:   Thu Sep 28 10:23:56 2006 +0000

    another oops

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit acfe0320a1c4151ad7feed45010cb49151b9c894
Author: cyberorg <cyberorg>
Date:   Thu Sep 28 10:09:03 2006 +0000

    oops in configure.ac

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 785b0d452355d92115beec315cde472c2cbfd81f
Author: cyberorg <cyberorg>
Date:   Thu Sep 28 09:19:57 2006 +0000

    i18l infrastructure

 Makefile.am  | 3 ++-
 autogen.sh   | 2 ++
 configure.ac | 6 ++++++
 po/LINGUAS   | 1 +
 4 files changed, 11 insertions(+), 1 deletion(-)

commit af6a4c8a26dc2223f49af8e62f9e30fdc8a9decf
Author: quinn <quinn>
Date:   Thu Sep 28 06:12:25 2006 +0000

    looks like I forgot to com this?

 VERSION      | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit ea2992e6979d2c2540de25c230045abcbcd5e982
Author: quinn <quinn>
Date:   Thu Sep 28 04:14:32 2006 +0000

    oops

 engines/pixmap.c | 667 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 667 insertions(+)

commit dd8e552330b8dbde837fb2413e1b4af78096cc84
Author: quinn <quinn>
Date:   Wed Sep 27 23:49:42 2006 +0000

    update configure.ac's for VERSION
    add STATUS
    add VERSION
    update makeall

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ad61b738e77679cd3a06117add1c3336e6ef710c
Author: quinn <quinn>
Date:   Wed Sep 27 23:32:03 2006 +0000

    remove trunks

commit 5636dbda85aecac177418e1c515fecf246d87bb5
Author: quinn <quinn>
Date:   Wed Sep 27 23:27:36 2006 +0000

    emerald...

 AUTHORS      |   0
 COPYING      | 340 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog    |   0
 INSTALL      | 236 +++++++++++++++++++++++++++++++++++++++++
 Makefile.am  |   9 ++
 NEWS         |   0
 README       |   0
 autogen.sh   |  14 +++
 configure.ac |  61 +++++++++++
 9 files changed, 660 insertions(+)

commit fdd1791c1c0fc6444e2549e6eff0f22248c56bc0
Author: quinn <quinn>
Date:   Wed Sep 27 23:14:03 2006 +0000

    getting closer
