diff options
author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-07-14 06:32:15 +0800 |
---|---|---|
committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-07-14 06:32:15 +0800 |
commit | 19ff3ea5d238a2cd3001170d582ae6997bb517bf (patch) | |
tree | 9456d5e4e41ed53f2dffb93b13a9f423c1f70c1a | |
parent | 4a2d190bcfa8e97ecc9cfdf31cf3ce2a1ba87c3e (diff) | |
download | neg-19ff3ea5d238a2cd3001170d582ae6997bb517bf.tar.gz neg-19ff3ea5d238a2cd3001170d582ae6997bb517bf.tar.bz2 |
Update NEWS for 0.9.5.0compiz-0.9.5.0
-rw-r--r-- | AUTHORS | 10 | ||||
-rw-r--r-- | ChangeLog | 208 | ||||
-rw-r--r-- | NEWS | 4 |
3 files changed, 222 insertions, 0 deletions
@@ -0,0 +1,10 @@ +Danny Baumann <dannybaumann@web.de> +Dennis Kasprzyk <onestone@beryl-project.org> +Dennis Kasprzyk <onestone@compiz-fusion.org> +Dennis Kasprzyk <onestone@opencompositing.org> +Erkin Bahceci <erkinbah@gmail.com> +Sam Spilsbury <SmSpillaz@gmail.com> +Sam Spilsbury <sam.spilsbury@canonical.com> +Sam Spilsbury <smspillaz@gmail.com> +Scott Moreau <oreaus@gmail.com> +compiz <compiz@de35.org> diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..52eeed5 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,208 @@ +Sam Spilsbury <sam.spilsbury@canonical.com> 2011-07-13 + + Added VERSION file + +Scott Moreau <oreaus@gmail.com> 2011-05-27 + + Remove unused function from header. + +Scott Moreau <oreaus@gmail.com> 2011-05-17 + + Add damage to negative windows when toggling neg_decorations. + +Scott Moreau <oreaus@gmail.com> 2011-05-17 + + Add comment. + +Scott Moreau <oreaus@gmail.com> 2011-05-17 + + Fix typo. + +Scott Moreau <oreaus@gmail.com> 2011-05-17 + + Remove unused function. + +Scott Moreau <oreaus@gmail.com> 2011-05-17 + + Toggle isNeg in NegScreen::toggle (). + +Scott Moreau <oreaus@gmail.com> 2010-09-28 + + Don't require composite since opengl already does. + +Sam Spilsbury <smspillaz@gmail.com> 2010-07-04 + + Remove build dependency on compiztoolbox + +Sam Spilsbury <smspillaz@gmail.com> 2010-07-04 + + Don't depend on compiztoolbox + +Sam Spilsbury <smspillaz@gmail.com> 2010-07-01 + + Simplify serialization interface + +Sam Spilsbury <SmSpillaz@gmail.com> 2010-06-12 + + Added serialization interface and necessary changes + +Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-25 + + Use PropertyWriter to make toggled state survive plugin load/unload + +Merge: cc48957 cb8cb54 +Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-24 + + Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/neg + +Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-24 + + Load after decor plugin to prevent windows moving after plugin load + +Sam Spilsbury <smspillaz@gmail.com> 2010-04-11 + + Ensure that we load after composite and opengl + +Erkin Bahceci <erkinbah@gmail.com> 2009-07-14 + + Add required plugins. + +Dennis Kasprzyk <onestone@compiz-fusion.org> 2009-03-16 + + Track core changes. + +Erkin Bahceci <erkinbah@gmail.com> 2009-03-14 + + Track core changes. + +Danny Baumann <dannybaumann@web.de> 2009-02-02 + + The display and screen tags are no longer present. + +Danny Baumann <dannybaumann@web.de> 2009-02-02 + + Indent properly. + +Danny Baumann <dannybaumann@web.de> 2009-02-02 + + Memory leak fixes, minor improvements. + +Sam Spilsbury <smspillaz@gmail.com> 2009-02-02 + + Initial C++ port. + +Danny Baumann <dannybaumann@web.de> 2008-04-08 + + Added option that allows negating the decorations as well. + +Dennis Kasprzyk <onestone@opencompositing.org> 2008-04-04 + + CMake build file. + +Dennis Kasprzyk <onestone@opencompositing.org> 2008-04-03 + + Makefile update. + +Dennis Kasprzyk <onestone@opencompositing.org> 2008-03-14 + + Makefile update. + +Dennis Kasprzyk <onestone@opencompositing.org> 2008-03-14 + + Makefile update. + +Danny Baumann <dannybaumann@web.de> 2008-03-12 + + Makefile update + +Dennis Kasprzyk <onestone@opencompositing.org> 2008-01-23 + + Makefile update. + +Danny Baumann <dannybaumann@web.de> 2007-09-17 + + Remove unneeded headers. + +Danny Baumann <dannybaumann@web.de> 2007-09-07 + + Track core changes. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30 + + Check core api. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30 + + Track core changes. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-20 + + New action system + +Danny Baumann <dannybaumann@web.de> 2007-08-17 + + Fixed exclude match change handling. + +Danny Baumann <dannybaumann@web.de> 2007-08-16 + + Cleaned up initial neg state assignment for windows and fixed exclude match change handling. + +Danny Baumann <dannybaumann@web.de> 2007-08-16 + + Fixed match defaults. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-14 + + Load after blur. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-06 + + Makefile update. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-16 + + Remove obsolete deps/features from vtable + +Danny Baumann <dannybaumann@web.de> 2007-07-06 + + Compiz indention style. + +Danny Baumann <dannybaumann@web.de> 2007-07-06 + + Fix indention. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-03 + + Makefile update. + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-01 + + Makefile update. + +Danny Baumann <dannybaumann@web.de> 2007-06-30 + + xml -> xml.in + +Dennis Kasprzyk <onestone@opencompositing.org> 2007-06-28 + + Makefile update. + +Dennis Kasprzyk <onestone@beryl-project.org> 2007-06-11 + + Makefile update. + +Dennis Kasprzyk <onestone@beryl-project.org> 2007-06-11 + + Updated Makefile + +Dennis Kasprzyk <onestone@beryl-project.org> 2007-05-21 + + Makefile update + +Dennis Kasprzyk <onestone@beryl-project.org> 2007-05-17 + + initial commit + +compiz <compiz@de35.org> 2007-05-17 + + Dummy commit @@ -0,0 +1,4 @@ +Release 0.9.5.0 ( 2011-07-14 Sam Spilsbury <sam.spilsbury@canonical.com> ) +=========================================================================== +Development\ Release\ (Version:\ 0.9.5.0\ project\ name:\ neg) + |