From 849493eafbd549a909c79b1619f5cb98f6533cf0 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 5 Feb 2005 03:24:54 +0000 Subject: 2005-02-04 Havoc Pennington * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile * doc/introspect.dtd: add introspect.dtd from David A. Wheeler (with some minor changes) * doc/dbus-specification.xml: add deprecated attribute to introspection format --- ChangeLog | 10 ++++++++++ doc/Makefile.am | 2 ++ doc/dbus-specification.xml | 9 +++++++++ doc/introspect.dtd | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 doc/introspect.dtd diff --git a/ChangeLog b/ChangeLog index 01b497ed..dece43e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-02-04 Havoc Pennington + + * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile + + * doc/introspect.dtd: add introspect.dtd from David A. Wheeler + (with some minor changes) + + * doc/dbus-specification.xml: add deprecated attribute to + introspection format + 2005-01-31 Havoc Pennington * glib/dbus-gproxy.c: rewrite how signals work again, this time I diff --git a/doc/Makefile.am b/doc/Makefile.am index 11f7db96..3032c866 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,6 @@ EXTRA_DIST= \ + busconfig.dtd \ + introspect.dtd \ dbus-faq.xml \ dbus-specification.xml \ dbus-test-plan.xml \ diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 7a90e664..fdea2b42 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2245,6 +2245,15 @@ one <node>. + + + The method, interface, property, and signal elements may have + an attribute deprecated="yes|no". If the attribute is not + present, the default value for an interface is "no", and + the default value for methods, properties, and signals is + the deprecation status of the interface. + + diff --git a/doc/introspect.dtd b/doc/introspect.dtd new file mode 100644 index 00000000..5e1c96df --- /dev/null +++ b/doc/introspect.dtd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit