summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-08-09 11:58:21 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-08-09 11:58:21 +0000
commit1a20d6e43a3cc24feb7d4d5573face04b6d2492a (patch)
tree288e20c51f8c05f3098274e9ef62514bce6437fc /ChangeLog
parentefed0743ab6e395e3d689455e7897240ec8b0e45 (diff)
downloadpygobject-1a20d6e43a3cc24feb7d4d5573face04b6d2492a.tar.gz
pygobject-1a20d6e43a3cc24feb7d4d5573face04b6d2492a.tar.xz
pygobject-1a20d6e43a3cc24feb7d4d5573face04b6d2492a.zip
Bug 546135 – GIcon and implementations improvements
2008-08-09 Paul Pogonyshev <pogonyshev@gmx.net> 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc937e3..a4586bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-08-09 Paul Pogonyshev <pogonyshev@gmx.net>
+
+ 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 <jonathan@d14n.org>
Bug 546734 – Missing Py_INCREFs for some file async methods