From 1a20d6e43a3cc24feb7d4d5573face04b6d2492a Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sat, 9 Aug 2008 11:58:21 +0000 Subject: Bug 546135 – GIcon and implementations improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-08-09 Paul Pogonyshev Bug 546135 – GIcon and implementations improvements * gio/gio.defs (gio.LoadableIcon.load) (gio.LoadableIcon.load_async, gio.LoadableIcon.load_finish): Document. * gio/Makefile.am: * gio/gicon.override: New file: parts of 'gio.override', three methods of gio.LoadableIcon and gio.ThemedIcon constructor. * gio/gio.override: Move over all icon-related overrides to 'gicon.override'. * tests/Makefile.am: * tests/test_gicon.py: New file: parts of 'test_gio.py' and several new gio.Icon tests. * tests/test_gio.py (TestThemedIcon): Move over to 'test_gicon.py'. svn path=/trunk/; revision=931 --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc937e3..a4586bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2008-08-09 Paul Pogonyshev + + Bug 546135 – GIcon and implementations improvements + + * gio/gio.defs (gio.LoadableIcon.load) + (gio.LoadableIcon.load_async, gio.LoadableIcon.load_finish): + Document. + + * gio/Makefile.am: + * gio/gicon.override: New file: parts of 'gio.override', three + methods of gio.LoadableIcon and gio.ThemedIcon constructor. + + * gio/gio.override: Move over all icon-related overrides to + 'gicon.override'. + + * tests/Makefile.am: + * tests/test_gicon.py: New file: parts of 'test_gio.py' and + several new gio.Icon tests. + + * tests/test_gio.py (TestThemedIcon): Move over to + 'test_gicon.py'. + 2008-08-07 Jonathan Matthew Bug 546734 – Missing Py_INCREFs for some file async methods -- cgit