/print/

>Matthew Barnes2009-05-082-9/+9 * | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2 * | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-152-2/+2 * | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+1 * | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-172-8/+17 * | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-023-50/+46 * | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-112-29/+30 * | Progress update:Matthew Barnes2008-08-301-1/+0 |/ * fixed copyright noticesJeffrey Stedfast2008-06-215-8/+8 * ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-063-10/+3 * ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-2/+2 * ** Fixes bug #362638Matthew Barnes2007-12-213-68/+55 * ** Remove trailing whitespace from source code.Matthew Barnes2007-11-154-28/+28 * Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-293-4/+4 * ** Fixes bug #469657Matthew Barnes2007-10-021-15/+7 * Distribute README.async (#478704).Matthew Barnes2007-09-224-2447/+0 * Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-028-13/+13 * ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-15/+0 * Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-1/+1 * Fix file descriptor leaksJules Colding2007-05-293-3/+6 * ** Fixes bug #419524Matthew Barnes2007-03-212-2/+2 * s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-3/+2 * fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-061-1/+1 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1 * Include e-util-private.h for O_BINARY.Tor Lillqvist2005-12-181-0/+2 * importers/elm-importer.c importers/evolution-mbox-importer.cTor Lillqvist2005-12-186-23/+37 * Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-281-2/+2 * Use the bootstrap import library for libevolution-mail.la on Win32 asTor Lillqvist2005-08-101-1/+7 * Merge back eplugin-import-branch.Michael Zucci2005-07-127-668/+421 * include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-0/+2 * Remove unused global symbol.Hans Petter Jansson2005-02-011-2/+0 * addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-091-1/+1 * Moved various things from e-util to libedataserver.Not Zed2004-12-032-2/+0 * ** Merge in notzed-messageinfo-branch.Not Zed2004-11-122-8/+10 * Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-203-0/+3 * utf8_filename should be char * not charJP Rosevear2004-08-281-2/+2 * Convert filename to UTF-8 from local encoding before displaying it.Frédéric Crozat2004-08-253-5/+13 * ** See #59885.Not Zed2004-06-171-25/+25 * set the default selection to inbox.Not Zed2004-05-262-3/+33 * use the new e_book_new_* and e_book_open apis.Chris Toshok2004-05-201-3/+3 * ** Dunno why i bothered, but see bug #58090.Not Zed2004-05-071-6/+36 * removed.Not Zed2004-05-032-0/+7 * Removed unused and uninitialised "url" local that gets g_free-edDavid Malcolm2004-04-191-2/+1 * use e_destination_export_to_vcard_attribute instead of exporting to xml,Chris Toshok2004-04-101-11/+12 * Updated for signature API changes.Jeffrey Stedfast2004-04-021-6/+7 * ** See bug #55096.Not Zed2004-03-052-1/+12 * fix for the weird-arsed e-contact list api. and fix a small memleak.Not Zed2004-02-171-2/+16 * use mail-importer to import the mail tree, fix the account stuff to talkNot Zed2004-02-137-1174/+960 * call the right recursive function, oops.Not Zed2004-02-112-4/+2 * include camel-operation.hJP Rosevear2004-02-111-0/+2 * Basically rewrote this, the import tasks run in another thread. It tellsNot Zed2004-02-1114-746/+852 * Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-0210-29/+29 * use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-171-2/+1 * set up vars and rules for versioning the .server filesJP Rosevear2003-10-311-8/+7 * updated for camel namespace changesJeffrey Stedfast2003-09-191-1/+1 * temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-1/+1 * Updated for camel namespace changes.Jeffrey Stedfast2003-08-271-1/+1 * ** See bug #22542Not Zed2003-06-111-1/+1 * Updated for API change in the filter code.Jeffrey Stedfast2003-04-301-4/+4 * Remove COMPONENTDIR and set BINDIR and VERSION instead.Not Zed2003-04-176-12/+13 * Fix bad XML noticed by Not ZedDan Winship2003-04-083-6/+6 * Clean up server namesDan Winship2003-04-086-21/+36 * added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-035-3/+5 * ** for mail part of bug #38461.Not Zed2003-03-205-275/+156 * Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-202-2/+2 * Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. Likewise.Ettore Perazzoli2003-03-072-3/+3 * Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-221-6/+0 * add .server.in filesDan Winship2003-02-201-1/+4 * Removed unused variables.Jeffrey Stedfast2003-02-134-59/+12 * Split the ORBit IDL compilation rules to work properly with parallelEttore Perazzoli2003-02-111-3/+11 * Add LDFLAGS to ported libsRodney Dawes2003-02-101-0/+6 * track change to e_book_load_uri type.Chris Toshok2003-02-071-3/+1 * Remove *dir defs that are in configure.in now (INCLUDES): clean up usingDan Winship2003-02-072-4/+2 * update from ../../importers/. (main): Removed.Not Zed2003-02-055-15/+3577 * removed *.oaf.in that were leftJeffrey Stedfast2003-01-232-58/+0 * ignore *.serverJeffrey Stedfast2002-12-051-1/+1 * provide a proper implicit rule for building .server.in from .server.in.in.Not Zed2002-11-202-8/+6 * fix warning message, outlook->mbox.Not Zed2002-11-192-2/+2 * Added back libevolution-importer stuff. (SUBDIRS): Added back importers.Not Zed2002-11-188-30/+149 * Fixed i18n rule.Michael Zucci2002-11-121-1/+1 * Use the camel_message_info_new/free functions rather than g_new0 andJeffrey Stedfast2002-10-021-69/+43 * [Fix #24732]Ettore Perazzoli2002-10-021-2/+3 * Define a versioned library directory that we can use for things that arePeter Williams2002-07-151-1/+1 * Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-1/+1 * add const to silence warning.Larry Ewing2002-04-291-1/+1 * Use -avoid-version -module. (From Max Horn <max@quendi.de>)Dan Winship2002-04-021-2/+2 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-28