diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-08 06:23:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-08 06:23:40 +0800 |
commit | 0a7abd8b7fe1e51a1a18b8dfc4c670aae163b0c8 (patch) | |
tree | a3ef62262ee8d70c93df905b2ad4ffe0671504ab /shell/ChangeLog | |
parent | 4c85b0318ef51e52451657ef0ce6eabc25b08ea8 (diff) | |
download | gsoc2013-evolution-0a7abd8b7fe1e51a1a18b8dfc4c670aae163b0c8.tar.gz gsoc2013-evolution-0a7abd8b7fe1e51a1a18b8dfc4c670aae163b0c8.tar.zst gsoc2013-evolution-0a7abd8b7fe1e51a1a18b8dfc4c670aae163b0c8.zip |
New function to create a test configuration page for the test component.
* evolution-test-component.c (create_configuration_page): New
function to create a test configuration page for the test
component.
(configuration_control_factory_fn): Factory function for the
configuration controls.
(register_configuration_control_factory): New function to register
the factory.
(main): Call it.
* e-shell-view-menu.c: Add verb "Settings".
(command_settings): Implementation for the "Settings" verb.
* GNOME_Evolution_TestComponent.oaf: Add a configuration control.
* e-shell-settings-dialog.c: New.
* e-shell-settings-dialog.h: New.
svn path=/trunk/; revision=15977
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 609a356c5b..8e52e37c60 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,22 @@ +2002-03-07 Ettore Perazzoli <ettore@ximian.com> + + * evolution-test-component.c (create_configuration_page): New + function to create a test configuration page for the test + component. + (configuration_control_factory_fn): Factory function for the + configuration controls. + (register_configuration_control_factory): New function to register + the factory. + (main): Call it. + + * e-shell-view-menu.c: Add verb "Settings". + (command_settings): Implementation for the "Settings" verb. + + * GNOME_Evolution_TestComponent.oaf: Add a configuration control. + + * e-shell-settings-dialog.c: New. + * e-shell-settings-dialog.h: New. + 2002-03-07 Dan Winship <danw@ximian.com> Addendum to previous commit: Remove "storage_selected" vs |