From da35c6a4b005c3d2603c3ce932150981cd8ab14f Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 9 Aug 2003 15:09:54 +0000 Subject: 2003-08-09 Anders Carlsson * doc/TODO: * doc/busconfig.dtd: Add busconfig DTD. --- ChangeLog | 6 ++++++ doc/TODO | 2 -- doc/busconfig.dtd | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 doc/busconfig.dtd diff --git a/ChangeLog b/ChangeLog index 0d93fe5f..0c9c56e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-09 Anders Carlsson + + * doc/TODO: + * doc/busconfig.dtd: + Add busconfig DTD. + 2003-08-09 Anders Carlsson * doc/dbus-specification.sgml: diff --git a/doc/TODO b/doc/TODO index 75ba7d86..0e56e1e7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -48,8 +48,6 @@ after the message bus has processed your message but before the service has replied, it would be nice if the message bus sent you an error reply. - - write a DTD for the dbus-daemon-1 configuration file - - build and install the Doxygen manual in Makefile when --enable-docs - if you send the same message to multiple connections, the serial number diff --git a/doc/busconfig.dtd b/doc/busconfig.dtd new file mode 100644 index 00000000..97c0b82e --- /dev/null +++ b/doc/busconfig.dtd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit