diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | bus/.cvsignore | 4 | ||||
-rw-r--r-- | doc/.cvsignore | 1 | ||||
-rw-r--r-- | test/data/valid-service-files/.cvsignore | 1 | ||||
-rw-r--r-- | test/glib/.cvsignore | 2 |
5 files changed, 12 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2005-02-17 Colin Walters <walters@verbum.org> + * bus/.cvsignore, doc/.cvsignore + * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore: + Update. + +2005-02-17 Colin Walters <walters@verbum.org> + * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_SERVICE_DBUS. (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS. diff --git a/bus/.cvsignore b/bus/.cvsignore index afdb82fe..e522ea23 100644 --- a/bus/.cvsignore +++ b/bus/.cvsignore @@ -4,7 +4,7 @@ Makefile Makefile.in *.lo *.la -dbus-daemon-1 +dbus-daemon *.bb *.bbg *.da @@ -14,4 +14,4 @@ rc.messagebus messagebus session.conf system.conf -dbus-daemon-1.1 +dbus-daemon.1 diff --git a/doc/.cvsignore b/doc/.cvsignore index 371668d9..3430689c 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -9,3 +9,4 @@ api dbus-specification.html dbus-test-plan.html dbus-tutorial.html +dbus-faq.html diff --git a/test/data/valid-service-files/.cvsignore b/test/data/valid-service-files/.cvsignore index e7336c7f..c5bd07da 100644 --- a/test/data/valid-service-files/.cvsignore +++ b/test/data/valid-service-files/.cvsignore @@ -1,3 +1,4 @@ debug-echo.service debug-segfault.service +debug-glib.service diff --git a/test/glib/.cvsignore b/test/glib/.cvsignore index 3d902741..388b5595 100644 --- a/test/glib/.cvsignore +++ b/test/glib/.cvsignore @@ -8,3 +8,5 @@ test-service-glib test-thread-client test-thread-server run-test.conf +test-service-glib-bindings.h +test-service-glib-glue.h |