aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
Commit message (Expand)AuthorAgeFilesLines
* [ fixes bug #53094 ]Chris Toshok2004-03-312-265/+63
* [ fixes bug #53634 ]Chris Toshok2004-03-312-9/+18
* [ gui part of the fix required for #48665 ]Chris Toshok2004-03-311-2/+12
* call drag_finish properly. (selector_tree_drag_motion): set the dragLarry Ewing2004-03-301-61/+53
* do eab_editor_is_valid check only when user wants to save.Sivaiah Nallagatla2004-03-261-5/+4
* don't let the user delete their Personal addressbook. This is just a niceChris Toshok2004-03-251-2/+7
* don't know what I was thinking approving this change. the _() was onlyChris Toshok2004-03-251-5/+2
* parent_type == EAB_TYPE_EDITOR. (e_contact_list_editor_class_init): fillChris Toshok2004-03-2510-435/+228
* superclass for both EContactEditor and EContactListEditor. A start towardChris Toshok2004-03-253-2/+502
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Ĺ egan2004-03-243-11/+9
* [ fixes bug #53653, and a couple other instances ]Chris Toshok2004-03-231-3/+3
* Fixes #53625.Hans Petter Jansson2004-03-181-0/+2
* loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents out ofSivaiah Nallagatla2004-03-161-1/+1
* build a11y/addressbook dir : add the accessibility support forHao Sheng2004-03-155-9/+19
* #if 0 this, since nothing uses it anymore. (accum_address): new function,Chris Toshok2004-03-111-40/+113
* phone_choice is an index into the phones array. (_phone_arrow_pressed):Chris Toshok2004-03-111-50/+59
* Don't try to calculate the position of the popup menu for the dropdownsRodney Dawes2004-03-101-1/+1
* Remove the dialog separator, and set appropriate border widths for theRodney Dawes2004-03-102-14/+20
* fixed type in contact editor code to make email ui building workSivaiah Nallagatla2004-03-091-1/+1
* : maintain a list of only those source groups which are added to menuSivaiah Nallagatla2004-03-041-2/+15
* ** See #54991.Not Zed2004-03-041-17/+20
* Set error to NULL before using it.Hans Petter Jansson2004-03-041-1/+1
* Remove local data, with error reporting on failure.Hans Petter Jansson2004-03-041-3/+30
* add drop support for text/x-vcard to the source list.Larry Ewing2004-03-021-0/+185
* ref the pixbuf before we close/unref the loader so the pixbuf sticksChris Toshok2004-02-281-7/+13
* Change the button relief back to normal for the drop-down buttons and moveRodney Dawes2004-02-281-500/+564
* add missing "break" to PROP_SOURCE's case.Chris Toshok2004-02-281-0/+1
* Get rid of some extraneous event boxes that were not needed/used forRodney Dawes2004-02-281-254/+212
* Move unused variable declaration inside notyet conditional.Hans Petter Jansson2004-02-276-9/+6
* add the Groupwise IM attributes to the list of those we render.Chris Toshok2004-02-271-4/+7
* call eab_view_show_contact_preview here so we maintain the preview stateChris Toshok2004-02-271-0/+2
* view->scrolled -> view->contact_display. fixes crash.Chris Toshok2004-02-271-2/+2
* fix checks for locations.Chris Toshok2004-02-271-5/+5
* set the location label/option menu to visible.Chris Toshok2004-02-273-98/+154
* added groupwise im related label and icon image file nameSivaiah Nallagatla2004-02-252-1/+6
* Port to new way of setting name in contact.Hans petter Jansson2004-02-251-10/+2
* don't init the dialog here (addressbook_migrate): init it hereJP Rosevear2004-02-251-3/+2
* remove some spew.Chris Toshok2004-02-211-1/+0
* s/HAVE_NSS/ENABLE_SMIME.Chris Toshok2004-02-202-4/+4
* split out the majority of the set_prop code for PROPERTY_SOURCE_UID_IDXChris Toshok2004-02-201-84/+134
* Fixes #45308 and duplicates.Hans Petter Jansson2004-02-201-6/+8
* provide ESC support for delete dialog of contact editor, fix bug 52765Leon Zhang2004-02-191-1/+1
* add image_set slot.Chris Toshok2004-02-184-9/+28
* [ fixes bug #53620 ]Chris Toshok2004-02-181-3/+3
* free up the list returned by e_book_get_contacts.Chris Toshok2004-02-131-0/+3
* Fix capitalization of Address Book usage in sentence form Use Address BookRodney Dawes2004-02-132-10/+14
* Address Book, not AddressbookRodney Dawes2004-02-124-5/+5
* Initialize the personal_source to NULLRodney Dawes2004-02-091-0/+1
* pass contact as an argument instead of contact id toSivaiah Nallagatla2004-02-081-1/+1
* don't bother using a function-wide variable to store the personal source.Chris Toshok2004-02-071-7/+5
* Hide the border on the notebook also Don't pack another scrolled windowRodney Dawes2004-02-072-7/+2
* Use "Address Book" instead of "folder" or "Addressbook" for the "AddressRodney Dawes2004-02-071-3/+3
* remove some spew, and add an evo-icon: handler, for things in evolution'sChris Toshok2004-02-041-79/+177
* add widgets/misc for e-activity-handler.hDan Winship2004-02-041-2/+1
* use gtk_spin_button_* apis to get and set values for download limit spinSivaiah Nallagatla2004-02-041-6/+7
* hook up contact_changed/contact_removed signals. (contact_changed): newChris Toshok2004-02-032-12/+69
* enable d&d drop photos.Chris Toshok2004-01-317-267/+98
* Implement. (eab_select_source): Implement. Public function that promptsHans Petter Jansson2004-01-302-18/+80
* Changed "Finish" to "Apply" in dialog finish page text.Hans Petter Jansson2004-01-301-1/+1
* Sync the modified source list.Hans Petter Jansson2004-01-302-2/+9
* use the MigrationContext struct. (dialog_close): same.Chris Toshok2004-01-301-97/+117
* set group to temporary sourceRadek Doulik2004-01-301-0/+1
* Get file_as instead of full_name.Hans Petter Jansson2004-01-292-2/+2
* Handle NULL name. Fixes #53071.Hans Petter Jansson2004-01-281-2/+9
* set the relative_uri of a local source to be its uid.Chris Toshok2004-01-282-15/+12
* [ Should fix #53361 and other migration problems/crashes ] new function,Chris Toshok2004-01-271-29/+46
* make sure we pass \0 terminated string to eab_contact_list_from_string [itRadek Doulik2004-01-261-5/+12
* [ fixes bug #51171 ] get this working.Chris Toshok2004-01-261-63/+46
* Select Contacts from Address Book, not ContentsRodney Dawes2004-01-251-1/+1
* oops. (migrate_contact_folder): fix the unreffing.Chris Toshok2004-01-251-3/+9
* use _("Personal"), not "Personal".Chris Toshok2004-01-251-1/+1
* i2004-01-24 Chris Toshok <toshok@ximian.com>Chris Toshok2004-01-251-7/+0
* use e_folder_map_local_folders. (find_addressbook_dirs): nuke.Chris Toshok2004-01-251-53/+5
* use .evolution to store view infoJP Rosevear2004-01-241-1/+1
* [ fixes bug #52571 ] ugh. name fields that have \" around the name breakChris Toshok2004-01-241-10/+26
* [ fixes bug #53184 ] handle the fact that the xml 1.4 spits out containsChris Toshok2004-01-231-0/+30
* [ fixes bug #52944 ] do some massaging of contacts as we import them, toChris Toshok2004-01-231-0/+56
* Added missing entry-blog widget.Nat Friedman2004-01-221-0/+18
* Remove. (dialog_to_source): Don't create source dir, backend takes care ofHans Petter Jansson2004-01-221-26/+1
* new function.Chris Toshok2004-01-223-17/+165
* call widget_changed here too, since we're changing the destination.Chris Toshok2004-01-221-0/+1
* [ fixes bug #52955 ] handle the case properly where there are no queryChris Toshok2004-01-211-3/+8
* deal with the groups/sources already being there. Essentially make thisChris Toshok2004-01-213-43/+78
* 2004 -01-20 Sivaiah Nallagatla <snallagatla@novell.com>Sivaiah Nallagatla2004-01-201-2/+4
* Get name from correct model column.Hans Petter Jansson2004-01-201-1/+1
* Implement. (load_primary_selection): Use get_primary_source ().Hans Petter Jansson2004-01-201-9/+19
* Don't run callback if the action was cancelled. (load_source_cb): Ditto.Hans Petter Jansson2004-01-175-10/+59
* only set the menus and command state if we actually are already displayed,JP Rosevear2004-01-171-3/+5
* Implement. (get_paned_position): Implement. (eab_view_new): Connect signalHans Petter Jansson2004-01-162-4/+50
* Actually commit.JP Rosevear2004-01-131-8/+0
* migrate from 1.5.0 and 1.5.1 properlyJP Rosevear2004-01-131-0/+8
* de-bold ui elementsJP Rosevear2004-01-131-4/+2
* Take a sensitivity flag per menu item, and fall back to stock icons.Hans Petter Jansson2004-01-122-15/+55
* Added a dialog for adding a new IM account. Added the previously mentionedChristian Hammond2004-01-128-42/+1571
* Update for API changes to e-book-asyncRoss Burton2004-01-093-22/+27
* Add the video conferencing fieldRoss Burton2004-01-092-3/+131
* Make the ESelectNames object be a HIG-compliant dialog, change "Folder" toRodney Dawes2004-01-082-270/+239
* Move the smime_component_init call to the instance init callback, ratherRodney Dawes2004-01-081-2/+4
* link in printer stuffJP Rosevear2004-01-071-0/+1
* remove spew. (migrate_contacts): same. (migrate_contact_folder): same.Chris Toshok2004-01-071-11/+2
* add addressbook-migrate.[ch].Chris Toshok2004-01-075-46/+637
* Apply patch from Roozbeh Pournader to update countries listRodney Dawes2004-01-071-4/+12
* disconnect from selection-done signalJP Rosevear2004-01-071-0/+2
* these line breaks in the error messages should actually be spacesJP Rosevear2004-01-061-9/+9
* Impl. from calendar. (save_primary_selection): Implement, similar toHans Petter Jansson2003-12-201-0/+68
* editable -> target_editable (e_contact_editor_get_property): Same.Hans Petter Jansson2003-12-192-29/+73
* install the "source" property. (eab_view_init): init eav->source to NULL.Chris Toshok2003-12-183-388/+625
* Embed Tree in GtkScrolledWindowRodney Dawes2003-12-181-1/+12
* Update the contact's UID after normal add.Hans Petter Jansson2003-12-171-0/+2
* Make a public function that shows an error dialog, which can be used whenHans Petter Jansson2003-12-174-93/+231
* Implement. Makes the source menu reflect the source for the current book.Hans Petter Jansson2003-12-171-0/+14
* Implement. Creates source selection option menu.Hans Petter Jansson2003-12-172-0/+66
* Disable cell editing.Hans Petter Jansson2003-12-171-0/+2
* Implement. (text_to_address): Implement, using EAddressWestern.Hans Petter Jansson2003-12-162-76/+173
* Make "address" a boxed type. (e_contact_editor_address_init): Set addressHans Petter Jansson2003-12-112-49/+43
* free email list properlyJP Rosevear2003-12-101-2/+2
* free the list, not unref it, and free the elementsJP Rosevear2003-12-101-2/+2
* change prototype to fix warning, and change the comment to readChris Toshok2003-12-079-102/+229
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-077-24/+1
* no more custom widget for the selection of the search sourceJP Rosevear2003-12-0611-209/+393
* call remove_book_view/free_data here as well, to guard against multipleChris Toshok2003-12-061-0/+3
* Clean up and sync with current model columns.Hans Petter Jansson2003-12-051-48/+49
* (retrieve_shell_view_interface_from_control): Remove.Ettore Perazzoli2003-12-041-60/+0
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-037-19/+18
* Version the schemas Removed AddedRodney Dawes2003-12-022-1/+6
* (set_status_message): CallEttore Perazzoli2003-12-021-1/+4
* Fix silly.Ettore Perazzoli2003-12-021-2/+1
* Replace activity_client with activity_id. (set_status_message): Use theEttore Perazzoli2003-12-023-29/+47
* Pass a label for the status bar control for now.Ettore Perazzoli2003-12-021-0/+12
* remove GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.Larry Ewing2003-12-021-1/+0
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-029-40/+40
* Fix start page text.Hans Petter Jansson2003-12-021-3/+4
* Remove this too.Hans Petter Jansson2003-12-012-194/+1
* Remove addressbook-storage.[ch] and new-addressbook.[ch].Hans Petter Jansson2003-12-0114-2073/+888
* turn on deprecated gtk and libgnomeui stuffJP Rosevear2003-11-263-4/+0
* Store a ref to the source selector. (impl_requestCreateItem): Implement.Hans Petter Jansson2003-11-182-3/+100
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-172-4/+2
* include e-source from e-d-sJP Rosevear2003-11-151-1/+1
* Return TRUE for all cells, for now.Hans Petter Jansson2003-11-144-47/+39
* (impl__get_userCreatableItems): New, implementation for theEttore Perazzoli2003-11-131-1/+42
* Add component_alias of "contacts".Ettore Perazzoli2003-11-131-0/+2
* Add new-addressbook.[ch]. (glade_DATA): Add new-addressbook.glade.Hans Petter Jansson2003-11-095-1/+441
* don't include the c marshaller file twiceJP Rosevear2003-11-072-2/+0
* make sure the marshal header is in the source listJP Rosevear2003-11-074-2/+4
* Shush.JP Rosevear2003-11-072-4/+4
* don't destroy the widget here - its dead when removed from the panedJP Rosevear2003-11-071-1/+0
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-0733-46/+42
* Fix a castLarry Ewing2003-11-051-1/+1
* Update factory ID.Ettore Perazzoli2003-11-043-4/+4
* Change "evolution:config_item" into "evolution2:config_item".Ettore Perazzoli2003-11-041-9/+9
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-312-11/+9
* add the S/MIME config control here.Chris Toshok2003-10-301-0/+24
* ifdef the smime code with HAVE_NSS.Chris Toshok2003-10-302-2/+9
* convert 8 spaces to a tab.Chris Toshok2003-10-242-0/+5
* fixed typo in variable name.Rodrigo Moya2003-10-231-1/+1
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-231-0/+1
* Add an "evolution:button_sort_order" property.Ettore Perazzoli2003-10-231-0/+1
* Make the the scrolled window have an "in" shadow. Likewise. Likewise.Ettore Perazzoli2003-10-233-0/+4
* (impl_createControls): SetEttore Perazzoli2003-10-231-0/+2
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-231-0/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-2292-6848/+4915
* remove the "addressbook.db.summary" correctly. #48538Gilbert Fang2003-09-191-3/+6
* use memcpy to assign CORBA_char_sequence instead of strcpy. (#46706)Gilbert Fang2003-08-201-1/+1
* Chain.Hans Petter Jansson2003-08-1411-13/+70
* use EVO_MARSHAL_RULE Likewise Likewise Likewise Likewise LikewiseDan Winship2003-07-246-57/+12
* Remove gtk_window_set_policy call since that function is deprecated and itDan Winship2003-07-232-1/+1
* disconnect from model signals to prevent a race condition at shutdownDan Winship2003-07-185-6/+33
* new function, override the event handler for focus_in_event, set the firstGilbert Fang2003-06-261-0/+25
* in the EUrlEntry case just reassign widget. it'll be handled by theChris Toshok2003-06-241-1/+2
* Fix lots of leaks, update for correct use of g_object_get. Some miscLarry Ewing2003-06-1411-34/+92
* ** For #42691.Not Zed2003-06-112-4/+6
* fix the initial run case. the config upgrade code creates all elements soChris Toshok2003-05-201-0/+5
* if we've got focus, set the background of the rect to bg[NORMAL], and theChris Toshok2003-05-201-3/+3
* add a g_object_ref(card), to match the one inChris Toshok2003-05-201-1/+1
* Added HIG-appropriate HIG-appropriate spacing, padding, accelerators.Anna Marie Dirks2003-05-191-6/+10
* HIG-ified the various dialogs (including the settings pages, the configAnna Marie Dirks2003-05-191-41/+43
* Changed button order, and added HIG-appropriate spacing/padding. Fixes bugAnna Marie Dirks2003-05-191-6/+8
* Changed button order, and added HIG-appropriate spacing/padding. Fixes bugAnna Marie Dirks2003-05-191-8/+10
* i2003-05-19 Sean Gao <sean.gao@sun.com>Chris Toshok2003-05-191-1/+9
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-11/+11
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-2/+2
* Added HIG-appropriate spacing, padding, caps, title and accelerators.Anna Marie Dirks2003-05-171-8/+8
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-48/+49
* Revert the patch I didn't mean to commit anywayRodney Dawes2003-05-171-2/+1
* Check for libgcc stuff to make solaris happyRodney Dawes2003-05-161-1/+2
* backing out a tiny porting of jpr's fix - we need to set the book on theChris Toshok2003-05-161-0/+3
* new function, split out the duplicated teardown code from final_cb andChris Toshok2003-05-161-7/+12
* replace the text_buffer_delete/text_buffer_insert withChris Toshok2003-05-151-23/+39
* set the clip_height on reflow so the name of the field is as high as theChris Toshok2003-05-151-1/+4
* handle the case where we haven't filled in the address yet. fixes #42620.Chris Toshok2003-05-151-0/+3
* clear the view (book_open_cb): track the book in the view, don't unref theJP Rosevear2003-05-154-61/+40
* strlen -> g_utf8_strlen. (e_select_names_text_model_insert): same.Chris Toshok2003-05-142-31/+75
* rename addressbook_destroy to this, and guard against multiple calls.Chris Toshok2003-05-141-6/+9
* terminate g_build_filename with NULL.Sean Gao2003-05-121-1/+1
* [ fixes bug #42048 ] button => response. (e_addressbook_view_print):Chris Toshok2003-05-121-3/+3
* [ fixes bug #41245 ] fix spacing/border widths as per HIG.Chris Toshok2003-05-122-151/+154
* Use glib macro to case from pointer to int.Jeremy Katz2003-05-091-1/+1
* i2003-05-06 Chris Toshok <toshok@ximian.com>Chris Toshok2003-05-071-2/+2
* [ fixes bug #41255 ] use stock buttons for Add/Remove.Chris Toshok2003-04-301-4/+4
* [ fixes bug #41144 ] use stock buttons for the Add/Delete buttons. SwitchChris Toshok2003-04-301-6/+59
* [ fixes bug #41211 ] call e_button_new_with_stock_icon to create ourChris Toshok2003-04-301-1/+2
* [ fixes bug #41779 ] we don't need to call gtk_widget_destroy on the oldChris Toshok2003-04-281-1/+1
* [ fixes bug #37351 ] the row the signal is called with is already theChris Toshok2003-04-241-1/+0
* [ either mostly or entirely fixes #33708 ] new function, factor it out ofChris Toshok2003-04-241-20/+29
* [ fixes #40694 ] just grab focus if @activate == TRUE. we'll do allChris Toshok2003-04-201-9/+15
* Add missing -DPREFIXRodney Dawes2003-04-191-0/+1
* [ fixes #21499 ]Rodney Dawes2003-04-197-4/+7
* [ fixes #41252 ] change title from "Check Address" to "Full Address".Chris Toshok2003-04-161-1/+1
* [ fixes #40727 ] if the query text is either shorter than the cachedChris Toshok2003-04-091-5/+9
* kill an old e_utf8_gtk usageMike Kestner2003-04-091-1/+0
* Remove color specifications from the druid so it will use theme colors.Dan Winship2003-04-082-30/+8
* [ fixes #7103 ] init style_set. and add the signal.Chris Toshok2003-04-085-97/+152
* [ fixes bug #40901 ] HIG-ify the ldap server edit dialog's button layout.Chris Toshok2003-04-081-13/+13
* [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callbackChris Toshok2003-04-081-0/+160
* change the ok/cancel button layout to be higified.Chris Toshok2003-04-081-5/+11
* [ last portion of #40046 fix ] ifdef this out to quiet the compiler.Chris Toshok2003-04-081-141/+35
* Clean up server names.Dan Winship2003-04-082-19/+17
* set "handle_popup" on the field to be TRUE if it's got focus, FALSE ifChris Toshok2003-04-041-0/+5
* set the im_context on the field's EText. (e_minicard_label_event): removeChris Toshok2003-04-041-46/+1
* [ fixes bug #40715 ] add this callback, to unref the book/free the closureChris Toshok2003-04-043-20/+39
* add EVOLUTION_IMAGESDIRChris Toshok2003-04-031-0/+3
* change all this around so that we populate the existing popup. This meansChris Toshok2003-04-033-179/+122
* add NONE:OBJECTChris Toshok2003-04-033-0/+23
* Remove folder-selector button initialization. (e_select_names_new):Dan Winship2003-03-315-61/+63
* [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so weChris Toshok2003-03-311-1/+1
* [ fix the contact editor so that the only time the address is parsed isChris Toshok2003-03-291-36/+30
* [ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode theChris Toshok2003-03-271-6/+13
* [ fixes bug #34085 ] only successfully complete the drag if they dropped aChris Toshok2003-03-271-11/+17
* $evolution_uidir -> $evolutionuidirChris Toshok2003-03-271-1/+1
* set the dialog to "Visible: No" so it doesn't flash when we bring it up.Chris Toshok2003-03-241-254/+289
* [ fixes bug #40026 ] add EContactEditor arg, and block/unblock signalsChris Toshok2003-03-241-9/+16
* nuke.Chris Toshok2003-03-244-49/+73
* [ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state):Chris Toshok2003-03-242-3248/+23
* [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.Chris Toshok2003-03-236-12/+12
* up the column count by one for the underline.Chris Toshok2003-03-191-1/+5
* fix use of deprecated gtk_menu_append. (card_picker_selection_changed):Chris Toshok2003-03-191-54/+31
* [ Fixes addressbook bug #39730 ] add response ids to the search baseChris Toshok2003-03-192-55/+28
* use alternating-row-colors="false"Chris Toshok2003-03-193-61/+24
* disconnect/keep track of search result signal id. (e_select_names_init):Not Zed2003-03-182-5/+28
* use set_entry_changed_signal_email for the email entry so the email getsChris Toshok2003-03-141-1/+10
* [ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", asChris Toshok2003-03-131-2/+2
* [ fixes bug #39507 ] new function, sync the models after we do a search.Chris Toshok2003-03-121-0/+12
* fix compiler warnings about deprecated functions.Chris Toshok2003-03-125-77/+41
* re-enable in build, include e-destination.h. For #39256.Not Zed2003-03-101-2/+1
* Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create):Ettore Perazzoli2003-03-075-7/+6
* removed. (owner_unset_cb): Basically a noop, the shell does the quit, weNot Zed2003-03-051-10/+3
* Fixes #37881JP Rosevear2003-03-051-1/+1
* reflect prior column additionJP Rosevear2003-03-053-2/+3
* (e_select_names_new): Don't set the "modal" property throughEttore Perazzoli2003-03-041-1/+3
* (create_minicard_view): No needEttore Perazzoli2003-03-041-5/+1