2006-02-04 15:41  Tomaz Solc  <avian>

	* export/export_vcal.c (1.2):

	Incremented year.

2006-02-04 15:41  Tomaz Solc  <avian>

	* doc/tablix2_output.1 (1.3):

	Added documentation for the vcal export module.

2006-02-04 15:16  Tomaz Solc  <avian>

	* src/assert.h (1.3), src/cache.c (1.3), src/cache.h (1.2),
	src/chromo.c (1.3), src/chromo.h (1.5), src/counter.c (1.8),
	src/counter.h (1.6), src/data.c (1.21), src/data.h (1.24),
	src/depend.c (1.2), src/depend.h (1.2), src/error-local.c (1.3),
	src/error-pvm.c (1.3), src/error.c (1.17), src/error.h (1.9),
	src/export.h (1.3), src/genetic.c (1.5), src/genetic.h (1.4),
	src/main.h (1.32), src/modsup.c (1.20), src/modsup.h (1.7),
	src/module.h (1.4), src/nodes.c (1.5), src/nodes.h (1.5),
	src/output.c (1.24), src/output.h (1.6), src/params.c (1.7),
	src/params.h (1.4), src/transfer.c (1.6), src/transfer.h (1.4),
	src/xmlsup.h (1.6), ttf/tablix2_test (1.5), utils/tablix2_benchmark
	(1.4), utils/tablix2_plot (1.4):

	Incremented year.

2006-02-03 19:16  Tomaz Solc  <avian>

	* src/main.c (1.68):

	Fixed previous bug fix.

2006-02-03 19:16  Tomaz Solc  <avian>

	* src/master.c (1.52):

	Changed copyright date.

2006-02-03 17:54  Tomaz Solc  <avian>

	* src/main.c (1.67):

	Fixed two bugs in the local search function: "fitness" field of the
	optimized table had incorrect value on return of lsearch_table().
	Local search stopped before it reached a local minimum.

2006-02-03 17:33  Tomaz Solc  <avian>

	* src/: main.c (1.66), xmlsup.c (1.32):

	Added missing header

2006-02-01 21:30  Tomaz Solc  <avian>

	* modules/: consecutive.c (1.8), holes.c (1.3), perday.c (1.3),
	sametime.c (1.9), walk.c (1.3):

	Improved documentation.

2006-02-01 19:06  Tomaz Solc  <avian>

	* configure.in (1.35), debian/changelog (1.13), doc/Doxyfile (1.3),
	ttf/tablix2_test (1.4), utils/tablix2_benchmark (1.3),
	utils/tablix2_plot (1.3):

	Incremented version number

2006-02-01 19:06  Tomaz Solc  <avian>

	* src/xmlsup.c (1.31):

	Fixed compile warnings.  Fixed some memory leaks.

2006-01-28 14:16  Tomaz Solc  <avian>

	* po/sl.po (1.36):

	Update po

2006-01-28 14:05  Tomaz Solc  <avian>

	* modules/sametimeas.c (1.3):

	Use updater functions (submitted by Antonio Duran)

2006-01-27 22:50  Tomaz Solc  <avian>

	* examples/: sample2.xml (1.3), tough2.xml (1.3):

	Uncommented "consecutive.so" module in the example files.

2006-01-27 22:48  Tomaz Solc  <avian>

	* ttf/export_ttf.c (1.6):

	Added missing space in the error message.

2006-01-27 22:48  Tomaz Solc  <avian>

	* po/: POTFILES.in (1.15), sl.po (1.35):

	Finished with Slovenian translation.

2006-01-27 20:25  Tomaz Solc  <avian>

	* modules/: consecutive.c (1.7), freeperiod.c (1.3):

	Fixed missing spaces in error messages.

2006-01-27 20:24  Tomaz Solc  <avian>

	* src/: output.c (1.23), params.c (1.6), xmlsup.c (1.30):

	Fixed spelling errors / missing spaces in error messages.

2006-01-17 10:51  Tomaz Solc  <avian>

	* src/master.c (1.51):

	Added additional error message if time limit was reached.

2006-01-07 17:49  Tomaz Solc  <avian>

	* modules/: timeblocks.c (1.2), timeblocks_sameday.c (1.2):

	Added link to consecutive.so.

2006-01-06 19:41  Tomaz Solc  <avian>

	* export/: Makefile.am (1.3), export_vcal.c (1.1):

	Added experimental vcal export module.

2006-01-06 13:02  Tomaz Solc  <avian>

	* ttf/tests/: Makefile.am (1.8), sameday-3.xml (1.2), sameday-4.xml
	(1.1):

	Added new test for sameday.so

2006-01-06 13:02  Tomaz Solc  <avian>

	* modules/sameday.c (1.5):

	Better compatibility with consecutive.so

2006-01-06 12:47  Tomaz Solc  <avian>

	* modules/consecutive.c (1.6):

	A group of equal events can now be separated into blocks of
	different sizes.

2006-01-03 20:37  Tomaz Solc  <avian>

	* ttf/tests/Makefile.am (1.7):

	Update makefile.

2006-01-03 20:36  Tomaz Solc  <avian>

	* ttf/tests/: sameday-1.xml (1.3), sameday-2.xml (1.2),
	sameday-3.xml (1.1):

	Modified tests because of the modified functionality of the
	sameday.so module.

2006-01-03 20:36  Tomaz Solc  <avian>

	* ttf/tests/consecutive-2.xml (1.1):

	Additional test for the new functionality of the consecutive.so
	module.

2006-01-03 20:34  Tomaz Solc  <avian>

	* modules/sameday.c (1.4):

	Module rewritten.  Merged with functionality of
	timeblocks_sameday.so module.

2006-01-03 20:33  Tomaz Solc  <avian>

	* modules/consecutive.c (1.5):

	Merged with functionality of the timeblocks.so module.

2006-01-03 20:32  Tomaz Solc  <avian>

	* src/: data.c (1.20), data.h (1.23):

	Added new kernel API call: tuple_compare()

2006-01-03 19:39  Tomaz Solc  <avian>

	* src/modsup.c (1.19):

	Fixed bug in handler_find(). Resource restriction handlers  defined
	for any resource type were called as tuple restriction handlers,
	causing a segfault.

2006-01-02 19:09  Tomaz Solc  <avian>

	* doc/mod-doc2.pl (1.4):

	Module names mentioned in the documentation weren't always linked.

2005-12-30 23:54  Tomaz Solc  <avian>

	* modules/consecutive.c (1.4):

	Rewritten module.

2005-12-30 23:51  Tomaz Solc  <avian>

	* doc/modules.db (1.17):

	Added chapter on dependent events.

2005-12-11 19:09  Tomaz Solc  <avian>

	* ttf/tests/consecutive-1.xml (1.3):

	Updated test.

2005-12-11 19:09  Tomaz Solc  <avian>

	* modules/consecutive.c (1.3):

	Changed module to use updater functions.

2005-12-11 19:08  Tomaz Solc  <avian>

	* src/: Makefile.am (1.29), chromo.h (1.4), data.c (1.19), depend.c
	(1.1), depend.h (1.1), genetic.c (1.4), main.c (1.65), module.h
	(1.3):

	Added support dependent events.

2005-12-11 15:59  Tomaz Solc  <avian>

	* doc/mod-doc2.pl (1.3):

	Fixed bug in automatic linking of module names.

2005-12-11 15:56  Tomaz Solc  <avian>

	* src/master.c (1.50):

	Better error message if problem description file can't be opened.

2005-12-04 23:43  Tomaz Solc  <avian>

	* doc/tablix2_kernel.1 (1.3):

	Fixed wrong link.

2005-11-25 18:04  Tomaz Solc  <avian>

	* src/error.c (1.16):

	Removed unneeded include file.

2005-11-25 18:04  Tomaz Solc  <avian>

	* src/modsup.c (1.18):

	Added missing space to error message.

