summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-06-01 22:05:42 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-06-01 22:05:42 +0000
commit378053ba594cca44e1bc9e069eab91b0a0954308 (patch)
tree3c4398ba82d8d1675837f19f0642d84a5abb97f4 /ChangeLog
parent8d3dbfb1039778584e6476ec0ffadef882360160 (diff)
* bus/main.c (main): uses _dbus_get_config_file_name() to detect session.conf location on win32.
* dbus-sysdeps-win.h (_dbus_get_config_file_name,_dbus_file_exists): new prototyp, undefined interface after including windows.h because t makes trouble when a paramater is named interface. * dbus-sysdeps-win.c (_dbus_get_install_root,_dbus_get_config_file_name,_dbus_file_exists): new functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452a67c9..bce20826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-05-31 Ralf Habacker <ralf.habacker@freenet.de>
+
+ * bus/main.c (main): uses _dbus_get_config_file_name() to detect
+ session.conf location on win32.
+
+ * dbus-sysdeps-win.h (_dbus_get_config_file_name,_dbus_file_exists):
+ new prototyp, undefined interface after including windows.h because
+ it makes trouble when a paramater is named interface.
+
+ * dbus-sysdeps-win.c (_dbus_get_install_root,
+ _dbus_get_config_file_name,_dbus_file_exists): new functions.
+
2007-05-27 Ralf Habacker <ralf.habacker@freenet.de>
* bus/policy.c,dbus/dbus-internals.c: fixed inconsistant line endings