2000-08-16  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_storable.e: a little hack to make it automatically
	go to the directory of the last file used

2000-08-14  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* turtle/exg_turtle.e: attempt to fix `head_to'; thanks Mark!

2000-08-11  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_scrolled_aligned_canvas.e: completely broken the
	interface to EXG_SCROLLED_ALIGNED_CANVAS; however things are much
	better now; composition is better than inheritance ;-)

2000-08-09  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* turtle/exg_arrow.e: developed this class a bit to use it with
	the rubberband selection example

2000-08-08  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_message_box.e: added an alignment command for the
	message

2000-05-12  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* mkdocs.pl (write_shorts): created this script to automatically
	build documentation files;

2000-03-01  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* NEWS: added this file; version number jumped to 0.9

2000-02-12  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_window.e: added this class to do better handling of
	modal dialogs; dialog class were also updated;

	* general/exg_template_class.e: added this file which should help
	one start a new class;

2000-02-10  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_storable.e: added this class;

2000-02-02  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* imlib/imlib_image.e: disabled file format checking when
	loading/saving; this should be mainly used under Linux and if it's
	used under Win32 the programmer should restrict the filetypes by
	himself; anyway, if portability is wanted the PNG format should be
	considered;

2000-01-29  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* doc/tutorial.sgml: update the tutorial with info on the change
	in event handling (button_1_press_handler etc.);

2000-01-28  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_scrolled_aligned_canvas.e: added this class;

2000-01-24  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_time.e: added the `random' global object;

1999-12-22  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* doc/tutorial.sgml: removed some Romanian names from the example
	code;

1999-12-13  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_color_selection_modal.e: added this class;

1999-12-11  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* doc/tutorial.sgml: added this tutorial;

1999-12-07  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_dialog.e: changed the creation call for `window' to
	build a dialog window, not a normal window;

1999-11-29  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_file_selection_modal.e: created this class; (UNTESTED);

1999-11-28  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_dialog.e: created this class to make it easier to
	create dialogs; (UNTESTED);

	* general/exg_time.e: created this class to encapsulate some time
	facilities for use in my programs; (UNTESTED);

1999-10-19  Miron Brezuleanu  <mbrezu@carthago.ro>

	* imlib/imlib_pixmap.e: started imlib support; almost (UNTESTED);
	
1999-10-09  Miron Brezuleanu  <mbrezu@carthago.ro>

	* general/exg_message_box.e: now the window is of type
	`gtk_dialog_window', which should act better; (UNTESTED);

1999-10-07  Miron Brezuleanu  <mbrezu@carthago.ro>

	* general/exg_main_window.e: added `make_with_type'; (UNTESTED);

1999-09-08  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_message_box.e: moved the `window.destroy' call to
	where it is now; (UNTESTED); the mechanism of handling dialogs
	seems a bit flawed; it needs redesigning;

1999-08-19  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_constants.e: added some fonts as constants (there is
	a memory leak Gtk+ Win32, so all fonts should be allocated `once'
	and used through the application; (UNTESTED);	

1999-08-18  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_constants.e: added `exg_default_font' - no need to
	destroy this one;

1999-08-17  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_main_window.e: added an `exit(0)' in
	`delete_handler' to prevent bad things from happening between the
	real exit and the end of `quit';
	
1999-07-31  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_file_tools.e: created this facility class; it is
	quite slow and fully UNTESTED;

1999-07-25  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_main_window.e: now realizes itself in the
	constructor and auto-activates event handling;
	
1999-07-23  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_message_box.e: now there is such a class;

	* general/exg_constants.e: now has some simple constants returning
	GDK_PIXMAPs stored in the C source; there is now a query
	`main_window' returning a EXG_MAIN_WINDOW; it is the first window
	of this kind created;
	
1999-07-20  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_constants.e: added `system_visual' (which is
	`make_system' from `GDK_VISUAL' moved here); (UNTESTED) added some
	more color constants; (UNTESTED)

1999-07-07  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_constants.e: (in `application_colormap'): now
	accepts VGA16 (4bit color depth!)

1999-06-29  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_constants.e: moved `application_colormap' and
	`best_depth' here

1999-06-25  Miron Brezuleanu  <mbrezu@alpha.imag.pub.ro>

	* general/exg_constants.e: created

	* general/exg_main_window.e: created

	* general/exg_stack.e: created

	* turtle/exg_turtle.e: created

	* README (Maintainer): created; I have packaged `gtk-eiffel' into
	`exg' - Eiffel X Graphics (or maybe Gtk+ ?)

