| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't we want to tell where we are by using the start of the message? I | Jeffrey Stedfast | 2001-04-17 | 2 | -5/+14 |
* | Turned on tooltips and alternating colors. | Christopher James Lahey | 2001-04-17 | 1 | -2/+2 |
* | Changed some comments here. | Christopher James Lahey | 2001-04-17 | 3 | -14/+24 |
* | Upped the version number to 0.7.99.0. | Jody Goldberg | 2001-04-17 | 1 | -17/+17 |
* | Added. | Jon Trowbridge | 2001-04-17 | 8 | -18/+138 |
* | toolitems which have non-default pixmaps, must have "pixtype=pixbuf" arg. | Gediminas Paulauskas | 2001-04-17 | 2 | -5/+10 |
* | Added a prototype for stamp(). | Jeffrey Stedfast | 2001-04-17 | 4 | -1/+11 |
* | Go back to doing the utf8 conversion by hand so that we don't depend on | Jeffrey Stedfast | 2001-04-17 | 2 | -4/+46 |
* | Merge fix from the 0.10 branch: | Ettore Perazzoli | 2001-04-17 | 2 | -1/+6 |
* | oops, forgot to commit this with the last files | Jeffrey Stedfast | 2001-04-17 | 1 | -1/+0 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 11 | -21/+103 |
* | Propagate the event after sending it to the base EText. | Christopher James Lahey | 2001-04-17 | 2 | -1/+10 |
* | eh? | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+0 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-16 | 3 | -4/+27 |
* | Fix a crash here. | Christopher James Lahey | 2001-04-16 | 1 | -2/+0 |
* | change $(cmd) to `cmd` in order to make it usable in non-bash bourne | Jaka Mocnik | 2001-04-16 | 2 | -4/+9 |
* | Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the | Federico Mena Quintero | 2001-04-16 | 5 | -18/+482 |
* | New function, because it is ridiculous to have to hunt down object | Federico Mena Quintero | 2001-04-16 | 3 | -2/+48 |
* | Set the background color to the specified tooltip->background. Set the | Christopher James Lahey | 2001-04-16 | 5 | -23/+112 |
* | Made setting the rgba color work even if you're using the non-aa canvas | Christopher James Lahey | 2001-04-16 | 1 | -8/+7 |
* | Mark the messages as seen, not unseen. (is_drafts_folder): New function to | Jeffrey Stedfast | 2001-04-16 | 3 | -14/+88 |
* | Do not ref both the box and the item; just connect to the item's "destroy" | Federico Mena Quintero | 2001-04-16 | 1 | -7/+15 |
* | oops, &pattern | Jeffrey Stedfast | 2001-04-16 | 1 | -2/+2 |
* | regex doesn't set errno and regcomp returns 0 on success and any other | Jeffrey Stedfast | 2001-04-16 | 2 | -5/+21 |
* | Start parsing the sexp with parse_value(), not parse_list(), because we | Federico Mena Quintero | 2001-04-16 | 2 | -1/+7 |
* | s/Is/is/ and s/Is Not/is not/ to be more consistant with the rest. | Jeffrey Stedfast | 2001-04-16 | 3 | -22/+25 |
* | Mark the messages as seen, not unseen. | Jeffrey Stedfast | 2001-04-16 | 2 | -1/+6 |
* | Added /* #defines */ at the top. Fixed ALTERNATE_COLORS to be an #ifdef | Christopher James Lahey | 2001-04-16 | 2 | -1/+5 |
* | Added strikeout argument. | Christopher James Lahey | 2001-04-16 | 2 | -4/+34 |
* | Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. | Christopher James Lahey | 2001-04-16 | 3 | -68/+19 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-15 | 3 | -11/+49 |
* | Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on the | Christopher James Lahey | 2001-04-15 | 3 | -20/+79 |
* | Updated russian translation. | Valek Frob | 2001-04-15 | 2 | -1656/+2164 |
* | Cleaned this up. Removed some #if 0 and replaced others with #ifdefs. | Christopher James Lahey | 2001-04-15 | 1 | -59/+4 |
* | Set "bold" argument on created tooltip. Adjusted position of displayed | Christopher James Lahey | 2001-04-15 | 4 | -31/+32 |
* | Added "bold" argument. | Christopher James Lahey | 2001-04-15 | 2 | -37/+58 |
* | Added widget/e-hsv-utils.lo. | Christopher James Lahey | 2001-04-15 | 1 | -14/+13 |
* | Added widget/e-hsv-utils.lo. | Christopher James Lahey | 2001-04-15 | 2 | -0/+197 |
* | Added Filter/VFolder on mailing list. Yay. I also figured I'd expand this | Jeffrey Stedfast | 2001-04-15 | 2 | -18/+32 |
* | Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same. | Jeffrey Stedfast | 2001-04-15 | 6 | -38/+72 |
* | Check to make sure the context is a valid context in all the user | Jeffrey Stedfast | 2001-04-15 | 2 | -0/+15 |
* | Added the function e_book_view_listener_stop to tell the book view | Christopher James Lahey | 2001-04-15 | 8 | -88/+117 |
* | Ref the cursor here when we receive it. | Christopher James Lahey | 2001-04-15 | 4 | -74/+39 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 29 | -18503/+28040 |
* | Pull up fix from the 0-10 branch (chain the ::destroy handler for | Ettore Perazzoli | 2001-04-14 | 2 | -0/+7 |
* | s/imap_store/store/, fixing a typo that was causing the build to fail. | Jon Trowbridge | 2001-04-14 | 2 | -5/+9 |
* | Oops --- I forgot to add these files before my last commit. | Jon Trowbridge | 2001-04-14 | 2 | -0/+408 |
* | Make the (previously unused) get-source command actually do the right | Jon Trowbridge | 2001-04-14 | 10 | -7/+64 |
* | Remove some redundant LIBS variables... purify complained that the command | Dan Winship | 2001-04-14 | 7 | -18/+43 |
* | Plug leaks. | Dan Winship | 2001-04-14 | 6 | -10/+41 |
* | Fix memory leak | Dan Winship | 2001-04-14 | 1 | -1/+2 |
* | Fix the syntactic bogon here, and attempt to fix the logical bogon too. | Dan Winship | 2001-04-14 | 2 | -2/+10 |
* | Get the ESelectNamesModel from the widget's text model instead of storing | Christopher James Lahey | 2001-04-13 | 2 | -6/+21 |
* | Only activate the message if the cursor has moved. | Christopher James Lahey | 2001-04-13 | 2 | -4/+18 |
* | Always emit the cursor changed signal. Even if it's changed to the same | Christopher James Lahey | 2001-04-13 | 1 | -8/+5 |
* | Update the Voice and Fax phone numbers too, finishing off bug #1667. | Jason Leach | 2001-04-13 | 2 | -2/+7 |
* | Added e-table/e-cell-spin-button.lo Added e-table/e-cell-float.lo | Mikael Hallendal | 2001-04-13 | 2 | -0/+64 |
* | New cell for floats. | Mikael Hallendal | 2001-04-13 | 4 | -0/+906 |
* | Update the built in VCard. | Christopher James Lahey | 2001-04-13 | 2 | -2/+7 |
* | Updated the required version of gal to 0.6.99.0. | Christopher James Lahey | 2001-04-13 | 2 | -1/+5 |
* | Implemented these. | Christopher James Lahey | 2001-04-13 | 2 | -0/+23 |
* | Updated this function to be a correct full ordering. | Christopher James Lahey | 2001-04-13 | 3 | -72/+130 |
* | Upped the version number to 0.6.99.0. Upped the so number to 6. | Christopher James Lahey | 2001-04-13 | 10 | -114/+396 |
* | If the service is NULL, just use the item as the key. | Jeffrey Stedfast | 2001-04-13 | 2 | -3/+9 |
* | Oops, lets not get into a recursive call here ;-) | Jeffrey Stedfast | 2001-04-13 | 5 | -15/+24 |
* | Removed openpgp-utils.c and added the camel-pgp-*.c files. Added | Jeffrey Stedfast | 2001-04-13 | 2 | -1/+2 |
* | Use the mail-crypto pgp-mime wrappers. (build_message): | Jeffrey Stedfast | 2001-04-13 | 2 | -10/+11 |
* | Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use a | Jeffrey Stedfast | 2001-04-13 | 4 | -18/+28 |
* | Updated to reflect the few changes made to the CamelPgpContext class. | Jeffrey Stedfast | 2001-04-13 | 8 | -313/+662 |
* | Fix a pair of array bounds reads noted by purify | Dan Winship | 2001-04-13 | 2 | -2/+7 |
* | oh, and the tcp-stream headers. | Jeffrey Stedfast | 2001-04-13 | 1 | -0/+3 |
* | #include the pgp stuff. | Jeffrey Stedfast | 2001-04-13 | 2 | -0/+6 |
* | put the business address into the pilot record as that is what we put into | JP Rosevear | 2001-04-13 | 5 | -78/+24 |
* | Don't printf NULL | Dan Winship | 2001-04-13 | 2 | -2/+5 |
* | Removed openpgp-utils.c and added the camel-pgp-*.c files. | Jeffrey Stedfast | 2001-04-13 | 2 | -1/+7 |
* | Fix a memory leak. | Dan Winship | 2001-04-13 | 2 | -4/+9 |
* | Don't leak memory. | Dan Winship | 2001-04-13 | 2 | -1/+10 |
* | Plug memory leaks. | Dan Winship | 2001-04-13 | 3 | -0/+8 |
* | removed openpgp-utils | Jeffrey Stedfast | 2001-04-13 | 2 | -1370/+0 |
* | Updated for changes to PGP code. | Jeffrey Stedfast | 2001-04-13 | 7 | -479/+131 |
* | Use the mail-crypto pgp-mime wrappers. | Jeffrey Stedfast | 2001-04-13 | 2 | -3/+8 |
* | svn path=/trunk/; revision=9267 | Federico Mena Quintero | 2001-04-13 | 2 | -1/+6 |
* | New function to restart a query for the day view. (query_obj_updated_cb): | Federico Mena Quintero | 2001-04-13 | 11 | -284/+662 |
* | s/IMAP/SMTP | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+1 |
* | Updated Spanish translation. | Hector Garcia | 2001-04-12 | 2 | -1191/+1456 |
* | Updated Slovak translation | Stano Visnovsky | 2001-04-12 | 2 | -2040/+2069 |
* | Fixed Swedish translation. Thanks to Göran Uddeborg | Christian Rose | 2001-04-12 | 2 | -37/+42 |
* | Only look for special pseudo-multipart-isms (binhex, uucode, old pgp, etc) | Dan Winship | 2001-04-12 | 2 | -1/+17 |
* | Don't get into an infinite loop when clicking on an IMAP storage. Might | Dan Winship | 2001-04-12 | 2 | -0/+11 |
* | mark messages as seen when opening then in a separate window. | Dan Winship | 2001-04-12 | 2 | -0/+6 |
* | Fix previous. | Dan Winship | 2001-04-12 | 2 | -1/+9 |
* | Removed a trailing 'k' making an error while compiling. | Mikael Hallendal | 2001-04-12 | 2 | -1/+5 |
* | Don't g_free the recipient array members here because we free them in the | Jeffrey Stedfast | 2001-04-12 | 2 | -8/+10 |
* | Simplify peterw's imap_is_atom_char fix. | Dan Winship | 2001-04-12 | 2 | -2/+7 |
* | Don't add more than five phone numbers and set the remaining blank entries | JP Rosevear | 2001-04-12 | 2 | -3/+10 |
* | Huh, somehow I forgot to apply the from filter when verifying signed | Jeffrey Stedfast | 2001-04-12 | 2 | -1/+10 |
* | Added pgp-mime.c to the tests. | Jeffrey Stedfast | 2001-04-12 | 7 | -26/+155 |
* | prepend to both changes and change_ids when different and mark as | JP Rosevear | 2001-04-12 | 2 | -2/+8 |
* | Updated Finnish translation. | jjranta | 2001-04-12 | 2 | -668/+815 |
* | Use the homedir as the default filename. | Jeffrey Stedfast | 2001-04-12 | 3 | -6/+3 |
* | Set the default filename to the user's homedir. | Jeffrey Stedfast | 2001-04-12 | 2 | -3/+3 |
* | Change into the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 3 | -2/+8 |
* | Change to the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 3 | -1/+10 |
* | Updated Swedish translation. | Christian Rose | 2001-04-12 | 2 | -1556/+1886 |
* | Check if gethostbyname_r take five params | JP Rosevear | 2001-04-12 | 11 | -2/+75 |
* | add camel-charset-map.h to the list of includes | Jeffrey Stedfast | 2001-04-11 | 1 | -0/+1 |
* | Use camel_charset_locale_name() to get the locale charset rather than | Jeffrey Stedfast | 2001-04-11 | 4 | -3/+58 |
* | Use e_utf8_from_locale_string() rather than trying to do it manually since | Jeffrey Stedfast | 2001-04-11 | 2 | -26/+10 |
* | Commit to be sure | Matthias Warkus | 2001-04-11 | 2 | -1597/+1833 |
* | Return TRUE for left and right arrows. | Christopher James Lahey | 2001-04-11 | 1 | -0/+2 |
* | Updated tr.po | Fatih Demir | 2001-04-11 | 2 | -492/+623 |
* | Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING. | Christopher James Lahey | 2001-04-11 | 5 | -14/+34 |
* | Save the expanded state using the ETree built in expanded state code. | Christopher James Lahey | 2001-04-11 | 2 | -109/+32 |
* | Translate the titles here. | Christopher James Lahey | 2001-04-11 | 4 | -9/+14 |
* | Add the galview.xml files here. | Christopher James Lahey | 2001-04-11 | 2 | -0/+7 |
* | Fix this to just send the data to the wombat instead of inserting it | Christopher James Lahey | 2001-04-11 | 2 | -44/+26 |
* | Put debugging stuff in d(). | Christopher James Lahey | 2001-04-11 | 1 | -3/+5 |
* | Display fixes, thanks to Kjartan for finding these. | Gediminas Paulauskas | 2001-04-11 | 3 | -21/+26 |
* | #include "gal/widgets/e-unicode.h". | Christopher James Lahey | 2001-04-11 | 1 | -0/+1 |
* | Translate the title as we read it. | Christopher James Lahey | 2001-04-11 | 1 | -1/+5 |
* | New function to translate a string and then convert it to utf8. Acts just | Christopher James Lahey | 2001-04-11 | 4 | -14/+90 |
* | i18n fixes, added missing includes. | Gediminas Paulauskas | 2001-04-11 | 18 | -38/+83 |
* | i18n fixes. | Gediminas Paulauskas | 2001-04-11 | 2 | -1/+5 |
* | Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c | Jeffrey Stedfast | 2001-04-10 | 10 | -28/+182 |
* | create the makefile in camel/tests/smime | Jeffrey Stedfast | 2001-04-10 | 2 | -0/+6 |
* | Changed resizeable to resizable in ETableCol for consistency. | Christopher James Lahey | 2001-04-10 | 6 | -21/+25 |
* | stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same. | Chris Toshok | 2001-04-10 | 2 | -2/+68 |
* | on BUTTON_PRESS: if it's button 1, store the button x, y, and set | Chris Toshok | 2001-04-10 | 6 | -0/+202 |
* | add some more 16 character versions for freebsd. | Chris Toshok | 2001-04-09 | 2 | -0/+7 |
* | add #include <sys/types.h> since gnome-print.h uses time_t without | Chris Toshok | 2001-04-09 | 2 | -0/+7 |
* | make sure to notify new clients to the writable status of an already open | Chris Toshok | 2001-04-09 | 2 | -2/+12 |
* | Setup up the conduit library building better so the files get disted | JP Rosevear | 2001-04-08 | 2 | -7/+15 |
* | fix type. we want the destination interface, not source. | Chris Toshok | 2001-04-08 | 2 | -1/+6 |
* | Updated Japanese translation. | Akira TAGOH | 2001-04-08 | 2 | -1511/+1608 |
* | It would be a good idea to recognize '\0'. Before, this code was running | Peter Williams | 2001-04-08 | 2 | -1/+8 |
* | add a missing \ | Dan Winship | 2001-04-08 | 1 | -0/+1 |
* | make parent_class static | Dan Winship | 2001-04-08 | 1 | -1/+1 |
* | add "break;" to otherwise-empty "default:" cases to make them ANSI. | Dan Winship | 2001-04-08 | 1 | -0/+2 |
* | Added a question mark to the set of valid characters for symbol names. | Federico Mena Quintero | 2001-04-06 | 2 | -14/+38 |
* | merge from evolution-0-10-branch to evolution-0-10-merge-0 | Not Zed | 2001-04-05 | 9 | -26/+257 |
* | Merge from evolution-0-10 to evolution-0-10-merge-0 into head. | Not Zed | 2001-04-05 | 9 | -32/+258 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 25 | -108/+112 |
* | Some small header cleanups & fixes, and fix to translate all popup menus | Gediminas Paulauskas | 2001-04-05 | 8 | -15/+34 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2001-04-05 | 3 | -1499/+1748 |
* | Brag. | Kjartan Maraas | 2001-04-05 | 2 | -0/+5 |
* | Fix headers. | Kjartan Maraas | 2001-04-05 | 2 | -0/+6 |
* | Fix headers. Same here. Same here. Same here. | Kjartan Maraas | 2001-04-05 | 6 | -0/+22 |
* | Fix headers. | Kjartan Maraas | 2001-04-05 | 2 | -1/+7 |
* | Fix headers. Same here. Same here. Same here. Same here. | Kjartan Maraas | 2001-04-05 | 6 | -0/+32 |
* | Add prototype for service_changed(). Remove #include | Kjartan Maraas | 2001-04-05 | 3 | -1/+7 |
* | Fix headers. Same here. Same here. Same here. Same here. Same here. Same | Kjartan Maraas | 2001-04-05 | 10 | -0/+37 |
* | Fix headers. Same here. | Kjartan Maraas | 2001-04-05 | 3 | -0/+9 |
* | Fix headers. Same here. Same here. Same here. Same here. Same here. Same | Kjartan Maraas | 2001-04-05 | 15 | -0/+78 |
* | Fix headers. Same here. Same here. Same here. Same here. Same here. Same | Kjartan Maraas | 2001-04-05 | 15 | -1/+70 |
* | More header fixes. Same. Same. Same here. More header fixes. Same here. | Kjartan Maraas | 2001-04-05 | 7 | -8/+47 |
* | Added e_selection_model_cursor_activated. | Christopher James Lahey | 2001-04-04 | 2 | -0/+12 |
* | Call cursor_activated as well. | Christopher James Lahey | 2001-04-04 | 1 | -1/+6 |
* | Fixed headers. Moved the .h associated with each .c to the top of the list | Christopher James Lahey | 2001-04-04 | 9 | -14/+27 |
* | Fixed headers. | Christopher James Lahey | 2001-04-04 | 6 | -12/+26 |
* | Made this work properly for models with 0 rows in the tree table adapter. | Christopher James Lahey | 2001-04-04 | 1 | -1/+14 |
* | Updated Turkish translation | Fatih Demir | 2001-04-04 | 2 | -1334/+1424 |
* | Added this function. | Christopher James Lahey | 2001-04-04 | 3 | -0/+11 |
* | Make it so you can switch checking around the last access on and off for | Christopher James Lahey | 2001-04-04 | 2 | -0/+8 |
* | Added e_tree_selection_model_select_single_path and made selection_start | Christopher James Lahey | 2001-04-04 | 5 | -47/+150 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. Same | Kjartan Maraas | 2001-04-04 | 32 | -31/+64 |
* | Fixed this to not call the callback with a row of -1. | Christopher James Lahey | 2001-04-04 | 1 | -1/+2 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 5 | -6/+8 |
* | Turn on E_TREE_USE_TREE_SELECTION. | Christopher James Lahey | 2001-04-04 | 1 | -1/+1 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 35 | -52/+352 |
* | it seems it did not get into last commit | Gediminas Paulauskas | 2001-04-04 | 1 | -6/+28 |
* | Fixed a crash here. | Christopher James Lahey | 2001-04-04 | 2 | -1/+8 |
* | set content type to utf8. fix warning. just call on_link_clicked(). | Gediminas Paulauskas | 2001-04-04 | 7 | -65/+76 |
* | Added tests/ back in | Jeffrey Stedfast | 2001-04-04 | 3 | -131/+219 |
* | Fixed an off by one error. | Richard Hult | 2001-04-04 | 1 | -1/+1 |
* | Add argument to get the table adapter. (et_set_arg): Add arguments for | Richard Hult | 2001-04-04 | 3 | -1/+117 |
* | Executive summary and Trash now have nice icons both in tree/folder title and | Gediminas Paulauskas | 2001-04-04 | 10 | -107/+22 |
* | Removed junk images | Gediminas Paulauskas | 2001-04-04 | 16 | -0/+0 |
* | (imap_update_summary): When reading message flags, set the | Dan Winship | 2001-04-04 | 2 | -2/+13 |
* | (imap_get_message): If the server_level < IMAP4rev1, always fetch | Dan Winship | 2001-04-04 | 2 | -3/+9 |
* | If we don't change any flags or expunge, send a NOOP to give the server a | Dan Winship | 2001-04-04 | 2 | -1/+17 |
* | Add --no-tty argument to gpg. | Jeffrey Stedfast | 2001-04-04 | 3 | -1/+14 |
* | Sync the folder on activate. | Dan Winship | 2001-04-04 | 2 | -0/+6 |
* | Translations evolution/po/da.po | Kenneth Christiansen | 2001-04-04 | 1 | -1876/+3479 |
* | don't check the global variable, check the onje passed in. this really doesn'... | Jeffrey Stedfast | 2001-04-04 | 1 | -1/+1 |
* | Use the same URL-transforming rules we use when hashing the password so | Dan Winship | 2001-04-04 | 2 | -2/+16 |
* | Don't declare debug_log as extern in evolution-shell-component-client.c, | Dan Winship | 2001-04-04 | 3 | -7/+16 |
* | Merge fix for #1117 (g-warning being emitted when clicking on storage | Ettore Perazzoli | 2001-04-04 | 3 | -1/+15 |
* | Pulled up fixes from evolution-0-10-branch. | Ettore Perazzoli | 2001-04-04 | 3 | -3/+50 |
* | forgot last time | Gediminas Paulauskas | 2001-04-04 | 1 | -50/+0 |
* | Added ESEXP_RES_TIME for time values. (ESExpResult): Added a "time_t | Federico Mena Quintero | 2001-04-04 | 3 | -2/+92 |
* | Made this table model more consistent in the number of columns it has. | Christopher James Lahey | 2001-04-03 | 2 | -5/+14 |
* | supress some comliler warnings | Dietmar Maurer | 2001-04-03 | 1 | -2/+2 |
* | fix ref. counting problem | Dietmar Maurer | 2001-04-03 | 2 | -0/+6 |
* | Plug leak. | Federico Mena Quintero | 2001-04-03 | 13 | -25/+942 |
* | Typo fix; call e_cell_unrealize(), not e_cell_realize(). | Federico Mena Quintero | 2001-04-03 | 4 | -7/+9 |
* | Ahem, free the xmlDoc. (load_single_dir): Free the filename if we return | Federico Mena Quintero | 2001-04-03 | 1 | -1/+3 |
* | Don't draw the button if it's less than 1 pixel wide. | Christopher James Lahey | 2001-04-03 | 2 | -1/+7 |
* | Ahem, free the xmlDoc. | Federico Mena Quintero | 2001-04-03 | 1 | -0/+1 |
* | Remind users that they will currently have to copy their cert database | Jeffrey Stedfast | 2001-04-03 | 2 | -0/+8 |
* | Plug leak. | Federico Mena Quintero | 2001-04-03 | 2 | -61/+81 |
* | Fixed this function to properly format numbers that have leading zeros in | Rusty Conover | 2001-04-03 | 1 | -1/+1 |
* | Set the newpart on the container object. (less_parts): Remove the rule tht | Jeffrey Stedfast | 2001-04-03 | 4 | -90/+125 |
* | added missing evolution-contacts-plain.png which contact editor complained about | Gediminas Paulauskas | 2001-04-03 | 1 | -0/+1 |
* | Iain's fix did not help, fixing myself. closes #1914 | Gediminas Paulauskas | 2001-04-03 | 2 | -3/+8 |
* | Oops, fix build. | Michael Zucci | 2001-04-03 | 1 | -1/+3 |
* | heavier testing of libbbex | Michael Zucci | 2001-04-03 | 1 | -17/+134 |
* | Ahem, the ETableItem argument is now "selection_model", not | Federico Mena Quintero | 2001-04-03 | 1 | -2/+2 |
* | Added a space after an attribute to make libxml happy. | Anders Carlsson | 2001-04-03 | 2 | -1/+5 |
* | Unref and unregister the factory on exit | Iain Holmes | 2001-04-03 | 2 | -0/+7 |
* | Check for KMail files. | Iain Holmes | 2001-04-03 | 2 | -0/+71 |
* | Add a "provider_type" arg to MailAccountGuiService. | Dan Winship | 2001-04-03 | 3 | -2/+20 |
* | Remove the "quick_login" member, which is unnecessary. | Dan Winship | 2001-04-03 | 12 | -44/+64 |
* | marked report status strings for tanslation, fixes #1973 | Gediminas Paulauskas | 2001-04-03 | 2 | -7/+11 |
* | mutex lock & unlock the context. (camel_pgp_clearsign): Same. | Jeffrey Stedfast | 2001-04-02 | 2 | -0/+55 |
* | Update the function prototypes to match those found in | Jeffrey Stedfast | 2001-04-02 | 5 | -8/+585 |
* | Removed glade.h files -- xml-i18n-tools generates them itself. | Gediminas Paulauskas | 2001-04-02 | 7 | -32/+0 |
* | My previous commit was incomplete. | Gediminas Paulauskas | 2001-04-02 | 1 | -1/+2 |
* | Blessed by Ettore. | Gediminas Paulauskas | 2001-04-02 | 27 | -234/+270 |
* | No one responds on IRC, explained everything in bugzilla and these changelogs. | Gediminas Paulauskas | 2001-04-02 | 4 | -8/+10 |
* | Monitor the sorted model and send selection and cursor changed signals. | Christopher James Lahey | 2001-04-02 | 1 | -1/+111 |
* | Made this traverse the source model instead of the sorted model since the | Christopher James Lahey | 2001-04-02 | 1 | -10/+9 |
* | New files to handle the LOGIN SASL mechanism. | Jeffrey Stedfast | 2001-04-02 | 8 | -23/+241 |
* | Updated the authtypes here too. | Jeffrey Stedfast | 2001-04-02 | 3 | -4/+13 |
* | Updated the authtype values. | Jeffrey Stedfast | 2001-04-02 | 12 | -11/+73 |
* | Fixed some bugs with the privitization of ETreeSelectionModel. | Christopher James Lahey | 2001-04-01 | 2 | -8/+7 |
* | Another Finnish update. | jjranta | 2001-04-01 | 2 | -884/+989 |
* | Added e-tree-selection-model.c. (libetableinclude_HEADERS): Added | Christopher James Lahey | 2001-04-01 | 2 | -0/+35 |
* | Initialize all necessary fields here. | Christopher James Lahey | 2001-04-01 | 1 | -0/+18 |
* | Roll back another part of the change. | Christopher James Lahey | 2001-04-01 | 1 | -1/+5 |
* | Include <gal/util/e-util.h> here. | Christopher James Lahey | 2001-04-01 | 2 | -0/+5 |
* | Accidently committed this with using the tree selection model turned on. | Christopher James Lahey | 2001-04-01 | 2 | -19/+2 |
* | Include <gal/util/e-util.h> here. | Christopher James Lahey | 2001-04-01 | 5 | -639/+796 |
* | Set orig_position properly on inserted nodes. | Christopher James Lahey | 2001-04-01 | 1 | -2/+3 |
* | Made e_tree_selection_model_foreach work. (etsm_select_all): Made | Christopher James Lahey | 2001-03-31 | 1 | -8/+15 |
* | Removed this since it's out of date. Replaced by tests/test-table-1.c. | Christopher James Lahey | 2001-03-31 | 1 | -287/+0 |
* | New implementation based on a tree instead of a hash table. | Christopher James Lahey | 2001-03-31 | 4 | -58/+433 |
* | Added e_bit_array_cross_and and e_bit_array_cross_or. | Christopher James Lahey | 2001-03-31 | 2 | -1/+29 |
* | Fixed little bug, add adjustments. | Tambet Ingo | 2001-03-31 | 1 | -1/+4 |
* | Call e_select_names_model_clean after adding address. This should deal | Jon Trowbridge | 2001-03-31 | 6 | -1/+58 |
* | Handle NULL args semi-gracefully. | Jon Trowbridge | 2001-03-31 | 1 | -1/+8 |
* | Check that first_colon < last_at, to prevent horrible things from | Jon Trowbridge | 2001-03-31 | 2 | -6/+8 |
* | If the importer can't be started, don't continue | Iain Holmes | 2001-03-31 | 2 | -0/+17 |
* | Register for cancellation. (mail_config_check_service): Pop up a modal | Dan Winship | 2001-03-31 | 2 | -3/+39 |
* | Move things around here to make this all work right again (so you don't | Dan Winship | 2001-03-31 | 2 | -47/+35 |
* | Fix a crash when the evolution-importer-client tries to pass NULL for the fol... | Iain Holmes | 2001-03-31 | 5 | -2/+16 |
* | Bump this to 10. (We forgot to do this before branching *again*...) | Dan Winship | 2001-03-31 | 2 | -1/+6 |
* | Since this is an ETree now, the signature of the double click callback has | Christopher James Lahey | 2001-03-31 | 2 | -0/+7 |
* | Fixed removing the last child of a node. | Christopher James Lahey | 2001-03-31 | 1 | -4/+29 |
* | Add support for converting e-mail addresses to links. (is_email_address): | Jon Trowbridge | 2001-03-31 | 11 | -16/+254 |
* | If the EvolutionShellComponent emits a "debug" signal, turn on | Dan Winship | 2001-03-31 | 2 | -0/+15 |