| Commit message (Expand) | Author | Age | Files | Lines |
* | Marked a string for translation. Also add the neccesary includes to make | Kjartan Maraas | 2001-07-09 | 2 | -1/+5 |
* | Changed the title of this dialog. Fixes bug #2656. | Christopher James Lahey | 2001-07-09 | 1 | -1/+5 |
* | Marked a string for translation. | Kjartan Maraas | 2001-07-09 | 2 | -1/+6 |
* | Added #include <config.h> to get translations working. | Kjartan Maraas | 2001-07-09 | 2 | -0/+9 |
* | openssl_table is gone. we now store/get the stream from the SSL_CTX's | Chris Toshok | 2001-07-09 | 2 | -46/+39 |
* | Updated Swedish translation. | Christian Rose | 2001-07-09 | 2 | -50/+255 |
* | Added my-evolution/my-evolution.glade | Chyla Zbigniew | 2001-07-08 | 2 | -6/+8 |
* | Updated Spanish translation. | Hector Garcia | 2001-07-08 | 2 | -1529/+3247 |
* | Added: addressbook/gui/contact-list-editor/contact-list-editor.glade | Chyla Zbigniew | 2001-07-08 | 2 | -0/+16 |
* | Check for new_uid != NULL here before strcmping. | Christopher James Lahey | 2001-07-08 | 2 | -1/+6 |
* | Destroy the tooltip if we're the owner when we're destroyed. Also, keep a | Christopher James Lahey | 2001-07-08 | 3 | -1/+24 |
* | Only install the segv_redirect handler if SEGV's handler is not currently | Dan Winship | 2001-07-07 | 2 | -7/+16 |
* | New iconz! Yowza. For the menus. /tigert | Tuomas Kuosmanen | 2001-07-07 | 4 | -0/+6 |
* | Updated Swedish translation. | Christian Rose | 2001-07-07 | 2 | -140/+146 |
* | Updated Turkish translation. | Fatih Demir | 2001-07-07 | 2 | -3198/+5074 |
* | CVS is unhappy this evening. My commit keeps dying in the middle. | Jon Trowbridge | 2001-07-07 | 9 | -145/+106 |
* | Detect the embedded EDestination XML, and convert it to a nice-looking | Jon Trowbridge | 2001-07-07 | 10 | -374/+922 |
* | Made this handle being given a row that's outside the range better. | Christopher James Lahey | 2001-07-07 | 2 | -4/+14 |
* | Make sure that our destination string (dest_str) is not the empty string | Jon Trowbridge | 2001-07-07 | 2 | -1/+7 |
* | Removed old CVS conflict marker. | Jon Trowbridge | 2001-07-07 | 1 | -1/+0 |
* | Added checks for if row is outside of the appropriate range. | Christopher James Lahey | 2001-07-07 | 1 | -0/+4 |
* | Set new_value = value here to fix a warning. | Christopher James Lahey | 2001-07-07 | 1 | -0/+1 |
* | Changed this to match the changed signal on the ETableConfig object. Fixes | Christopher James Lahey | 2001-07-07 | 1 | -1/+5 |
* | Added a "state" argument to allow you to get the state out of the config | Christopher James Lahey | 2001-07-07 | 1 | -1/+25 |
* | (autosave_manager_query_load_orphans): remove zero length orphans so that | Larry Ewing | 2001-07-07 | 2 | -2/+6 |
* | [Fix bug #1100, default account is stored strangely] | Jason Leach | 2001-07-07 | 2 | -17/+50 |
* | (best_encoding): make sure we don't try to call iconv_open with a NULL | Larry Ewing | 2001-07-07 | 2 | -0/+5 |
* | Little UI tweak for right click menu, pronouns shouldn't be capitalized | Jason Leach | 2001-07-07 | 2 | -2/+5 |
* | add missing static. | Larry Ewing | 2001-07-07 | 2 | -1/+6 |
* | Convert the filename string to UTF8 before setting it on the CamelMimePart | Jeffrey Stedfast | 2001-07-07 | 3 | -16/+25 |
* | Don't allow in to be NULL, so instead of doing if (in == NULL) return;, | Jeffrey Stedfast | 2001-07-07 | 2 | -3/+6 |
* | Mail stuff added | Iain Holmes | 2001-07-07 | 5 | -12/+171 |
* | add a NULL check since that is a valid return. | Larry Ewing | 2001-07-07 | 2 | -1/+10 |
* | Spell check | Kevin Breit | 2001-07-07 | 4 | -20/+24 |
* | [Misc fixes and part of #2228, There should be no dialog boxes during | Jason Leach | 2001-07-07 | 2 | -7/+17 |
* | only ask if there are actually contents in the file. Asking about an | Larry Ewing | 2001-07-07 | 2 | -13/+33 |
* | Spell check | Kevin Breit | 2001-07-07 | 6 | -108/+116 |
* | connect to the entry not the combo | JP Rosevear | 2001-07-07 | 5 | -9/+74 |
* | Fixes bug #1138. | Jeffrey Stedfast | 2001-07-07 | 2 | -0/+12 |
* | Fixed and updated Swedish translation. Thanks to Göran Uddeborg | Christian Rose | 2001-07-07 | 1 | -88/+92 |
* | Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bug | Jeffrey Stedfast | 2001-07-07 | 2 | -1/+6 |
* | Prevent infinite recursion when viewing attachments that we can't / | Peter Williams | 2001-07-07 | 2 | -5/+20 |
* | actually clear some widgets and hide/show widgets in the default setup | JP Rosevear | 2001-07-07 | 7 | -119/+511 |
* | Freeze and Thaw the folder. | Jeffrey Stedfast | 2001-07-07 | 3 | -7/+13 |
* | remove this file so cvs can prune the dir. | Jacob Leach | 2001-07-07 | 1 | -2/+0 |
* | Mark the messages as Seen also. (folder_browser_class_init): Create an | Jeffrey Stedfast | 2001-07-07 | 4 | -149/+220 |
* | Don't free the psd here -- it will be freed on the "destroy" signal. | Peter Williams | 2001-07-07 | 4 | -8/+18 |
* | revert previous "fix", which was wrong | Dan Winship | 2001-07-07 | 2 | -8/+2 |
* | Call autosave_manager_unregister before destroying the composer, so | Dan Winship | 2001-07-07 | 2 | -2/+8 |
* | Select the very next message after deleting, not the next undeleted (it | Jason Leach | 2001-07-07 | 5 | -11/+45 |
* | Fix bad selection clist stuff | Iain Holmes | 2001-07-07 | 3 | -19/+33 |
* | Set the pipe fd's to nonblocking. | Jeffrey Stedfast | 2001-07-07 | 3 | -2/+11 |
* | Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() so | Dan Winship | 2001-07-07 | 2 | -1/+8 |
* | Updated Swedish translation. | Christian Rose | 2001-07-07 | 2 | -2383/+4155 |
* | Make sure that after the finalization event has happened and the | Peter Williams | 2001-07-06 | 2 | -0/+14 |
* | Removed. [It was just bogus testing code for the right-click menu | Ettore Perazzoli | 2001-07-06 | 2 | -15/+10 |
* | [This should fix #3873, Bizzarre crash after deleting a few | Ettore Perazzoli | 2001-07-06 | 2 | -5/+9 |
* | Added error dialogs for when the user tries to copy/move a folder over | Ettore Perazzoli | 2001-07-06 | 2 | -0/+36 |
* | Change the folder right-click "Properties..." menu item handling so | Ettore Perazzoli | 2001-07-06 | 4 | -8/+27 |
* | make sure we only remove the file if we think we saved it properly. | Larry Ewing | 2001-07-06 | 2 | -10/+33 |
* | Add locking to camel_nntp_get_grouplist_from_server(). | Joe Shaw | 2001-07-06 | 5 | -2/+53 |
* | i2001-07-05 Larry Ewing <lewing@ximian.com> | Larry Ewing | 2001-07-06 | 2 | -37/+69 |
* | Select the most appropriate filter rule. | Jeffrey Stedfast | 2001-07-06 | 3 | -2/+12 |
* | Rename RDF to news feed | Iain Holmes | 2001-07-06 | 2 | -2/+7 |
* | Added an assert to make sure that `mi' isn't NULL. | Jeffrey Stedfast | 2001-07-06 | 3 | -9/+28 |
* | oops, forgot to commit ChangeLog | Jeffrey Stedfast | 2001-07-06 | 1 | -6/+9 |
* | Fix bug #4043: s/colour/color | Jeffrey Stedfast | 2001-07-06 | 2 | -1/+5 |
* | Send the --no-auto-key-retrieve argument to gpg if we are in offline mode | Jeffrey Stedfast | 2001-07-06 | 2 | -5/+8 |
* | Added some accelerators, padding, and a "memebers" frame; also fixed | Anna Marie Dirks | 2001-07-06 | 1 | -0/+5 |
* | 2001-07-05 Anna Marie Dirks <anna@ximian.com: | Anna Dirks | 2001-07-06 | 1 | -218/+186 |
* | Some glade fixage. | Iain Holmes | 2001-07-06 | 2 | -293/+61 |
* | Send the --no-auto-key-retrieve argument to gpg so that we don't have to | Jeffrey Stedfast | 2001-07-06 | 2 | -0/+8 |
* | Added orderedlists. | Kevin Breit | 2001-07-06 | 4 | -42/+168 |
* | Hook up the Calendar toggle buttons | Iain Holmes | 2001-07-06 | 2 | -24/+120 |
* | Play the "File exists, overwrite?" game. (autosave_run_foreach_cb): Change | Jeffrey Stedfast | 2001-07-06 | 2 | -8/+38 |
* | Added orderedlists. | Kevin Breit | 2001-07-06 | 4 | -188/+264 |
* | Special case the My Evolution uri so that the correct icon appears in the | Iain Holmes | 2001-07-06 | 2 | -9/+19 |
* | Add a checkbox for prompting when sending a message with an empty subject. | Jeffrey Stedfast | 2001-07-06 | 5 | -37/+82 |
* | Make sure /var/mail isn't a symbolic link such as on Red Hat 7. | Peter Williams | 2001-07-06 | 2 | -1/+6 |
* | use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use the | Chris Toshok | 2001-07-06 | 2 | -10/+36 |
* | Added orderedlists. | Kevin Breit | 2001-07-06 | 4 | -788/+968 |
* | if source == dest, just no-op. | Jeffrey Stedfast | 2001-07-06 | 2 | -1/+11 |
* | Okay, apparently I was wrong. Oh well. (mail_config_set_thread_list): Fix | Jeffrey Stedfast | 2001-07-06 | 2 | -10/+23 |
* | And kill these stupid files. Aaar. | Peter Williams | 2001-07-06 | 2 | -308/+0 |
* | Remove the ridiculuous relic known as test-mail. Clean up a bit. | Peter Williams | 2001-07-06 | 2 | -23/+3 |
* | Chris pointed out an error in the DB versioning question. | Aaron Weber | 2001-07-06 | 2 | -4/+2 |
* | NAmespace the My Evolution preferences correctly | Iain Holmes | 2001-07-06 | 2 | -22/+28 |
* | Move this before the camel_vee_folder_remove_folder because that function | Peter Williams | 2001-07-06 | 4 | -30/+32 |
* | Fixed memory corruption, restoring settings reenabled. | Iain Holmes | 2001-07-06 | 2 | -17/+79 |
* | Added checks that row and col are >= 0. | Christopher James Lahey | 2001-07-06 | 1 | -0/+2 |
* | Don't scroll to the cursor on grab, ungrab, noop, and copy commands. | Christopher James Lahey | 2001-07-05 | 1 | -1/+6 |
* | Formatting fix on ChangeLog (ie I Forgot To Save The File Before Committing Y... | Peter Williams | 2001-07-05 | 1 | -0/+2 |
* | Add mail folder cache hookups. | Peter Williams | 2001-07-05 | 2 | -0/+6 |
* | Call e_table_item_leave_edit here. | Christopher James Lahey | 2001-07-05 | 1 | -0/+4 |
* | Clear the shell view label if mailer loses focus. | Peter Williams | 2001-07-05 | 3 | -4/+25 |
* | Fix a memory leak here. | Christopher James Lahey | 2001-07-05 | 2 | -3/+14 |
* | Set info->avoid = NULL. This shouldn't make a difference, but it can't | Christopher James Lahey | 2001-07-05 | 2 | -0/+7 |
* | Made it so that the drop marker can show up when dragging a new column to | Christopher James Lahey | 2001-07-05 | 1 | -1/+1 |
* | Upped the required version of gal. | Christopher James Lahey | 2001-07-05 | 4 | -3/+19 |
* | Bumped the version number of gal to 0.8.99.8. | Christopher James Lahey | 2001-07-05 | 1 | -1/+1 |
* | Updated Slovenian translation | Andraz Tori | 2001-07-05 | 1 | -1/+1 |
* | Updated Slovenian translation | Andraz Tori | 2001-07-05 | 1 | -1647/+1649 |