aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [ 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
* Handle creating the new contact in the current folder if it's a contactsChristopher James Lahey2001-09-251-0/+6
* add evolutionperson.schema (EXTRA_DIST): add LDAP_SCHEMA to the dist (butChris Toshok2001-09-251-0/+11
* sync the note the to pilot and make sure to blank fields when appropriateJP Rosevear2001-09-241-0/+6
* when creating the cards, don't display any of the subname fields (surname,Chris Toshok2001-09-231-0/+6
* add getters for the additional name fields. (field_data): move FAMILY_NAMEChris Toshok2001-09-231-0/+9
* Hooked up print preview button.Christopher James Lahey2001-09-221-0/+12
* Use the default e-mail address if we have nothing else to go on.Jon Trowbridge2001-09-201-0/+28
* don't add to the complete list of cards if the card is a listJP Rosevear2001-09-201-0/+9
* Change the "this should never happen" message into a request for people toJon Trowbridge2001-09-201-0/+5
* Freeing name[i] instead of namev[i] is a bad idea. (bug #10270)Jon Trowbridge2001-09-201-0/+3
* Properly handle our GnomeUIInfo labels so that they won't be leaked ifJon Trowbridge2001-09-191-0/+12
* add caluri field dataJP Rosevear2001-09-191-0/+25
* create a sexp and check if the cards match before adding them to the listJP Rosevear2001-09-191-0/+7
* remove conflict droppingsLarry Ewing2001-09-181-1/+0
* unref the destination regardless of whether we get an email addresss.Larry Ewing2001-09-181-0/+6
* use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-181-0/+13
* don't malloc a match we will never use.Larry Ewing2001-09-181-0/+3
* free the dup'd capabilities.Larry Ewing2001-09-181-0/+6
* We want to assume that a destination that comes from a card isJon Trowbridge2001-09-181-0/+6
* Fixed a stupid bug was causing completion to fail for contacts who haveJon Trowbridge2001-09-181-0/+5
* Do the right thing if the card we are trying to send to has no validJon Trowbridge2001-09-181-0/+4
* Code implicitly assumed that event->button.button is 1, 2, or 3, causingJon Trowbridge2001-09-181-0/+6
* use enable_widget instead of gtk_widget_set_sensitive.Chris Toshok2001-09-171-0/+20
* fix syntax errors (which are broken, imo...)Chris Toshok2001-09-171-0/+5
* reorder the LDAP scopes so that they match the order of the option menusChris Toshok2001-09-171-0/+20
* No loose name matches on family names. (#8802)Jon Trowbridge2001-09-151-0/+3
* We can't use NULL as the first arg for e_addressbook_show_contact_editorJon Trowbridge2001-09-151-0/+5
* Make "stop" do nothing but set the stopped flag, as inJon Trowbridge2001-09-151-0/+67
* Set CLEANFILES directly instead of using `+='.Ettore Perazzoli2001-09-151-0/+3
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-0/+11
* use ldap_init. ldap_open is deprecated in openldap 2.x.Chris Toshok2001-09-141-0/+5
* Fix vcard importingIain Holmes2001-09-131-0/+5
* free the values that are being leaked here.Larry Ewing2001-09-131-0/+5
* printf arguments were reversed by mistake. Fixed bug #9693.Jon Trowbridge2001-09-131-0/+5
* Added. Treat right-clicks on a contact list as a special case.Jon Trowbridge2001-09-101-1/+7
* See e_book_listener_check_queue below.Jon Trowbridge2001-09-091-1/+0
* See e_book_listener_check_queue below.Jon Trowbridge2001-09-091-0/+97
* (make_contact_editor_cb): show the right contact editor (the list editorChris Toshok2001-09-091-0/+5
* do the EDestination xml magic on email addresses we put in the popup.Chris Toshok2001-09-091-0/+6
* For every category: - set .translate to FALSEChyla Zbigniew2001-09-081-0/+8
* Fixed two bugs: - missing coversion of contact name to GTK+ locale, -Chyla Zbigniew2001-09-081-0/+10
* Removed unused factory variable.Christopher James Lahey2001-09-081-0/+5
* new function, notify the bonobo listener. (remove_ldap_folder): trackChris Toshok2001-09-071-0/+20
* change /Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose.Chris Toshok2001-09-071-0/+5
* add -DEVOLUTION_IMAGESDIR.Chris Toshok2001-09-071-0/+31
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-061-0/+15
* Check if the file is a VCard before importingIain Holmes2001-09-051-0/+5
* I18n fixes (mainly making buttons on the right side less Anglocentric :-)Chyla Zbigniew2001-09-031-0/+43
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-021-0/+52
* s/_/U_/Chyla Zbigniew2001-09-011-0/+14
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-301-0/+17
* Paranoia. Check that name != qa->name. (quick_add_set_email): Check thatJon Trowbridge2001-08-301-0/+10
* Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195)Jon Trowbridge2001-08-301-0/+4
* This function can be re-entrant during the signal emission; Added extraJon Trowbridge2001-08-301-0/+8
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-0/+8
* Added. Generated queries against file_as. (match_file_as): Added. MatchJon Trowbridge2001-08-281-0/+5
* Added ref/unref pair to make sure that our listener doesn't get finalizedJon Trowbridge2001-08-281-0/+5
* Removed some debugging spew that I left in by mistake.Jon Trowbridge2001-08-281-0/+6
* Do the right thing if the card we are trying to send to is a contact list.Jon Trowbridge2001-08-281-0/+5
* Display localized status string (added missing _()).Chyla Zbigniew2001-08-271-0/+5
* Put a freeze/thaw around our the set of operations that changes theJon Trowbridge2001-08-251-0/+12
* add BUTTON_PRESS_MASK so double clicks still work.Chris Toshok2001-08-241-0/+5
* switch "full_name" to "x-evolution-any-field" in all the queries where weChris Toshok2001-08-231-0/+7
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-231-0/+16
* emit an event from our event source (contact_editor_cb): emit a destroyjacob berkman2001-08-231-0/+26
* make sure we don't get into a situation where priv->email == NULL.Chris Toshok2001-08-231-0/+5
* if we're dragging, drag_button_down won't be true in the BUTTON_RELEASEChris Toshok2001-08-211-0/+8
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-211-0/+25
* fix arg info - we're only passing 1 GTK_TYPE_POINTER arg, not 2.Chris Toshok2001-08-211-0/+18
* use DB_NOTFOUND constJP Rosevear2001-08-211-0/+5
* null out card_sexp so that we don't crash when copyingJP Rosevear2001-08-201-0/+6
* fix warnings, get compiling againJP Rosevear2001-08-201-0/+10
* Used Delete icon in menu.Damon Chaplin2001-08-201-1/+1
* use bigger Save icon for toolbar.Damon Chaplin2001-08-201-0/+3
* use 'Save As' icon rather than 'Save' as it seems more appropriate. AlsoDamon Chaplin2001-08-201-0/+5
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-0/+5
* use new Cut/Copy/Paste/Save/Search icons.Damon Chaplin2001-08-201-0/+5
* Forgot to mention that this commit fixes Ximian bug #4670.Chris Lahey2001-08-201-1/+2
* Set the folder bar message here.Christopher James Lahey2001-08-201-0/+12
* Added full country list. Fixes Ximian bug #5123.Christopher James Lahey2001-08-191-0/+5
* Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.Ettore Perazzoli2001-08-191-0/+6
* add prototype for addressbook_get_other_contact_storage.Chris Toshok2001-08-181-0/+13
* connect to the "changed" signal on "entry-web" to update command state.Chris Toshok2001-08-181-0/+6
* call e_card_set_id on the list's card so we can continue to use thisChris Toshok2001-08-181-0/+15
* call e_sexp_encode_string on the search string the user types in so itChris Toshok2001-08-181-0/+6
* changed to new print icon.Damon Chaplin2001-08-181-0/+4
* rename physical_uri to uri, since it includes the addressbook.db for file:Chris Toshok2001-08-181-0/+22
* If we get the "sequence_complete" signal when we aren't searching, itJon Trowbridge2001-08-181-0/+14
* Changed the messages here in the right click menus.Christopher James Lahey2001-08-181-0/+7
* unref our card_sexp. (create_card_handler): make sure to set the id of theChris Toshok2001-08-171-0/+14
* use card_sexp. (pas_backend_file_book_view_free): same.Chris Toshok2001-08-171-0/+12
* Added code so the user can create a new contact or contact list fromChristopher James Lahey2001-08-171-0/+6
* Added a closing paren.Jeffrey Stedfast2001-08-171-0/+4
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-0/+4
* Check that name != NULL before we start messing with it. (Fixes bug #7329)Jon Trowbridge2001-08-161-0/+6
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-161-0/+19
* set title of initial dialog to Addressbook Sources (bug #6704).Chris Toshok2001-08-161-0/+5
* don't let people add subdirs in the ldap server storage - everything isChris Toshok2001-08-161-0/+6
* implement using search_for_dn.Chris Toshok2001-08-151-0/+6
* Tell the search bar to translate the subitem texts.Federico Mena Quintero2001-08-151-0/+5
* Add "Any Category" option for category searches.Jon Trowbridge2001-08-141-0/+7
* Fix up to match the pas_book_new/get_vcard changes.Dan Winship2001-08-141-0/+5
* Got rid of an extraneous _ here.Christopher James Lahey2001-08-141-0/+8
* Oops, forgot to write this function.Christopher James Lahey2001-08-141-0/+5
* Added focus targets here. Fixes part of Ximian bug #5843.Christopher James Lahey2001-08-141-0/+7
* Grab focus here. Fixes Ximian bug #2265.Christopher James Lahey2001-08-141-0/+3
* Fixed two const warnings here.Christopher James Lahey2001-08-141-0/+9
* As usual, I forgot to mention that that last commit fixes Ximian bug #6490.Chris Lahey2001-08-141-1/+1
* Call e_card_set_book here.Christopher James Lahey2001-08-141-0/+15
* don't g_strdup the stuff we're passing into e_list_append, since it doesChris Toshok2001-08-141-0/+12
* don't access source->auth if source == NULL (bug #7086).Chris Toshok2001-08-141-0/+6
* Changed get_card to be asyncronous.Christopher James Lahey2001-08-141-0/+11
* svn path=/trunk/; revision=11916Kjartan Maraas2001-08-121-0/+1
* Added bugzilla numberKjartan Maraas2001-08-111-0/+1
* Add headers to make it stand on itw own. Marked some strings forKjartan Maraas2001-08-111-0/+1
* Marked some strings for translation. Same here.Kjartan Maraas2001-08-111-0/+5
* Remove single- or double-quotes from names before sticking them into theJon Trowbridge2001-08-111-0/+4
* Properly handle "Category is" queries by checking the search barJon Trowbridge2001-08-111-0/+6
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-1/+5
* did a little packing-magic to get the two tables at bottom of this dialogAnna Marie Dirks2001-08-111-0/+9
* redesigned this dialog to fix bug #6815.Anna Marie Dirks2001-08-101-0/+8
* remove passwd_cb.Chris Toshok2001-08-101-0/+4
* If the last character we inserted was a "magic comma", remember itsJon Trowbridge2001-08-101-0/+13