2005-01-18 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Tue, 18 Jan 2005 20:42:15 +0000 (20:42 +0000)
committerHavoc Pennington <hp@redhat.com>
Tue, 18 Jan 2005 20:42:15 +0000 (20:42 +0000)
commit8873c90f99303f9cc308f15f8d03e637911f5b9e
tree03e459881912388cc6c3759d91fb0cf75739a5a7
parent4fce285052c143296cd9e08a48de0175b5207853
2005-01-18  Havoc Pennington  <hp@redhat.com>

        * Throughout, grand renaming to strip out the use of "service",
just say "name" instead (or "bus name" when ambiguous).  Did not
change the internal code of the message bus itself, only the
programmer-facing API and messages.

* doc/dbus-specification.xml: further update the message bus section

* bus/config-parser.c (all_are_equiv): fix bug using freed string
in error case
33 files changed:
ChangeLog
bus/activation.c
bus/config-parser.c
bus/dbus-daemon-1.1.in
bus/dispatch.c
bus/driver.c
bus/services.c
bus/signals.c
dbus/dbus-bus.c
dbus/dbus-bus.h
dbus/dbus-glib.h
dbus/dbus-marshal-header.c
dbus/dbus-marshal-validate.c
dbus/dbus-marshal-validate.h
dbus/dbus-message.c
dbus/dbus-message.h
dbus/dbus-protocol.h
dbus/dbus-shared.h
doc/TODO
doc/dbus-specification.xml
doc/dbus-tutorial.xml
doc/diagram.png [new file with mode: 0644]
doc/diagram.svg [new file with mode: 0644]
glib/dbus-gproxy.c
test/data/equiv-config-files/basic/basic-1.conf
test/data/valid-config-files/basic.conf
test/data/valid-config-files/many-rules.conf
test/glib/test-dbus-glib.c
test/glib/test-profile.c
test/glib/test-service-glib.c
test/test-service.c
tools/dbus-send.1
tools/dbus-send.c