From ec4671da7f7fe70f40dafb91a870fa644c2b9f2c Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 26 Jul 2008 13:34:55 +0000 Subject: Convert the source objects to use macros, saves ~150 lines of code! 2008-07-26 Johan Dahlin * glib/pygsource.c (pyglib_source_register_types): Convert the source objects to use macros, saves ~150 lines of code! svn path=/trunk/; revision=871 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99f08c3..d8b8b63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-26 Johan Dahlin + + * glib/pygsource.c (pyglib_source_register_types): + Convert the source objects to use macros, saves ~150 lines of code! + 2008-07-26 Johan Dahlin * glib/glibmodule.c (get_handler_priority), (pyglib_idle_add), -- cgit