aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-bonobo-factory-util.h
Commit message (Expand)AuthorAgeFilesLines
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* New function to create a factory that creates separate component instancesEttore Perazzoli2001-08-051-0/+33
span> | | 2003-10-27 Rodrigo Moya <rodrigo@ximian.com> * gui/tasks-component.c (add_uri_for_source): pass FALSE as the 'only_if_exists' parameter, so that the calendar gets created when it still does not exist. svn path=/trunk/; revision=23080 * initialize private structure on TasksComponent.Rodrigo Moya2003-10-252-0/+7 | | | | | | | | | 2003-10-24 Rodrigo Moya <rodrigo@ximian.com> * gui/tasks-component.c (tasks_component_init): initialize private structure on TasksComponent. svn path=/trunk/; revision=23078 * If the system defines AI_ADDRCONFIG, set this flag on the hints.ai_flagsJeffrey Stedfast2003-10-252-2/+13 | | | | | | | | | | | 2003-10-17 Jeffrey Stedfast <fejj@ximian.com> * e-host-utils.c (e_gethostbyname_r): If the system defines AI_ADDRCONFIG, set this flag on the hints.ai_flags member as well so that we don't resolve a host to an IPv6 addr when the node doesn't have any IPv6 source addresses. svn path=/trunk/; revision=23077 * added a configure check for AI_ADDRCONFIGJeffrey Stedfast2003-10-252-1/+19 | | | | | | | | 2003-10-17 Jeffrey Stedfast <fejj@ximian.com> * configure.in: added a configure check for AI_ADDRCONFIG svn path=/trunk/; revision=23076 * removed mail-summary.cJeffrey Stedfast2003-10-251-1/+0 | | | | svn path=/trunk/; revision=23073 * get rid of this bloody file...Jeffrey Stedfast2003-10-251-0/+0 | | | | svn path=/trunk/; revision=23072 * more cruft gone to the bit bucket...Jeffrey Stedfast2003-10-252-551/+0 | | | | svn path=/trunk/; revision=23071 * good bye...Jeffrey Stedfast2003-10-251-130/+0 | | | | svn path=/trunk/; revision=23070 * removed more cruftJeffrey Stedfast2003-10-257-5503/+0 | | | | svn path=/trunk/; revision=23069 * removed unused filesJeffrey Stedfast2003-10-252-3372/+0 | | | | svn path=/trunk/; revision=23068 * fixed POTFILES.inJeffrey Stedfast2003-10-251-3/+3 | | | | svn path=/trunk/; revision=23067 * Re-Namespaced mail-accounts.cJeffrey Stedfast2003-10-2517-240/+264 | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-24 Jeffrey Stedfast <fejj@ximian.com> * em-account-prefs.[c,h]: Re-Namespaced mail-accounts.c * em-composer-prefs.[c,h]: Re-Namespaced mail-composer-prefs.c * em-mailer-prefs.[c,h]: Re-Namespaced mail-preferences.c * mail-accounts.[c,h]: Removed. * mail-composer-prefs.[c,h]: Removed. * mail-preferences.[c,h]: Removed. * mail-account-editor.c: Updated. * mail-account-gui.c: Updated. * mail-config-factory.c: Updated. * mail-component-factory.c: Updated. svn path=/trunk/; revision=23066 * removed repeated initialization. (calendar_component_peek): use G_STRLOCRodrigo Moya2003-10-259-12/+455 | | | | | | | | | | | | | | | | | | | | | 2003-10-24 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.c (calendar_component_class_init): removed repeated initialization. (calendar_component_peek): use G_STRLOC for g_warning's. * gui/tsaks-control.[ch] (tasks_control_activate, tasks_control_deactivate): made these 2 functions public. * gui/tasks-component.[ch]: implementation of the tasks component. * gui/Makefile.am: * gui/GNOME_Evolution_Calendar.server.in.in: added tasks component. * gui/main.c: ditto. (factory): added code to create the tasks component when requested. svn path=/trunk/; revision=23065 * add AM_DISABLE_STATIC here too.Dan Winship2003-10-252-0/+5 | | | | | | * configure.in: add AM_DISABLE_STATIC here too. svn path=/trunk/; revision=23064 * put back the conditional libpasldap stuff, and make evolution-wombatDan Winship2003-10-242-7/+17 | | | | | | | | | | | * Makefile.am (evolution_wombat_LDADD): put back the conditional libpasldap stuff, and make evolution-wombat explicitly depend on the specific backends again; libpas itself cannot depend on the backends. Use libpcsfile.la for the calendar dependency, and remove libebook, libcal-util, libedb3util and libeutil, since they're properly pulled in by libtool now. svn path=/trunk/; revision=23063 * libpas should depend on libebook, but NOT on libpasfile, etc, since itDan Winship2003-10-242-2/+34 | | | | | | | | | | | * backend/pas/Makefile.am (libpas_la_LIBADD): libpas should depend on libebook, but NOT on libpasfile, etc, since it needs to be linked into all backends, not just the wombat. (libpasfile_la_LIBADD): depend on libpas.la and libedb3util.la (libpasvcf_la_LIBADD): depend on libpas.la (libpasldap_la_LIBADD): depend on libpas.la and $(LDAP_LIBS) svn path=/trunk/; revision=23062 * build libpcs.la and libpcsfile.la instead of just .a. (libpcs_la_LIBADD):Dan Winship2003-10-242-4/+16 | | | | | | | | | * pcs/Makefile.am: build libpcs.la and libpcsfile.la instead of just .a. (libpcs_la_LIBADD): depend on libcal-util.la and libeutil.la (libpcsfile_la_LIBADD): depend on libpcs.la svn path=/trunk/; revision=23061 * add $(DB3_LDADD)Dan Winship2003-10-242-0/+7 | | | | | | * Makefile.am (libedb3util_la_LIBADD): add $(DB3_LDADD) svn path=/trunk/; revision=23060 * Remove type argDan Winship2003-10-2412-28/+46 | | | | | | | | | | | | | | | | | | | | | | * cal-client/cal-client.c (cal_client_get_changes): Remove type arg * conduits/calendar/calendar-conduit.c (pre_sync, post_sync): Update for that * conduits/todo/todo-conduit.c (pre_sync, post_sync): Likewise * idl/evolution-calendar.idl (getChanges): Remove type arg. * pcs/cal.c (impl_Cal_getChanges): Likewise * pcs/cal-backend.c (cal_backend_get_changes): Likewise * pcs/cal-backend-sync.c (cal_backend_sync_get_changes): Likewise * pcs/cal-backend-file.c (cal_backend_file_get_changes): Update for that svn path=/trunk/; revision=23059 * new functions for individual instances management.Rodrigo Moya2003-10-245-16/+297 | | | | | | | | | | | | | | | | | | | 2003-10-24 Rodrigo Moya <rodrigo@ximian.com> * cal-util/cal-util.[ch] (cal_util_construct_instance, cal_util_remove_instances): new functions for individual instances management. * pcs/cal-backend-file.c (cal_backend_file_get_object): if we dont have a recurrence in our hash table, generate one for the specified recurrence ID. (match_recurrence_sexp): new function to match recurrences on regular expresessions. (match_object_sexp): call match_recurrence_sexp() for all recurrences. (cal_backend_file_modify_object): handle mod_types. (cal_backend_file_remove_object): handle mod_types. svn path=/trunk/; revision=23058 * update protosJP Rosevear2003-10-244-53/+172 | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-24 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.h: update protos * gui/gnome-cal.c (gnome_calendar_set_default_uri): set the default client based on uri * gui/calendar-component.c (add_uri_for_source): rename from load_uri_for_source and take a calendar (remove_uri_for_source): utility routine to remove the source's uri from the calendar (is_in_selection): checks to see if the uid of the given source matches any of those in the given selection (update_uris_for_selection): remove any uris no longer in the selection, add those that still exist (source_selection_changed_callback): call above (primary_source_selection_changed_callback): we have the calendar easily now; set the default by uri (control_activate_cb): handle activation and de-activation (impl_createControls): create the calendar control ourselves so we have access to the calendar (impl_dispose): release the source selection svn path=/trunk/; revision=23057 * Change YFLAGS to AM_YFLAGS to stop an automake 1.7 warningDan Winship2003-10-242-2/+7 | | | | | | | * libversit/Makefile.am: Change YFLAGS to AM_YFLAGS to stop an automake 1.7 warning svn path=/trunk/; revision=23056 * if the component received is an instance, add it to the recurrences hashRodrigo Moya2003-10-243-24/+117 | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-23 Rodrigo Moya <rodrigo@ximian.com> * pcs/cal-backend-file.c (add_component): if the component received is an instance, add it to the recurrences hash table. (free_recurrence): callback for g_hash_table_foreach() to free the recurrences in the CalBackendFileObject structure. (free_object): call free_recurrence for each recurrence. (remove_recurrence_cb): g_hash_table_foreach() callback to remove recurrences from the calendar. (remove_component): remove all recurrences. (cal_backend_file_open): check write access on the file, and set read_only flag appropriately. (cal_backend_file_is_read_only): return the private flag. (cal_backend_file_init): initialize read_only flag. (cal_backend_file_get_object): deal with recurrences. * gui/alarm-notify/notify-main.c (main): unref the alarm notification service when terminating. (client_die_cb): call bonobo_main_quit instead of gtk_main_quit. svn path=/trunk/; revision=23055 * just uses the views array and the current view type (setup_widgets): dittoJP Rosevear2003-10-243-64/+37 | | | | | | | | | | | | | | 2003-10-23 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.c (gnome_calendar_get_current_view_widget): just uses the views array and the current view type (setup_widgets): ditto (set_view): ditto (backend_died_cb): ditto (gnome_calendar_get_calendar_model): ditto (gnome_calendar_update_config_settings): ditto svn path=/trunk/; revision=23054 * Allocate colors using gdk_colormap_alloc_color().Hans Petter Jansson2003-10-241-1/+4 | | | | | | | | | 2003-10-23 Hans Petter Jansson <hpj@ximian.com> * e-table-item.c (eti_get_cell_background_color): Allocate colors using gdk_colormap_alloc_color(). svn path=/trunk/; revision=23053 * Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-2424-104/+117 | | | | | | | | 2003-10-23 Jeffrey Stedfast <fejj@ximian.com> * *.c: Removed unneeded CAMEL_OBJECT() casts. svn path=/trunk/; revision=23052 * Remove mail/importers/Makefile from AC_OUTPUT yet againRodney Dawes2003-10-242-1/+5 | | | | | | | | | 2003-10-23 Rodney Dawes <dobey@ximian.com> * confiugre.in: Remove mail/importers/Makefile from AC_OUTPUT yet again svn path=/trunk/; revision=23051 * s/smime-gui.glade/smime-ui.glade/Rodney Dawes2003-10-242-1/+5 | | | | | | | | 2003-10-23 Rodney Dawes <dobey@ximian.com> * POTFILES.in: s/smime-gui.glade/smime-ui.glade/ svn path=/trunk/; revision=23050 * Add some missing files, and remove files that have been removed from CVSRodney Dawes2003-10-243-2/+13 | | | | | | | | | | 2003-10-23 Rodney Dawes <dobey@ximian.com> * POTFILES.in: Add some missing files, and remove files that have been removed from CVS * POTFILES.skip: Add data/evolution.desktop.in svn path=/trunk/; revision=23049 * convert 8 spaces to a tab.Chris Toshok2003-10-245-1/+23 | | | | | | | | | | | | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * tools/Makefile.am: convert 8 spaces to a tab. * tools/.cvsignore: ignore evolution-addressbook-abuse and evolution-addressbook-clean. * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): add libevolution-smime.la. * gui/component/component-factory.c (factory): add the certificate manager config control stuff here, at least for now. * gui/component/GNOME_Evolution_Addressbook.server.in.in: same. svn path=/trunk/; revision=23048 * add smime/* dirs. to AC_OUTPUT.Chris Toshok2003-10-243-0/+12 | | | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * configure.in: add smime/* dirs. to AC_OUTPUT. * Makefile.am (SUBDIRS): add smime/. svn path=/trunk/; revision=23047 * accept also text/calendar for D&D.Rodrigo Moya2003-10-246-7/+12 | | | | | | | | 2003-10-23 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.c: accept also text/calendar for D&D. svn path=/trunk/; revision=23046 * use the internal client list to create the queriesJP Rosevear2003-10-241-41/+38 | | | | | | | | | | | | | | | | | 2003-10-23 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.c (update_query): use the internal client list to create the queries (gnome_calendar_destroy): use the internal client list to disconnect signal handlers (gnome_calendar_add_event_uri): add the client to the internal list (gnome_calendar_remove_event_uri): remove the client from the internal list and lookup the client (gnome_calendar_update_config_settings): use the internal client list to update the config settings svn path=/trunk/; revision=23045 * fix typo (e_day_view_on_main_canvas_drag_data_received): fix C99 issue,JP Rosevear2003-10-242-3/+23 | | | | | | | | | | | 003-10-23 JP Rosevear <jpr@ximian.com> * gui/e-day-view.c (e_day_view_on_top_canvas_drag_data_received): fix typo (e_day_view_on_main_canvas_drag_data_received): fix C99 issue, fix typo svn path=/trunk/; revision=23044 * add smime files.Chris Toshok2003-10-242-0/+7 | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * POTFILES.in: add smime files. svn path=/trunk/; revision=23043 * initial addition of s/mime foo.Chris Toshok2003-10-2412-0/+2396 | | | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * lib/e-cert.[ch], lib/Makefile.am, gui/certificate-manager.[ch], gui/Makefile.am, gui/smime-ui.glade, Makefile.am: initial addition of s/mime foo. svn path=/trunk/; revision=23042 * remove and free op before return.Harry Lu2003-10-247-57/+276 | | | | | | | | | | | | | | | | | | | | | | 2003-10-23 Harry Lu <harry.lu@sun.com> * cal-client/cal-client.c: (cal_client_get_timezone): remove and free op before return. * gui/e-cal-view.c (e_cal_view_add_event): modified from selection_received_add_event() so that it call be called out of e-cal-view.c. (selection_received): modified to call e_cal_view_add_event(). * gui/e-cal-view.h: add declaration for e_cal_view_add_event(). * gui/e-day-view.c (e_day_view_on_drag_data_get): Provide a icalcomponent for both TARGET_CALENDAR_EVENT and TARGET_VCALENDAR. (e_day_view_on_top_canvas_drag_data_received): If dragging between different windows, make it works like a copy and paste. (e_day_view_on_main_canvas_drag_data_received): ditto. svn path=/trunk/; revision=23041 * handle the case where label == NULL, and set it to _("Unknown").Chris Toshok2003-10-232-0/+10 | | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * e-component-registry.c (query_components): handle the case where label == NULL, and set it to _("Unknown"). svn path=/trunk/; revision=23040 * Check for gnome-thumbnail.h existence (really committed this time).Frédéric Crozat2003-10-231-0/+5 | | | | | | | * configure.in: Check for gnome-thumbnail.h existence (really committed this time). svn path=/trunk/; revision=23039 * Add "calendar:supported_protocol" attribute that was missing here (but wasEttore Perazzoli2003-10-232-0/+9 | | | | | | | | Add "calendar:supported_protocol" attribute that was missing here (but was in the LDAP one). svn path=/trunk/; revision=23038 * install all of the headers that ical.h now #includesDan Winship2003-10-232-3/+34 | | | | | | | * src/libical/Makefile.am (libical_evolutioninclude_HEADERS): install all of the headers that ical.h now #includes svn path=/trunk/; revision=23037 * update g_date calls to non-deprecated callsJP Rosevear2003-10-238-71/+61 | | | | | | | | | | | | | | | | | | | | 2003-10-23 JP Rosevear <jpr@ximian.com> * cal-util/cal-recur.c: update g_date calls to non-deprecated calls * cal-util/Makefile.am: turn off deprecated funcs * cal-client/Makefile.am: turn off deprecated funcs * cal-client/cal-client.c (cal_client_get_error_message): add OK message * pcs/cal-backend.[hc]: remove dead funcs * pcs/query.c: tidy headers svn path=/trunk/; revision=23035 * OOps, I forgot this one.Frédéric Crozat2003-10-231-0/+1 | | | | | | add gnome-thumbnail.h detection svn path=/trunk/; revision=23034 * Fix c/p typo - call removed instead of modifyJP Rosevear2003-10-232-1/+6 | | | | | | | | | 2003-10-23 JP Rosevear <jpr@ximian.com> * pcs/query.c (query_notify_objects_removed_1): Fix c/p typo - call removed instead of modify svn path=/trunk/; revision=23033 * guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-238-20/+64 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-23 JP Rosevear <jpr@ximian.com> * pcs/cal.c (cal_notify_object_modified): guard against irrelevant args (ie if there was an error) (cal_notify_object_removed): ditto (cal_notify_timezone_added): ditto * pcs/cal-backend-sync.c (_cal_backend_is_read_only): init value to something known (_cal_backend_get_cal_address): ditto (_cal_backend_get_alarm_email_address): ditto (_cal_backend_get_ldap_attribute): ditto (_cal_backend_get_static_capabilities): ditto (_cal_backend_modify_object): ditto (_cal_backend_remove_object): ditto (_cal_backend_get_object_list): ditto 2003-10-22 JP Rosevear <jpr@ximian.com> * gui/e-cal-list-view.c (e_cal_list_view_new): create a model and pass it as an arg during creation * gui/e-day-view.c (e_day_view_new): unref the model * gui/e-week-view.c (e_week_view_new): ditto 2003-10-22 JP Rosevear <jpr@ximian.com> * cal-client/cal-client.c (cal_client_get_object): only change to invalid object error code if we got the object but couldn't parse it, and only check for timezones if we had success * gui/comp-util.c (cal_comp_is_on_server): don't throw a warning if the object simply does not exist svn path=/trunk/; revision=23032 * make it work with the new ebook apiJP Rosevear2003-10-2310-565/+402 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 003-10-21 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.c: make it work with the new ebook api * backend/pas/pas-book.c (pas_book_respond_get_changes): put the vcard in for every change * backend/pas/pas-backend.c (pas_backend_change_add_new): just use the vcard field (pas_backend_change_modify_new): ditto (pas_backend_change_delete_new): ditto * backend/pas/pas-backend-file.c (pas_backend_file_changes_foreach_key): create a fake contact with the uid (pas_backend_file_get_changes): add the card to the changes * backend/ebook/tests/ebook/test-changes.c (main): just print the uid * backend/ebook/e-book.c (e_book_free_change_list): unref the contact * backend/ebook/e-book-types.h: the change struct contains an EContact now * backend/ebook/e-book-listener.c (impl_BookListener_respond_get_changes): create the contact from the vcard string * backend/idl/addressbook.idl: Book change item is no longer a union, it always gives back a card svn path=/trunk/; revision=23031 * connect also to ETableModel's "model_cell_changed" signal.Rodrigo Moya2003-10-233-2/+38 | | | | | | | | | | | | | | 2003-10-23 Rodrigo Moya <rodrigo@ximian.com> * gui/e-cal-view.c (e_cal_view_init): connect also to ETableModel's "model_cell_changed" signal. (e_cal_view_set_model): likewise. (model_cell_changed_cb): callback for "model_cell_changed". (e_cal_view_destroy): use g_signal_handlers_disconnect_matched instead of g_signal_handlers_disconnect_by_func, so that all handlers are disconnected. svn path=/trunk/; revision=23029 * fixed typo in variable name.Rodrigo Moya2003-10-232-1/+6 | | | | | | | | | 2003-10-23 Rodrigo Moya <rodrigo@ximian.com> * gui/component/addressbook-config.c (addressbook_dialog_create_source_table): fixed typo in variable name. svn path=/trunk/; revision=23028 * new function to remove calendars from the views.Rodrigo Moya2003-10-233-0/+43 | | | | | | | | | 2003-10-22 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.[ch] (gnome_calendar_remove_event_uri): new function to remove calendars from the views. svn path=/trunk/; revision=23027 * Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-232-0/+6 | | | | svn path=/trunk/; revision=23025 * Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-234-0/+12 | | | | | | | Add an "evolution:button_icon" attribute. svn path=/trunk/; revision=23024 * Add a little border to the buttons so it looks nicer.Ettore Perazzoli2003-10-233-8/+35 | | | | | | | | | | * e-sidebar.c (e_sidebar_add_button): Add a little border to the buttons so it looks nicer. * e-component-registry.c (query_components): Set an icon from the "evolution:button_icon" attribute. svn path=/trunk/; revision=23023 * removed mail-local.[c,h]Jeffrey Stedfast2003-10-234-1603/+0 | | | | svn path=/trunk/; revision=23022 * more files removedJeffrey Stedfast2003-10-231-2/+0 | | | | svn path=/trunk/; revision=23021 * ding dong the witch is deadJeffrey Stedfast2003-10-232-465/+0 | | | | svn path=/trunk/; revision=23020 * buh-bye mail-search.[c,h]Jeffrey Stedfast2003-10-232-478/+0 | | | | | | was nice knowin' ya! svn path=/trunk/; revision=23019 * Set $ACLOCAL to have the $ACLOCAL_FLAGS in it, soEttore Perazzoli2003-10-232-0/+11 | | | | | | | | | it doesn't fail to regenerate the files if you run make without a manual autogen after making changes to configure.in and friends. [Many thanks to Marco Pesenti Gritti for pointing out the fix to me.] svn path=/trunk/; revision=23018 * New member "component_registry". (e_shell_construct): Don't callEttore Perazzoli2003-10-2310-1061/+226 | | | | | | | | | | | | | | | | | | | | | | | | | | * e-shell.c (struct _EShellPrivate): New member "component_registry". (e_shell_construct): Don't call e_shell_unregister_all(). (e_shell_unregister_all): Removed. (e_shell_init): Use g_new0(), removed a bunch of NULL/FALSE assignments. (e_shell_init): Initialize the component_registry. (e_shell_peek_uri_schema_registry): Rename from e_shell_get_uri_schema_registry. (e_shell_peek_component_registry): New. (setup_components): Remove. (e_shell_construct): Don't call. * main.c (no_windows_left_cb): Don't call e_shell_unregister_all(). * e-shell.c (parse_default_uri): Removed. (parse_evolution_uri): Removed. (e_shell_parse_uri): Removed. * e-component-info.c: Remove. * e-component-info.h: Remove. svn path=/trunk/; revision=23017 * Add an "evolution:button_sort_order" property.Ettore Perazzoli2003-10-232-0/+6 | | | | | | | Add an "evolution:button_sort_order" property. svn path=/trunk/; revision=23016 * Add an "evoution:button_sort_order" attribute.Ettore Perazzoli2003-10-232-0/+6 | | | | | | | Add an "evoution:button_sort_order" attribute. svn path=/trunk/; revision=23015 * Add an "evolution:button_sort_order" attribute.Ettore Perazzoli2003-10-232-0/+6 | | | | | | | Add an "evolution:button_sort_order" attribute. svn path=/trunk/; revision=23014 * removed old upgrade-mailer.c scriptJeffrey Stedfast2003-10-231-1169/+0 | | | | svn path=/trunk/; revision=23013 * removed stale etspec filesJeffrey Stedfast2003-10-231-2/+0 | | | | svn path=/trunk/; revision=23012 * removed unused etspec filesJeffrey Stedfast2003-10-23