From a57fde73b509adcf56a73ae1fb97474d136fd2af Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 1 May 2007 15:54:05 +0000 Subject: Add a property helper, fixes #338098 * examples/properties.py: * gobject/Makefile.am: * gobject/__init__.py: * gobject/constants.py.in: * gobject/generate-constants.c: (main): * gobject/propertyhelper.py: * tests/Makefile.am: * tests/test_enum.py: * tests/test_interface.py: * tests/test_properties.py: Add a property helper, fixes #338098 svn path=/trunk/; revision=662 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a371484..4fd89ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-05-01 Johan Dahlin + + * examples/properties.py: + * gobject/Makefile.am: + * gobject/__init__.py: + * gobject/constants.py.in: + * gobject/generate-constants.c: (main): + * gobject/propertyhelper.py: + * tests/Makefile.am: + * tests/test_enum.py: + * tests/test_interface.py: + * tests/test_properties.py: + + Add a property helper, fixes #338098 + 2007-04-30 Gustavo J. A. M. Carneiro * tests/common.py (importModules): Import testhelper first so that -- cgit