Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2007-11-24 13:29:03 (GMT)
committer Johan Dahlin <johan@src.gnome.org>2007-11-24 13:29:03 (GMT)
commit9663e6618d1710f2e7c151a3bc85f528a139ac96 (patch)
treec19f02956b41bc0f359d1205387661e35a6095e4 /ChangeLog
parent0756f2f876842e89569c9cec4b22266a69539ee8 (diff)
Remove unused targets Check GIREPO_PATH instead of sys.path for repos Fix
2007-11-24 Johan Dahlin <johan@gnome.org> * Makefile: Remove unused targets * bank/importer.py: Check GIREPO_PATH instead of sys.path for repos * defs/gtk-base.defs: Fix a typo and convert a few constructors away from property based ones. * defs2gidl.py: Parse constructors * data/Gtk.gidl: Update now including constructors svn path=/trunk/; revision=31
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 975d88b..53b8094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-11-24 Johan Dahlin <johan@gnome.org>
+ * Makefile: Remove unused targets
+ * bank/importer.py: Check GIREPO_PATH instead of sys.path for repos
+ * defs/gtk-base.defs: Fix a typo and convert a few constructors
+ away from property based ones.
+ * defs2gidl.py: Parse constructors
+ * data/Gtk.gidl: Update now including constructors
+
+2007-11-24 Johan Dahlin <johan@gnome.org>
+
* gtktest.py: Add a simple test for Gtk+
* bank/bank-info.c (_wrap_g_object_info_get_parent): Check for NULL.