aboutsummaryrefslogtreecommitdiffstats
path: root/LEGAL
diff options
context:
space:
mode:
Diffstat (limited to 'LEGAL')
0 files changed, 0 insertions, 0 deletions
'2001-04-16 00:52:41 +0800'>2001-04-162-1/+5 * Added strikeout argument.Christopher James Lahey2001-04-162-4/+34 * Use e_canvas_hide_tooltip and e_canvas_popup_tooltip.Christopher James Lahey2001-04-163-68/+19 * Pull up fix from the branch:Ettore Perazzoli2001-04-153-11/+49 * Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-153-20/+79 * Updated russian translation.Valek Frob2001-04-152-1656/+2164 * Cleaned this up. Removed some #if 0 and replaced others with #ifdefs.Christopher James Lahey2001-04-151-59/+4 * Set "bold" argument on created tooltip. Adjusted position of displayedChristopher James Lahey2001-04-154-31/+32 * Added "bold" argument.Christopher James Lahey2001-04-152-37/+58 * Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-151-14/+13 * Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-152-0/+197 * Added Filter/VFolder on mailing list. Yay. I also figured I'd expand thisJeffrey Stedfast2001-04-152-18/+32 * Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.Jeffrey Stedfast2001-04-156-38/+72 * Check to make sure the context is a valid context in all the userJeffrey Stedfast2001-04-152-0/+15 * Added the function e_book_view_listener_stop to tell the book viewChristopher James Lahey2001-04-158-88/+117 * Ref the cursor here when we receive it.Christopher James Lahey2001-04-154-74/+39 * Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-1429-18503/+28040 * Pull up fix from the 0-10 branch (chain the ::destroy handler forEttore Perazzoli2001-04-142-0/+7 * s/imap_store/store/, fixing a typo that was causing the build to fail.Jon Trowbridge2001-04-142-5/+9 * Oops --- I forgot to add these files before my last commit.Jon Trowbridge2001-04-142-0/+408 * Make the (previously unused) get-source command actually do the rightJon Trowbridge2001-04-1410-7/+64 * Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-147-18/+43 * Plug leaks.Dan Winship2001-04-146-10/+41 * Fix memory leakDan Winship2001-04-141-1/+2 * Fix the syntactic bogon here, and attempt to fix the logical bogon too.Dan Winship2001-04-142-2/+10 * Get the ESelectNamesModel from the widget's text model instead of storingChristopher James Lahey2001-04-132-6/+21 * Only activate the message if the cursor has moved.Christopher James Lahey2001-04-132-4/+18 * Always emit the cursor changed signal. Even if it's changed to the sameChristopher James Lahey2001-04-131-8/+5 * Update the Voice and Fax phone numbers too, finishing off bug #1667.Jason Leach2001-04-132-2/+7 * Added e-table/e-cell-spin-button.lo Added e-table/e-cell-float.loMikael Hallendal2001-04-132-0/+64 * New cell for floats.Mikael Hallendal2001-04-134-0/+906 * Update the built in VCard.Christopher James Lahey2001-04-132-2/+7 * Updated the required version of gal to 0.6.99.0.Christopher James Lahey2001-04-132-1/+5 * Implemented these.Christopher James Lahey2001-04-132-0/+23 * Updated this function to be a correct full ordering.Christopher James Lahey2001-04-133-72/+130 * Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-1310-114/+396 * If the service is NULL, just use the item as the key.Jeffrey Stedfast2001-04-132-3/+9 * Oops, lets not get into a recursive call here ;-)Jeffrey Stedfast2001-04-135-15/+24 * Removed openpgp-utils.c and added the camel-pgp-*.c files. AddedJeffrey Stedfast2001-04-132-1/+2 * Use the mail-crypto pgp-mime wrappers. (build_message):Jeffrey Stedfast2001-04-132-10/+11 * Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use aJeffrey Stedfast2001-04-134-18/+28 * Updated to reflect the few changes made to the CamelPgpContext class.Jeffrey Stedfast2001-04-138-313/+662 * Fix a pair of array bounds reads noted by purifyDan Winship2001-04-132-2/+7 * oh, and the tcp-stream headers.Jeffrey Stedfast2001-04-131-0/+3 * #include the pgp stuff.Jeffrey Stedfast2001-04-132-0/+6 * put the business address into the pilot record as that is what we put intoJP Rosevear2001-04-135-78/+24 * Don't printf NULLDan Winship2001-04-132-2/+5 * Removed openpgp-utils.c and added the camel-pgp-*.c files.Jeffrey Stedfast2001-04-132-1/+7 * Fix a memory leak.Dan Winship2001-04-132-4/+9 * Don't leak memory.Dan Winship2001-04-132-1/+10 * Plug memory leaks.Dan Winship2001-04-133-0/+8 * removed openpgp-utilsJeffrey Stedfast2001-04-132-1370/+0 * Updated for changes to PGP code.Jeffrey Stedfast2001-04-137-479/+131 * Use the mail-crypto pgp-mime wrappers.Jeffrey Stedfast2001-04-132-3/+8 * svn path=/trunk/; revision=9267Federico Mena Quintero2001-04-132-1/+6 * New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-1311-284/+662 * s/IMAP/SMTPJeffrey Stedfast2001-04-121-1/+1 * Updated Spanish translation.Hector Garcia2001-04-122-1191/+1456 * Updated Slovak translationStano Visnovsky2001-04-122-2040/+2069 * Fixed Swedish translation. Thanks to Göran UddeborgChristian Rose2001-04-122-37/+42 * Only look for special pseudo-multipart-isms (binhex, uucode, old pgp, etc)Dan Winship2001-04-122-1/+17 * Don't get into an infinite loop when clicking on an IMAP storage. MightDan Winship2001-04-122-0/+11 * mark messages as seen when opening then in a separate window.Dan Winship2001-04-122-0/+6 * Fix previous.Dan Winship2001-04-122-1/+9 * Removed a trailing 'k' making an error while compiling.Mikael Hallendal2001-04-122-1/+5 * Don't g_free the recipient array members here because we free them in theJeffrey Stedfast2001-04-122-8/+10 * Simplify peterw's imap_is_atom_char fix.Dan Winship2001-04-122-2/+7 * Don't add more than five phone numbers and set the remaining blank entriesJP Rosevear2001-04-122-3/+10 * Huh, somehow I forgot to apply the from filter when verifying signedJeffrey Stedfast2001-04-122-1/+10 * Added pgp-mime.c to the tests.Jeffrey Stedfast2001-04-127-26/+155 * prepend to both changes and change_ids when different and mark asJP Rosevear2001-04-122-2/+8 * Updated Finnish translation.jjranta2001-04-122-668/+815 * Use the homedir as the default filename.Jeffrey Stedfast2001-04-123-6/+3 * Set the default filename to the user's homedir.Jeffrey Stedfast2001-04-122-3/+3 * Change into the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-12