2007-12-29  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* Version 1.0.6 released.
	* tst10/gui.py: Made time counting code more acurate.
	* tst10/db.py: Fixed two queries that had stopped working correctly
	with new versions of the MySQL server.
	* THANKS: Added two new bug reports.
	* debian/*: Removed.

2006-03-23  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* Version 1.0.5 released.
	* MANIFEST.IN: Included Debian menu files in the list.
	* tst10/db.py: Latest MySQLdb returns a string instead of a float
	when fetching a SUM(), so UserDB.sum_sessions() was modified to
	cast that string to int.

2005-07-21  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* debian/tst10.menu: Removed.
	* debian/tst10-py23.menu: New file.
	* debian/tst10-py24.menu: New file.

2005-07-20  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* Version 1.0.4 released.
	* THANKS: Added translations and a new bug report.
	* debian/control, debian/rules: Modified to build packages for
	Python 2.3 and 2.4.
	* scripts/tst10, scripts/tst10: Removed references to python2.3.
	* doc/manual-??.rst: Updated Debian installation instructions.

2005-07-19  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* tst10/main.py: Modified conf_read() to return an empty
	dictionary when configuration file does not exist.

2005-07-16  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* Version 1.0.3 released.
	* tst10/main.py: Modified conf_write() so that variables are
	written out in order.

2005-07-15  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* tst10/gui.py: Modified constructors of some classes to receive a
	new parameter, which has the information later used to restore the
	window state.  Added a save_conf() method to the classes that
	needed it.
	* tst10/main.py: Modified calls to window constructors to pass the
	configuration data if needed.  Added calls to the method
	save_conf() of each window that has it before writing the
	configuration file.
	* doc/manual-ca.rst, doc/manual-en.rst: Updated references to when
	the configuration files are saved.

2005-07-14  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* tst10/main.py: Configuration files are now saved when exiting
	the programs and can contain lines with colon separated variables
	and values.
	* tst10/gui.py: Modified BasicWindow.show() to call
	gtk.Window.show_now() instead of gtk.Window.show().
	* tst10/main.py: Modified UserMain.on_tlw_add2() to call
	WorkWindow.start() before calling TaskListWindow.hide().
	* tst10/main.py: Modified UserMain.on_tlw_report() to call
	TaskListWindow.set_message().
	* README, setup.py, debian/control: Fixed typo.

2005-07-10  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* Version 1.0.2 released.
	* README, setup.py, debian/control: Rewritten package
	description.

2005-07-09  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* tst10/gui.py: Modified WorkWindow.on_stop_button_clicked() to
	call WorkWindow.stop_callback() before calling
	WorkWindow.window.hide().

2005-06-04  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* Version 1.0.1 released.
	* tst10/__init__.py: Defined inst_prefix for using instead of
	sys.prefix.
	* tst10/main.py: Imported tst10.inst_prefix and modified call to
	gettext.install() to use it.
	* tst10/gui.py: Imported tst10.inst_prefix and modified
	get_image_path() to use it.
	* THANKS: New file.

2005-05-01  Josep Portella Florit  <jpf@sdf.lonestar.org>

	* Initial release.

