diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 26 | ||||
-rw-r--r-- | shell/Makefile.am | 16 |
2 files changed, 26 insertions, 16 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. diff --git a/shell/Makefile.am b/shell/Makefile.am index c7935b6d5d..271e1ba829 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -110,42 +110,26 @@ eshellincludedir = $(privincludedir)/shell eshellinclude_HEADERS = \ Evolution.h \ e-activity-handler.h \ - e-folder-list.h \ - e-folder-tree.h \ - e-folder.h \ e-icon-factory.h \ e-shell-corba-icon-utils.h \ e-shell-utils.h \ - evolution-activity-client.h \ evolution-config-control.h \ - evolution-folder-selector-button.h \ evolution-session.h \ - evolution-shell-client.h \ - evolution-shell-component.h \ evolution-shell-component-utils.h \ evolution-shell-view.h \ - evolution-storage.h \ evolution-wizard.h libeshell_la_SOURCES = \ $(IDL_GENERATED) \ $(MARSHAL_GENERATED) \ e-activity-handler.c \ - e-folder-list.c \ - e-folder-tree.c \ - e-folder.c \ e-icon-factory.c \ e-shell-corba-icon-utils.c \ e-shell-utils.c \ - evolution-activity-client.c \ evolution-config-control.c \ - evolution-folder-selector-button.c \ evolution-session.c \ - evolution-shell-client.c \ - evolution-shell-component.c \ evolution-shell-component-utils.c \ evolution-shell-view.c \ - evolution-storage.c \ evolution-wizard.c \ $(eshellinclude_HEADERS) |