aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* finally remove the #if 0's and use the oaf query stuff to get backendsChris Toshok2002-05-041-0/+7
* Call evolution_config_control_changed when the EFolderList changes.Christopher James Lahey2002-05-041-0/+6
* Updated this to have the ConfigControlFactory have an addressbookwideChristopher James Lahey2002-05-041-0/+20
* Desensitize the to, cc, and bcc buttons if there's no selection here.Christopher James Lahey2002-05-031-0/+6
* Changed some of these to bind to the ContactListEditor verbs since they'reChristopher James Lahey2002-05-031-0/+6
* fixJP Rosevear2002-05-011-0/+4
* Added this function so that there would be less duplication of cardsChristopher James Lahey2002-05-011-0/+15
* Changed this to set a subject when sending a contact. This makes theChristopher James Lahey2002-05-011-0/+6
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-271-0/+4
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-271-0/+2
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-271-0/+4
* Unref the text_model here instead of the model, since the model never getsChristopher James Lahey2002-04-261-0/+7
* Updated this for the new e_table_memory_store_insert function prototype.Christopher James Lahey2002-04-251-0/+5
* Added a "Browse..." button to switch to a different addressbook folder.Christopher James Lahey2002-04-251-0/+12
* Coded handling of the select_entry to search within the displayedChristopher James Lahey2002-04-241-0/+9
* Updated this dialog to match the redesign.Christopher James Lahey2002-04-241-0/+5
* Make unused menu items disappear instead of graying out.Christopher James Lahey2002-04-241-0/+5
* Removed e_addressbook_reflow_adapter_right_click andChristopher James Lahey2002-04-241-0/+20
* Removed an unused variable here.Christopher James Lahey2002-04-231-0/+9
* Allow GDK_ACTION_COPY also, since the composer for example does not acceptJeffrey Stedfast2002-04-231-0/+6
* change order of scope option menu to match how it's stored.Chris Toshok2002-04-191-0/+5
* change ldap config control text so it fits in the config dialog.Chris Toshok2002-04-191-0/+18
* add LDAP_CFLAGS to INCLUDESChris Toshok2002-04-191-0/+4
* no more source->type.Chris Toshok2002-04-191-0/+5
* fill in source->ssl. (addressbook_source_dialog_set_source): set upChris Toshok2002-04-191-0/+26
* fix memory leaks.Chris Toshok2002-04-191-0/+37
* Append /addressbook.db to the end of the default URI if it starts withDan Winship2002-04-191-0/+9
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-0/+12
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-121-0/+21
* Update for new-and-improved consistent default folder uri.Dan Winship2002-04-101-0/+11
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-091-0/+5
* add config_item:typeJP Rosevear2002-04-071-0/+5
* link to the static libversitJP Rosevear2002-04-051-0/+4
* Update for evolution_shell_client_user_select_folder API change.Dan Winship2002-04-051-0/+5
* Remove AddressbookConfig, ContactNew, ContactNewList EPixmap entries.Ettore Perazzoli2002-04-041-0/+9
* Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD andDan Winship2002-04-021-0/+10
* parent_class should be static. (From Max Horn <max@quendi.de>)Dan Winship2002-04-011-0/+5
* Add priority for the config page. Renamed to "Directory Servers".Ettore Perazzoli2002-03-301-0/+5
* don't free req->vcard. it's freed in pas_book_free_request.Chris Toshok2002-03-281-0/+12
* make sure to call ldap_value_free (values);, and ldap_msgfree (resp).Chris Toshok2002-03-281-0/+17
* Update for libversit change: Use .a rather than .la now.Dan Winship2002-03-201-0/+9
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-191-0/+15
* Update to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-0/+12
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-1/+5
* Add an icon for the LDAP sources configuration control.Ettore Perazzoli2002-03-141-0/+5
* Remove verb "AddressbookConfig". (config_cb): Removed.Ettore Perazzoli2002-03-131-0/+39
* change contains x-evolution-any-field to beginswith on email, full_name,Chris Toshok2002-03-121-0/+7
* add TLSNotAvailable to BookLister_CallStatus.Chris Toshok2002-03-101-0/+23
* since I've gone ahead and made the file backend (by way ofChris Toshok2002-03-101-1/+23
* track union/struct change. (pas_book_queue_remove_card): same.Chris Toshok2002-03-081-0/+39
* Update for evolution_storage_new() change.Dan Winship2002-03-081-0/+6
* don't set "editable" here, as the way things work the backend isn't ableChris Toshok2002-03-051-0/+7
* [fixes bug #20871] add the status-message label.Chris Toshok2002-03-051-0/+15
* don't ref the view here, since it keeps the view alive until the search isChris Toshok2002-03-011-0/+12
* i2002-02-26 Chris Toshok <toshok@ximian.com>Chris Toshok2002-03-011-0/+6
* [fixes bug #20690] the data arg is not GList** anymore, it'sChris Toshok2002-03-011-0/+21
* only handle the ESB_ADVANCED case here now. the actual query work is doneChris Toshok2002-02-251-0/+10
* make the right auth page start up open.Chris Toshok2002-02-251-0/+10
* [ Fixes bugs 20740, 16680, and god knows what else :) ] double theChris Toshok2002-02-231-0/+42
* Define $(iconsdir).Ettore Perazzoli2002-02-221-0/+9
* track change to signature, and (for now) just change all the returnChris Toshok2002-02-211-0/+31
* if the load_uri fails, notify the listener that the repository is offline.Chris Toshok2002-02-191-0/+7
* escape commas in the dn, since they're used by ldap to specify the node'sChris Toshok2002-02-191-0/+7
* Keep a ref of the model in this case as well.Christopher James Lahey2002-02-141-0/+5
* Make sure to only set the query once when creating a new book and not atChristopher James Lahey2002-02-141-0/+16
* Attach to the emvw instead of the emv here.Christopher James Lahey2002-02-141-0/+14
* New functions that take a file:// url ending in the directory name andChristopher James Lahey2002-02-141-0/+47
* Attach the GalViewMinicard to the EMinicardView here.Christopher James Lahey2002-02-131-0/+12
* Added an argument to get the model.Christopher James Lahey2002-02-131-0/+12
* remove "New" from user creatable menu itemsJP Rosevear2002-02-081-0/+5
* Missed one.Chris Lahey2002-02-071-1/+2
* Bumped the required version of gal.Christopher James Lahey2002-02-071-0/+7
* tidyJP Rosevear2002-02-051-0/+20
* if the shown address in the mailing address or there is no mailingJP Rosevear2002-02-041-0/+18
* New function to find out if a destination was one which was auto-maticallyJeffrey Stedfast2002-02-021-0/+15
* Made this preserve addressbook flags other than the first three.Christopher James Lahey2002-02-021-0/+13
* compute the change db filename based on our contact db filename.Chris Toshok2002-01-311-0/+9
* Revert my previous change as trow says this will break auto-completionJeffrey Stedfast2002-01-291-0/+6
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-0/+8
* Don't check for an @ in the email address. This is to fix bug #10960.Jeffrey Stedfast2002-01-261-0/+5
* [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-251-0/+58
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-0/+13
* Pass a NULL @icon toEttore Perazzoli2002-01-241-0/+6
* #include <locale.h>.Ettore Perazzoli2002-01-241-0/+5
* [ fixes bug # 16864 ] create and return a GString here, instead of writingChris Toshok2002-01-231-0/+7
* Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-211-0/+15
* Made username match with no domain match be vague instead of partial.Christopher James Lahey2002-01-181-0/+6
* From addressbook/ChangeLog:Christopher James Lahey2002-01-181-0/+19
* Sort country list. Country list moves from fulladdr.glade toChristopher James Lahey2002-01-181-0/+8
* Fixes #17725Zbigniew Chyla2002-01-181-0/+8
* move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-171-0/+5
* remove misleading title and fix spacingJP Rosevear2002-01-161-0/+5
* Handle setting the search bar to "Advanced..." when the alphabet buttonsChristopher James Lahey2002-01-111-0/+17
* Commit the ChangeLog for the fixes I just accidently committed:Christopher James Lahey2002-01-111-0/+9
* ChangeLog change.Chris Lahey2002-01-111-1/+1
* Use toggle buttons here.Christopher James Lahey2002-01-111-0/+6
* Choose the first filled in address field here. Fixes Ximian bug #2222.Christopher James Lahey2002-01-101-0/+5
* Add a test for getting arbitrary fields.Joe Shaw2002-01-101-0/+13
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-281-0/+85
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+7
* Add cut/copy/paste to right-click menu.Jon Trowbridge2001-12-201-0/+11
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-191-0/+31
* [ fixes bug 17355 ] if we're dealing with an LDAP folder, prepend [LDAP]Chris Toshok2001-12-181-0/+13
* Merging changes:Christopher James Lahey2001-12-181-0/+6
* Added 'cache_complete' flag to ESelectNamesCompletionPrivate.Jon Trowbridge2001-12-171-0/+11
* don't free the hash table keys, we didn't allocate them and free theJP Rosevear2001-12-161-0/+9
* Make sure to copy the custom fields so they are not overwrittenJP Rosevear2001-12-141-0/+5
* Used g_strdup_printf to dup a string. Doh! Changed to g_strdup. (BugJon Trowbridge2001-12-141-0/+6
* Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-081-0/+4
* Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-081-0/+11
* move search_for_dn's contents here, and add an "existing_objectclasses"Chris Toshok2001-12-071-0/+23
* we need to be able to disable non-labels here as well. since we're usingChris Toshok2001-12-071-0/+18
* Merging changes:Christopher James Lahey2001-12-061-7/+19
* Make address comparisons case-insensitive. (Fixes 11776)Jon Trowbridge2001-12-041-0/+7
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-041-0/+8
* Merging changes:Christopher James Lahey2001-12-011-0/+7
* Merged changes:Christopher James Lahey2001-12-011-0/+5
* Merging fixes:Christopher James Lahey2001-12-011-0/+6
* s/gnome_font_get_width_string/gnome_font_get_width_utf8/Chyla Zbigniew2001-11-171-0/+10
* check against LDAP_SUCCESS as the return value, not -1.Chris Toshok2001-11-151-0/+7
* [ Fixes Ximian bug #14843 ] don't crash if a subexpression wasn't filledChris Toshok2001-11-131-0/+8
* Release callback's reference to EContactListEditor. (list_modified_cb):Jon Trowbridge2001-11-131-0/+12
* If our call to e_categories_new returns NULL, put up an error dialog andJon Trowbridge2001-11-131-0/+6
* [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.cChris Toshok2001-11-101-0/+21
* [ Fixes Ximian bug #14646 ] new function. if the default_book failed toChris Toshok2001-11-101-0/+13
* Explicitly destroy entries. Part of the fix for the lingering completionJon Trowbridge2001-11-091-0/+6
* Use ordering of the pilot's phone label list to find fields we sync inJP Rosevear2001-11-051-0/+7
* [ Fixes Ximian bug #14410 ] init in_async_call to FALSE. (card_added_cb):Chris Toshok2001-11-041-0/+35
* Check for NULL dates before converting them to strings. Fixes Ximian bugChristopher James Lahey2001-11-031-0/+6
* Leak select-names related data structures until the memory managementJon Trowbridge2001-11-031-0/+6
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-311-0/+7
* Check that local_listener and other_contacts_listener are non-NULL beforeJon Trowbridge2001-10-311-1/+18
* Force the select names dialog to be destroyed. This is a hack to fix bugJon Trowbridge2001-10-311-0/+7
* Oops.JP Rosevear2001-10-311-1/+2
* make sure to translate the character sets of the namesJP Rosevear2001-10-311-0/+4
* send a null bonobo arg to prevent explosionJP Rosevear2001-10-301-0/+5
* correct include typoJP Rosevear2001-10-301-0/+4
* 2001-10-29 Jon Trowbridge <trow@ximian.com.Jon Trowbridge2001-10-301-1/+9
* Removed conflict spew.Jon Trowbridge2001-10-301-1/+0
* Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok"Jon Trowbridge2001-10-301-0/+10
* new function, a "Do you want to save changes?" dialog.Chris Toshok2001-10-301-0/+25
* overload this function for modifying objectclasses too, so we can makeChris Toshok2001-10-301-0/+13
* Comment out spew.Jon Trowbridge2001-10-301-0/+14
* Check that our BonoboUIComponent has a container so we don't get a lot ofJon Trowbridge2001-10-301-0/+18
* We were using book_data->book_view immediately after unrefing it.Jon Trowbridge2001-10-301-0/+7
* add prototype for pas_book_factory_dump_active_backends.Chris Toshok2001-10-301-1/+10
* Drop a match if either of the text fields is NULL. This could happen ifJon Trowbridge2001-10-301-0/+8
* fix bug that allowed for phone's not to be in priority order and the itemJP Rosevear2001-10-301-0/+9
* a card also needs to have its phone nums in priority order to beJP Rosevear2001-10-301-0/+5
* move the syncable checking code to a different functionJP Rosevear2001-10-291-0/+7
* Use the actual ECardName in the ECard instead of parsing the full_nameChristopher James Lahey2001-10-291-0/+6
* New function to set the ECardName on this card and fix the file_as ifChristopher James Lahey2001-10-291-0/+6
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-291-0/+22
* tidyJP Rosevear2001-10-291-0/+8
* Expose this function. (e_card_date_to_string): ...and this one. FixesJon Trowbridge2001-10-281-0/+7
* Change "this should never happen" dialog to not give my name/e-mail. SorryJon Trowbridge2001-10-281-0/+10
* [ bug #12979 ] new function. (anniversary_ber): new function.Chris Toshok2001-10-281-0/+11
* free up all the book_data list stuff.Chris Toshok2001-10-281-0/+36
* change to EBookCallback signature, and unref the book.Chris Toshok2001-10-281-0/+7
* change to EBookCallback signature, and unref the book. (add_card_idle_cb):Chris Toshok2001-10-281-0/+22
* Don't leak stuff. (Bug #13709)Jon Trowbridge2001-10-281-0/+5
* Set book_uri when cardification occurs.Christopher James Lahey2001-10-281-1/+7
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-0/+6
* Doh! We should be sorting our contacts so that the most frequently usedJon Trowbridge2001-10-281-1/+6
* oops, left a collision marker inJon Trowbridge2001-10-281-1/+0
* That should be a bonobo_object_unref, not a gtk_object_unref.Jon Trowbridge2001-10-281-0/+12
* copy phone labels and show phone as well, clear correct entry text andJP Rosevear2001-10-281-0/+6
* touch the record on lookup (check_for_slow_setting): write touched only ifJP Rosevear2001-10-271-0/+9
* Added paranoid reentrancy guards. (pas_book_queue_request): Changed ourJon Trowbridge2001-10-271-0/+8
* add prototypes for addressbook_config_database, andChris Toshok2001-10-271-0/+11
* Return on cancellation. (simple_query_sequence_complete_cb): Act if notJon Trowbridge2001-10-271-0/+18
* remove the merges as valid sync typesJP Rosevear2001-10-271-1/+12
* Cancel any pending queries.Jon Trowbridge2001-10-271-0/+3
* Don't assert, but check if ce->app != NULL, since this function canJon Trowbridge2001-10-271-0/+4
* Remove bad dialog ref-counting crap.Jon Trowbridge2001-10-271-0/+13
* make debug info more accurateJP Rosevear2001-10-271-0/+5
* prevent double unref (cursor_cb): correct typo (card_removed): remove theJP Rosevear2001-10-271-0/+8
* new memberJP Rosevear2001-10-261-0/+19
* Added has_cursor argument. Setting the argument to TRUE if the minicardChristopher James Lahey2001-10-261-0/+7
* Initialize gnome-vfs.Jon Trowbridge2001-10-251-0/+9
* Removed key_press handler here since delete and backspace are now handledChristopher James Lahey2001-10-241-0/+6
* Fix command paths when we specify our pixmaps, so we don't get a lot ofJon Trowbridge2001-10-241-0/+7
* Removed our cancelled flag and e_select_names_completion_cancel function,Jon Trowbridge2001-10-241-0/+17
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-0/+6
* Put up an error dialog if there's an error while saving. If the personChristopher James Lahey2001-10-221-0/+10
* right_click_up here when we let go of the popup.Christopher James Lahey2001-10-211-0/+6
* Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.Christopher James Lahey2001-10-211-0/+6
* Call e_addressbook_model_force_folder_bar_message when we activate theJon Trowbridge2001-10-211-0/+10
* (e_select_names_set_default): don't forget to unref the oldstyle.Larry Ewing2001-10-211-0/+1
* stick with the style font if the efont bold font does not exist.Larry Ewing2001-10-211-0/+6
* Fix memory leak.Jon Trowbridge2001-10-211-0/+14
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-0/+12
* Make LDAP servers non-user-creatable.Ettore Perazzoli2001-10-211-0/+5
* Check that the string we are checking for xml-ness is non-NULL.Jon Trowbridge2001-10-211-0/+3
* Filter out empty destinations. (also Bug #13036)Jon Trowbridge2001-10-211-2/+17
* Handle focus_change in event by selecting that contact. Fixes Ximian bugChristopher James Lahey2001-10-211-0/+6
* Repeatedly call gtk_main_quit here as long as there is a main loop around.Christopher James Lahey2001-10-201-0/+6
* Added #include <gal/widgets/e-unicode.h>.Christopher James Lahey2001-10-201-0/+10
* Changed this to not grab on a right click. Fixes Ximian bug #12660.Christopher James Lahey2001-10-201-0/+5
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-201-0/+8
* Translate labels in select-names option menu. (Bug #9604)Jon Trowbridge2001-10-201-0/+9
* Made this take a const GList.Christopher James Lahey2001-10-191-0/+5
* Added. Check if our book is local or networked.Jon Trowbridge2001-10-191-0/+10
* Lag our cardification on focus-out. This seems to help with the unintendedJon Trowbridge2001-10-191-0/+10
* grab focus in the Account entry when preparing the dialog, fixes #10406.Chris Toshok2001-10-181-0/+6
* make sure to also add "ldap-contacts" folders to the option menu.Chris Toshok2001-10-181-0/+5
* sync all the fields we can, with out overwritingJP Rosevear2001-10-181-0/+8
* Did a bit of clean up here. Might fix some crashes, specifically XimianChristopher James Lahey2001-10-171-0/+8
* add upgrade from 0.1 to 0.2, where we make sure id dbt's match vcard id's,Chris Toshok2001-10-171-0/+12
* Check for no extensionIain Holmes2001-10-171-0/+5
* If card->id is NULL, return an empty string. (e_card_set_id): Don't allowJon Trowbridge2001-10-171-0/+9
* don't set the phone info if it is blank (ecard_from_remote_record): saveJP Rosevear2001-10-171-0/+6
* unref the book after we pass it off to evolution-addressbook.Chris Toshok2001-10-161-0/+5
* unref op->view. (pas_backend_ldap_process_create_card): ref op->view.Chris Toshok2001-10-161-0/+12
* make sure to unref the book_view here so we don't leak them.Chris Toshok2001-10-161-0/+11
* Properly decide whether a property needs to be marked as QP by searchingChristopher James Lahey2001-10-151-0/+6
* Set the default file name here. Fixes Ximian bug #7053.Christopher James Lahey2001-10-151-0/+6
* Added linebreaks to our "this shouldn't happen" dialog message. (BugJon Trowbridge2001-10-151-0/+6
* Add a component name to the e_passwords_init() call.Jon Trowbridge2001-10-131-0/+5
* commit the importer originally from Michael M. Morrison, with fixups byChris Toshok2001-10-131-0/+23
* Added a boolean type here.Christopher James Lahey2001-10-131-0/+5
* Check to see if the uri we are setting is the same as the current uri. IfJon Trowbridge2001-10-121-0/+7
* Added. Heuristic for whether or not we want to revert to an earlierJon Trowbridge2001-10-121-0/+8
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-121-0/+42
* Don't need this any more.Dan Winship2001-10-121-0/+5
* Check that view->view != NULL. (save_contact_cb): Check that view->view !=Jon Trowbridge2001-10-111-0/+56
* If our select names dialog is still around, destroy it. Otherwise, theJon Trowbridge2001-10-111-0/+7
* add an Email Address field/label/help text.Chris Toshok2001-10-071-0/+18
* db isn't a BonoboObject, so don't bonobo_object_unref it!Jon Trowbridge2001-10-061-0/+6
* e_book_load_uri -> addressbook_load_uri.Chris Toshok2001-10-061-0/+33
* Check to make sure our call to e_addressbook_model_get_card doesn't returnJon Trowbridge2001-10-061-0/+20
* don't set the editable field on the model - let the book do that.Chris Toshok2001-10-061-0/+8
* for some reason, matching on protocol is causing problems for me.Chris Toshok2001-10-051-0/+6
* use ldap.png for ldap contacts.Chris Toshok2001-10-051-0/+5
* ifdef out the LDAP only bits. Cleans some warnings on startupIain Holmes2001-10-041-0/+6
* Fixed these to determine the fields to use properly.Christopher James Lahey2001-10-041-0/+6
* Strip out commas before forming our query. (match_name): UseJon Trowbridge2001-10-041-0/+18
* remove most of the oaf stuff from here. we do it in load_uri, where we'llChris Toshok2001-10-031-0/+17
* Made the max length of the textification be 2047 characters. Fixes XimianChristopher James Lahey2001-10-021-0/+6
* if there was no first name or last name, file as the company.JP Rosevear2001-10-021-0/+5
* if there is a db error, assume deletion (pas_backend_file_changes): writeJP Rosevear2001-10-021-0/+7
* g_strdup (pas_backend_file_changes): ditto, make sure to free all data andJP Rosevear2001-09-291-4/+25
* Update the paths, /menu/ComponentToolsPlaceholder/Tools/ ->Ettore Perazzoli2001-09-281-0/+6
* use the old record (if there was one) so as not to overwrite fields weJP Rosevear2001-09-271-0/+8
* use priv->iid instead of the hardcoded string here.Chris Toshok2001-09-271-0/+10
* Use camel_address_format, not camel_address_encode.Jon Trowbridge2001-09-271-0/+5
* Added help text (thanks to Aaron) and re-worded the labels, and fixed theAnna Marie Dirks2001-09-271-0/+7
* add completion_book.Chris Toshok2001-09-271-0/+14
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-271-0/+18
* set the last_use and use_score fields of the card to known values so theJP Rosevear2001-09-271-0/+12