[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libcompizconfig: Changes to 'upstream-unstable'



 AUTHORS                           |   34 
 CMakeLists.txt                    |   16 
 ChangeLog                         | 2200 ++++++++++++++++++++++++++++++++++++++
 NEWS                              |   25 
 VERSION                           |    2 
 backend/CMakeLists.txt            |    7 
 cmake/LibCompizConfigCommon.cmake |   17 
 7 files changed, 2268 insertions(+), 33 deletions(-)

New commits:
commit f3918b7127cea9575455d4e85705888add40e54b
Author: Janos Guljas <janos@resenje.org>
Date:   Tue Aug 2 04:36:55 2011 +0200

    Imported Upstream version 0.9.5.0

diff --git a/AUTHORS b/AUTHORS
index 139597f..68e9d7e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,32 @@
-
-
+Christopher James Halse Rogers <chris@Burninator.(none)>
+Danny Baumann <daba@mobilrechner.localdomain>
+Danny Baumann <daba@noname.(none)>
+Danny Baumann <daba@rechenknecht.peppercon.de>
+Danny Baumann <dannybaumann@web.de>
+Dennis Kasprzyk <onestone@beryl-project.org>
+Dennis Kasprzyk <onestone@compiz-fusion.org>
+Dennis Kasprzyk <onestone@opencompositing.org>
+Didier Roche <didrocks@ubuntu.com>
+Dominique Leuenberger <dominique@leuenberger.net>
+Erkin Bahceci <erkinbah@gmail.com>
+Guillaume Seguin <guillaume@segu.in>
+Guillaume Seguin <ixce@ed3n.(none)>
+Jigish Gohil <cyberorg@prime.cyberorg.info>
+Kristian Lyngstol <kristian@nihilus.(none)>
+Live session user <ubuntu@ubuntu.(none)>
+Lubos Lunak <llunak@suse.cz>
+Patrick Niklaus <marex@opencompositing.org>
+Quinn Storm <quinn@darter.(none)>
+Roland Baer <roland@Vista.(none)>
+Roland Bär <roland@Vista.(none)>
+Sam Spilsbury <SmSpillaz@gmail.com>
+Sam Spilsbury <sam.spilsbury@canonical.com>
+Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>
+Sam Spilsbury <smspillaz@gmail.com>
+Scott Moreau <oreaus@gmail.com>
+Travis Watkins <amaranth@ubuntu.com>
+Treviño - 3v1n0 <trevi55@gmail.com>
+maniac <maniac>
+marex <marex@beryl-project.org>
+onestone <onestone>
+racarr <racarr>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0583a53..d2f7f2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,6 +2,10 @@ project (libcompizconfig)
 
 find_package (Compiz REQUIRED)
 
+set (CMAKE_MODULE_PATH_ORIG ${CMAKE_MODULE_PATH})
+set (LIBCOMPIZCONFIG_CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
+set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${LIBCOMPIZCONFIGZ_CMAKE_MODULE_PATH})
+
 include (CompizCommon)
 include (CompizPackage)
 include (CheckLibraryExists)
@@ -12,11 +16,10 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
 # libcompizconfig package version number
 # An odd micro number indicates in-progress development.
 # An even micro number indicates a released version.
-set (LIBCOMPIZCONFIG_VERSION_MAJOR 0)
-set (LIBCOMPIZCONFIG_VERSION_MINOR 9)
-set (LIBCOMPIZCONFIG_VERSION_MICRO 4)
-set (LIBCOMPIZCONFIG_VERSION_MACRO 0)
-set (VERSION ${LIBCOMPIZCONFIG_VERSION_MAJOR}.${LIBCOMPIZCONFIG_VERSION_MINOR}.${LIBCOMPIZCONFIG_VERSION_MICRO}.${LIBCOMPIZCONFIG_VERSION_MACRO})
+file (READ ${CMAKE_SOURCE_DIR}/VERSION COMPIZ_RELEASE_VERSION LIMIT 12 OFFSET 0)
+string (STRIP ${COMPIZ_RELEASE_VERSION} COMPIZ_RELEASE_VERSION)
+
+set (VERSION ${COMPIZ_RELEASE_VERSION})
 
 set (_libcompizconfig_package_string "LibCompizConfig ${VERSION}")
 set (_libcompizconfig_package "LibCompizCompiz")
@@ -195,3 +198,6 @@ compiz_ensure_linkage ()
 compiz_package_generation ("CompizConfig Library")
 add_uninstall ()
 compiz_add_git_dist ()
+compiz_add_distcheck ()
+compiz_add_release ()
+compiz_add_release_signoff ()
diff --git a/ChangeLog b/ChangeLog
index e69de29..b5fe7db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,2200 @@
+Sam Spilsbury <sam.spilsbury@canonical.com>	2011-07-13
+
+    There is no sane reason to have backends always go in the same path as the
+    detected libcompizconfig, so mandate that they go in CMAKE_INSTALL_PREFIX
+    for now
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2011-07-07
+
+    Support new release commands
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2011-07-07
+
+    Bump VERSION
+
+Scott Moreau <oreaus@gmail.com>	2011-06-30
+
+    Actually bump version to 0.9.5.
+
+Scott Moreau <oreaus@gmail.com>	2011-05-13
+
+    * Bump version to 0.9.5
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2011-03-07
+
+    "Bump VERSION to 0.9.4"
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2011-03-07
+
+    "Update CMake Version"
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2011-03-07
+
+    "Update news for 0.9.4 release"
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2010-11-25
+
+    Revert "Add a COMPIZCONFIG_PROFILE env var so that distributions and"
+    
+    This reverts commit e1438fb552487271ebed9894516c74210eb3de81.
+    
+    No need for it, we have COMPIZ_CONFIG_PROFILE
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2010-11-25
+
+    Ensure that we install the config defaults in SYSCONFDIR and also add a custom target for it
+
+Merge: e1438fb 9405fc9
+Sam Spilsbury <sam.spilsbury@canonical.com>	2010-11-22
+
+    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/compizconfig/libcompizconfig
+
+Sam Spilsbury <sam.spilsbury@canonical.com>	2010-11-22
+
+    Add a COMPIZCONFIG_PROFILE env var so that distributions and
+    session managers can specify per-session profiles
+
+Didier Roche <didrocks@ubuntu.com>	2010-11-18
+
+    Give a default value to COMPIZ_SYSCONFDIR
+    
+    That enables SYSCONFDIR to get one and so, reading the Global configuration
+    file.
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-11-06
+
+    Update NEWS for 0.9.2.1 Release
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-11-06
+
+    Update NEWS for 0.9.2.1 Release
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-11-06
+
+    Add a LIBCOMPIZCONFIG_VERSION_MACRO and update to 0.9.2.1
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-10-24
+
+    Fix warnings when protobuf is disabled
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-10-24
+
+    Update NEWS for 0.9.2
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-09-29
+
+    Update INSTALL file
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-08-20
+
+    Fix backends not linking against libraries specified in PKGDEPS
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-07-04
+
+    Update NEWS for 0.9.0 release
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-07-04
+
+    Bump version
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-07-04
+
+    Load files from .compiz-1
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-07-04
+
+    Save protobuf files in XDG_CACHE_DIR/compizconfig-1 to prevent conflicts where 0.8 protobuf files might be loaded into 0.9 and vice versa
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-06-18
+
+    Add a COMPIZ_PACKAGING_ENABLED option for packagers to tweak libdir, et.
+    
+    Allowing this by default causes some distros to populate these options with /usr, etc
+    and overrides CMAKE_INSTALL_PREFIX, which users wouldn't want
+
+Dominique Leuenberger <dominique@leuenberger.net>	2010-06-01
+
+    Better control of destination folders by introducing the same variables as in core
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-06-06
+
+    Don't install FindCompizConfig.cmake to ${prefix}/share/compiz/cmake
+
+Merge: f1e2827 db64a60
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-06-06
+
+    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/compizconfig/libcompizconfig
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-06-06
+
+    Fix backends build
+
+Merge: 8fe1c07 89065c8
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-23
+
+    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/compizconfig/libcompizconfig
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-23
+
+    Add proper COMPIZ_DESTDIR support to findcompizconfig_install
+
+Merge: 33515ea 89065c8
+Live session user <ubuntu@ubuntu.(none)>	2010-05-22
+
+    Merge branch 'master' of git://anongit.compiz.org/compiz/compizconfig/libcompizconfig
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-05-22
+
+    Store files in the compiz-1 dir and drop the ++ extension
+
+Travis Watkins <amaranth@ubuntu.com>	2010-05-20
+
+    add so versioning to libcompizconfig.so
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-21
+
+    Use the COMPIZ_BUILD_WITH_RPATH option to disable setting an rpath on
+    backends
+
+Travis Watkins <amaranth@ubuntu.com>	2010-05-20
+
+    don't change default backend when it fails to load
+    
+    If using the gconf backend and it fails to load libcompizconfig will
+    automatically fall back to the ini backend. However, it will also update
+    the default backend to the ini backend so the user will have to manually
+    switch back once the problem is fixed.
+    
+    This patch makes the default backend not get updated to ini if the regular
+    one failed to load. Thanks to Michael Vogt for the patch.
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-21
+
+    Add COMPIZ_DESTDIR support to libcompizconfig
+
+Merge: e15877b e2ed47d
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-18
+
+    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/compizconfig/libcompizconfig
+    
+    Conflicts:
+plugin/ccp/CMakeLists.txt           
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-18
+
+    Added optional building with rpath
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-05-15
+
+    Remove some rpath usage
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-05-15
+
+    Track core buildsystem changes
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-15
+
+    Adapt for buildsystem changes
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-05-14
+
+    Fix ini build
+
+Live session user <ubuntu@ubuntu.(none)>	2010-05-14
+
+    Include CompizPackage cmake header too
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-05-14
+
+    Ensure the package is found before continuing
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-05-14
+
+    Make backend buildsystem more modular and similar to compiz_plugin function
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-14
+
+    Add git-dist target and uninstall target (a bit of a hack though...)
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-10
+
+    Added ALL_LIGUAS support and tidy up buildsystem
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-10
+
+    Install plugin globally
+
+Merge: 4d829e6 3f4ca07
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-09
+
+    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/compizconfig/libcompizconfig
+
+Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-09
+
+    Use libcompizconfig: label for errors rather than libccs:
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-05-03
+
+    Remove unnecessary debug message
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-04-27
+
+    Remove autotools builsystem
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-04-25
+
+    Actually fix internal build
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-04-25
+
+    Fix internal build
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-04-23
+
+    Remove debug message
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-04-23
+
+    * Fix incorrect pkgconfig installaton
+    * Add CMake Function to build a backend
+    * Add FindCompizConfig cmake function. Install it with
+      sudo make findcompizconfig_install
+    * Adapt to core cmake changes
+
+Sam Spilsbury <smspillaz@gmail.com>	2010-04-22
+
+    Added merged autoreconf/cmake buildsystem.
+    
+    XXX: autoreconf is deprecated and will be removed in a future revision.
+    Please use cmake.
+
+Danny Baumann <dannybaumann@web.de>	2010-04-14
+
+    Fix precedence order of LC_* environment variables.
+    
+    The order should be LC_ALL -> LC_MESSAGES -> LANG, not LANG -> LC_ALL ->
+    LC_MESSAGES.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-09-24
+
+    Fix compiler warnings.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-09-24
+
+    Fix checking of libprotobuf version >= 2.1.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-09-20
+
+    Fix crash when LANG has no value.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-08-31
+
+    Fix encoding of corner followed by adjacent edge case.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-08-25
+
+    Avoid allocating 0-size memory. Fix memory leak.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-08-23
+
+    Fix memory leaks.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-08-19
+
+    Fix memory leaks.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-08-16
+
+    Fix shadowing issues.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-08-16
+
+    Compare string find result with npos.
+
+Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>	2009-08-08
+
+    Added support for POSIX 2008's definition of scandir ()
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-03-29
+
+    Remove display and multi-screen stuff.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-03-26
+
+    Remove more display-related stuff.
+
+Dennis Kasprzyk <onestone@compiz-fusion.org>	2009-03-16
+
+    Track core changes.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-03-14
+
+    Remove display-related stuff.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-03-14
+
+    Update .pb when an older .xml is used, too.
+
+Erkin Bahceci <erkinbah@gmail.com>	2009-03-14
+
+    Track core changes.
+
+Dennis Kasprzyk <onestone@compiz-fusion.org>	2008-12-24
+
+    Initial compiz++ changes.
+
+Danny Baumann <dannybaumann@web.de>	2008-12-02
+
+    Revert accidential change.
+
+Danny Baumann <dannybaumann@web.de>	2008-12-02
+
+    Mem leak fixes and minor cleanup.
+
+Danny Baumann <dannybaumann@web.de>	2008-11-24
+
+    Sanity check input values of ccsFindSetting.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-11-07
+
+    Don't write .pb for ini, gconf, ccp, kconfig.
+    
+    Fixes these errors:
+    libprotobuf ERROR google/protobuf/message.cc:110] Can't parse message of
+      type "metadata.PluginBrief" because it is missing required fields: info
+    libprotobuf FATAL google/protobuf/message.cc:198] CHECK failed:
+      IsInitialized(): Can't serialize message of type "metadata.PluginBrief"
+      because it is missing required fields: info.name
+
+Danny Baumann <dannybaumann@web.de>	2008-11-06
+
+    Fix memory leak.
+
+Merge: 2460060 d6ecf8a
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-22
+
+    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-22
+
+    Create protobuf cache dir recursively.
+    
+    Enables using ".../x/y" as cache dir when ".../x" doesn't exist.
+
+Lubos Lunak <llunak@suse.cz>	2008-10-22
+
+    Fix copy'n'paste mistakes in allocation size.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-19
+
+    Disable protobuf if cache dir cannot be created.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-19
+
+    Use $XDG_CACHE_HOME/compizconfig/ as protobuf cache directory.
+    
+    As protobuf cache dir, we now use $XDG_CACHE_HOME/compizconfig/
+    if $XDG_CACHE_HOME is defined and ~/.cache/compizconfig/ otherwise,
+    to conform to the standards described at
+    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-19
+
+    Fix circular dependency error (bug 1061).
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-19
+
+    Add source URL to protobuf warning message.
+
+Merge: 514ba48 741f99a
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-19
+
+    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-19
+
+    Add compizconfig.proto to dist. Simplify Makefile.am.
+
+Danny Baumann <dannybaumann@web.de>	2008-10-19
+
+    Link against libX11 because we need it for XStringToKeysym.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-18
+
+    Clean up whitespace.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-18
+
+    Disable protobuf automatically if not installed.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-04
+
+    Speed up metadata parsing via protocol buffers.
+    
+    Reduces startup times for compiz, ccsm, and simple-ccsm.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-04
+
+    Remove global metadata.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-10-04
+
+    Ignore extensions & string restrictions at compiz startup.
+
+Guillaume Seguin <guillaume@segu.in>	2008-09-23
+
+    * Bump version to 0.7.9
+
+Guillaume Seguin <guillaume@segu.in>	2008-09-23
+
+    * Bump version to 0.7.8
+
+Guillaume Seguin <ixce@ed3n.(none)>	2008-09-17
+
+    * Drop intltool-* from EXTRA_DIST and friends for building tarballs
+      (please use intltool 0.40.x to make the tarballs)
+
+Danny Baumann <dannybaumann@web.de>	2008-09-17
+
+    Make sure basePlugin is never NULL.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-09-16
+
+    Fix bug 1046: Rename extension option -> base_option, plugin -> base_plugin.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-09-16
+
+    Get extension's screen/display info from XML attr. instead of from parent.
+    
+    This boolean attribute is called display. If the display attribute is missing,
+    that means the extension belongs to screen.
+    
+    e.g: <extension plugin="animation" display="true"> for extensions of display options
+     or  <extension plugin="animation">                for extensions of screen options.
+    
+    In the metadata, extensions should now be put outside <screen> and <display>.
+
+Danny Baumann <dannybaumann@web.de>	2008-08-31
+
+    Fix mem leaks.
+
+Danny Baumann <dannybaumann@web.de>	2008-08-31
+
+    Mem leak fix.
+
+Erkin Bahceci <erkinbah@gmail.com>	2008-08-27
+
+    Add support for restricted string options and extensions.
+
+Danny Baumann <dannybaumann@web.de>	2008-08-12
+
+    Allocate string buffer dynamically when writing lists.
+    This prevents list value line lengths being truncated.
+
+Danny Baumann <dannybaumann@web.de>	2008-07-31
+
+    Added position_constrain_workarea option to appropriate subgroup.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-06-18
+
+    Track core changes
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-06-12
+
+    Added kde4 session support.
+
+Danny Baumann <dannybaumann@web.de>	2008-06-08
+
+    Fix type conversion for bool settings.
+
+Danny Baumann <dannybaumann@web.de>	2008-06-08
+
+    Plug mem leak.
+
+Danny Baumann <dannybaumann@web.de>	2008-06-08
+
+    Plug mem leak.
+
+Danny Baumann <dannybaumann@web.de>	2008-06-08
+
+    Correctly set list type.
+
+Guillaume Seguin <guillaume@segu.in>	2008-05-31
+
+    * Bump version to 0.7.7
+
+Guillaume Seguin <guillaume@segu.in>	2008-05-31
+
+    * Bump version to 0.7.6
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-04-25
+
+    Added an action information that indicates that a binding is not a global binding. The new "internal" tag (<internal/> or <internal>true</internal>) can now be used to mark an action setting as plugin internal.
+
+Danny Baumann <dannybaumann@web.de>	2008-04-15
+
+    But switcher panel bindings into Bindings group.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-04-10
+
+    Added workaround to ensure that bench is the last plugin.
+
+Merge: 44a2972 50eb74a
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-04-06
+
+    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Guillaume Seguin <guillaume@segu.in>	2008-04-04
+
+    * Bump version to 0.7.5
+
+Guillaume Seguin <guillaume@segu.in>	2008-04-04
+
+    * Bump version to 0.7.4
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-04-01
+
+    Make sure that symbols are only loaded locally.
+
+Danny Baumann <dannybaumann@web.de>	2008-03-16
+
+    Put focus stealing prevention level to Focus behaviour group.
+
+Danny Baumann <dannybaumann@web.de>	2008-03-14
+
+    Fix setting context from option changes (e.g. via dbus).
+
+Merge: 9467c38 3b0d162
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-03-10
+
+    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Danny Baumann <dannybaumann@web.de>	2008-03-10
+
+    Add overlapping output handling option to display settings group.
+
+Guillaume Seguin <guillaume@segu.in>	2008-03-06
+
+    * Bump version to 0.7.3
+
+Guillaume Seguin <guillaume@segu.in>	2008-03-06
+
+    * Bump version to 0.7.2
+
+Merge: 76cb8a7 e45c1dc
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-02-26
+
+    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Merge: c31723c d0de58f
+Danny Baumann <dannybaumann@web.de>	2008-02-23
+
+    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Danny Baumann <dannybaumann@web.de>	2008-02-23
+
+    Differentiate between an empty list and a list with one empty item by adding a delimiter also after the last item.
+
+Danny Baumann <dannybaumann@web.de>	2008-02-22
+
+    Fix import of float values.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-02-15
+
+    Parse core dependencies.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-02-15
+
+    Don't add the same conflict multiple times to the list.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-02-15
+
+    Fix feature conflict handling.
+
+Danny Baumann <dannybaumann@web.de>	2008-02-14
+
+    Fix float setting export.
+
+Danny Baumann <dannybaumann@web.de>	2008-02-14
+
+    Clarify parameter name.
+
+Danny Baumann <dannybaumann@web.de>	2008-02-14
+
+    Added some documentation for the most important functions.
+
+Danny Baumann <dannybaumann@web.de>	2008-02-14
+
+    Do not autosave after import.
+
+Danny Baumann <dannybaumann@web.de>	2008-02-13
+
+    Check for file existance before trying to import it.
+
+Roland Baer <roland@Vista.(none)>	2007-08-24
+
+    Major review, fixes
+
+Merge: fc2f0df cdd3e7f
+Dennis Kasprzyk <onestone@opencompositing.org>	2008-01-10
+
+    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Danny Baumann <dannybaumann@web.de>	2008-01-06
+
+    Don't define VERSION twice.
+
+Patrick Niklaus <marex@opencompositing.org>	2007-12-27
+
+    Added file/image hint for cube caps images
+
+Danny Baumann <dannybaumann@web.de>	2007-11-27
+
+    Cleanup.
+
+Jigish Gohil <cyberorg@prime.cyberorg.info>	2007-11-27
+
+    fix for buffer overflow in strncat
+
+Patrick Niklaus <marex@opencompositing.org>	2007-11-06
+
+    Made it possible to export only non-default setting values
+
+Guillaume Seguin <guillaume@segu.in>	2007-10-21
+
+    * Bump version to 0.6.99
+
+Danny Baumann <dannybaumann@web.de>	2007-10-17
+
+    Move more bindings to key bindings page.
+
+Merge: 15dc54f d843f13
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-09-24
+
+    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Danny Baumann <dannybaumann@web.de>	2007-09-09
+
+    Ignore case when comparing to "Disabled".
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-09-07
+
+    Apply core changes.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-09-05
+
+    Make sure "core" is always the first plugin.
+
+Danny Baumann <dannybaumann@web.de>	2007-09-04
+
+    Added grouping for new options.
+
+Danny Baumann <dannybaumann@web.de>	2007-09-03
+
+    Cleanup.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-09-02
+
+    Allow empty lists.
+
+Danny Baumann <dannybaumann@web.de>	2007-09-02
+
+    Make wobbly provide the feature "edgeresistance".
+
+Danny Baumann <dannybaumann@web.de>	2007-08-31
+
+    Install metadata file for ccp.
+
+Roland Bär <roland@Vista.(none)>	2007-08-31
+
+    Plug minor memleak.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-30
+
+    Add metadata handling to ccp.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-30
+
+    Track core changes.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-30
+
+    Do not create dir/file during import.
+    Save settings after import.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-29
+
+    Support modifier only keybindings correctly.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-29
+
+    Use new list handling.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-29
+
+    Added a more inteligent list object compare.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-29
+
+    Fixed plugin list handling.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-29
+
+    Fix list remove.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-28
+
+    There is still the core tag in the core.xml.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-28
+
+    Fixed settings loading for core options.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-28
+
+    Track core changes.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-28
+
+    Load core plugin by default.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-24
+
+    Another attempt at properly fixing file locking.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-23
+
+    Improve core and core plugin binding grouping.
+
+Merge: e8bb206 633536b
+Danny Baumann <dannybaumann@web.de>	2007-08-23
+
+    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Danny Baumann <dannybaumann@web.de>	2007-08-23
+
+    Fix ini file corruption.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-23
+
+    Allow disabling of key/button bindings.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-22
+
+    Track core option renaming.
+
+Guillaume Seguin <guillaume@segu.in>	2007-08-22
+
+    Don't load kconfig plugin
+
+Roland Baer <roland@Vista.(none)>	2007-08-21
+
+    [PATCH] Sanitised return value(s) of getNodesFromXPath().
+    
+    If we return NULL, then *num should also be 0.
+    Mostly not directly the return value get checked, it
+    checks only num. At this rare path num is !=0 but it returns
+    NULL....
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-21
+
+    Do not return empty modifier string.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-21
+
+    Button 0 doesn't exist.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-21
+
+    Parse button metadata correctly.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Use edge modifiers only for mouse bindings.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Do not return NULL for conversion functions.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Fixed edge modifiers.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Accept NULL as parameter in stringAppend.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    const char *
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Action setting rework part 6.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Action setting rework part 5.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Action setting rework part 4.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Action setting rework part 3.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Action setting rework part 2.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-20
+
+    Action setting rework part 1.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-14
+
+    Install default global config file.
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-12
+
+    Version update.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-09
+
+    Optimization.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-09
+
+    Remove debug output.
+
+Merge: 80a50f2 ba59b31
+Danny Baumann <dannybaumann@web.de>	2007-08-09
+
+    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Danny Baumann <dannybaumann@web.de>	2007-08-09
+
+    Properly set file permissions for newly-created files.
+
+Merge: e171259 3f2a329
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-08
+
+    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-08
+
+    Added proper debug message handling.
+
+Merge: 4681b7f a597b16
+Danny Baumann <dannybaumann@web.de>	2007-08-08
+
+    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig
+
+Patrick Niklaus <marex@opencompositing.org>	2007-08-08
+
+    Fixed getExistingProfiles for new config path
+
+Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-08
+
+    Do not unload symbols because there may be some static variables in glib that could cause errors.
+
+Danny Baumann <dannybaumann@web.de>	2007-08-08


Reply to: