diff options
author | NotZed <NotZed@HelixCode.com> | 2000-05-07 11:57:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-07 11:57:50 +0800 |
commit | f490803d13f53f9615e258126f6fe25eabc83c3e (patch) | |
tree | f841071236ad0133da14d6a854a68efe33ba3db8 /libibex/ChangeLog | |
parent | 05dcdd341dbed148e4d1c6088dbf2dc054e5cc14 (diff) | |
download | gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.gz gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.bz2 gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.lz gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.xz gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.zst gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.zip |
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
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index ceb75a4e51..abd1914e84 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,8 @@ +2000-05-06 NotZed <NotZed@HelixCode.com> + + * find.c (ibex_contains_name): New function to find out if a file + is indexed. + 2000-05-02 Matt Loper <matt@helixcode.com> * Makefile.am: set G_LOG_DOMAIN. |