summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-26 13:34:55 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 13:34:55 +0000
commitec4671da7f7fe70f40dafb91a870fa644c2b9f2c (patch)
tree90aab36140274c65f1a25952c9c18a6ca8df4a16 /ChangeLog
parente889e0030877bb0b3a7e83f945b8b07230973c01 (diff)
downloadpygobject-ec4671da7f7fe70f40dafb91a870fa644c2b9f2c.tar.gz
pygobject-ec4671da7f7fe70f40dafb91a870fa644c2b9f2c.tar.xz
pygobject-ec4671da7f7fe70f40dafb91a870fa644c2b9f2c.zip
Convert the source objects to use macros, saves ~150 lines of code!
2008-07-26 Johan Dahlin <johan@gnome.org> * glib/pygsource.c (pyglib_source_register_types): Convert the source objects to use macros, saves ~150 lines of code! svn path=/trunk/; revision=871
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99f08c3..d8b8b63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-07-26 Johan Dahlin <johan@gnome.org>
+ * glib/pygsource.c (pyglib_source_register_types):
+ Convert the source objects to use macros, saves ~150 lines of code!
+
+2008-07-26 Johan Dahlin <johan@gnome.org>
+
* glib/glibmodule.c (get_handler_priority), (pyglib_idle_add),
(pyglib_timeout_add), (pyglib_timeout_add_seconds),
(pyglib_io_add_watch), (pyglib_child_watch_add),