summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2009-01-23 15:30:14 +0100
committerMurray Cumming <murrayc@murrayc.com>2009-01-23 15:30:14 +0100
commit6df60db2b5bb56f493aa1ddea4e113848414ab0a (patch)
tree3e56a0c6dead7856627618afd292a2317b5884ed /ChangeLog
parentb19c9a7837a6b1782b146d9e4f4978c464fcfab0 (diff)
2009-12-23 Murray Cumming <murrayc@murrayc.com>
* docs/examples/basics_dbus_glib/main.c: * docs/examples/basics_dbus_python/example.py: Call the D-Bus method asynchronously instead of synchronously. * docs/book/C/telepathy.xml: Basics: Using D-Bus: Mention simple D-Bus concepts. Mention asyncronous calls, and say how we do that in the examples. Added an Installation chapter. Added an index and sprinkled some indexterm tags around to fill it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 354135e..84a4688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,21 @@
-2009-12-20 Murray Cumming <murrayc@murrayc.com>
+2009-12-23 Murray Cumming <murrayc@murrayc.com>
+
+ * docs/examples/basics_dbus_glib/main.c:
+ * docs/examples/basics_dbus_python/example.py: Call the D-Bus method
+ asynchronously instead of synchronously.
+ * docs/book/C/telepathy.xml: Basics: Using D-Bus: Mention simple D-Bus
+ concepts. Mention asyncronous calls, and say how we do that in the
+ examples.
+ Added an Installation chapter.
+ Added an index and sprinkled some indexterm tags around to fill it.
+
+2009-12-22 Murray Cumming <murrayc@murrayc.com>
* docs/book/C/telepathy.xml: Basics: Add a Language Bindings sub-section
as a way to mention telepathy-glib, which we use (so far) for all our
examples.
-2009-12-20 Murray Cumming <murrayc@murrayc.com>
+2009-12-22 Murray Cumming <murrayc@murrayc.com>
* docs/book/C/telepathy.xml: Basics: Move the boring stuff about
Introspect() into a notes section because it is too soon to get scary.