Commit Graph

19 Commits

Author SHA1 Message Date
0aafb55e25 Make sure we mark the ibex as dirty.
2000-05-11  NotZed  <NotZed@HelixCode.com>

        * index.c (ibex_unindex): Make sure we mark the ibex as dirty.

svn path=/trunk/; revision=2992
2000-05-11 20:45:00 +00:00
47e3cd0fdb New function, only write out the ibex if it has changed.
2000-05-07  NotZed  <NotZed@HelixCode.com>

        * file.c (ibex_save): New function, only write out the ibex if it
        has changed.

svn path=/trunk/; revision=2868
2000-05-07 08:49:41 +00:00
7
97505d5350 Also close the fd after we're done.
2000-05-07    <notzed@helixcode.com>

        * file.c (ibex_open): Also close the fd after we're done.

svn path=/trunk/; revision=2859
2000-05-07 05:04:31 +00:00
f490803d13 New function to find out if a file is indexed.
2000-05-06  NotZed  <NotZed@HelixCode.com>

        * find.c (ibex_contains_name): New function to find out if a file
        is indexed.

svn path=/trunk/; revision=2856
2000-05-07 03:57:50 +00:00
855b85657d Set G_LOG_DOMAIN in following files.
addressbook/demo/Makefile.am
 addressbook/printing/Makefile.am
 camel/Makefile.am
 camel/providers/MH/Makefile.am
 camel/providers/maildir/Makefile.am
 camel/providers/mbox/Makefile.am
 camel/providers/nntp/Makefile.am
 camel/providers/pop3/Makefile.am
 camel/providers/sendmail/Makefile.am
 camel/providers/smtp/Makefile.am
 composer/Makefile.am
 e-util/Makefile.am
 filter/Makefile.am
 libibex/Makefile.am
 mail/Makefile.am
 shell/Makefile.am
 tests/Makefile.am
 tests/ui-tests/Makefile.am
 widgets/e-table/Makefile.am
 widgets/e-text/Makefile.am
 widgets/meeting-time-sel/Makefile.am
 widgets/shortcut-bar/Makefile.am

svn path=/trunk/; revision=2756
2000-05-02 21:34:01 +00:00
195cd8844b Debug function to dump the whole index to stdout.
2000-04-12  NotZed  <NotZed@HelixCode.com>

        * find.c (ibex_dump_all): Debug function to dump the whole index
        to stdout.

        * words.c (get_ibex_file): Use g_strdup(), not strdup().

2000-04-11  NotZed  <NotZed@HelixCode.com>

        * file.c (write_word): Always write out all words we have (even if
        its 0 ... the file expects it).  No longer check for removed files.
        (store_word): Check for removed files here, and only add to the
        ordered tree if we have references left to this word.
        (ibex_write): First insert into the tree, to determine the
        wordcount to be saved in the output file, and then write that.
        (ibex_open): Remove some debug.

        * words.c (ibex_index_buffer): Always set 'unread', if it is a
        valid pointer (dont rely on caller to initialise it).

svn path=/trunk/; revision=2409
2000-04-12 15:09:58 +00:00
03bcc319cf Fixed call to ibex_open.
2000-03-26  NotZed  <NotZed@HelixCode.com>

        * lookup.c (main): Fixed call to ibex_open.

        * mkindex.c (main): Fixed call to ibex_open.

        * file.c (ibex_open): Changed to accept flags and mode equivalent
        to open(2).

svn path=/trunk/; revision=2202
2000-03-28 00:39:36 +00:00
c45670272a add gtk-doc-style comments
svn path=/trunk/; revision=1936
2000-02-25 19:36:51 +00:00
fb36c0aef9 + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.
+	* libical/src/libicalss/.cvsignore: same.
+
+	* tests/.cvsignore: Added test11.
+
+	* filter/.cvsignore: New file.
+
+	* libibex/.cvsignore: Added mkindex.

svn path=/trunk/; revision=1895
2000-02-22 00:49:31 +00:00
3b3a08b1de change noinst_LIBRARIES to noinst_LTLIBRARIES, and supply -static to
2000-02-21  NotZed  <NotZed@HelixCode.com>

	* Makefile.am: change noinst_LIBRARIES to noinst_LTLIBRARIES, and supply -static to
	LDFLAGS.  Duh, and changed LDADD back to libibex.la.

svn path=/trunk/; revision=1892
2000-02-21 23:28:19 +00:00
56fdb4bef4 changed mkindex_LDADD to libibex.a instead of libibex.la.
* Makefile.am: changed mkindex_LDADD to libibex.a instead of
	libibex.la.

svn path=/trunk/; revision=1870
2000-02-20 21:42:28 +00:00
7b725d20a3 + * widgets/e-minicard/.cvsignore: Added minicard-label-test,
+	minicard-test, and reflow-test.
+
+	* shell/.cvsignore: added files autogenerated from Evolution.idl.
+
+	* libversit/.cvsignore: Added .libs, vcc.c, vcc.lo, vobject.lo,
+	vcaltmp.lo, libversit.la
+
+	* libical/src/test/.cvsignore: New file.
+
+	* libical/src/libical/.cvsignore: New file.
+
+	* libical/src/libicalss/.cvsignore: New file.
+
+	* libical/.cvsignore: New file, with config.log in it.
+
+	* calendar/.cvsignore: Added tlacuache and tl-test.
+
+	* libibex/.cvsignore: added lookup.
+
+	* mail/.cvsignore: added test-mail.

svn path=/trunk/; revision=1859
2000-02-19 21:28:47 +00:00
9124eeff4c For now. make a libibex.a library so we can link it with the camel
2000-02-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* Makefile.am (lookup_LDADD): For now. make a libibex.a library so
	we can link it with the camel provider.  I hate libtool

svn path=/trunk/; revision=1852
2000-02-19 02:04:56 +00:00
89fefc5c8c fix license and indent style
svn path=/trunk/; revision=1814
2000-02-17 02:10:05 +00:00
704369d070 automakify libibex
svn path=/trunk/; revision=1813
2000-02-17 01:45:58 +00:00
cd9df589ea Finds if a word is indexed under a given name.
2000-02-16  NotZed  <NotZed@HelixCode.com>

	* find.[ch] (ibex_find_name): Finds if a word is indexed under a
	given name.

svn path=/trunk/; revision=1812
2000-02-17 01:25:49 +00:00
f9cdc1e009 thou shall not shout
svn path=/trunk/; revision=1782
2000-02-15 14:20:25 +00:00
c145f90b49 Hack together a build using libtool. This should all be auto*'d at some
2000-02-14  NotZed  <notzed@zedzone.helixcode.com>

	* Makefile: Hack together a build using libtool.  This should all
	be auto*'d at some point I guess.

svn path=/trunk/; revision=1773
2000-02-14 05:43:42 +00:00
add8821e99 Initial revision
svn path=/trunk/; revision=1768
2000-02-14 02:00:22 +00:00