aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_0_1nobody2000-06-03117-24073/+0
* Released Evolution 0.1.Christopher James Lahey2000-06-032-1/+5
* Jeffrey Stedfast <fejj@helixcode.com>Jeffrey Stedfast2000-06-032-10/+15
* Made phone/email/address labels change correctly again.Christopher James Lahey2000-06-033-6/+11
* added new notebook page to the prividers config dialog for slecting text/plai...Jeffrey Stedfast2000-06-032-0/+71
* changed "Using the Shell" to "Getting Started"Jeffrey Stedfast2000-06-032-1/+5
* Added pt_BR translations.Jorge Godoy2000-06-031-0/+1047
* If the date in the summary is 0, output "?".Dan Winship2000-06-032-0/+6
* Reverted removal of e_setup_base_dir.Christopher James Lahey2000-06-032-0/+5
* Made evolution-addressbook shut down when the shell is done with it.Christopher James Lahey2000-06-032-2/+24
* Added the ability to save plain text mail.Christopher James Lahey2000-06-032-25/+79
* Don't ref the services in the cache.Christopher James Lahey2000-06-032-9/+4
* moved some debug print statements to better locationsJeffrey Stedfast2000-06-032-20/+28
* Added Portuguese translationJesus Bravo Alvarez2000-06-034-1/+540
* keep a GList of folder browsers created (owner_unset_cb): Go through theDan Winship2000-06-032-0/+22
* Use camel_service_connect, not connect_with_url, since we already passedDan Winship2000-06-032-2/+7
* If we get a funny result, just throw it out. Basically a fix for the oneNot Zed2000-06-035-10/+149
* Update dependencies. Rewrite the GOAD vs OAF thing som more to reflectDan Winship2000-06-032-21/+51
* Use camel_folder_free_summary instead of g_ptr_array_free. Unref theChristopher James Lahey2000-06-032-4/+11
* Ref and unref objects in the service cache properly.Christopher James Lahey2000-06-033-3/+19
* Free the exception and the priv struct.Christopher James Lahey2000-06-022-0/+8
* Fixed the multiple copies of rows in ETable bug.Christopher James Lahey2000-06-023-2/+7
* Free the uri variable.Christopher James Lahey2000-06-023-0/+10
* Free the finish data.Christopher James Lahey2000-06-022-0/+21
* Free all the item data.Christopher James Lahey2000-06-022-0/+13
* Implemented. (toolbar): Added an icon for the Save and Close command.Federico Mena Quintero2000-06-022-18/+74
* Fun with purify.Dan Winship2000-06-025-0/+27
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-028-284/+307
* Revert removal of e_setup_base_dir.Christopher James Lahey2000-06-022-0/+5
* Made double click only work on the first button.Christopher James Lahey2000-06-025-2/+9
* Fixed EXTRA_DIST.Christopher James Lahey2000-06-022-1/+9
* Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-024-25/+74
* Connect to ETable's key_press signal. (etable_key): scroll mail onDan Winship2000-06-022-3/+43
* spelling changes in commenst!Jeffrey Stedfast2000-06-021-1/+1
* Made sent column as wide as from column.Christopher James Lahey2000-06-022-1/+5
* source editor now fills in fieldsJeffrey Stedfast2000-06-022-0/+13
* was using the wrong clist row variable in the callbacks for the sources clistJeffrey Stedfast2000-06-022-2/+9
* two more pastosDan Winship2000-06-025-4/+9
* Fixed e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-023-2/+6
* Copy and paste error.Christopher James Lahey2000-06-025-22/+14
* Added e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-025-0/+54
* Added a "key_press" signal.Christopher James Lahey2000-06-0217-6/+194
* Add a date column. (COL_SENT_WIDTH_MIN): Make this wider. (ml_value_at):Dan Winship2000-06-023-16/+53
* Make the close button on the shell view exit Evolution cleanly. Not aEttore Perazzoli2000-06-022-2/+24
* Duh! -1 != 1. :)Dan Winship2000-06-023-2/+6
* Don't call e_setup_base_dir.Christopher James Lahey2000-06-022-1/+4
* Don't call e_setup_base_dir.Christopher James Lahey2000-06-022-1/+4
* Remove an offending *.Dan Winship2000-06-023-2/+6
* Made the sort when inserting a signal row be syncronous.Christopher James Lahey2000-06-023-10/+93
* Fix forwarding to work for people other than me. :) [Although apparentlyDan Winship2000-06-022-1/+5
* Added "text_filter" argument that takes a const void * and returns anChristopher James Lahey2000-06-025-49/+92
* Add a quick hack to move the selection down a row when you delete aDan Winship2000-06-022-1/+13
* Accidental commit fix.Chris Lahey2000-06-022-6/+18
* Copy and paste error.Christopher James Lahey2000-06-027-8/+46
* use <blockquote> rather than <center><table border=1 width=95%> to frameDan Winship2000-06-022-3/+11
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-0215-8/+130
* Added a g_return_if_fail check.Christopher James Lahey2000-06-022-0/+7
* Turn off the grid in our ETable.Christopher James Lahey2000-06-022-0/+6
* Change of plans. The toplevel GnomeApp is now generated with Glade insteadFederico Mena Quintero2000-06-026-1539/+1572
* New menu callback to launch the help browser. (menu_help): add pointers toDan Winship2000-06-022-3/+45
* identity and source clists are now filled in as well as the transport noteboo...Jeffrey Stedfast2000-06-022-10/+87
* build and install docsDan Winship2000-06-0213-3/+144
* improved filter instructions, vFolder instructions. still need workAaron Weber2000-06-0220-72/+438
* Oops. This needs to take a message argument because we might be writingDan Winship2000-06-022-9/+16
* return TRUE if opening a contact editor so that we don't get a "newChristopher James Lahey2000-06-0211-28/+420
* fixed a segfault in service_acceptable()Jeffrey Stedfast2000-06-022-7/+12
* Fixes Bug 192.Not Zed2000-06-025-6/+39
* fix my email addressDan Winship2000-06-022-2/+2
* Search for ad in arg->values instead of text since it's a list ofChristopher James Lahey2000-06-022-1/+8
* g_return_val_if_fail to prevent a crash.Christopher James Lahey2000-06-022-0/+6
* Finished the configuration dialogs and renamed some Tools/ menu itemsJeffrey Stedfast2000-06-023-9/+18
* Updated russian translation.Valek Frob2000-06-022-104/+122
* Set up gettext. (Problem noted by Héctor García Alvarez)Dan Winship2000-06-012-0/+9
* Use stock Cancel buttons in the addressbook dialogs.Ettore Perazzoli2000-06-012-3/+12
* Remove more cruft.Ettore Perazzoli2000-06-012-134/+0
* Remove cruft.Ettore Perazzoli2000-06-014-663/+0
* 5 more pixels in the default width to make the welcome message happy.Ettore Perazzoli2000-06-012-1/+5
* Remove the blockquote tags around the welcome message so that it fitsEttore Perazzoli2000-06-012-7/+8
* Make the mail folder browser use EScrollFrame for a nicer look.Ettore Perazzoli2000-06-014-12/+27
* Reduce the size of the window by a bit and add some padding to makeEttore Perazzoli2000-06-012-2/+11
* Imported GtkScrollFrame from EOG and renamed it to EScrollFrame.Federico Mena Quintero2000-06-014-0/+1320
* Added accelerators for the remaining items.Miguel de Icaza2000-06-015-534/+319
* Make the tree view slightly larger and hidden by default. Also, setEttore Perazzoli2000-06-013-2/+16
* Quit when the shell exits. This is a kludge, but a pretty necessary oneDan Winship2000-06-012-1/+16
* Closer to having a working configuration dialog working, source configuration...Jeffrey Stedfast2000-06-012-11/+188
* Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-012-2/+16
* Fix up memory management of x-evolution-data URLs so the URLs and/or theirDan Winship2000-06-013-32/+39
* Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-014-6/+35
* Implemented right-click menus for the shell's shortcut bar (the userEttore Perazzoli2000-06-019-38/+375
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-0114-1830/+504
* config dialog will now allow identities to be added, edited and deletedJeffrey Stedfast2000-06-012-47/+282
* added test-recur test program.Damon Chaplin2000-06-016-347/+1879
* Initialize the "urls" hash table stored on the message and store cid andDan Winship2000-06-013-125/+197
* Add missing #include "Evolution.h".Ettore Perazzoli2000-06-012-0/+6
* Redo this back to the old way: a single GtkHTML with various things inlineDan Winship2000-05-315-384/+354
* Don't hide the EPaned handle if the requisition of either of theEttore Perazzoli2000-05-313-4/+8
* Initialize the toggle items in the View menu when creating them, soEttore Perazzoli2000-05-314-22/+68
* New files for card list.Christopher James Lahey2000-05-313-0/+277
* Create the UI handler after we have constructed the parent GnomeApp.Federico Mena Quintero2000-05-312-12/+218
* Fixed the buglet that caused unwanted bogus drag & drop operations toEttore Perazzoli2000-05-312-4/+31
* And here too.Not Zed2000-05-313-0/+34
* Eeek! Declare the "owner_unset" signal correctly.Ettore Perazzoli2000-05-312-1/+4
* Increase the size of the folder title bar slightly to make it nicer.Ettore Perazzoli2000-05-312-0/+7
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-3111-95/+407
* Removed merge cruft.Michael Zucci2000-05-311-1/+0
* Properly encode the search string.Not Zed2000-05-312-2/+7
* Utility function to build a bool as part of an expression string.Not Zed2000-05-313-0/+52
* Implemented the Transport section of the configuration dialog windowJeffrey Stedfast2000-05-313-44/+143
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-3110-18/+163
* Translations from KeldKenneth Christiansen2000-05-311-9/+13
* oops. use the seen and unseen icons to represent the right things. :)Dan Winship2000-05-311-2/+2
* use the "new" tigert pixmaps rather than the older ones. Includes aDan Winship2000-05-312-27/+27
* copy this over from mail/pixmapsDan Winship2000-05-312-0/+22
* call e_table_model_row_changed, not e_table_model_changed so we do lessDan Winship2000-05-312-3/+40
* Added bold for unread messages.Christopher James Lahey2000-05-313-7/+23
* Added bold column's to ECellText.Christopher James Lahey2000-05-315-88/+296
* Make sure that the cursor is always shown when the selection changes.Christopher James Lahey2000-05-313-4/+59
* Added e_canvas_item_show_area which makes sure that a particular area of aChristopher James Lahey2000-05-315-0/+70
* commit'd changelog :)Jeffrey Stedfast2000-05-311-0/+17
* started to add a camel provider configuration toolJeffrey Stedfast2000-05-314-6/+419
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-315-51/+196
* Made the alphabet buttons not focusable.Christopher James Lahey2000-05-317-56/+26
* Added a bit of space around the alphabet bar.Christopher James Lahey2000-05-313-4/+11
* Added alphabet.glade and alphabet.glade.h.Christopher James Lahey2000-05-3115-13/+1057
* Added BONOBO_GNOME_CFLAGS to CPPFLAGS.Christopher James Lahey2000-05-302-1/+6
* Made double clicking create a new card. Set the empty message.Christopher James Lahey2000-05-3015-158/+563
* Flush - FedericoFederico Mena Quintero2000-05-3016-941/+915
* Added "sequence_complete" signal.Christopher James Lahey2000-05-3012-9/+138
* Switched to using "cursor_change" signal instead of "row_selection" forChristopher James Lahey2000-05-302-17/+45
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-3027-218/+808
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-3010-129/+1011
* incorporated kevins notes. incorporated kevins notes.Aaron Weber2000-05-306-118/+168
* diff -r1.206 ChangeLogMichael Zucci2000-05-304-3/+18
* Fix wrong order of the key/value parameters in the call toEttore Perazzoli2000-05-302-1/+6
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-304-4/+26
* > (message_changed): Track changes to the source message in theMichael Zucci2000-05-302-4/+68
* Translations from KeldKenneth Christiansen2000-05-301-30/+34
* Hardcode the vfolder source to just the inbox (so at least it returnsNot Zed2000-05-304-4/+38
* Check the searched folder is open before trying to search it.Not Zed2000-05-302-0/+17
* add a "format" argument so we can fetch different kinds of text.Dan Winship2000-05-302-27/+86
* Fix up some glib precondition stuff. Try to set the URL inDan Winship2000-05-302-15/+20
* Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.Martin Baulig2000-05-293-14/+5
* If `USE_GNOME_2_MACROS' is set, use the GNOME 2.0 macros from theMartin Baulig2000-05-292-1/+11
* Install macros to `$(datadir)/aclocal/gnome-macros' whenMartin Baulig2000-05-294-3/+19
* TypoRoss Golder2000-05-291-1/+1
* Fixed setting of arguments.Christopher James Lahey2000-05-293-6/+10
* helper function since we need to set "modal" on the dialogs returned byDan Winship2000-05-292-14/+95
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-299-3/+39
* Updated tr.po for evolutionFatih Demir2000-05-292-296/+164
* (connect_to_server): Remove port number from error message sinceDan Winship2000-05-292-4/+5
* #include <errno.h>Dan Winship2000-05-292-0/+5
* Split apart password and APOP auth, since some servers seem to do both,Dan Winship2000-05-293-123/+161
* Remove extra free of evolution_directory.Dan Winship2000-05-292-2/+4
* Use `foo@bar' rather than `"" <foo@bar>' for email addresses with no nameDan Winship2000-05-292-2/+8
* Use `foo@bar' rather than `<foo@bar>' for recipient with no name.Dan Winship2000-05-292-6/+15
* Updated russian translation.Valek Frob2000-05-292-15/+23
* don't put up an error message if the user cancels the password dialog.Dan Winship2000-05-292-1/+7
* Make EvolutionStorage use the correct name when registering itself.Ettore Perazzoli2000-05-292-1/+6
* Remove storage test code that I committed by accident.Ettore Perazzoli2000-05-282-5/+7
* Added a missing smtp-related file to the dist.Ross Golder2000-05-281-0/+1
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-287-14/+245
* New file - lists rules appropriate for vfolders (no actions, etc).Not Zed2000-05-285-30/+133
* Added double click to open contact editor.Christopher James Lahey2000-05-286-0/+105
* Added double click handling.Christopher James Lahey2000-05-2817-12/+208
* Added a COL_DELETED and made it the strikeout column for both textChristopher James Lahey2000-05-283-4/+24
* added Kevin Breit to author and copyright.Aaron Weber2000-05-2814-412/+540
* Translations from KeldKenneth Christiansen2000-05-281-12/+5
* Various improvements:Dan Winship2000-05-282-74/+290
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-285-152/+272
* Moved over from event-editor-utils.c. (e_dialog_editable_get): Likewise.Federico Mena Quintero2000-05-283-13/+274
* Fix 'make dist' errors.Ross Golder2000-05-2819-2000/+5504
* Added spec file for 'rpm -tb evolution-x.y.tar.gz' ability.Ross Golder2000-05-283-1/+130
* Added my name to the about boxJeffrey Stedfast2000-05-281-0/+1
* Updated russian translation.Valek Frob2000-05-272-138/+146
* Fix a bug (security/stability) in its usage of mail_html_write.Dan Winship2000-05-272-1/+4
* Updated Norwegian translation.Kjartan Maraas2000-05-272-82/+86
* + * e-shell-view-menu.c (command_about_box): Make authorlist moreMatthew Loper2000-05-272-8/+38
* Added "strikeout_column" argument.Christopher James Lahey2000-05-275-4/+154
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-2715-80/+408
* new file new file New directory, for figure graphics.Aaron Weber2000-05-2724-320/+1320
* set CAMEL_MESSAGE_ANSWERED on a message after a successful reply.Dan Winship2000-05-273-10/+35
* routine to read the user's signature file. (set_editor_text): If the userDan Winship2000-05-262-1/+75
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-2619-275/+1137
* Update for CamelMultipart changes.Dan Winship2000-05-262-0/+4
* Don't set a default boundary. Require the caller to do that.Dan Winship2000-05-263-5/+37
* Update for PersistStream changesDan Winship2000-05-262-2/+10
* Update for PersistStream changesDan Winship2000-05-262-2/+7
* Put the main notebook directly under a simple GtkWindow. We are going toFederico Mena Quintero2000-05-265-1545/+1941
* Added Spanish to configure.inHector Garcia2000-05-263-298/+750
* updated changelog to reflect changes I made in providers/imapJeffrey Stedfast2000-05-261-0/+11
* Added initial code to camel-imap-folder.cJeffrey Stedfast2000-05-261-0/+636
* Updated several imap source filesJeffrey Stedfast2000-05-262-18/+8
* Use camel_data_wrapper_new instead of camel_simple_data_wrapper_new.Not Zed2000-05-262-1/+6
* Replace simple data wrapper here too, oops.NotZed2000-05-262-1/+5
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-267-216/+91
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-267-8/+23
* Made dragging columns work.Christopher James Lahey2000-05-263-54/+58
* Removed some columns.Christopher James Lahey2000-05-262-4/+4
* Do not initialize libglade twice.Federico Mena Quintero2000-05-267-26/+217
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-266-5/+1428
* From shell/ChangeLog:Christopher James Lahey2000-05-264-1/+14
* Fixed a bug where we were resizing a non-existent window.Christopher James Lahey2000-05-253-10/+17
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-2559-181/+2813
* Made the handlebar disappear if either side is empty, hidden, or requestsChristopher James Lahey2000-05-255-97/+193
* connect to and disconnect from the transport.Dan Winship2000-05-252-3/+13
* Removed.Christopher James Lahey2000-05-253-272/+4
* Was using the wrong include here.Christopher James Lahey2000-05-253-1/+9
* Re-add camel-simple-data-wrapper.h, which was removed for some reason.Dan Winship2000-05-252-0/+6
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-05-252-0/+5
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-254-0/+235
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-2525-36/+1771
* Fixes to make the SMTP transport thread-safeEDT 2000 Jeffrey Stedfast2000-05-253-18/+45
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-05-241-144/+178
* Switched printing and gui.Christopher James Lahey2000-05-2415-169/+301
* Fixed the remove column callback.Christopher James Lahey2000-05-243-2/+8
* Added debug fprintfs, tested with a few messages (smtp_data): Fixed to useEDT 2000 Jeffrey Stedfast2000-05-245-63/+105
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-2428-4213/+1881
* Added right click menus to the table header items.Christopher James Lahey2000-05-245-38/+371
* Fixed some memory leaks.Christopher James Lahey2000-05-242-0/+6
* Added e-contact-editor-save-as.c and e-contact-editor-save-as.h.Christopher James Lahey2000-05-239-2/+274
* Added e_write_file.Christopher James Lahey2000-05-235-0/+58
* Shut up.Ettore Perazzoli2000-05-231-0/+7
* Updated.Ettore Perazzoli2000-05-231-4/+0
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-2325-487/+1046
* Updated Norwegian translation.Kjartan Maraas2000-05-232-84/+88
* Make scrollbar arrow buttons work.Christopher James Lahey2000-05-233-0/+12
* stuffJeffrey Stedfast2000-05-234-24/+101
* stuffJeffrey Stedfast2000-05-231-2/+2
* stuff dudeJeffrey Stedfast2000-05-232-6/+4
* junkJeffrey Stedfast2000-05-231-2/+2
* changelogJeffrey Stedfast2000-05-231-0/+5
* more stuffJeffrey Stedfast2000-05-231-7/+10
* changelogJeffrey Stedfast2000-05-231-0/+2
* stuffJeffrey Stedfast2000-05-232-3/+4
* I said stuff, dudeJeffrey Stedfast2000-05-232-0/+5
* dude, just stuffJeffrey Stedfast2000-05-236-88/+113
* Updated Swedish translationAndreas Hydén2000-05-232-76/+104
* added camel-mime-filter-smtp.[c,h] and made mods to camel-mime-filter-from.cJeffrey Stedfast2000-05-234-16/+364
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-05-233-8/+994
* Fixed my mess-up, sorry about that.Julian Missig2000-05-225-11/+62
* Argh. I didn't mean for that to go in the repository, could've sworn I had th...Julian Missig2000-05-221-21/+0
* Added gnomemm.m4 for proper gnomemm checkingJulian Missig2000-05-221-0/+21
* Gabber now has *working* i18n!Julian Missig2000-05-225-62/+11
* Added Norwegian translationKjartan Maraas2000-05-224-0/+8
* Update from Akira TAGOH.Yukihiro Nakai2000-05-222-87/+91
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-2114-34/+69
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-2013-125/+1623
* Fixes for stream stuff.NotZed2000-05-203-18/+16
* > searchpart = strchr(namepart, '?');NotZed2000-05-2030-485/+562
* New files with utilities for hooking up widgets in Glade-generatedFederico Mena Quintero2000-05-204-22/+362