summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-11 10:38:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-11 10:38:01 +0100
commitecc4a25ed23461f29e9c3e028e9595a2b88b8cac (patch)
treecd8a634a1c98a4961b37f517b09ea596d1ae4f2a
parenta18ebe81bdcfcc95d721e70529d6791fc16d2483 (diff)
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e12c909..e07652b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
* tools/dbus-launch.c: convert C++-style comment to C-style, add {}
for clarity
* .gitignore: ignore vi swapfiles
+ * dbus/dbus-errors.h, dbus/dbus-errors.c: Add DBUS_ERROR_INIT macro
+ for the benefit of libdbus users whose coding style allows initialized
+ variables (although dbus core coding style doesn't)
2007-10-10 Simon McVittie <simon.mcvittie@collabora.co.uk>