aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'EOG_0_109_1'.EOG_0_109_1nobody2001-12-1443-13696/+0
* Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-081-2/+0
* Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-084-421/+422
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-041-0/+2
* Merging fixes:Christopher James Lahey2001-12-011-37/+73
* [ Fixes Ximian bug #14646 ] new function. if the default_book failed toChris Toshok2001-11-101-1/+27
* Explicitly destroy entries. Part of the fix for the lingering completionJon Trowbridge2001-11-091-0/+16
* Leak select-names related data structures until the memory managementJon Trowbridge2001-11-031-1/+7
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-312-0/+4
* Check that local_listener and other_contacts_listener are non-NULL beforeJon Trowbridge2001-10-313-13/+13
* Force the select names dialog to be destroyed. This is a hack to fix bugJon Trowbridge2001-10-311-0/+7
* send a null bonobo arg to prevent explosionJP Rosevear2001-10-301-1/+6
* Require gal 0.15.99.8Joe Shaw2001-10-301-2/+1
* Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok"Jon Trowbridge2001-10-303-21/+51
* Comment out spew.Jon Trowbridge2001-10-301-2/+2
* Check that our BonoboUIComponent has a container so we don't get a lot ofJon Trowbridge2001-10-301-67/+70
* We were using book_data->book_view immediately after unrefing it.Jon Trowbridge2001-10-301-3/+8
* Drop a match if either of the text fields is NULL. This could happen ifJon Trowbridge2001-10-301-0/+6
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-293-4/+5
* Change "this should never happen" dialog to not give my name/e-mail. SorryJon Trowbridge2001-10-282-1/+8
* free up all the book_data list stuff.Chris Toshok2001-10-283-90/+134
* change to EBookCallback signature, and unref the book. (add_card_idle_cb):Chris Toshok2001-10-281-7/+29
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-2/+2
* Doh! We should be sorting our contacts so that the most frequently usedJon Trowbridge2001-10-281-1/+4
* Fixing the license text.Ettore Perazzoli2001-10-2819-19/+0
* add prototypes for addressbook_config_database, andChris Toshok2001-10-272-0/+49
* Return on cancellation. (simple_query_sequence_complete_cb): Act if notJon Trowbridge2001-10-271-12/+36
* Oops... forgot to commit before.Jon Trowbridge2001-10-271-0/+2
* Cancel any pending queries.Jon Trowbridge2001-10-271-0/+12
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2719-38/+38
* Initialize gnome-vfs.Jon Trowbridge2001-10-253-12/+125
* Fix command paths when we specify our pixmaps, so we don't get a lot ofJon Trowbridge2001-10-241-4/+4
* Removed our cancelled flag and e_select_names_completion_cancel function,Jon Trowbridge2001-10-241-39/+58
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-0/+1
* Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.Christopher James Lahey2001-10-211-33/+23
* Call e_addressbook_model_force_folder_bar_message when we activate theJon Trowbridge2001-10-211-2/+6
* (e_select_names_set_default): don't forget to unref the oldstyle.Larry Ewing2001-10-211-1/+1
* stick with the style font if the efont bold font does not exist.Larry Ewing2001-10-211-8/+18
* Fix memory leak.Jon Trowbridge2001-10-212-1/+5
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-0/+1
* Make LDAP servers non-user-creatable.Ettore Perazzoli2001-10-211-1/+1
* Repeatedly call gtk_main_quit here as long as there is a main loop around.Christopher James Lahey2001-10-201-2/+10
* Added #include <gal/widgets/e-unicode.h>.Christopher James Lahey2001-10-201-0/+1
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-201-1/+2
* Translate labels in select-names option menu. (Bug #9604)Jon Trowbridge2001-10-201-1/+5
* Added. Check if our book is local or networked.Jon Trowbridge2001-10-191-0/+15
* Lag our cardification on focus-out. This seems to help with the unintendedJon Trowbridge2001-10-191-1/+1
* grab focus in the Account entry when preparing the dialog, fixes #10406.Chris Toshok2001-10-181-0/+4
* make sure to also add "ldap-contacts" folders to the option menu.Chris Toshok2001-10-181-1/+2
* Added linebreaks to our "this shouldn't happen" dialog message. (BugJon Trowbridge2001-10-151-5/+6
* Add a component name to the e_passwords_init() call.Jon Trowbridge2001-10-131-1/+1
* Check to see if the uri we are setting is the same as the current uri. IfJon Trowbridge2001-10-121-0/+9
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-124-5/+9
* Don't need this any more.Dan Winship2001-10-121-16/+0
* Check that view->view != NULL. (save_contact_cb): Check that view->view !=Jon Trowbridge2001-10-111-34/+99
* If our select names dialog is still around, destroy it. Otherwise, theJon Trowbridge2001-10-111-2/+0
* add an Email Address field/label/help text.Chris Toshok2001-10-072-27/+92
* db isn't a BonoboObject, so don't bonobo_object_unref it!Jon Trowbridge2001-10-061-1/+10
* e_book_load_uri -> addressbook_load_uri.Chris Toshok2001-10-066-121/+120
* Check to make sure our call to e_addressbook_model_get_card doesn't returnJon Trowbridge2001-10-062-13/+10
* use ldap.png for ldap contacts.Chris Toshok2001-10-051-1/+1
* Fixed warningIain Holmes2001-10-041-3/+12
* ifdef out the LDAP only bits. Cleans some warnings on startupIain Holmes2001-10-041-0/+4
* Strip out commas before forming our query. (match_name): UseJon Trowbridge2001-10-041-95/+37
* Made the max length of the textification be 2047 characters. Fixes XimianChristopher James Lahey2001-10-021-0/+7
* Update the paths, /menu/ComponentToolsPlaceholder/Tools/ ->Ettore Perazzoli2001-09-281-2/+2
* add completion_book.Chris Toshok2001-09-272-3/+45
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-271-12/+20
* Handle creating the new contact in the current folder if it's a contactsChristopher James Lahey2001-09-251-5/+30
* Hooked up print preview button.Christopher James Lahey2001-09-221-0/+14
* Change the "this should never happen" message into a request for people toJon Trowbridge2001-09-201-1/+5
* Properly handle our GnomeUIInfo labels so that they won't be leaked ifJon Trowbridge2001-09-191-151/+125
* unref the destination regardless of whether we get an email addresss.Larry Ewing2001-09-181-2/+2
* use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-181-6/+3
* don't malloc a match we will never use.Larry Ewing2001-09-181-1/+1
* Fixed a stupid bug was causing completion to fail for contacts who haveJon Trowbridge2001-09-181-9/+9
* reorder the LDAP scopes so that they match the order of the option menusChris Toshok2001-09-172-4/+62
* No loose name matches on family names. (#8802)Jon Trowbridge2001-09-151-0/+5
* We can't use NULL as the first arg for e_addressbook_show_contact_editorJon Trowbridge2001-09-151-2/+2
* Set CLEANFILES directly instead of using `+='.Ettore Perazzoli2001-09-151-1/+1
* printf arguments were reversed by mistake. Fixed bug #9693.Jon Trowbridge2001-09-131-1/+1
* Added. Treat right-clicks on a contact list as a special case.Jon Trowbridge2001-09-101-3/+104
* (Apologies if you are seeing this multiple times. CVS is being annoying.)Jon Trowbridge2001-09-098-81/+153
* (make_contact_editor_cb): show the right contact editor (the list editorChris Toshok2001-09-091-3/+10
* do the EDestination xml magic on email addresses we put in the popup.Chris Toshok2001-09-091-1/+12
* For every category: - set .translate to FALSEChyla Zbigniew2001-09-081-2/+6
* Fixed two bugs: - missing coversion of contact name to GTK+ locale, -Chyla Zbigniew2001-09-081-15/+39
* Removed unused factory variable.Christopher James Lahey2001-09-081-2/+0
* new function, notify the bonobo listener. (remove_ldap_folder): trackChris Toshok2001-09-072-18/+44
* add -DEVOLUTION_IMAGESDIR.Chris Toshok2001-09-072-15/+26
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-062-23/+13
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-023-3/+3
* s/_/U_/Chyla Zbigniew2001-09-011-1/+3
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-303-1/+39
* Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195)Jon Trowbridge2001-08-301-3/+8
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-282-5/+5
* Added. Generated queries against file_as. (match_file_as): Added. MatchJon Trowbridge2001-08-281-2/+63
* switch "full_name" to "x-evolution-any-field" in all the queries where weChris Toshok2001-08-231-3/+3
* emit an event from our event source (contact_editor_cb): emit a destroyjacob berkman2001-08-232-10/+33
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-212-7/+76
* use 'Save As' icon rather than 'Save' as it seems more appropriate. AlsoDamon Chaplin2001-08-201-1/+2
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-1/+2
* use new Cut/Copy/Paste/Save/Search icons.Damon Chaplin2001-08-201-1/+8
* Set the folder bar message here.Christopher James Lahey2001-08-202-1/+45
* Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.Ettore Perazzoli2001-08-191-0/+1
* add prototype for addressbook_get_other_contact_storage.Chris Toshok2001-08-182-5/+9
* call e_sexp_encode_string on the search string the user types in so itChris Toshok2001-08-181-6/+10
* changed to new print icon.Damon Chaplin2001-08-181-0/+1
* rename physical_uri to uri, since it includes the addressbook.db for file:Chris Toshok2001-08-182-35/+57
* If we get the "sequence_complete" signal when we aren't searching, itJon Trowbridge2001-08-181-18/+25
* Added code so the user can create a new contact or contact list fromChristopher James Lahey2001-08-171-1/+36
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-3/+3
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-163-74/+63
* set title of initial dialog to Addressbook Sources (bug #6704).Chris Toshok2001-08-161-0/+1
* don't let people add subdirs in the ldap server storage - everything isChris Toshok2001-08-161-0/+3
* Tell the search bar to translate the subitem texts.Federico Mena Quintero2001-08-151-0/+2
* Add "Any Category" option for category searches.Jon Trowbridge2001-08-141-8/+19
* Fixed two const warnings here.Christopher James Lahey2001-08-141-2/+3
* don't access source->auth if source == NULL (bug #7086).Chris Toshok2001-08-141-1/+1
* svn path=/trunk/; revision=11916Kjartan Maraas2001-08-122-5/+1
* Properly handle "Category is" queries by checking the search barJon Trowbridge2001-08-111-6/+40
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-7/+7
* did a little packing-magic to get the two tables at bottom of this dialogAnna Marie Dirks2001-08-112-27/+57
* redesigned this dialog to fix bug #6815.Anna Marie Dirks2001-08-102-194/+294
* remove passwd_cb.Chris Toshok2001-08-101-8/+0
* If the last character we inserted was a "magic comma", remember itsJon Trowbridge2001-08-102-0/+16
* Hook up some magic to (basically) cardify an entry on focus-out. (What weJon Trowbridge2001-08-105-6/+171
* [ Fixes ximian bugs #5080, #6021, #6704, #6705 ]Chris Toshok2001-08-106-876/+1045
* ifdef this HAVE_LDAP.Chris Toshok2001-08-081-0/+2
* pass view->view instead of the EBook. (addressbook_search_menu_items):Chris Toshok2001-08-081-48/+38
* [ Fixes bug #5066 ] new function, remove the source. (register_storage):Chris Toshok2001-08-081-0/+14
* Make the OK button the keyboard default instead of Cancel. Bug #4942.Jason Leach2001-08-081-0/+1
* Check for storage != NULL here. This shouldn't come up unless addressbookChristopher James Lahey2001-08-041-13/+16
* Update for EvolutionStorage API changes. (addressbook_storage_add_source):Jason Leach2001-08-041-2/+2
* Fixed warnings here.Christopher James Lahey2001-08-032-10/+3
* Add camel dependency.Jon Trowbridge2001-08-035-13/+76
* Removed some extra padding and pack the addressbook view into a frame withJason Leach2001-08-031-16/+20
* Added ContactsSaveAsVCard, ContactsSendContactToOther, andChristopher James Lahey2001-08-021-0/+40
* Added #include <e-util/e-path.h>.Christopher James Lahey2001-07-311-3/+6
* Properly handle the case where our "cleaned" completion is the emptyJon Trowbridge2001-07-311-1/+8
* Fix a return value bug, to make it so if it fails to load anJason Leach2001-07-311-26/+25
* Fix support for gtkhtml when compiled with gconf supportFrédéric Crozat2001-07-301-0/+8
* Fixing a small, stupid mistake; use e_select_names_model_get_textificationJon Trowbridge2001-07-261-2/+9
* Removed some debugging chatter.Jon Trowbridge2001-07-264-21/+90
* Properly dup the results of e_destination_get_email.Jon Trowbridge2001-07-251-0/+5
* Check if evolution_shell_client_get_local_storage returnsJon Trowbridge2001-07-251-0/+12
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-231-12/+18
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-221-1/+1
* [ patch contributed by Jos Dehaes <jos.dehaes@bigfoot.com> ]Chris Toshok2001-07-191-15/+61
* Hold a reference to our listener while the idle function is active.Jon Trowbridge2001-07-183-9/+31
* Added addSectionWithLimit to the SelectNames interface.Jon Trowbridge2001-07-178-37/+218
* [ Fix bug #4705 - LDAP storage gets saved with corrupted binddn]Chris Toshok2001-07-173-5/+8
* Commented out some unused variables and labels. (e_destination_importv):Christopher James Lahey2001-07-151-0/+4
* add accelerators, taylor's patchJP Rosevear2001-07-121-3/+3
* Added some comments for clarity and fixed a pretty noticable bug with howJason Leach2001-07-111-0/+5
* Set bf->priv->file_db before calling do_create.Christopher James Lahey2001-07-101-1/+1
* Check that str isn't the empty string before doing an insert.Jon Trowbridge2001-07-091-3/+3
* CVS is unhappy this evening. My commit keeps dying in the middle.Jon Trowbridge2001-07-075-44/+44
* Removed. [It was just bogus testing code for the right-click menuEttore Perazzoli2001-07-061-14/+1
* Added $(BONOBO_CONF_LIBS).Christopher James Lahey2001-07-032-2/+3
* Added related_contacts field.Christopher James Lahey2001-07-022-27/+56
* Marked strings for translation.Chyla Zbigniew2001-06-301-3/+3
* Make the standard for considering two cards to be match stricter.Jon Trowbridge2001-06-302-17/+12
* Added a search field to the query here. (e_select_names_init): Update theChristopher James Lahey2001-06-303-105/+136
* Change the uri here to have addressbook.db at the end.Christopher James Lahey2001-06-302-3/+6
* Change the query when the "Update List" button is pushed.Christopher James Lahey2001-06-303-19/+59
* Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-281-1/+2
* Oops. Can't use the wombat version of the master categories list yet.Christopher James Lahey2001-06-271-2/+2
* Added a categories combo here. It's not used yet.Christopher James Lahey2001-06-273-6/+53
* Added category searching to the file backend.Christopher James Lahey2001-06-271-0/+6
* Add a huge steaming pile of code to handle the case of single-addressJon Trowbridge2001-06-252-27/+702
* correct path to libecontacteditor.a. (minicard_widget_test_LDADD): same.Chris Toshok2001-06-256-43/+49
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2319-28/+28
* Renamed. (The old name, edit_contact_info_have_book_cb was a hold-overJon Trowbridge2001-06-223-52/+136
* track change to e_addressbook_show_contact_editor signature.Chris Toshok2001-06-204-25/+14
* Set the "expoted_dnd_types" to NULL in the folder_types.Jeffrey Stedfast2001-06-151-1/+1
* Add a workaround for an EText bug. (e_select_names_completion_begin): FixDan Winship2001-06-121-3/+7
* Made e_card_simple_get_id return const char *.Christopher James Lahey2001-06-111-1/+2
* Removed unused email variable.Christopher James Lahey2001-06-091-1/+0
* Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-092-1/+3
* remove the gtk_widget_show call... (e_contact_editor_show): and put itChris Toshok2001-06-091-74/+2
* Make this work when multiple names are selected then right click->Remove.Jason Leach2001-06-061-3/+29
* Move an #include to the top, it's ugly to have it in the middle of theJacob Leach2001-06-061-1/+1
* (Fix bug #655: SelectNames doesn't let you remove addresses after you addJason Leach2001-06-061-0/+36
* Change the completion handler to use the ECompletionMatch.Jon Trowbridge2001-06-062-156/+146
* remove spew, and don't call the ShellView CORBA method if the interfaceChris Toshok2001-06-041-2/+4
* Added fields for the GalViewMenus and GalViewCollection; we need to keepFederico Mena Quintero2001-06-011-1/+3
* add the EAddressbookModel* and change the ETableModel's name to "adapter".Chris Toshok2001-06-012-11/+21
* Print Preview => ContactsPrintPreview. Changed peter's change so that theChris Toshok2001-06-011-1/+1
* Use the correct path to the print preview menu item.Peter Williams2001-05-311-1/+1
* new function, for the Cut verb. (copy_contacts_cb): new function, for theChris Toshok2001-05-301-0/+50
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-281-1/+1
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-261-1/+1
* add sequence_complete_id to EAddressbookModel and stop_state_changed toChris Toshok2001-05-231-1/+2
* track the change in evolution-addressbook.xml's bonobo ui path's.Chris Toshok2001-05-221-6/+5
* update_view_type is gone, since the menu item is gone.Chris Toshok2001-05-221-48/+0
* Removed an unused variable.Christopher James Lahey2001-05-214-3/+5
* Do a better job constructing match strings, so we never try to use aJon Trowbridge2001-05-191-6/+56
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-185-24/+176
* no more ContactFind command.Chris Toshok2001-05-181-47/+0
* add our selection_change signal. (e_minicard_view_widget_realize): connectChris Toshok2001-05-181-0/+54
* add prototype for addressbook_expand_uri.Chris Toshok2001-05-143-20/+62
* spew the data passed to us. (destination_folder_handle_motion): theChris Toshok2001-05-121-1/+4
* correct bug causing the Ok button to never be enabled.Chris Toshok2001-05-121-2/+4
* example.Chris Toshok2001-05-121-3/+2
* use e_card_list_get_vcard to build up the data to send.Chris Toshok2001-05-124-34/+43
* flesh out the function more. It should work now, but there's no way toChris Toshok2001-05-081-4/+73
* Use a different error message in the ldap support/no ldap support/fileChris Toshok2001-05-081-22/+38
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-083-11/+5
* un-#if 0 this. (xfer_folder): add skeleton code to validate xfer request.Chris Toshok2001-05-051-12/+73
* unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+8
* Remove call to unicode_init.Dan Winship2001-04-261-3/+0
* Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-242-101/+19
* Added save_source_data here.Christopher James Lahey2001-04-221-0/+2
* Added.Jon Trowbridge2001-04-175-14/+87
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+3
* Get the ESelectNamesModel from the widget's text model instead of storingChristopher James Lahey2001-04-131-6/+14
* Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING.Christopher James Lahey2001-04-111-2/+2
* stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same.Chris Toshok2001-04-101-2/+58
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-0/+1
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+3
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-32/+15
* Call e_select_names_model_clean after adding address. This should dealJon Trowbridge2001-03-313-1/+35
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-1/+4
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-3021-61/+101
* Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and thenChristopher James Lahey2001-03-292-6/+7
* Rather than starting the pending query by directly callingJon Trowbridge2001-03-251-8/+33
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-237-3/+640
* Added new icons.Miguel de Icaza2001-03-211-1/+2
* Brutally refactored to boost performance in large-addressbook situations.Jon Trowbridge2001-03-181-109/+238
* Making warnings fatal is actually a pretty bad idea for anything otherJon Trowbridge2001-03-161-0/+2
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-163-25/+213
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-152-148/+0
* Fix a warning here.Christopher James Lahey2001-03-141-1/+1
* add is_read_only param.Chris Toshok2001-03-132-2/+3
* Maybe I shouldn't have smoked all of that crack before I startedJon Trowbridge2001-03-091-1/+0
* Some dead code mades its way into my commit. Sorry.Jon Trowbridge2001-03-091-4/+2
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-099-38/+604
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-1/+2
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-2/+2
* Fix glitch with inserting comma-delimited stuff when length > 1.Jon Trowbridge2001-03-071-0/+2
* Fix a reference counting bug.Jon Trowbridge2001-03-065-1/+400
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-041-1/+1
* track change to e_contact_editor_new.Chris Toshok2001-03-021-1/+1
* new function. (e_minicard_view_event): split out the creation of theChris Toshok2001-03-021-11/+18
* Oops, we do need to be able to write to "text" after all (for things likeJon Trowbridge2001-03-023-5/+14
* I am an idiot.Jon Trowbridge2001-03-021-12/+22
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-0212-716/+1874
* Made this pay attention to the return value of e_sexp_parse.Christopher James Lahey2001-02-221-2/+3
* When creating the entry, open up an ebook (corresponding to the localJon Trowbridge2001-02-205-19/+178