aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagCONTROL_CENTER_1_2_2nobody2000-08-03781-304891/+0
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-0330-0/+4077
* New files for the iCalendar file backend.Federico Mena Quintero2000-08-037-9/+1108
* removed last files from GNOME CVSscottf2000-08-0330-4077/+0
* Ahem, these files will be back in a second - FedericoFederico Mena Quintero2000-08-031-2/+0
* Emit "model_pre_change" where appropriate.Christopher James Lahey2000-08-033-0/+9
* Protect mail-config.h against multiple inclusion.Peter Williams2000-08-032-0/+9
* Emit "model_pre_change" signal as appropriate.Christopher James Lahey2000-08-035-0/+14
* Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-0317-20/+188
* various syntax checkingPablo Saratxaga2000-08-027-3011/+6277
* updated pt_BR translations.Jorge Godoy2000-08-021-425/+620
* Adapted this to supply the new append_row API of ETableModel.Christopher James Lahey2000-08-023-14/+39
* Changed the API for the append_row function. Now accepts a model to copyChristopher James Lahey2000-08-0215-78/+46
* add GTKHTML_CFLAGS where needed.Mathieu Lacage2000-08-021-1/+2
* New code to spawn off GPG/PGP to do stuff. Currently only deals withDan Winship2000-08-028-93/+879
* Add checks for GPG, PGP 5 and PGP 2. Only record the first one found.Dan Winship2000-08-023-1/+30
* Use CalComponent and the new property types instead of the old iCalObjectFederico Mena Quintero2000-08-027-129/+419
* AC_WARN replaced with AC_MSG_WARN in commentsPavel Roskin2000-08-022-3/+7
* When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-022-7/+15
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-023-224/+327
* Removed doc directory, since it is the old gnome-pim docs which aren'tDamon Chaplin2000-08-0213-521/+9
* removed calendar/doc/*Damon Chaplin2000-08-022-2/+4
* Constify paramJP Rosevear2000-08-023-4/+12
* Typo fixPeter Williams2000-08-012-1/+6
* cvsignore filePeter Williams2000-08-011-0/+7
* Added mh provider.Not Zed2000-08-012-0/+5
* Initial cut at mh provider. Well, it already does everythingNot Zed2000-08-0111-1/+1225
* Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-013-208/+257
* You have to wonder what a file called foo was doing here... - FedericoFederico Mena Quintero2000-08-011-1578/+0
* Changed the default set of columns.Christopher James Lahey2000-08-012-6/+5
* Fixed some warnings.Christopher James Lahey2000-08-014-2/+16
* Added an argument to set a column so that you can't sort by that column.Christopher James Lahey2000-08-017-46/+151
* Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-08-012-0/+6
* Ah, screw the which.Peter Williams2000-08-011-2/+2
* Stupid which program prints junk....Peter Williams2000-08-011-6/+10
* Backslashes are unneccessary. Prepositions are.Peter Williams2000-08-011-29/+29
* Now tests for OAF clienty goodnessPeter Williams2000-08-011-2/+2
* Now tests for OAF clienty goodnessPeter Williams2000-08-011-32/+88
* Buffer overrun fix in g_strfreev -- two more that I forgotPeter Williams2000-08-011-0/+2
* Buffer overrun fix in g_strfreevPeter Williams2000-08-012-0/+6
* typo fixPeter Williams2000-08-011-1/+1
* Fix a NULL-pointer strcmp noticed by peterw.Dan Winship2000-08-012-1/+7
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-015-46/+340
* A few string overrun checks for the mime parserPeter Williams2000-08-012-6/+21
* Updates to verifierPeter Williams2000-08-011-20/+39
* Oops, create a vfolder_rule when we add a new one.Not Zed2000-07-312-1/+4
* If there are no user rules, dont bomb out.Not Zed2000-07-312-25/+26
* Configurable vfolder sources, and a button to save a searchNot Zed2000-07-315-42/+265
* Set value of a simple type to a new string.Not Zed2000-07-3115-7/+668
* Mention that you should pass "--disable-more-warnings" to oaf andDan Winship2000-07-311-0/+6
* Updated russian translation.Valek Frob2000-07-302-155/+111
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-3053-3905/+6294
* Remove hack to pass the storage around.Not Zed2000-07-307-189/+272
* Made enter key destroy and recreate the ETableItem.Christopher James Lahey2000-07-305-2/+38
* Fix changelog email address.JP Rosevear2000-07-292-2/+2
* Added load-gnomecard-addressbook compilation.Christopher James Lahey2000-07-295-33/+162
* New function to create composer with sig file set.JP Rosevear2000-07-2916-2148/+2495
* Added mark_all_seen(), to mark every message in the list withCody Russell2000-07-294-0/+32
* Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-292-24/+44
* fixed a few logic errorsJeffrey Stedfast2000-07-292-8/+8
* Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-293-35/+100
* New helper script to diagnose problems installing evolution.Peter Williams2000-07-291-0/+393
* Remove the idle handler before destroying the data it operates on.Dan Winship2000-07-293-0/+9
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-294-55/+153
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-282-304/+371
* Fixed my routine to only fetch new headers, my IDs were off by 1 on theJeffrey Stedfast2000-07-282-1/+9
* If the path doesn't begin with a / and there is a host, prepend a / to theJeffrey Stedfast2000-07-282-2/+8
* Lets fix Dan's kludge the Right Way (tm) (set_service_url): Only strip offJeffrey Stedfast2000-07-282-6/+15
* Make sure the LDAP backend files get distributed even if OpenLDAPEttore Perazzoli2000-07-282-1/+13
* Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-286-108/+196
* toss in a kludge to deal with the IMAP vs mbox path problem for now.Dan Winship2000-07-282-1/+9
* Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-283-18/+41
* work with either gconf 0.5 or newerDan Winship2000-07-282-0/+8
* Check for gconf_client_get_default (gconf 0.5 vs newer)Dan Winship2000-07-282-0/+13
* Fix Makefile.am booboo.Peter Williams2000-07-2810-18/+5
* Update and get rid of <A0>s.Ettore Perazzoli2000-07-281-5/+7
* Fixed up the table behavior so that it's not always in an edit mode.Christopher James Lahey2000-07-283-18/+91
* Small fixes.Ettore Perazzoli2000-07-281-3/+3
* Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-283-1/+10
* 0.3 "Jelly Fish".Ettore Perazzoli2000-07-284-33/+80
* Added a comment.Christopher James Lahey2000-07-273-0/+6
* Fixed shift click selections.Christopher James Lahey2000-07-273-75/+86
* Allocate correctly in the insert method.Christopher James Lahey2000-07-275-14/+13
* Grab focus properly.Christopher James Lahey2000-07-275-56/+145
* flesh out ifdef'ed out code. need to write merge_ecard_with_remote_record.Seth Alves2000-07-271-12/+10
* add handling for phone labels, going either direction (from pilot and to pilot.)Seth Alves2000-07-271-5/+56
* Changed the URI to load to.Christopher James Lahey2000-07-272-1/+13
* Clear the selection model when activating.Christopher James Lahey2000-07-277-136/+169
* remove double freeSeth Alves2000-07-271-4/+1
* bug fixesSeth Alves2000-07-272-5/+5
* more work on addressbook syncerSeth Alves2000-07-272-18/+105
* Translations from KeldKenneth Christiansen2000-07-271-281/+344
* Fixed a warning.Christopher James Lahey2000-07-273-4/+4
* Fixed a reference.Christopher James Lahey2000-07-2711-12/+82
* Added an ETableSelectionModel so this won't crash.Christopher James Lahey2000-07-275-22/+53
* Fixed the model/view row confusion.Christopher James Lahey2000-07-275-22/+37
* Updated the Turkish translation.Fatih Demir2000-07-272-222/+232
* wait to free the view until we've taken care of freeing its internals.Chris Toshok2000-07-272-51/+77
* Solaris compile fix. OK on Linux too.Matthew Loper2000-07-272-0/+8
* Uninitialized variable fix for e-tableMatthew Loper2000-07-273-2/+7
* Teeny tiny mem leak fix.Matthew Loper2000-07-272-0/+5
* Make the mime parser a bit less reckless. More reckful?Matthew Loper2000-07-273-3/+13
* A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-273-16/+53
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-2731-868/+1041
* Removed counting of selected messages.Christopher James Lahey2000-07-273-20/+6
* OK, it seems that we have all the interesting properties for single-userFederico Mena Quintero2000-07-273-0/+245
* add support for user settable scope. (pas_backend_ldap_search): same.Chris Toshok2000-07-272-5/+19
* add mailer 0.3 featuresDan Winship2000-07-271-0/+48
* Spellchecking, proofing in all .sgml files except FDL and authors.Aaron Weber2000-07-2720-234/+316
* update dependenciesDan Winship2000-07-271-9/+9
* Don't create the tmp_mbox before calling movemail, because the externalDan Winship2000-07-272-18/+20
* routine to call an external movemail program. (camel_movemail): NukeDan Winship2000-07-273-48/+141
* Ahem, be consistent with parameter names - FedericoFederico Mena Quintero2000-07-271-2/+2
* Put all the functions used to free returned values all together.Federico Mena Quintero2000-07-273-209/+362
* gui/Makefile.am: Fixed a typo.Jeffrey Stedfast2000-07-272-1/+5
* Added a few xpm files to the EXTRA DIST sectionJeffrey Stedfast2000-07-272-4/+12
* Get rid of some debugging messages that were not supposed to beEttore Perazzoli2000-07-271-6/+0
* Fix the pop-up tree so that it does not set up the grab when shownEttore Perazzoli2000-07-272-18/+32
* fix MOVEMAIL_PATH settingDan Winship2000-07-271-2/+2
* s/struct refile_data/struct move_data (real_move_msg): Renamed fromJeffrey Stedfast2000-07-274-9/+17
* Should now always prepend a '/' before the path if it doesn't alreadyJeffrey Stedfast2000-07-262-14/+19
* Fixed a few compiler warningsJeffrey Stedfast2000-07-262-2/+6
* Updated russian translation.Valek Frob2000-07-262-219/+230
* Update for OAF and for external apps as well as components.Dan Winship2000-07-263-104/+206
* lowercasify the supported_mime_typesDan Winship2000-07-264-6/+11
* proofing all over.Aaron Weber2000-07-2636-416/+616
* add enum for e-card pilot status.Chris Toshok2000-07-265-89/+161
* some unrelated changes: check for mkdtemp,Dan Winship2000-07-263-1/+49
* add comment headers to signals that didn't have any.Chris Toshok2000-07-262-3/+93
* use the user's Contact db. not toshok's.Chris Toshok2000-07-262-2/+15
* New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-2610-108/+358
* Made foreach call the callback in top to bottom order.Christopher James Lahey2000-07-263-8/+15
* Replaced get_selection_list with foreach.Christopher James Lahey2000-07-267-22/+35
* Always prepend a leading "/" to the url->path. (set_service_url): AddedJeffrey Stedfast2000-07-262-11/+14
* Always prepend a leading "/" to the url->path. (set_service_url): AddedJeffrey Stedfast2000-07-262-6/+16
* Added e-table-selection-model.c and e-table-selection-model.h.Christopher James Lahey2000-07-266-305/+105
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-268-5/+1746
* Added comments to the bit field code.Christopher James Lahey2000-07-265-6/+38
* More fixes.Christopher James Lahey2000-07-262-16/+44
* Fixed up the bit manipulation a bit here.Christopher James Lahey2000-07-263-6/+73
* New files for doing a selection model. Not finished yet and thus not inChristopher James Lahey2000-07-269-192/+863
* Added addressbook/conduit/Makefile.Christopher James Lahey2000-07-262-0/+5
* Typo fixPeter Williams2000-07-262-3/+7
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-2624-549/+4714
* new widget and canvas item to replace GtkCalendar. Not quite finished yet.Damon Chaplin2000-07-268-1/+2429
* Fixed the real problem that Peter was running into.Jeffrey Stedfast2000-07-262-21/+29
* build static versions of some util libraries for the conduit to link withSeth Alves2000-07-269-5/+44
* Fix crash on NULL current_message when replying.Peter Williams2000-07-262-1/+8
* Don't add a Mime-Version header to a message that already has one.Dan Winship2000-07-263-5/+14
* Don't group together messages with the same non-Re: subject and noDan Winship2000-07-262-38/+49
* IMAP expunge crash prevention... still not right...Peter Williams2000-07-262-0/+8
* Update the insert text file command. Still waiting on GtkHtml.Peter Williams2000-07-252-41/+45
* Fix GtkOptionMenu usage so that the mail source selector looks right.Ettore Perazzoli2000-07-252-1/+12
* Work around utter GtkOptionMenu brokenness so that we finally have aEttore Perazzoli2000-07-252-2/+20
* Implemented some of the drag & drop code. Drops all report as being on rowChristopher James Lahey2000-07-255-18/+1040
* Added a bunch of e_marshal functions.Christopher James Lahey2000-07-255-8/+248
* Added a #define for "X-EVOLUTION-PILOTID". Added a parse_pilot_id to readChristopher James Lahey2000-07-252-13/+37
* Optimized to try and get the new message headers without reloading theJeffrey Stedfast2000-07-254-87/+81
* Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-254-24/+50
* add pilot_id.Chris Toshok2000-07-253-2/+25
* more stuff. too much to use a changelog for.Chris Toshok2000-07-255-444/+326
* Update for CamelFolder API changes. (Certain functions no longer take aDan Winship2000-07-254-17/+25
* Update for CamelFolder API changes. (delete_message and get_uids don'tDan Winship2000-07-252-3/+9
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-259-471/+318
* Updated to port easily to the new Camel API (imap_init): Don't SELECTJeffrey Stedfast2000-07-252-36/+34
* Remove GOAD support.Dan Winship2000-07-255-90/+26
* Remove GOAD support. (create_editor): Try to give a more helpful errorDan Winship2000-07-252-5/+7
* Remove GOAD support.Dan Winship2000-07-254-84/+27
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-255-103/+194
* Huge update. I do not expect this commit to work.Matthias Warkus2000-07-252-348/+59
* Updated the Turkish translation of EvolFatih Demir2000-07-252-317/+365
* This should work now.Martin Baulig2000-07-241-2/+2
* Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-244-54/+6
* Bye bye bye.Dan Winship2000-07-247-1536/+7
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-242-153/+188
* Added missing \n.Federico Mena Quintero2000-07-242-1/+5
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-244-107/+159
* Remove the idle handler when we're destroyed.Christopher James Lahey2000-07-243-4/+16
* Updated russian translation.Valek Frob2000-07-232-124/+161
* Add a "Send HTML mail" toggle in the message composer.Ettore Perazzoli2000-07-235-76/+211
* Use `_()' instead of `N_()' for strings that need to be translated onEttore Perazzoli2000-07-232-6/+11
* Change the message composer to use BonoboUIHandler directly instead ofEttore Perazzoli2000-07-232-178/+182
* *** empty log message ***Damon Chaplin2000-07-231-0/+8
* fixed it so it doesn't crash when a URL is loaded.Damon Chaplin2000-07-232-3/+19
* added a color_column where the color can be specified as a string, e.g.Damon Chaplin2000-07-235-4/+228
* Change EShellView so that it creates the menus with BonoboUIHandlerEttore Perazzoli2000-07-232-143/+252
* Translations from KeldKenneth Christiansen2000-07-231-254/+310
* Updated Italian translation from Clara TattoniEttore Perazzoli2000-07-232-2291/+1376
* Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-233-40/+57
* Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-223-7/+61
* ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-07-221-977/+668
* Fix a braino that caused Evolution to unref a NULL object when theEttore Perazzoli2000-07-222-5/+6
* Some changes to the pop-up folder tree, so that it makes more visualEttore Perazzoli2000-07-224-17/+127
* Made focus in not change your selection position.Christopher James Lahey2000-07-223-4/+5
* Added some unused declarations for drag and drop work.Christopher James Lahey2000-07-223-0/+215
* Updated with some of the same fixes I've made to camel-imap-folder.c likeJeffrey Stedfast2000-07-222-3/+7
* Rewrote the code to check for "* %d RECENT". Still needs to be modified,Jeffrey Stedfast2000-07-222-7/+17
* Improve the title bar pop-up button: use a toggle button instead of aEttore Perazzoli2000-07-214-24/+98
* Added password remembering/forgetting feature.Aaron Weber2000-07-2118-460/+666
* First shot at the "click on the folder title, get the folder tree"Ettore Perazzoli2000-07-213-39/+227
* Fix the function to set the ETitleBar's text so that it correctly usesEttore Perazzoli2000-07-212-1/+6
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-212-1185/+876
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-212-1/+5
* Prevent a crash by avoiding calling the populate_folder_context_menuEttore Perazzoli2000-07-212-0/+10
* Add support for the folder right-click ("context") menu. No componentEttore Perazzoli2000-07-215-5/+179
* Fixed an errorAndreas Hydén2000-07-212-27/+30
* Fixed the oaf info.Christopher James Lahey2000-07-2114-122/+460
* Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-217-3/+19
* Add interfaces to populate a folder's context menu. (Untested.)Ettore Perazzoli2000-07-214-31/+90
* Ooops. I did not actually commit the `.bcd' file.Ettore Perazzoli2000-07-201-6/+0
* Implement saving of pane positions.Ettore Perazzoli2000-07-202-3/+23
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-209-28/+539
* #if 0 some unused functions to prevent warnings.Ettore Perazzoli2000-07-201-0/+2
* Remove cruft.Ettore Perazzoli2000-07-202-601/+0
* Added/fixed support for multiple views.Ettore Perazzoli2000-07-204-25/+40
* Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UIDJeffrey Stedfast2000-07-202-2/+8
* Finish filling the trigger. What a pain, again.Federico Mena Quintero2000-07-202-6/+83
* Added Turkish entriesFatih Demir2000-07-203-0/+9
* Updated itFatih Demir2000-07-201-1/+1
* Added the Turkish desktop entryFatih Demir2000-07-202-0/+7
* Added the Turkish desktop entriesFatih Demir2000-07-203-0/+11
* General cleanup working towards getting Actions->Expunge workingJeffrey Stedfast2000-07-203-96/+61
* add the 16 character versions so bsd killall will work.Chris Toshok2000-07-201-0/+5
* If the folder's message count is not the same as the number of summaries,Jeffrey Stedfast2000-07-202-9/+26
* What if message info is NULL?Jeffrey Stedfast2000-07-202-2/+6
* Updated russian translation.Valek Frob2000-07-202-222/+257
* lots of minor fixes to language. added desc. of clahey's coolAaron Weber2000-07-198-342/+486
* more translations.Vincent Renardias2000-07-191-39/+36
* small update.Vincent Renardias2000-07-191-35/+34
* Free the icalcomponent if this is an unattached alarm.Federico Mena Quintero2000-07-193-1/+181
* Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info):Jeffrey Stedfast2000-07-192-50/+115
* Added in imap_[g,s]et_message_user_flag() methodsJeffrey Stedfast2000-07-193-28/+45
* Sync - FedericoFederico Mena Quintero2000-07-192-2/+94
* Added "text/vCard" to the list of mime types we support.Christopher James Lahey2000-07-183-2/+11
* Added gui/minicard/e-minicard-control.c,Christopher James Lahey2000-07-1814-120/+260
* Altered category addition stuff, plus suggestions from Kevin.Aaron Weber2000-07-1810-426/+590
* New files for using a minicard as a widget or a bonobo control.Christopher James Lahey2000-07-189-0/+1218
* More docs - FedericoFederico Mena Quintero2000-07-184-8/+72
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-183-4/+21
* Docs docs docs - FedericoFederico Mena Quintero2000-07-186-84/+227
* 0.3.12Elliot Lee2000-07-181-2/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-3/+4
* oops, s/status/s in imap_sync()Jeffrey Stedfast2000-07-181-2/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-3/+3
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-6/+13
* Typo fix.Federico Mena Quintero2000-07-182-1/+3
* Added the doc/devel Makefiles. (EVOLUTION_DIR): Substitute EVOLUTION_DIRFederico Mena Quintero2000-07-186-2/+46
* New <book> toplevel for the Evolution Developer's Guide.Federico Mena Quintero2000-07-1840-0/+1430
* Fixed inline docs. (cal_client_new): Ditto.Federico Mena Quintero2000-07-182-4/+8
* *** empty log message ***Damon Chaplin2000-07-172-0/+695