| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update the contact's UID after normal add. | Hans Petter Jansson | 2003-12-17 | 2 | -0/+7 |
* | Make a public function that shows an error dialog, which can be used when | Hans Petter Jansson | 2003-12-17 | 5 | -93/+259 |
* | Fixed bug 51917, add atk support for ClickToAdd | Yuedong Du | 2003-12-17 | 7 | -15/+470 |
* | Implement. Makes the source menu reflect the source for the current book. | Hans Petter Jansson | 2003-12-17 | 2 | -0/+19 |
* | Use e_source_equal() instead of comparing pointers. This allows user to | Hans Petter Jansson | 2003-12-17 | 2 | -8/+24 |
* | Implement. Creates source selection option menu. | Hans Petter Jansson | 2003-12-17 | 3 | -0/+75 |
* | Fixes part of #41237 | Rodrigo Moya | 2003-12-17 | 5 | -191/+101 |
* | Disable cell editing. | Hans Petter Jansson | 2003-12-17 | 2 | -0/+7 |
* | #ifdef out certain code pieces if s/mime isn't supported | JP Rosevear | 2003-12-17 | 2 | -0/+14 |
* | return a reference to the alarm_notify_service, not NULL and ref the | Rodrigo Moya | 2003-12-17 | 2 | -2/+5 |
* | return a reference to the alarm_notify_service, not NULL. | Rodrigo Moya | 2003-12-17 | 2 | -1/+6 |
* | Implement. (text_to_address): Implement, using EAddressWestern. | Hans Petter Jansson | 2003-12-16 | 3 | -76/+191 |
* | Small update of italian translation. | Marco Ciampa | 2003-12-16 | 1 | -19/+19 |
* | remove. | Chris Toshok | 2003-12-16 | 2 | -2/+4 |
* | set the list view config properly (so we don't blow away the month view | JP Rosevear | 2003-12-16 | 2 | -2/+6 |
* | set the calendar for the day view | JP Rosevear | 2003-12-16 | 2 | -1/+6 |
* | Fix mismatched msgstr on line 11876 | Rodney Dawes | 2003-12-16 | 2 | -1/+5 |
* | Updated italian translation | Marco Ciampa | 2003-12-15 | 2 | -1018/+949 |
* | Fix erroneous function call | JP Rosevear | 2003-12-15 | 2 | -1/+8 |
* | set a proper exception if we fail | JP Rosevear | 2003-12-15 | 3 | -4/+19 |
* | Updated italian translation | Marco Ciampa | 2003-12-15 | 1 | -76/+42 |
* | only add the component to the list if we actually create it | JP Rosevear | 2003-12-14 | 2 | -2/+10 |
* | Updated italian translation | Marco Ciampa | 2003-12-14 | 2 | -135/+23 |
* | Updated Norwegian translation. | Kjartan Maraas | 2003-12-14 | 2 | -10431/+887 |
* | Updated Spanish translation. | Francisco Javier F. Serrador | 2003-12-14 | 2 | -8190/+7808 |
* | put the style in .evolution. | Not Zed | 2003-12-12 | 3 | -1/+11 |
* | ** See bug #52108. | Not Zed | 2003-12-12 | 4 | -0/+16 |
* | get the build moving again. add CERT_UI_CFLAGS here for the time being. | Chris Toshok | 2003-12-12 | 2 | -0/+6 |
* | Fixes bug #1717. | Jeffrey Stedfast | 2003-12-12 | 2 | -23/+67 |
* | Shorten the namespace of some internal functions to just emft. | Jeffrey Stedfast | 2003-12-12 | 2 | -4/+7 |
* | Shorten the namespace of some internal functions to just emft. | Jeffrey Stedfast | 2003-12-12 | 3 | -119/+154 |
* | Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASE | Jeffrey Stedfast | 2003-12-12 | 2 | -13/+34 |
* | display x-evolution-mailer pseudo header irrespective of xmailer_mask. | Grahame Bowland | 2003-12-11 | 7 | -7/+690 |
* | Make "address" a boxed type. (e_contact_editor_address_init): Set address | Hans Petter Jansson | 2003-12-11 | 3 | -49/+59 |
* | (efh_text_enriched): add table around the enriched part so it | Larry Ewing | 2003-12-11 | 2 | -2/+12 |
* | a small fix from Andrew Wu | Bolian Yin | 2003-12-11 | 1 | -0/+1 |
* | Modified to simply copy mbox files from one place to another (and the | Jeffrey Stedfast | 2003-12-11 | 2 | -62/+215 |
* | add text/x-patch as a plain type. | Larry Ewing | 2003-12-11 | 2 | -0/+5 |
* | remove padding around the folder list. (impl_size_request): don't add | Not Zed | 2003-12-11 | 2 | -6/+9 |
* | check m->fi != NULL before dereferencing it. | Not Zed | 2003-12-11 | 2 | -1/+6 |
* | Fixed a leak. | Jeffrey Stedfast | 2003-12-11 | 3 | -1/+30 |
* | Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORS | Jeffrey Stedfast | 2003-12-11 | 2 | -3/+9 |
* | Add INFO_FAST here as we don't need it to get unread counts. | Jeffrey Stedfast | 2003-12-11 | 3 | -4/+14 |
* | Add a CAMEL_FOLDER_NOCHILDREN flag. | Jeffrey Stedfast | 2003-12-11 | 5 | -5/+15 |
* | Update the unread count in the model if the folder got new mail. | Jeffrey Stedfast | 2003-12-11 | 8 | -7/+68 |
* | remove the client from the list if there are errors, instead of re-adding | Rodrigo Moya | 2003-12-10 | 2 | -2/+10 |
* | also check application/pkcs7-signature (bloody applemail). | Not Zed | 2003-12-10 | 2 | -2/+12 |
* | treat application/pkcs7-signature as application/x-pkcs-signature. Stupud | Not Zed | 2003-12-10 | 4 | -3/+12 |
* | rewritten to get rid of hte old crap that should've been gotten rid of | Not Zed | 2003-12-10 | 3 | -169/+26 |
* | use a POSITIVE value for the response value, gtk uses -ative ones. Bug | Not Zed | 2003-12-10 | 5 | -5/+93 |
* | put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST, | Not Zed | 2003-12-10 | 5 | -12/+109 |
* | *gui/e-week-view.c: Fix a event/jump button tabbing bug | Bolian Yin | 2003-12-10 | 2 | -2/+7 |
* | corret index error in week view. impl. get_index_in_parent emit signal | Bolian Yin | 2003-12-10 | 7 | -46/+143 |
* | free email list properly | JP Rosevear | 2003-12-10 | 2 | -2/+7 |
* | free the list, not unref it, and free the elements | JP Rosevear | 2003-12-10 | 2 | -2/+9 |
* | Fix for bugzilla bug #51628. | Harry Lu | 2003-12-10 | 2 | -18/+118 |
* | if we get no matching certs, show empty menu rather than crashing. #51922. | Not Zed | 2003-12-10 | 2 | -13/+20 |
* | separeate view_menu unreffing from view_instance. fixes a runtime warning. | Not Zed | 2003-12-10 | 3 | -7/+23 |
* | remove dthe clearenv stuff, not sure why its there. s/setenv/putenv/ for | Not Zed | 2003-12-10 | 2 | -12/+9 |
* | NULL out priv->instance when we unref it. Bug #51713. | Not Zed | 2003-12-10 | 2 | -1/+8 |
* | add a _label to View option. Bug #51242. | Not Zed | 2003-12-10 | 2 | -1/+6 |
* | Remove GNOME_Evolution_Shell_Config_FolderSettings_Control. | Ettore Perazzoli | 2003-12-10 | 2 | -27/+7 |
* | add entries for new source files add cases for jump button. add cases for | Andrew Wu | 2003-12-09 | 12 | -12/+2163 |
* | init a11y. emit signal "selected_time_changed". | Andrew Wu | 2003-12-09 | 3 | -1/+12 |
* | ** See bug #51899. | Not Zed | 2003-12-09 | 2 | -1/+10 |
* | ** See bug #51899. | Not Zed | 2003-12-09 | 3 | -2/+12 |
* | Release 0.30.0 | Carlos Garnacho Parro | 2003-12-09 | 1 | -0/+4 |
* | Revert the s/is_/camel_mime_is_/ changes or we get really long variable | Jeffrey Stedfast | 2003-12-09 | 2 | -20/+28 |
* | shortcut when cal_view is NULL. Change an action name. add check for event | Bolian Yin | 2003-12-09 | 1 | -1/+1 |
* | shortcut when cal_view is NULL. Change an action name. add check for event | Bolian Yin | 2003-12-09 | 5 | -21/+44 |
* | remove setting property of "handle_popup". remove setting property of | Bolian Yin | 2003-12-09 | 3 | -4/+5 |
* | encode the address before sending it out, rather than using the raw/utf8 | Not Zed | 2003-12-09 | 8 | -108/+184 |
* | Fixes bug #51881 | Jeffrey Stedfast | 2003-12-09 | 3 | -2/+62 |
* | Updated Norwegian translation. | Kjartan Maraas | 2003-12-09 | 2 | -327/+189 |
* | Fixes #46351 | Carl Sun | 2003-12-08 | 3 | -1/+34 |
* | A small fix from Andrew Wu. | Bolian Yin | 2003-12-08 | 1 | -3/+6 |
* | Fixed #50844 | Andrew Wu | 2003-12-08 | 4 | -2/+212 |
* | correct argument mismatch in "goto_date" signal definition. | Bolian Yin | 2003-12-08 | 2 | -1/+5 |
* | update version reliance | JP Rosevear | 2003-12-08 | 45 | -105344/+156119 |
* | Updated Irish Translation, submitted by David O'Callaghan <david.ocallaghan@c... | Paul Duffy | 2003-12-08 | 2 | -4559/+3886 |
* | change prototype to fix warning, and change the comment to read | Chris Toshok | 2003-12-07 | 10 | -102/+264 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 4 | -2/+8 |
* | Missed changelog entry. | JP Rosevear | 2003-12-07 | 1 | -0/+4 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 1 | -1/+0 |
* | remove useless gal include | JP Rosevear | 2003-12-07 | 3 | -3/+6 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 26 | -47/+31 |
* | Remove the extra || unread check in the conditional in the g_object_set () | Rodney Dawes | 2003-12-06 | 2 | -1/+6 |
* | Fixes bug #51482 | Rodney Dawes | 2003-12-06 | 2 | -3/+9 |
* | fix for C89 | JP Rosevear | 2003-12-06 | 4 | -8/+5 |
* | no more custom widget for the selection of the search source | JP Rosevear | 2003-12-06 | 12 | -209/+439 |
* | call remove_book_view/free_data here as well, to guard against multiple | Chris Toshok | 2003-12-06 | 2 | -0/+9 |
* | Properly set the O_NONBLOCK flag along with any previously set flags. | Jeffrey Stedfast | 2003-12-06 | 4 | -9/+27 |
* | *** empty log message *** | Rodrigo Moya | 2003-12-06 | 1 | -3/+3 |
* | use new gtk_html_flush method instead of forcing processing of all gtk | Radek Doulik | 2003-12-05 | 2 | -3/+12 |
* | require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer) | Radek Doulik | 2003-12-05 | 2 | -1/+6 |
* | commit the patch of Sun Yong | Antonio Xu | 2003-12-05 | 3 | -2/+11 |
* | Match new column values, change default columns shown. | Hans Petter Jansson | 2003-12-05 | 3 | -13/+14 |
* | Clean up and sync with current model columns. | Hans Petter Jansson | 2003-12-05 | 2 | -48/+54 |
* | set the window title based on e_cert_get_window_title. | Chris Toshok | 2003-12-05 | 4 | -6/+30 |
* | Fix for bugzilla bug #51624 and #51627. | Harry Lu | 2003-12-05 |