2005-11-17 19:51  Tomaz Solc  <avian>

	* doc/tablix2.1 (1.3):

	Added cachesize option description to man page.

2005-11-01 21:49  Tomaz Solc  <avian>

	* ttf/tests/: Makefile.am (1.6), sameday-2.xml (1.1),
	timeblocks-1.xml (1.1), timeblocks-sameday-1.xml (1.1):

	Added tests for new modules.

2005-11-01 21:49  Tomaz Solc  <avian>

	* modules/: Makefile.am (1.19), sameday.c (1.3), timeblocks.c
	(1.1), timeblocks_sameday.c (1.1):

	Added timeblocks, timeblock_sameday modules.  Contributed by
	Antonio Duran.

2005-11-01 21:48  Tomaz Solc  <avian>

	* ttf/tablix2_test (1.3):

	Result files are now left in the current directory if a test fails
	for analysis.

2005-10-31 19:23  Tomaz Solc  <avian>

	* src/cache.c (1.2):

	Added missing header.

2005-10-29 20:42  Tomaz Solc  <avian>

	* src/: cache.c (1.1), cache.h (1.1):

	Added.

2005-10-29 20:36  Tomaz Solc  <avian>

	* AUTHORS (1.9):

	Added Nicholas Robinson to the list of contributors.

2005-10-29 20:35  Tomaz Solc  <avian>

	* src/: Makefile.am (1.28), chromo.h (1.3), data.c (1.18),
	genetic.c (1.3), genetic.h (1.3), main.c (1.64), modsup.c (1.17),
	params.c (1.5), params.h (1.3):

	Implemented fitness cache

2005-10-29 20:31  Tomaz Solc  <avian>

	* doc/tablix_output.1 (1.11), doc/tablix_plot.1 (1.5),
	modules/more_teachers.c (1.12), modules/preferred.c (1.9),
	modules/subject_preferred.c (1.6), modules/teacher_perday.c (1.10),
	src/export_html.c (1.7), src/export_htmlcss.c (1.13),
	ttf/tablix_test (1.8), utils/tablix_benchmark (1.6),
	utils/tablix_plot (1.7):

	Removed files that weren't removed by the merge

