aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uses the new TaskEditor dialog.Damon Chaplin2000-09-0613-594/+1300
* make sure we get the start_weekday since we need it for draw_days(). FixesDamon Chaplin2000-09-063-21/+31
* camel_mime_part_get_filename now deals with both Content-Disposition andDan Winship2000-09-064-23/+10
* kill a warningDan Winship2000-09-061-1/+1
* If a MIME part has no Content-Disposition, but does have a "name" on theDan Winship2000-09-062-4/+15
* care about response code. (get_HEAD_headers): same.Chris Toshok2000-09-0610-97/+304
* The exdate and rdate lists are a list of icaltimetypes, notJP Rosevear2000-09-063-18/+23
* Update for CamelObject and some other changesDan Winship2000-09-065-90/+69
* Grammar, links, screenshots.Aaron Weber2000-09-0614-0/+0
* Add a use-default-port option to the source editor ; bugfixesPeter Williams2000-09-064-47/+204
* Re-rename "Sent".Dan Winship2000-09-062-1/+3
* Cache provider, for caching a remote store locally. This is not done yet.Dan Winship2000-09-069-0/+1471
* Remove the "+ 90" here since it seems to break things for me, and it's notDan Winship2000-09-062-1/+7
* Append the exdate to the list AFTER we create the date value.JP Rosevear2000-09-062-3/+8
* Free the data, not the list element.JP Rosevear2000-09-062-1/+6
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-0613-265/+284
* only call camel_folder_get_message_info if the folder hasDan Winship2000-09-062-52/+48
* Replace mail_do_setup_draftbox, mail_do_setup_outbox, andDan Winship2000-09-064-148/+66
* Compute the event duration using the event start/end times, not theJP Rosevear2000-09-062-13/+18
* Check to see if r->enddate is (time_t)-1 and set to 0 if soJP Rosevear2000-09-062-0/+7
* Improve the Kerberos checks further (check for Sun kerb; check for sendauth p...Peter Williams2000-09-063-8/+34
* Add .cvsignorePeter Williams2000-09-061-0/+2
* Fix the accelerator for the "Format" menu so that it doesn't conflictEttore Perazzoli2000-09-062-1/+7
* New font translation code for utf-8, but commented out at momentLauris Kaplinski2000-09-055-72/+209
* Updated russian translation.Valek Frob2000-09-052-460/+421
* Updated Norwegian translation.Kjartan Maraas2000-09-042-288/+335
* Applied Jesse's patch that will append a signature to the replied messageJeffrey Stedfast2000-09-043-22/+36
* Applied Jesse's patch that sets the composer's sig_fileJeffrey Stedfast2000-09-042-25/+32
* Reversed my last change as it broke configure, how do I get it so that weJeffrey Stedfast2000-09-042-2/+7
* Reversed my last change, folders with spaces in the name breaks configureJeffrey Stedfast2000-09-042-1/+6
* Renamed default_user/local/Sentbox to default_user/local/Sent\ Mail asJeffrey Stedfast2000-09-042-1/+7
* Renamed Sentbox to Sent\ MailJeffrey Stedfast2000-09-044-1/+16
* Copy the passed in item before adding (mail_config_add_source): dittoJP Rosevear2000-09-033-20/+45
* Change the "Get Mail" toolbar button to become "Send & Receieve"Jeffrey Stedfast2000-09-037-41/+263
* Get the calendar conduits to compile.Ettore Perazzoli2000-09-033-4/+18
* Since POP3 doesn't implement get_message_info, we need to check for infoJeffrey Stedfast2000-09-032-40/+61
* Make the `Home' and `End' keys do the Right Thing. Remove circularEttore Perazzoli2000-09-035-24/+101
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-0224-43/+192
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-029-3/+33
* Attach a callback to the postpone signal (send_to_url): Same (mail_reply):Jeffrey Stedfast2000-09-025-26/+197
* This needs to return a const char * and not a char *, because we're notJeffrey Stedfast2000-09-024-66/+86
* free node_data. (removed_storage_cb): same. (new_storage_cb): don't freeChris Toshok2000-09-021-0/+9
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-024-97/+133
* Fixed a leak and a double unref.Christopher James Lahey2000-09-025-6/+6
* This needs to return a const char * and not a char *, because we're notJeffrey Stedfast2000-09-023-2/+8
* New convenience function to load the Outbox folderJeffrey Stedfast2000-09-024-14/+153
* free node_data. (removed_storage_cb): same. (new_storage_cb): don't freeChris Toshok2000-09-021-12/+8
* Add default_user/local/Sentbox/Makefile to the list of makefiles to outputJeffrey Stedfast2000-09-022-0/+6
* Removed some unused functions.Christopher James Lahey2000-09-022-45/+5
* Strdup path when setting the callback data.Christopher James Lahey2000-09-023-2/+7
* Added SentboxJeffrey Stedfast2000-09-024-0/+18
* Added coverage of news, clarified POP/IMAP distinction (there's a theme toAaron Weber2000-09-028-94/+272
* Update for new libical. Conduits should atleast compile again.JP Rosevear2000-09-024-12/+25
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-016-13/+55
* new test, a home grown 2 hour hack of a file browser. usesChris Toshok2000-09-016-1/+1374
* add signals/prototypes for e_tree_model_node_collapsed andChris Toshok2000-09-015-22/+139
* Updated Norwegian translation.Kjartan Maraas2000-09-012-804/+1011
* initialize delayed_selection = NULL;Chris Toshok2000-09-012-0/+5
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-0112-41/+84
* remove get_folder_name. (nntp_store_get_folder_name): remove.Chris Toshok2000-09-012-8/+6
* add delayed_selection to _EShellViewPrivate. (new_folder_cb): newChris Toshok2000-09-012-0/+59
* Get the conduit to compile on my system.Ettore Perazzoli2000-09-012-2/+9
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-017-107/+95
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-018-15/+1916
* use camel_remote_store_recv_line.Chris Toshok2000-09-016-219/+129
* make this a bit more robust. try to create an empty .newsrc file for theChris Toshok2000-09-015-37/+294
* Reimplemented. It should now work correctly for most possible VFolderJeffrey Stedfast2000-09-012-175/+333
* Kill off more old, dead filesJP Rosevear2000-09-0129-11872/+4
* This dir is not in 0.19JP Rosevear2000-09-019-213/+4
* This file is not in 0.19JP Rosevear2000-09-012-222/+4
* oopsJP Rosevear2000-09-011-0/+2
* Kill fileJP Rosevear2000-09-013-460/+4
* Don't list config.h in AC_OUTPUTJP Rosevear2000-09-012-1/+4
* Kill old fileJP Rosevear2000-09-016-562/+30
* Implement delete option (recurrence_toggled): Make an ugly hack to get theJP Rosevear2000-09-014-19/+95
* Event editor destroyed callback to do hash cleanupJP Rosevear2000-08-314-138/+217
* Install load-gnomecard-addressbook and load-pine-addressbook.Christopher James Lahey2000-08-312-1/+8
* Added regular expressions to glossary. Explanation should be removed fromAaron Weber2000-08-3112-446/+524
* Made the selection work when shift clicking on the first row of the table.Christopher James Lahey2000-08-313-14/+19
* Fix the tree example so that is doesn't show two sets of expand/unexpandRichard Hult2000-08-313-8/+20
* Added "quickref and pointers" sections. Props to O'Reilly for the copy ofAaron Weber2000-08-3110-116/+652
* Don't save any exceptions caused by camel_imap_folder_changedJeffrey Stedfast2000-08-313-10/+51
* (write_to_stream): Rearrange the logic so it always does charsetMichael Zucci2000-08-312-12/+22
* #define gnome_font_lookup_default for gnome-print 0.20Lauris Kaplinski2000-08-313-1/+4
* (write_to_stream): Fix some warnings/use the right constructor,Michael Zucci2000-08-312-2/+5
* Use the proper type checking function to check for text types.Not Zed2000-08-312-1/+19
* Make the HTML widget grab the focus in the mail view window so thatEttore Perazzoli2000-08-312-0/+6
* (append_latin1): Do an additional mask for account for c'sMichael Zucci2000-08-312-1/+3
* New function - even though its broken, we'll assume mailers send latin1Not Zed2000-08-312-2/+32
* New base class for Cells. Convert everything to access the elements thatJody Goldberg2000-08-312-0/+4
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-3110-59/+98
* Do not flicker while trying to resize a quantized pane.Federico Mena Quintero2000-08-313-6/+33
* Rewrote to ignore strings that look like server responses until it is sureJeffrey Stedfast2000-08-313-12/+69
* Ensure that the child's allocation height is >= 1.Federico Mena Quintero2000-08-316-9/+41
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-316-134/+452
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-319-517/+1315
* Updated.Damon Chaplin2000-08-316-476/+2151
* Typo fixPeter Williams2000-08-311-1/+1
* Robustify the kerberos checksPeter Williams2000-08-312-17/+52
* Add a name to the minicard viewer.Dan Winship2000-08-314-0/+11
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-3110-137/+130
* General cleanup / moving stuff around to make things easier to follow.Jeffrey Stedfast2000-08-312-41/+61
* make e-util depend on libunicodeDan Winship2000-08-304-2/+13
* Oops, set the dtstart/dtend on the component before adding it.Federico Mena Quintero2000-08-302-15/+28
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-302-21/+27
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-302-34/+50
* Oops, commit changelogJP Rosevear2000-08-301-0/+6
* Actually add the comp_instance struct to the instances list. We now appearJP Rosevear2000-08-301-2/+4
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-305-193/+235
* Removed old code that will never be needed againJeffrey Stedfast2000-08-304-212/+102
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-3011-1053/+413
* Fixing a spurious unref, or creating a circular reference? You decide.Peter Williams2000-08-302-0/+12
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-3020-902/+1216
* Update this and related functions to no longer take a From address. (TheDan Winship2000-08-304-41/+26
* decruftDan Winship2000-08-303-39/+10
* remove USING_OAF referenceDan Winship2000-08-301-5/+1
* Remove USING_OAF checksDan Winship2000-08-3013-214/+32
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-305-21/+88
* Use event_editor_set_event_objectJP Rosevear2000-08-305-8/+24
* Updated Swedish translationAndreas Hydén2000-08-292-700/+747
* Updated russian translation.Valek Frob2000-08-292-183/+223
* Strip off newlines when setting the messages in the statusbar, so thatEttore Perazzoli2000-08-292-3/+22
* These are not UTC timesJP Rosevear2000-08-292-2/+7
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-293-165/+167
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-2914-45/+86
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-297-47/+31
* Remove the icalcomponent from the toplevel calendar here.Federico Mena Quintero2000-08-292-21/+38
* Add new news stores as well as mail sourcesPeter Williams2000-08-292-0/+11
* Use the right argument name to turn on grid lines.Christopher James Lahey2000-08-292-6/+12
* Make printing of groups work better and make them print headers.Christopher James Lahey2000-08-295-76/+275
* Always request to import the HTML version if at all possible so that weJeffrey Stedfast2000-08-293-5/+9
* Set the "From" address in the CamelMimeMessage. Also updated to useJeffrey Stedfast2000-08-294-45/+74
* Free the from address when we're done with it. Also,Jeffrey Stedfast2000-08-292-12/+16
* Add/fix .cvsignores.Ettore Perazzoli2000-08-282-0/+13
* Remove a ton of (hopefully harmless) warnings from the ETable code.Ettore Perazzoli2000-08-287-12/+46
* Make the shell start up components through a OAF query forEttore Perazzoli2000-08-283-13/+96
* Updated Japanese translation.Akira Tagoh2000-08-282-746/+1671
* Free()ing memory allocated through alloca() is Not A Good Thing.Ettore Perazzoli2000-08-282-1/+5
* update with emailed patch...Vincent Renardias2000-08-281-718/+791
* Add more user-friendly progress messages from the friendly folks at Helix Cod...Peter Williams2000-08-283-3/+27
* Display the number of messages downloaded starting from one instead ofEttore Perazzoli2000-08-283-16/+49
* Goodbye, GDK_THREADS!Peter Williams2000-08-2811-102/+31
* Added pt to ALL_LINGUASJesus Bravo Alvarez2000-08-282-1/+5
* Initiliaze tzid to null, only set recurrence rules and exception dates ifJP Rosevear2000-08-282-35/+44
* Fix to prevent possible buffer overflows and a logic fix.Jeffrey Stedfast2000-08-282-5/+5
* Fix to prevent possible buffer overflowsJeffrey Stedfast2000-08-282-34/+42
* Write out the calendar object (cal_backend_file_update_object): Remove/addJP Rosevear2000-08-282-9/+59
* New crypto function to clearsign plaintextJeffrey Stedfast2000-08-283-8/+140
* Added bonobo menu handler for mark_all_deleted function.Ariel Rios2000-08-284-0/+28
* added italian translationChristopher R. Gabriel2000-08-281-0/+2
* Updated French translationjfell2000-08-272-1203/+2500
* Updated russian translation.Valek Frob2000-08-272-101/+98
* builddir != srcdir fixes.Ettore Perazzoli2000-08-273-2/+9
* Change the way the message view window's size is set up so that theEttore Perazzoli2000-08-272-1/+8
* Use `g_free()' instead of `free()' in the `header_decode_text()'Ettore Perazzoli2000-08-272-1/+6
* Updated Galician translationJesus Bravo Alvarez2000-08-262-793/+2207
* Got rid of some warnings.Christopher James Lahey2000-08-264-4/+12
* Fixed an incorrect struct name.Christopher James Lahey2000-08-262-2/+6
* Fixed an uninitialized variable.Christopher James Lahey2000-08-262-1/+5
* Added some g_return_if_fails and g_return_val_if_fails.Christopher James Lahey2000-08-2610-31/+122
* Remove add addressbook/demo files from this.Christopher James Lahey2000-08-262-2/+4
* Comment out minicard-view-test since its gnorba dependentJP Rosevear2000-08-263-36/+41
* Die gnorba die.JP Rosevear2000-08-266-45/+13
* demo/* Removed the demo directory since it's no longer used.Christopher James Lahey2000-08-2613-1845/+4
* Remove gnorba stuffJP Rosevear2000-08-264-34/+6
* KillJP Rosevear2000-08-263-30/+7
* KillJP Rosevear2000-08-263-33/+8
* Remove gnorba stuffJP Rosevear2000-08-269-72/+14
* Remove gnorba related codeJP Rosevear2000-08-263-83/+5
* Remove gnorba related codeJP Rosevear2000-08-262-8/+7
* Require oafized bonoboJP Rosevear2000-08-262-41/+35
* Uncomment debug code.JP Rosevear2000-08-263-5/+36
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-265-399/+329
* Add -export-dynamic so libglade will be able to resolve custom widgetDan Winship2000-08-262-1/+7
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-2613-1/+67
* Don't attempt to free this if its null (calendar_model_duplicate_value):JP Rosevear2000-08-264-17/+43
* Ref a few things that need it. Avoid triggering some assertions.Peter Williams2000-08-264-4/+23
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-262-3/+4
* Updated russian translation.Valek Frob2000-08-262-614/+689
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-262-7/+38
* Implemented PGP 2.x encryption. We only need to get the passphrase if weJeffrey Stedfast2000-08-262-17/+65
* Compile fix for libicalPeter Williams2000-08-252-2/+8
* Redid filter and vFolder assistant descriptions.Aaron Weber2000-08-2510-266/+1282
* More UTF-8 handlingLauris Kaplinski2000-08-2520-66/+186
* Properly append to listJP Rosevear2000-08-255-18/+18
* Remove this duplicate file to fix buildJP Rosevear2000-08-253-39/+6
* Baby seal eyes are good with soy sauce! - FedericoFederico Mena Quintero2000-08-253-4/+8
* Fixety fix - FedericoFederico Mena Quintero2000-08-252-2/+6
* Fix an off by one error that was causing crashes.Christopher James Lahey2000-08-253-2/+8
* Set default values for all of the signal emissions.Christopher James Lahey2000-08-253-6/+10
* Check for selection->selection being NULL inChristopher James Lahey2000-08-253-0/+11
* Update for libical 0.19JP Rosevear2000-08-258-35/+39
* More import tidying.JP Rosevear2000-08-254-618/+7
* Pay attention to the return value from the click signal.Christopher James Lahey2000-08-253-4/+21
* Remove the executive summary stuff from the AC_OUTPUT list, as it doesEttore Perazzoli2000-08-251-1/+0
* Added a click signal which gets sent if the user hits the left or middleChristopher James Lahey2000-08-2517-1/+187
* Forgot to commit thisChris Lahey2000-08-252-4/+4
* Sync the right-click menu with the main menu for modifying messagesPeter Williams2000-08-254-6/+55
* Fix minor conflicts.JP Rosevear2000-08-2553-3742/+5026
* Start adding progress info; make flag_all_messages camel-safe; make the no ne...Peter Williams2000-08-255-8/+70
* Added g_return_if_fails.Christopher James Lahey2000-08-255-6/+272
* Initial revisionJP Rosevear2000-08-2546-0/+15040
* Added infrastructure for setting the justification of columns. Still needChristopher James Lahey2000-08-2517-22/+116
* Fixed some warnings.Christopher James Lahey2000-08-258-1/+34
* Fixed some warnings in the uihandler code.Christopher James Lahey2000-08-252-7/+12
* Do not alloc the struct icaltimetype but point to one on the stack. MoreJP Rosevear2000-08-252-4/+10
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-255-41/+60
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-2519-227/+518
* Ahem. If you add dependencies on libraries, make sure things still build.Federico Mena Quintero2000-08-242-6/+11
* Do not alloc the struct icaltimetype but point to one on the stack. MoreFederico Mena Quintero2000-08-242-2/+11
* Remove owner fieldJP Rosevear2000-08-244-82/+25
* Handle summary field (calendar_model_value_is_empty): dittoJP Rosevear2000-08-242-0/+12
* Remove unused file.Ettore Perazzoli2000-08-241-87/+0
* Don't crash if a component cannot be activated.Ettore Perazzoli2000-08-242-4/+12
* Message Composer File and Edit menus.Aaron Weber2000-08-244-4/+386
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-2418-22/+163
* And here too.Not Zed2000-08-243-0/+13
* Remove status barJP Rosevear2000-08-244-14/+13
* Fixed a bug in e_table_subset_variable_increment that causes problems withChristopher James Lahey2000-08-243-4/+11
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-248-19/+38
* Constify.Federico Mena Quintero2000-08-243-2/+6
* Set seltime.tm_isdst to -1, not daylight, because the current dst value isDan Winship2000-08-242-2/+7
* Set vtype of new CalComponent (e_week_view_on_new_appointment): dittoJP Rosevear2000-08-243-1/+12
* Reformat a bit, make "Folder" appear before "Message", fill in the MessageDan Winship2000-08-242-102/+132
* Include gnome.h for gettext purposesJP Rosevear2000-08-245-3/+17
* Updated Swedish translation.Richard Hult2000-08-242-813/+2321
* Updated function. (e_calendar_table_open_task): Updated function.Federico Mena Quintero2000-08-243-95/+51
* put commas between addresses.Dan Winship2000-08-242-0/+7
* Fix a deadlock upon checking mail due to new camel_service semantics.Peter Williams2000-08-242-5/+11
* Fix this to not mess up if the person passes a VCard with a carriageChristopher James Lahey2000-08-233-1/+10
* Link with filter library.Michael Zucci2000-08-231-2/+3
* Missing commit, changes for search gui to link.Michael Zucci2000-08-231-0/+7
* Fixed fullname->full_name for search field.Not Zed2000-08-235-13/+107
* Added editor sections.Aaron Weber2000-08-234-2/+58
* Included Menu Reference Appendix.Aaron Weber2000-08-2310-224/+1566
* Added missing e-unicode.h and e-unicode.cLauris Kaplinski2000-08-234-0/+372
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-238-60/+160
* remove tree-expanded.xpm and tree-unexpanded.xpm.Chris Toshok2000-08-238-101/+18
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-238-9/+88
* Started adding a time zone field to ECard.Christopher James Lahey2000-08-236-0/+19
* use BODY.PEEK, not BODY, so we don't set the message \Seen.Dan Winship2000-08-232-1/+7
* Fixed a small warning.Christopher James Lahey2000-08-232-3/+7
* Capitalization change.Ettore Perazzoli2000-08-231-1/+1
* Updated dependency list.Christopher James Lahey2000-08-232-3/+6
* ChangeLog updates.Peter Williams2000-08-232-0/+40
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-2316-142/+278
* Fix an infinite loop in the message threading with empty containers.Peter Williams2000-08-222-1/+26
* Use byte, not character based UTF-8 syntax in e-textLauris Kaplinski2000-08-225-246/+258
* various small build fixesLarry Liimatainen2000-08-221-21/+21
* Linked in the search dialog again. It looks like some changes in the shellChristopher James Lahey2000-08-222-3/+15