diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-03 23:37:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-03 23:37:56 +0800 |
commit | 7d18bf233dc8bfa4484fdd3d19e2c61efdbbf7cd (patch) | |
tree | 40f02967088a0448929473758f0407eea79adaf7 /shell/ChangeLog | |
parent | e33d1556d63dce0088e60d16d5421df9bc39a0d1 (diff) | |
download | gsoc2013-evolution-7d18bf233dc8bfa4484fdd3d19e2c61efdbbf7cd.tar.gz gsoc2013-evolution-7d18bf233dc8bfa4484fdd3d19e2c61efdbbf7cd.tar.zst gsoc2013-evolution-7d18bf233dc8bfa4484fdd3d19e2c61efdbbf7cd.zip |
Do not depend on e-folder-list.
* gui/component/addressbook-config.c: Do not depend on
e-folder-list.
* gui/component/select-names/e-select-names.c: Remove dependency
on evolution-folder-selector-button.
(e_addressbook_create_folder_selector): Just return a FIXME label
for now.
(folder_selected): #if 0 out.
(e_select_names_init): Do not connect.
* gui/component/select-names/e-select-names-manager.c
(e_select_names_manager_activate_dialog): Don't get a shell_client
arg anymore.
(load_completion_books): Stub out.
* gui/component/select-names/e-select-names.c
(e_select_names_new): Don't get an EvolutionShellClient anymore.
Don't create the folder selector button for now.
* gui/component/select-names/e-select-names.h: Remove dependency
on evolution-shell-client.
* gui/component/select-names/e-select-names-bonobo.c: Remove
dependency on evolution-shell-client.
(impl_SelectNames_activate_dialog): Stub out.
* gui/widgets/eab-gui-util.c: Remove dependency on
evolution-shell-client.
(eab_transfer_contacts): Stub out.
* importers/icalendar-importer.c: Do not #include shell stuff.
* gui/main.c: Do not #include <evolution-shell-client.h>.
* gui/e-itip-control.c: Do not #include
<e-folder-selector-button.h> nor <evolution-shell-client.h>.
(start_default_server): Return FALSE.
(default_server_started_cb): Do not connect the "selected" signal
on the button since it's now NULL.
(button_selected_cb): #if 0 out.
* gui/e-cal-list-view.h: Do not #include
"evolution-activity-client.h".
* gui/tasks-component.c (impl_createControls): Give an empty label
for the status bar.
* gui/e-day-view.h: Remove all deps on evolution-activity-client.
* e-msg-composer-hdrs.c: Do not #include
<evolution-folder-selector-button.h>.
(e_msg_composer_hdrs_set_post_to): #if 0 out for now.
(e_msg_composer_hdrs_get_post_to): Likewise.
* mail-vfolder.c: Do not #include "evolution-shell-component.h".
* Makefile.am (libevolution_mail_la_SOURCES): Don't compile
mail-importer.[ch] for now.
* mail-component-factory.c: Do not #include
<evolution-shell-client.h>.
* mail-config.c: Likewise.
* mail-vfolder.h: Do not #include <evolution-storage.h> or
<evolution-shell-component.h>.
* mail.h: Do not #include <evolution-storage.h>.
* mail-ops.h: Do not #include <evolution-storage.h>.
(mail_scan_subfolders): Remove prototype.
(mail_update_subfolders): Likewise.
svn path=/trunk/; revision=23595
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index dc01ccf000..fbc5e07848 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,29 @@ +2003-12-03 Ettore Perazzoli <ettore@ximian.com> + + * e-folder-list.c: Remove. + * e-folder-list.h: Remove. + + * e-folder-tree.c: Remove. + * e-folder-tree.h: Remove. + + * e-folder.c: Remove. + * e-folder.h: Remove. + + * evolution-shell-component.c: Remove. + * evolution-shell-component.h: Remove. + + * evolution-shell-client.c: Remove. + * evolution-shell-client.h: Remove. + + * evolution-folder-selector-button.c: Remove. + * evolution-folder-selector-button.h: Remove. + + * evolution-activity-client.c: Remove. + * evolution-activity-client.h: Remove. + + * evolution-storage.c: Remove. + * evolution-storage.h: Remove. + 2003-12-02 Ettore Perazzoli <ettore@ximian.com> * e-shell-window.c (e_shell_window_save_defaults): Implement. |