2002-12-23  Hilaire Fernandes  <hilaire@ofset.org>

	* drgenius-mdi-child.gob: Add a toolbar argument which contains
	the specific view toolbar.

2002-11-16  Hilaire Fernandes  <hilaire@ofset.org>

	* drgenius-mdi-child.gob: Turn the 'save' signal as a virtual
	method this seems to fix some problem related with returned value
	by overriden method.

2002-03-09  Hilaire Fernandes  <hilaire@ofset.org>

	* drgenius-mdi-child.gob: Proceed to save only for those mdi child
	 supporting it.

	* editor-mdi-child.gob: A new mdi child, this is just a
	plain text editor widget, so that teacher may include text
	explaination into a Dr.Genius session.

2001-10-13  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo-mdi-child.gob (class): Add the GtkDrawable as data to the
	MDI child.

2000-10-26  Hilaire Fernandes  <hilaire@ofset.org>

	* drgenius-mdi-child.gob: Add the pure virtual methods undo and
	redo.  Virtual method undoActive and redoActive to check for
	available undo/redo, usefull for the interface to now the state of
	the undo/redo button.

2000-08-14  Hilaire Fernandes  <hilaire@ofset.org>

	* drgeo-mdi-child.gob (get_figure): This method retrieves the
	figure reference attached to a drgeo mdi child. Beware it returns a
	gpointer so a cast to a drgeoFigure* is needed (mixing C and C++
	is somewhat painful).

2000-05-28  Laurent Gauthier  <lolo@seul.org>

	* Makefile.am: Fix provided by Fabrice.Bellet@creatis.insa-lyon.fr
	for the case where srcdir != builddir.

Sun May 21 01:06:51 2000  George Lebl <jirka@5z.com>

	* Makefile.am: fix cc gob dependencies, weird

Sat May 20 17:58:15 2000  George Lebl <jirka@5z.com>

	* drgenius-mdi-child.gob: include the private header which is now
	  generated by default.

2000-05-20  Hilaire Fernandes  <hilaire@seul.org>

	* drgeo-mdi-child.gob (Child): Set the default filename of each
	child to the name of the view.

2000-05-16  Hilaire Fernandes  <hilaire@seul.org>

	* drgeo-mdi-child.gob (Child): Override the save method to get standalone
	figure save.

	* canvas-mdi-child.gob (Child): Check for an error.

2000-05-10  Hilaire Fernandes  <hilaire@seul.org>

	* canvas-mdi-child.gob (class): root element no more exist in
	xmlDoc, replace it by children.

2000-02-10  Aaron Lehmann  <aaronl@vitelus.com>

	* canvas-mdi-child.gob: Set filename correctly on saved and loaded documents

2000-02-08  Aaron Lehmann  <aaronl@vitelus.com>

	* canvas-mdi-child.gob: Handle saving

Fri Feb 04 00:57:53 2000  George Lebl <jirka@5z.com>

	* console-mdi-child.gob: use the new output stuff from genius

Sat Jan 08 12:37:43 2000  George Lebl <jirka@5z.com>

	* console-mdi-child.gob: s/ETree/GelETree/g

Sun Dec 19 18:32:46 1999  George Lebl <jirka@5z.com>

	* console-mdi-child.gob: fix segfault when looking for the
	  readline helper

Mon Dec 13 21:00:42 1999  George Lebl <jirka@5z.com>

	* console-mdi-child.gob: finish the temporary and hackish console
	  child, we really need a more modular GEL interface to make
	  this work more nicely

Mon Dec 13 00:46:20 1999  George Lebl <jirka@5z.com>

	* *.gob: update for new gob private syntax

	* geledit-mdi-child.gob: keep track of open children and add a
	  function to find an existing child with some filename

Sat Dec 11 12:07:27 1999  George Lebl <jirka@5z.com>

	* geledit-mdi-child.gob: make it be in null namespace (Geledit just
	  doesn't sound like a good namespace :)

	* console-mdi-child.gob: some work on the console child, lots of
	  hacks to get around current limitations of the engine itself

