| Commit message (Expand) | Author | Age | Files | Lines |
* | close an html tag properly. Fixes bug #350154. | Andre Klapper | 2006-08-06 | 2 | -1/+5 |
* | Fix for Bug 273921 | Devashish Sharma | 2006-07-21 | 2 | -3/+20 |
* | Fix for memory leak in bug #209254 | Srinivasa Ragavan | 2006-07-18 | 2 | -6/+8 |
* | Fix for bug #209254 | Srinivasa Ragavan | 2006-07-17 | 2 | -3/+7 |
* | Fix for bug #209254 | Srinivasa Ragavan | 2006-07-14 | 2 | -2/+45 |
* | fixed | Jeffrey Stedfast | 2006-06-26 | 1 | -9/+10 |
* | Fixes bug #177416 on bnc initialise type to "" and not NULL. | Parthasarathi Susarla | 2006-06-12 | 2 | -1/+7 |
* | If 'str' is empty, continue immediately rather than trying to parse it a | Jeffrey Stedfast | 2006-05-27 | 2 | -3/+9 |
* | Instead of g_free()ing 'str' in the if and else blocks, just g_free it | Jeffrey Stedfast | 2006-05-26 | 2 | -28/+24 |
* | Replace 'if (!filename)' with 'if (filename)', fixes a bug in Srini's | Jeffrey Stedfast | 2006-05-26 | 2 | -3/+7 |
* | Set the visible field to FALSE. | Jeffrey Stedfast | 2006-05-26 | 3 | -16/+22 |
* | fixed ChangeLog formatting | Jeffrey Stedfast | 2006-05-26 | 1 | -70/+86 |
* | Added code to save/attach files/mails/events to/from remote shares | Srinivasa Ragavan | 2006-05-25 | 3 | -8/+31 |
* | Committing fix for bug #333971 | Srinivasa Ragavan | 2006-04-26 | 2 | -1/+9 |
* | Added ENameSelectorList support. | Srinivasa Ragavan | 2006-04-24 | 2 | -6/+26 |
* | ** Fixes bug #333213 According to POSIX.1 specfication, if iconv() | Simon Zheng | 2006-04-05 | 2 | -1/+9 |
* | ** Fix for bug #268584 | Boby Wang | 2006-03-20 | 3 | -6/+36 |
* | Committing Rohini's patch for bug #324742. | Srinivasa Ragavan | 2006-02-24 | 2 | -7/+37 |
* | Return a value... Why are blatant errors like this just warnings in gcc? | Tor Lillqvist | 2006-02-16 | 2 | -3/+9 |
* | Factorize some code. | Frédéric Crozat | 2006-02-10 | 2 | -29/+18 |
* | fixing a patch to again fix bug 325276. | Andre Klapper | 2006-02-07 | 2 | -1/+4 |
* | Use guint for 1 bit bitfield, use g_slist_delete_link instead of | Kjartan Maraas | 2006-01-30 | 5 | -20/+22 |
* | 2006-1-15 Srinivasa Ragavan <sragavan@novell.com | Srinivasa Ragavan | 2006-01-16 | 2 | -22/+72 |
* | ** Fixes bug #326378 | Srinivasa Ragavan | 2006-01-14 | 2 | -2/+9 |
* | Committing Rohini's patch. | Srinivasa Ragavan | 2006-01-10 | 2 | -3/+12 |
* | use libedataserver/e-account.h instead of e-util/e-account.h. use | Simon Zheng | 2006-01-06 | 3 | -2/+9 |
* | s/don't/do not/ string changes. Fixes #325276. | Harish Krishnaswamy | 2006-01-01 | 1 | -1/+1 |
* | Include <gtk/gtk.h> instead of attempting to hand-pick individual GTK | Tor Lillqvist | 2005-12-18 | 2 | -14/+16 |
* | Include <gtk/gtk.h> instead of attempting to hand-pick individual GTK | Tor Lillqvist | 2005-12-17 | 2 | -36/+47 |
* | Committed Johnny's patch. | Srinivasa Ragavan | 2005-12-14 | 2 | -1/+7 |
* | Add support for setting priority of a message. | Parthasarathi Susarla | 2005-12-07 | 3 | -0/+79 |
* | ** See bug #322863 Check if the account indeed exists before | Parthasarathi Susarla | 2005-12-05 | 2 | -2/+13 |
* | Include e-util-private.h to get redefinition of compile-time pathnames as | Tor Lillqvist | 2005-11-26 | 2 | -2/+16 |
* | use composer->priv->charset instead of p->charset. This fixes a crash | Parthasarathi Susarla | 2005-10-22 | 3 | -3/+9 |
* | Comitted NotZed's patch given on #314701 | Vivek Jain | 2005-10-21 | 2 | -7/+18 |
* | Little oeps | Philip Van Hoof | 2005-10-19 | 1 | -10/+0 |
* | Little oeps | Philip Van Hoof | 2005-10-19 | 1 | -17/+1 |
* | composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, | Philip Van Hoof | 2005-10-19 | 6 | -805/+1081 |
* | Reverting the last commit | Parthasarathi Susarla | 2005-10-05 | 2 | -2/+6 |
* | ** See bug #315987 | Parthasarathi Susarla | 2005-10-05 | 2 | -2/+10 |
* | ** fixes bug #316937 | Srinivasa Ragavan | 2005-10-04 | 2 | -0/+9 |
* | ** See bug 317337 | Parthasarathi Susarla | 2005-09-29 | 2 | -0/+10 |
* | Show the bar depending on the number of attachments. | Srinivasa Ragavan | 2005-08-24 | 3 | -5/+19 |
* | only define skip_content: if it is used. (menu_file_add_attachment_cb): | Not Zed | 2005-08-24 | 3 | -41/+51 |
* | C99 keyword 'inline' could not been used as variable name. | Mengjie Yu | 2005-07-27 | 2 | -1/+8 |
* | Fix build breakage due to extra whitespace after a backslash. | Jody Goldberg | 2005-07-27 | 2 | -1/+6 |
* | Fix make distcheck issues. | Harish Krishnaswamy | 2005-07-27 | 2 | -0/+5 |
* | Added Shortcut for Save Draft (Ctrl+Shift+s) and a toolbar button for the | Srinivasa Ragavan | 2005-07-25 | 2 | -0/+6 |
* | Use camel_object_unref instead of g_object_unref. | Shreyas Srinivasan | 2005-07-21 | 2 | -5/+10 |
* | unref the store which was being leaked. | Shreyas Srinivasan | 2005-07-15 | 2 | -6/+11 |
* | add casts in previous patch to fix warnings. (account_can_send): fix the | Not Zed | 2005-07-14 | 2 | -4/+10 |
* | ** See bug #309869 | S.Antony Vincent Pandian | 2005-07-14 | 2 | -0/+16 |
* | Don't leak the file name here. | Kjartan Maraas | 2005-07-13 | 3 | -2/+12 |
* | There are no camel or addressbook/backend directories in evolution. | Tor Lillqvist | 2005-07-13 | 2 | -4/+5 |
* | Removed em-attachment* from the build. Remains in the CVS, just incase to | Srinivasa Ragavan | 2005-07-11 | 4 | -43/+204 |
* | Take into account store permissions (Read Only). These are proxy specific | Shreyas Srinivasan | 2005-07-10 | 2 | -36/+68 |
* | Added widgets in INCLUDES. | Kaushal Kumar | 2005-06-23 | 2 | -3/+3 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 3 | -4/+4 |
* | Fixed to show the attachment bar, when a message is forwarded | Srinivasa Ragavan | 2005-06-03 | 2 | -0/+8 |
* | hack up so we dont include mail-component.h anymore, since it now relies | Not Zed | 2005-06-03 | 2 | -1/+12 |
* | Show attachment bar when attachments are added e-msg-composer.c | Srinivasa Ragavan | 2005-06-03 | 3 | -8/+42 |
* | e-msg-composer-attachment.c | Srinivasa Ragavan | 2005-05-27 | 2 | -0/+5 |
* | Fixed a potential memory leak. | Srinivasa Ragavan | 2005-05-24 | 2 | -3/+8 |
* | Added attachment of remote URL. The dnd of url, downloads the files and | Srininvasa Ragavan | 2005-05-23 | 8 | -40/+433 |
* | composer/e-message-composer.c calendar/gui/dialogs/comp-editor.c | Srinivasa Ragavan | 2005-05-16 | 2 | -83/+16 |
* | moved e-error to e-util. | Not Zed | 2005-05-16 | 4 | -3/+7 |
* | Set a mnemonic for the "Attach" button | Rodney Dawes | 2005-05-09 | 2 | -1/+6 |
* | Use "Attach" as the text for the "Open" action button in the file chooser | Rodney Dawes | 2005-05-07 | 2 | -1/+6 |
* | renamed from mail-errors.xml, add i18n tags, fix some whitespace issues. | Not Zed | 2005-05-06 | 5 | -135/+83 |
* | put back e_msg_composer_set_enable_autosave which was removed by mistake | Radek Doulik | 2005-05-06 | 1 | -0/+8 |
* | removed old unused function which was using low level gtkhtml APIs | Radek Doulik | 2005-05-05 | 2 | -71/+5 |
* | block gtkhtml's selection so that we don't set primary X selection | Radek Doulik | 2005-04-08 | 2 | -0/+9 |
* | implement read-receipt functionality. | ERDI Gergo | 2005-04-08 | 3 | -1/+82 |
* | ** See bug #73347 | Not Zed | 2005-03-17 | 2 | -1/+7 |
* | Set up c/c/p for To: Cc: Bcc: and Post To: entries too. | Hans Petter Jansson | 2005-03-16 | 2 | -0/+21 |
* | ** See bug #66592 | Not Zed | 2005-03-04 | 3 | -19/+63 |
* | Fix previous patch for the !USE_GTKFILECHOOSER case. | Jeffrey Stedfast | 2005-02-17 | 2 | -1/+6 |
* | Add a11y name for attachment button and bars | Harry Lu | 2005-02-16 | 3 | -0/+12 |
* | declare a variable in the !USE_GTKFILECHOOSER code path | Jeffrey Stedfast | 2005-02-15 | 1 | -1/+2 |
* | ** See bug #66126. | Not Zed | 2005-02-10 | 5 | -127/+173 |
* | Set pointers to the contact editor creation functions in the entries, so | Hans Petter Jansson | 2005-01-25 | 2 | -0/+13 |
* | initialise composer before using it. sigh. | Not Zed | 2005-01-12 | 2 | -3/+6 |
* | turn off debug, setup g private instance data structure. (setup_ui): | Not Zed | 2005-01-05 | 2 | -3/+46 |
* | kill warnings (map_default_cb): the to entry widget is now just a gtk | JP Rosevear | 2004-12-24 | 2 | -13/+12 |
* | Remove select-names from here. | Hans Petter Jansson | 2004-12-23 | 3 | -6/+10 |
* | Unref the name selector. (e_contact_list_editor_save_contact): Fix a | Hans Petter Jansson | 2004-12-23 | 3 | -92/+152 |