dbus ChangeLog,1.1129,1.1130 configure.in,1.179,1.180
Thiago J. Macieira
thiago at kemper.freedesktop.org
Sat Sep 30 12:38:36 PDT 2006
- Previous message: bootleg
- Next message: dbus/dbus dbus-bus.c, 1.56, 1.57 dbus-connection.c, 1.133,
1.134 dbus-internals.h, 1.59, 1.60 dbus-sysdeps-unix.c, 1.5,
1.6 dbus-sysdeps.h, 1.59, 1.60 dbus-transport.c, 1.52, 1.53
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv22941
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in: add DBUS_BINDIR as a #define to C source code.
* tools/dbus-launch.c
* tools/dbus-launch.h
* tools/dbus-launch-x11.c:
* tools/dbus-launch.1: Add the --autolaunch option to
dbus-launch, which makes it scan for an existing session
started with --autolaunch. With that option, it also creates
an X11 window and saves the bus address and PID to it.
* dbus/dbus-sysdeps.h:
* dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
a function that runs "dbus-launch --autolaunch" to retrieve
the running D-Bus session address (or start one if none was running)
* dbus/dbus-transport.c: Add the handler for the "autolaunch:"
address protocol, which tries to get the running session from
dbus-launch.
* dbus/dbus-bus.c:
* dbus/dbus-internals.h: Make "autolaunch:" be the default
D-Bus session bus address.
* dbus/dbus-connection.c: Fix horrible typo in error message.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1129
retrieving revision 1.1130
diff -u -d -r1.1129 -r1.1130
--- ChangeLog 18 Sep 2006 17:17:41 -0000 1.1129
+++ ChangeLog 30 Sep 2006 19:38:34 -0000 1.1130
@@ -1,3 +1,30 @@
+2006-09-30 Thiago Macieira <thiago at kde.org>
+
+ * configure.in: add DBUS_BINDIR as a #define to C source code.
+
+ * tools/dbus-launch.c
+ * tools/dbus-launch.h
+ * tools/dbus-launch-x11.c:
+ * tools/dbus-launch.1: Add the --autolaunch option to
+ dbus-launch, which makes it scan for an existing session
+ started with --autolaunch. With that option, it also creates
+ an X11 window and saves the bus address and PID to it.
+
+ * dbus/dbus-sysdeps.h:
+ * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Add
+ a function that runs "dbus-launch --autolaunch" to retrieve
+ the running D-Bus session address (or start one if none was running)
+
+ * dbus/dbus-transport.c: Add the handler for the "autolaunch:"
+ address protocol, which tries to get the running session from
+ dbus-launch.
+
+ * dbus/dbus-bus.c:
+ * dbus/dbus-internals.h: Make "autolaunch:" be the default
+ D-Bus session bus address.
+
+ * dbus/dbus-connection.c: Fix horrible typo in error message.
+
2006-09-18 John (J5) Palmieri <johnp at redhat.com>
* tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- configure.in 18 Sep 2006 17:17:41 -0000 1.179
+++ configure.in 30 Sep 2006 19:38:34 -0000 1.180
@@ -1052,6 +1052,11 @@
AC_SUBST(DBUS_DAEMONDIR)
AC_DEFINE_UNQUOTED(DBUS_DAEMONDIR,"$DBUS_DAEMONDIR", [Directory for installing the DBUS daemon])
+#### Directory to install the other binaries
+DBUS_BINDIR=$EXPANDED_BINDIR
+AC_SUBST(DBUS_BINDIR)
+AC_DEFINE_UNQUOTED(DBUS_BINDIR,"$DBUS_BINDIR", [Directory for installing the binaries])
+
#### Tell tests where to find certain stuff in builddir
DBUS_PWD=`pwd`
- Previous message: bootleg
- Next message: dbus/dbus dbus-bus.c, 1.56, 1.57 dbus-connection.c, 1.133,
1.134 dbus-internals.h, 1.59, 1.60 dbus-sysdeps-unix.c, 1.5,
1.6 dbus-sysdeps.h, 1.59, 1.60 dbus-transport.c, 1.52, 1.53
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list