summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-02-15 18:22:40 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-02-15 18:22:40 +0000
commitefd53eca67b7d0937533c3b8790368a368fb7dcb (patch)
treea6062d8e53b0361a3c1d184852caaae8f0fc7a35 /ChangeLog
parentbc6cd6fa8586ca0d059961719a6a61df5e063971 (diff)
2003-02-15 Anders Carlsson <andersca@codefactory.se>
* bus/Makefile.am: * bus/activation.c: (bus_activation_entry_free), (add_desktop_file_entry), (load_directory), (bus_activation_init): * bus/activation.h: * bus/main.c: (main): Add simple activation support, doesn't work yet though.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a99e690f..b9eb5c72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-02-15 Anders Carlsson <andersca@codefactory.se>
+
+ * bus/Makefile.am:
+ * bus/activation.c: (bus_activation_entry_free),
+ (add_desktop_file_entry), (load_directory), (bus_activation_init):
+ * bus/activation.h:
+ * bus/main.c: (main):
+ Add simple activation support, doesn't work yet though.
+
2003-02-15 Zack Rusin <zack@kde.org>
* qt/dbus-qthread.cpp: small casting fix