Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-text-index.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-12 Rob BradfordFix syntax error introduced by my patch. Kudos to Theppitak
2007-08-11 Johnny JacobFix for 387806 by Rob Bradford <rob@openedhand.com>
2007-05-16 Jules ColdingFix file descriptor leaks from open() and friends as...
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-02-23 Matthew Barnes** Fixes bug #356177
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2005-11-30 Tor LillqvistDefine O_BINARY as 0 on Unix. Add declarations for...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-24 Not Zedinit folders and only use it if set.
2005-08-17 Tor Lillqvistcamel-cipher-context.c Drop unneeded <pthread.h>.
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-02-04 Jeffrey StedfastUse macro casts from int to pointer.
2003-10-27 Jeffrey StedfastIf a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-06-11 Larry Ewinguse g_utf8_strdown properly.
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-04-19 Not Zed** for #40989
2003-03-06 Jeffrey StedfastSame as below.
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-11-05 Not ZedCreated temporary link list, we need to link with somet...
2002-09-24 Not ZedIf we have no data written to a key, dont add it, or...
2002-08-29 Not ZedChange the case sensitive search of subject to expect...
2002-08-20 Peter WilliamsPlug some large leaks in the indexing code.
2002-06-14 Jeffrey StedfastFixed compiler warnings.
2002-04-26 Not ZedRemove the excessive \n's, after printfs.
2002-04-18 Not ZedIf we get a failure, make sure we set an exception.
2002-04-03 Not ZedTurn indexing back on, fingers crossed ...
2002-04-02 Not ZedSync the key tables explcitly.
2002-03-25 Not ZedChanged to use just g_utf8_strdown instead of utf8_norm...
2002-03-25 Not ZedWhen we add a new name, up all of the cache limits...