From: Havoc Pennington Date: Sat, 5 Feb 2005 03:24:54 +0000 (+0000) Subject: 2005-02-04 Havoc Pennington X-Git-Tag: dbus-0.31.0~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=849493eafbd549a909c79b1619f5cb98f6533cf0;p=platform%2Fupstream%2Fdbus.git 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 --- diff --git a/ChangeLog b/ChangeLog index 01b497e..dece43e 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 11f7db9..3032c86 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 7a90e66..fdea2b4 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 0000000..5e1c96d --- /dev/null +++ b/doc/introspect.dtd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +