2003-11-23 22:17  marcusva

	* doc/html/: a00009.html, a00010.html, a00011.html, a00012.html,
	  a00013.html, a00014.html, a00015.html, a00016.html, a00017.html,
	  annotated.html, classes.html, files.html, functions.html,
	  functions_vars.html, globals.html, globals_enum.html,
	  globals_eval.html, globals_func.html, globals_type.html,
	  index.html:
	  reference update

2003-11-21 18:13  marcusva

	* ChangeLog, NEWS, configure.in, doc/reference.cfg, src/conf.c,
	  src/language.c, src/lesson.c, src/lesson.h, src/lingdefs.h,
	  src/lingoteach.h, src/meaning.c, src/meaning.h, test/tlanguage.c:

	  many bugfixes, see NEWS, added description support for meanings

2003-10-15 08:57  marcusva

	* ChangeLog, NEWS, configure.in, src/language.c, src/lingoteach.h,
	  src/sound.c, src/sound.h:
	  removed sound interface, fixed dependency on libxml, fixed NULL
	  return in ling_lang_get_max_languages - now returns -1 on
	  failure, fixed definition in lingoteach.h

2003-10-12 13:22  marcusva

	* doc/html/: a00016.html, a00017.html:
	  forgot those

2003-10-12 13:20  marcusva

	* doc/html/a00009.html:
	  wrong deletion :-)

2003-10-12 13:19  marcusva

	* ChangeLog, HACKING, README, doc/html/a00005.html,
	  doc/html/a00006.html, doc/html/a00007.html, doc/html/a00008.html,
	  doc/html/a00009.html:
	  update

2003-10-12 12:59  marcusva

	* doc/html/a00009.html, doc/html/a00010.html, doc/html/a00011.html,
	  doc/html/a00012.html, doc/html/a00013.html, doc/html/a00014.html,
	  doc/html/a00015.html, doc/html/annotated.html,
	  doc/html/classes.html, doc/html/files.html,
	  doc/html/functions.html, doc/html/functions_vars.html,
	  doc/html/globals.html, doc/html/globals_enum.html,
	  doc/html/globals_eval.html, doc/html/globals_func.html,
	  doc/html/globals_type.html, doc/html/index.html, src/Makefile.am,
	  src/lesson.c, src/lingdefs.h, src/lingoteach.h, src/meaning.c:
	  new function ling_free, fixed typo for settings in lesson
	  creation, reference update

2003-10-12 01:26  marcusva

	* autogen.sh, src/conf.c, src/conf.h, src/language.c, src/lesson.c,
	  src/lesson.h, src/lingdefs.h, src/lingoteach.h, src/meaning.c,
	  src/sound.c, test/tconf.c:
	  new configuration system, new meaning addition functions, several
	  malloc fixes

2003-10-09 21:57  marcusva

	* doc/html/: a00010.html, a00011.html, a00012.html, a00013.html,
	  a00014.html, a00015.html:
	  added missing files

2003-10-09 21:56  marcusva

	* doc/html/a00008.html, doc/html/a00009.html,
	  doc/html/annotated.html, doc/html/classes.html,
	  doc/html/files.html, doc/html/functions.html,
	  doc/html/functions_vars.html, doc/html/globals.html,
	  doc/html/globals_enum.html, doc/html/globals_eval.html,
	  doc/html/globals_func.html, doc/html/globals_type.html,
	  doc/html/index.html, src/sound.c:
	  fork fix for sound player, documentation update

2003-10-07 23:31  marcusva

	* ChangeLog, src/lesson.c, src/lingdefs.h, src/lingoteach.h,
	  src/meaning.c, src/meaning.h, src/sound.c, src/sound.h:
	  new modifier function for meanings, several changes for lessons

2003-10-02 21:08  marcusva

	* ChangeLog, src/lesson.c, src/meaning.c:
	  fixed randomizer bugs

2003-10-01 23:39  marcusva

	* src/lesson.c:
	  fixed node skipping bug in tree creation

2003-10-01 23:12  marcusva

	* src/: lesson.c, lingoteach.h, meaning.c:
	  basic save method for meaning lists, fixed integer bug in lesson
	  creation

2003-09-29 23:22  marcusva

	* Makefile.am, configure.in, doc/html/a00008.html,
	  doc/html/a00009.html, doc/html/annotated.html,
	  doc/html/classes.html, doc/html/files.html,
	  doc/html/functions.html, doc/html/functions_vars.html,
	  doc/html/globals.html, doc/html/globals_enum.html,
	  doc/html/globals_eval.html, doc/html/globals_func.html,
	  doc/html/globals_type.html, doc/html/index.html, src/lesson.c,
	  src/lingoteach.h, src/meaning.c, test/Makefile.am,
	  test/language.dtd, test/language.xml, test/lingoteach.dtd,
	  test/tconf.c, test/test.xml, test/tlanguage.c, test/tlesson.c,
	  test/tmeaning.c:
	  update of tree and freeing functions, added basic test framework

2003-09-25 22:43  marcusva

	* ChangeLog, configure.in, doc/html/a00008.html,
	  doc/html/a00009.html, doc/html/annotated.html,
	  doc/html/classes.html, doc/html/files.html,
	  doc/html/functions.html, doc/html/functions_vars.html,
	  doc/html/globals.html, doc/html/globals_enum.html,
	  doc/html/globals_eval.html, doc/html/globals_func.html,
	  doc/html/globals_type.html, doc/html/index.html, src/conf.c,
	  src/conf.h, src/language.c, src/language.h, src/lesson.c,
	  src/lesson.h, src/lingdefs.h, src/lingoteach.h, src/meaning.c,
	  src/meaning.h, src/sound.c, src/sound.h:
	  added lingLesson type, linked meanings, added new interfaces for
	  trees, new memory functions

2003-09-20 01:50  marcusva

	* autogen.sh, src/Makefile.am, src/lesson.c, src/lingdefs.h,
	  src/lingoteach.h, src/meaning.c, src/meaning.h:
	  new tree feature, meanings got linked, removed superfluous stuff

2003-09-11 18:55  marcusva

	* doc/html/a00007.html, doc/html/a00009.html,
	  doc/html/globals.html, doc/html/globals_func.html, src/conf.c,
	  src/conf.h, src/lingoteach.h, src/meaning.c:
	  enhanced editing/addition, removed userfile from settings

2003-09-11 17:58  marcusva

	* doc/html/a00005.html, doc/html/a00006.html, doc/html/a00007.html,
	  doc/html/a00008.html, doc/html/a00009.html,
	  doc/html/annotated.html, doc/html/classes.html,
	  doc/html/files.html, doc/html/functions.html,
	  doc/html/functions_vars.html, doc/html/globals.html,
	  doc/html/globals_enum.html, doc/html/globals_eval.html,
	  doc/html/globals_func.html, doc/html/globals_type.html,
	  doc/html/index.html, src/lingoteach.h:
	  updateded description

2003-09-10 22:37  marcusva

	* doc/html/: functions_vars.html, globals_enum.html,
	  globals_eval.html, globals_func.html, globals_type.html:
	  addition for previous commit

2003-09-10 22:35  marcusva

	* doc/html/a00005.html, doc/html/a00006.html, doc/html/a00007.html,
	  doc/html/a00008.html, doc/html/a00009.html,
	  doc/html/annotated.html, doc/html/classes.html,
	  doc/html/files.html, doc/html/functions.html,
	  doc/html/globals.html, doc/html/index.html, src/lesson.c,
	  src/lingoteach.h:
	  new function for creating lesson templates added

2003-09-09 23:01  marcusva

	* autogen.sh, doc/reference.cfg, doc/html/index.html, src/lesson.c,
	  src/meaning.c, src/sound.c:
	  removed superfluous mallocs, changed constants to defines, added
	  XPath sorting

2003-08-26 20:23  marcusva

	* configure.in, doc/html/a00005.html, doc/html/a00006.html,
	  doc/html/a00007.html, doc/html/a00008.html, doc/html/a00009.html,
	  doc/html/annotated.html, doc/html/classes.html,
	  doc/html/doxygen.css, doc/html/files.html,
	  doc/html/functions.html, doc/html/globals.html,
	  doc/html/index.html, src/conf.c, src/conf.h, src/language.c,
	  src/language.h, src/lesson.c, src/lesson.h, src/lingoteach.h,
	  src/meaning.c, src/meaning.h, src/sound.c: Small memory fixes,
	  new function ling_meaning_free_meaning, updated reference,
	  removed unnecessary multiple calls of the same functions

2003-08-21 23:37  marcusva

	* configure.in, src/Makefile.am, src/lesson.c, src/lesson.h,
	  src/lingoteach.h, src/meaning.c:
	  added small search for lessons, free handler for meanings

2003-08-20 07:04  marcusva

	* src/conf.c:
	  fixed gcc error for RH (only?) systems

2003-08-17 12:04  marcusva

	* ChangeLog, README:
	  updated after packaging

2003-08-17 00:08  marcusva

	* configure.in:
	  forgot to check in with compresion fix

2003-08-16 23:59  marcusva

	* autogen.sh, src/meaning.c:
	  fixed compression mode

2003-08-16 23:43  marcusva

	* HACKING, README, configure.in, ltmain.sh, doc/html/a00005.html,
	  doc/html/a00006.html, doc/html/a00007.html, doc/html/a00008.html,
	  doc/html/a00009.html, doc/html/annotated.html,
	  doc/html/classes.html, doc/html/files.html,
	  doc/html/functions.html, doc/html/globals.html,
	  doc/html/index.html, src/language.h, src/lesson.c, src/lesson.h,
	  src/lingdefs.h, src/lingoteach.h, src/meaning.c, src/meaning.h:
	  fixed meaning addition (forgot that, doh!), removed unnecessary
	  junk, update reference

2003-08-13 23:42  marcusva

	* ChangeLog, configure.in, doc/reference.cfg, doc/html/a00005.html,
	  doc/html/a00006.html, doc/html/a00007.html, doc/html/a00008.html,
	  doc/html/a00009.html, doc/html/annotated.html,
	  doc/html/classes.html, doc/html/files.html,
	  doc/html/functions.html, doc/html/globals.html,
	  doc/html/index.html, src/conf.c, src/conf.h, src/lingoteach.h,
	  src/meaning.c, src/sound.c:
	  update of reference, version, configuration system and a sound
	  fix

2003-08-02 20:16  marcusva

	* src/: meaning.c, sound.c:
	  hopefully fixe all small messy pointers for sound now

2003-07-30 20:06  marcusva

	* src/: conf.c, conf.h, meaning.c, sound.c:
	  several small fixes in the config system

2003-07-30 08:52  marcusva

	* src/: meaning.c, meaning.h, sound.c, sound.h:
	  sound fixes

2003-07-24 19:57  marcusva

	* doc/html/a00005.html, doc/html/a00006.html, doc/html/a00007.html,
	  doc/html/a00008.html, doc/html/a00009.html,
	  doc/html/annotated.html, doc/html/classes.html,
	  doc/html/files.html, doc/html/functions.html,
	  doc/html/globals.html, doc/html/index.html, src/lingoteach.h,
	  src/sound.c:
	  updated sound for easier usage

2003-07-23 22:22  marcusva

	* AUTHORS:
	  made copyright issue more clear

2003-07-17 22:40  marcusva

	* src/meaning.c:
	  fixed possible endless loop, if translation is not available

2003-07-17 22:21  marcusva

	* configure.in, ltmain.sh, doc/reference.cfg, doc/html/a00005.html,
	  doc/html/a00006.html, doc/html/a00007.html, doc/html/a00008.html,
	  doc/html/a00009.html, doc/html/annotated.html,
	  doc/html/classes.html, doc/html/doxygen.css, doc/html/files.html,
	  doc/html/functions.html, doc/html/globals.html,
	  doc/html/index.html, src/Makefile.am, src/conf.c, src/conf.h,
	  src/language.c, src/lesson.c, src/lesson.h, src/lingdefs.h,
	  src/lingoteach.h, src/meaning.c, src/meaning.h, src/sound.c,
	  src/sound.h:
	  too many changes to be listed here

2003-06-12 23:41  marcusva

	* Makefile.am, src/conf.c, src/conf.h, src/lingoteach.h,
	  src/sound.c:
	  made settings using dynamic allocation, moved soundpath to
	  settings

2003-06-12 18:23  marcusva

	* src/: lingdefs.h, lingoteach.h:
	  made comments ready for doxygen usage

2003-06-12 18:19  marcusva

	* configure.in, doc/Makefile.am, doc/reference.cfg,
	  doc/html/a00005.html, doc/html/a00006.html, doc/html/a00007.html,
	  doc/html/a00008.html, doc/html/a00009.html,
	  doc/html/annotated.html, doc/html/classes.html,
	  doc/html/doxygen.css, doc/html/doxygen.png, doc/html/files.html,
	  doc/html/functions.html, doc/html/globals.html,
	  doc/html/index.html:
	  added doxygen documentation

2003-06-10 21:34  marcusva

	* ChangeLog:
	  added ChangeLog

2003-06-10 21:15  marcusva

	* Makefile.am, README, configure.in, ltmain.sh, COPYING, AUTHORS,
	  HACKING, NEWS, autogen.sh, liblingoteach.pc.in, src/.cvsignore,
	  src/Makefile.am, src/conf.c, src/conf.h, src/language.c,
	  src/language.h, src/lingoteach.h, src/lesson.c, src/lesson.h,
	  src/lingdefs.h, src/meaning.c, src/meaning.h, src/sound.c,
	  src/sound.h: Initial import after split

2003-06-10 21:15  marcusva

	* Makefile.am, README, configure.in, ltmain.sh, COPYING, AUTHORS,
	  HACKING, NEWS, autogen.sh, liblingoteach.pc.in, src/.cvsignore,
	  src/Makefile.am, src/conf.c, src/conf.h, src/language.c,
	  src/language.h, src/lingoteach.h, src/lesson.c, src/lesson.h,
	  src/lingdefs.h, src/meaning.c, src/meaning.h, src/sound.c,
	  src/sound.h: Initial revision