2005-10-29 20:26  Tomaz Solc  <avian>

	* AUTHORS (1.8), ChangeLog (1.20), Makefile.am (1.9), README
	(1.18), config.guess (1.7), config.sub (1.7), configure.in (1.34),
	debian/.cvsignore (1.4), debian/changelog (1.12), debian/control
	(1.6), debian/copyright (1.3), debian/docs (1.7), debian/examples
	(1.9), debian/manpages (1.6), debian/rules (1.7), doc/.cvsignore
	(1.4), doc/Doxyfile (1.2), doc/Makefile.am (1.12),
	doc/config-si.ltx (1.3), doc/gpl.dbk (1.2), doc/makedoc (1.16),
	doc/manual.db (1.19), doc/mod-doc2.pl (1.2), doc/moddocdb.pl (1.3),
	doc/moddoctxt.pl (1.3), doc/modules.db (1.16), doc/modules2.db
	(1.3), doc/modules3.db (1.5), doc/modulesref2r0.dtd (1.2),
	doc/tablix-html.dsl (1.2), doc/tablix-print.dsl (1.2), doc/tablix.1
	(1.9), doc/tablix.css (1.2), doc/tablix2.1 (1.2),
	doc/tablix2_benchmark.1 (1.2), doc/tablix2_kernel.1 (1.2),
	doc/tablix2_output.1 (1.2), doc/tablix2_plot.1 (1.2),
	doc/tablix2_test.1 (1.2), doc/tablix_benchmark.1 (1.2),
	doc/tablix_kernel.1 (1.2), doc/tablix_modinfo.1 (1.3),
	doc/tablix_output.1 (1.10), doc/tablix_plot.1 (1.4),
	doc/images/extension.pdf (1.2), doc/images/extension.png (1.2),
	doc/images/files.pdf (1.2), doc/images/files.png (1.2),
	doc/images/lines.pdf (1.2), doc/images/lines.png (1.2),
	doc/images/lines2.pdf (1.2), doc/images/lines2.png (1.2),
	doc/images/lines3.pdf (1.2), doc/images/lines3.png (1.2),
	examples/Makefile.am (1.7), examples/hint.xml (1.2),
	examples/sample.xml (1.14), examples/sample2.xml (1.2),
	examples/style.css (1.5), examples/tablix.dtd (1.4),
	examples/tablix2r0.dtd (1.2), examples/tough.xml (1.6),
	examples/tough2.xml (1.2), examples/uni.xml (1.2),
	examples/modules/.cvsignore (1.2), examples/modules/Makefile (1.2),
	examples/modules/fixed-1.xml (1.2), examples/modules/fixed.c (1.2),
	examples/modules/fixed.xml (1.2), examples/modules/hello-1.xml
	(1.2), examples/modules/hello.c (1.2), examples/modules/hello.xml
	(1.2), examples/modules/holes.xml (1.2), examples/modules/row.c
	(1.2), examples/modules/row.xml (1.2), export/.cvsignore (1.2),
	export/Makefile.am (1.2), export/export_csv.c (1.2),
	export/export_html.c (1.2), export/export_htmlcss.c (1.2),
	modules/Makefile.am (1.18), modules/class_freeperiod.c (1.2),
	modules/consecutive.c (1.2), modules/double_period.c (1.4),
	modules/events_sameday.c (1.2), modules/fixedtime.c (1.2),
	modules/forcesametime.c (1.4), modules/freemorning.c (1.2),
	modules/freeperiod.c (1.2), modules/holes.c (1.2),
	modules/more_teachers.c (1.11), modules/perday.c (1.2),
	modules/placecapability.c (1.7), modules/preferred.c (1.8),
	modules/preferredroom.c (1.2), modules/preferredtime.c (1.2),
	modules/sameday.c (1.2), modules/sametime.c (1.8),
	modules/sametimeas.c (1.2), modules/student_afternoon.c (1.7),
	modules/student_freemorning.c (1.6), modules/student_holes.c (1.5),
	modules/student_perday.c (1.8), modules/student_walk.c (1.6),
	modules/subject_morning.c (1.4), modules/subject_notsameday.c
	(1.3), modules/subject_preferred.c (1.5), modules/subject_sameday.c
	(1.7), modules/subject_sameperiod.c (1.2),
	modules/subject_sameroom.c (1.2), modules/teacher_afternoon.c
	(1.6), modules/teacher_dayoff.c (1.2), modules/teacher_first_last.c
	(1.3), modules/teacher_freemorning.c (1.6), modules/teacher_holes.c
	(1.5), modules/teacher_maxperday.c (1.3), modules/teacher_perday.c
	(1.9), modules/timeplace.c (1.5), modules/walk.c (1.2),
	po/.cvsignore (1.4), po/LINGUAS (1.4), po/POTFILES.in (1.14),
	po/gl_ES.po (1.3), po/sl.po (1.34), scripts/potfiles (1.2),
	scripts/updatecl (1.2), scripts/version (1.2), src/.cvsignore
	(1.6), src/Makefile.am (1.27), src/assert.h (1.2), src/chromo.c
	(1.2), src/chromo.h (1.2), src/counter.c (1.7), src/counter.h
	(1.5), src/data.c (1.17), src/data.h (1.22), src/error-local.c
	(1.2), src/error-pvm.c (1.2), src/error.c (1.15), src/error.h
	(1.8), src/errorl.c (1.10), src/export.h (1.2), src/export_csv.c
	(1.2), src/export_html.c (1.6), src/export_htmlcss.c (1.12),
	src/genetic.c (1.2), src/genetic.h (1.2), src/main.c (1.63),
	src/main.h (1.31), src/master.c (1.49), src/modinfo.c (1.4),
	src/modsup.c (1.16), src/modsup.h (1.6), src/module.h (1.2),
	src/nodes.c (1.4), src/nodes.h (1.4), src/output.c (1.22),
	src/output.h (1.5), src/params.c (1.4), src/params.h (1.2),
	src/transfer.c (1.5), src/transfer.h (1.3), src/xmlsup.c (1.29),
	src/xmlsup.h (1.5), ttf/Makefile.am (1.5), ttf/export_ttf.c (1.5),
	ttf/scheme.c (1.4), ttf/tablix2_test (1.2), ttf/tablix_test (1.7),
	ttf/tests/Makefile.am (1.5), ttf/tests/afternoon-1.xml (1.2),
	ttf/tests/afternoon-2.xml (1.2), ttf/tests/base-1.xml (1.3),
	ttf/tests/base-2.xml (1.3), ttf/tests/base-3.xml (1.3),
	ttf/tests/capability-1.xml (1.2), ttf/tests/conflict-1.xml (1.2),
	ttf/tests/consecutive-1.xml (1.2), ttf/tests/dayoff-1.xml (1.2),
	ttf/tests/double-1.xml (1.2), ttf/tests/error-1.xml (1.2),
	ttf/tests/error-2.xml (1.2), ttf/tests/error-3.xml (1.2),
	ttf/tests/events-sameday-1.xml (1.2), ttf/tests/fixedtime-1.xml
	(1.2), ttf/tests/fixedtime-2.xml (1.2), ttf/tests/fixedtime-3.xml
	(1.2), ttf/tests/force-same-time-1.xml (1.2),
	ttf/tests/free-morning-1.xml (1.2), ttf/tests/free-morning-2.xml
	(1.2), ttf/tests/free-period-1.xml (1.3),
	ttf/tests/freemorning-1.xml (1.2), ttf/tests/freemorning-2.xml
	(1.2), ttf/tests/freeperiod-1.xml (1.2), ttf/tests/freeperiod-2.xml
	(1.2), ttf/tests/freeperiod-3.xml (1.2), ttf/tests/groups-1.xml
	(1.2), ttf/tests/groups-2.xml (1.2), ttf/tests/holes-1.xml (1.2),
	ttf/tests/holes-2.xml (1.2), ttf/tests/immutable-1.xml (1.3),
	ttf/tests/more-teachers-1.xml (1.2), ttf/tests/perday-1.xml (1.2),
	ttf/tests/perday-2.xml (1.2), ttf/tests/perday-3.xml (1.2),
	ttf/tests/placecapability-1.xml (1.2), ttf/tests/preferred-1.xml
	(1.2), ttf/tests/preferred-2.xml (1.2),
	ttf/tests/preferredroom-1.xml (1.2), ttf/tests/preferredroom-2.xml
	(1.2), ttf/tests/preferredroom-3.xml (1.2),
	ttf/tests/preferredroom-4.xml (1.2), ttf/tests/preferredtime-1.xml
	(1.2), ttf/tests/preferredtime-2.xml (1.2), ttf/tests/sameday-1.xml
	(1.2), ttf/tests/sameperiod-1.xml (1.2), ttf/tests/sameroom-1.xml
	(1.2), ttf/tests/sametime-1.xml (1.2), ttf/tests/sametime-2.xml
	(1.3), ttf/tests/sametime-3.xml (1.2), ttf/tests/sametime-4.xml
	(1.2), ttf/tests/sametimeas-1.xml (1.2), ttf/tests/sametimeas-2.xml
	(1.2), ttf/tests/subject-morning-1.xml (1.2),
	ttf/tests/subject-notsameday-1.xml (1.2),
	ttf/tests/teacher-first-last-1.xml (1.2), ttf/tests/timeplace-1.xml
	(1.2), ttf/tests/walk-1.xml (1.2), utils/Makefile.am (1.3),
	utils/module008to010.sed (1.2), utils/tablix2_benchmark (1.2),
	utils/tablix2_plot (1.2), utils/tablix_benchmark (1.5),
	utils/tablix_plot (1.6), utils/xml3to4.sed (1.2):

	Merged with BRANCH_0_2_0

