summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-26 13:46:56 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 13:46:56 +0000
commit4cd2081ae3d8adacd4256742be9e90714783c242 (patch)
treec5e4fe6b3ca14cd5c994418a8f18a1d00116cfaf /ChangeLog
parentec4671da7f7fe70f40dafb91a870fa644c2b9f2c (diff)
downloadpygobject-4cd2081ae3d8adacd4256742be9e90714783c242.tar.gz
pygobject-4cd2081ae3d8adacd4256742be9e90714783c242.tar.xz
pygobject-4cd2081ae3d8adacd4256742be9e90714783c242.zip
Convert the pid/mainloop/maincontext/optiongroup/optioncontext.
2008-07-26 Johan Dahlin <johan@gnome.org> * glib/pygmaincontext.c (pyglib_maincontext_register_types): * glib/pygmainloop.c (pyg_main_loop_init), (pyglib_mainloop_register_types): * glib/pygoptioncontext.c (pyg_option_context_set_main_group), (pyglib_option_context_register_types): * glib/pygoptiongroup.c (pyglib_option_group_register_types): * glib/pygspawn.c (pyglib_spawn_register_types): Convert the pid/mainloop/maincontext/optiongroup/optioncontext. svn path=/trunk/; revision=872
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8b8b63..3d723a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-07-26 Johan Dahlin <johan@gnome.org>
+ * glib/pygmaincontext.c (pyglib_maincontext_register_types):
+ * glib/pygmainloop.c (pyg_main_loop_init),
+ (pyglib_mainloop_register_types):
+ * glib/pygoptioncontext.c (pyg_option_context_set_main_group),
+ (pyglib_option_context_register_types):
+ * glib/pygoptiongroup.c (pyglib_option_group_register_types):
+ * glib/pygspawn.c (pyglib_spawn_register_types):
+ Convert the pid/mainloop/maincontext/optiongroup/optioncontext.
+
+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!