summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-30 19:33:29 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-30 19:33:29 +0000
commit96ba08f456dbba023b19cff08f86f23f457ffcb8 (patch)
tree061254ffdd1dad4dcad263dbc1f2871f7d440615 /ChangeLog
parent6b8ffc69ad04243e20d87aa4f6570afabc34323b (diff)
2005-01-30 Havoc Pennington <hp@redhat.com>
* glib/dbus-gmain.c: rewrite the main loop stuff to avoid the custom source, seems to be a lot easier to understand and work better.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index babc51df..b452bcd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-01-30 Havoc Pennington <hp@redhat.com>
+ * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
+ custom source, seems to be a lot easier to understand and work
+ better.
+
+2005-01-30 Havoc Pennington <hp@redhat.com>
+
I think this main loop thing is conceptually broken, but here are
some band aids. I'll maybe rewrite it in a minute.