diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-04-04 07:47:31 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-04-04 07:47:31 +0000 |
commit | 3c38b1490ea70d0c64666cb25102838d3ae4dc33 (patch) | |
tree | 3b3fc89f31c913d86fbd7b871b112e45e07fd2e1 /ChangeLog-20000414 | |
parent | b258d6386aa0e1b5d9b1ea597908c843f40390ad (diff) | |
download | nautilus-3c38b1490ea70d0c64666cb25102838d3ae4dc33.tar.gz |
more work on the service component
more work on the service component
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index 2fc1da338..60e9f7e0e 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,5 +1,19 @@ 2000-04-03 Andy Hertzfeld <andy@eazel.com> + more work on the service component + + * components.services/startup/nautilus-service-startup-view.h: + changed it to inherit from eventbox so it can have a background + * components.services/startup/nautilus-service-startup-view.c: + restructured code for displaying multiple forms + made it use a Nautilus background + added test form, registration form and configuration form placeholders + added most of configuration form + * icons/eazel-logo.gif: added Eazel logo image + * icons/Makefile.am: added Eazel logo to Makefile + +2000-04-03 Andy Hertzfeld <andy@eazel.com> + added configuration inventory to nascent service component. This only builds if --enable-eazel-services is set @@ -16,7 +30,7 @@ made it invoke the service component for uri's starting with "eazel:"; also, fixed a bug where an uninitialized variable was being freed. * nautilus-clean.sh: - added the rpm view to the list of cleaned packages. + added the rpm view to the list of cleaned components. 2000-04-03 Darin Adler <darin@eazel.com> |