aboutsummaryrefslogtreecommitdiffstats
path: root/libical
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-06-13 15:38:47 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-06-13 15:38:47 +0800
commite7deedccdac5baf62f0adfd3a8cfb311157da01f (patch)
tree6114b6a4a73a6a3807398fbd607971f351f67664 /libical
parent7ba831860dfa5e96d9d19a0b5907d5237e60596a (diff)
downloadgsoc2013-evolution-e7deedccdac5baf62f0adfd3a8cfb311157da01f.tar.gz
gsoc2013-evolution-e7deedccdac5baf62f0adfd3a8cfb311157da01f.tar.zst
gsoc2013-evolution-e7deedccdac5baf62f0adfd3a8cfb311157da01f.zip
Added the array of objects and the hash table of UID->array index.
2000-06-13 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-model.c (CalendarModelPrivate): Added the array of objects and the hash table of UID->array index. (calendar_model_row_count): Return the length directly from the array instead of asking the Wombat. (calendar_model_value_at): Implemented. (calendar_model_new): Create an empty model. We provide a new setter function now. (calendar_model_construct): Removed function. (calendar_model_set_cal_client): New function to set the calendar client and object type at any time. This lets us reuse a calendar model object. * cal-util/calobj.h (iCalObjectField): Just report whether the object has alarms; not every single alarm. svn path=/trunk/; revision=3547
Diffstat (limited to 'libical')
-rw-r--r--libical/src/test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libical/src/test/Makefile.in b/libical/src/test/Makefile.in
index a4b7b70aee..c97dbd0026 100644
--- a/libical/src/test/Makefile.in
+++ b/libical/src/test/Makefile.in
@@ -128,7 +128,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = tar
+TAR = gtar
GZIP_ENV = --best
DEP_FILES = .deps/copycluster.P .deps/findobj.P .deps/icaltestparser.P \
.deps/regression.P .deps/storage.P .deps/stow.P .deps/usecases.P
72c827811f217f145b25d7abd78a7266bf9'>Update to 1.001.tobez2011-09-163-8/+3 * -remove MD5ohauer2011-07-031-1/+0 * - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-291-3/+2 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1 * Update to 1.00.tobez2007-12-202-4/+4 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1 * Update to 0.99.tobez2006-11-283-4/+5 * Update to 0.32.tobez2006-02-062-4/+4 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3 * Update to 0.30.tobez2005-12-052-3/+4 * Update to 0.24.tobez2005-11-092-4/+5