2005-07-26	Gaute Hope	<eg@gaute.vetsj.com>

	* configure.ac: changed version number to 0.9.0
	* configure.ac: Removed the dist stuff, for make dist to work it has to be added as a sub dir in Makefile.am aswell, but the user doesn't need it. And the files in the dist dir should be rewritten based on the old version for a new release anyway.
	* README: Made it a little less rude :)
	
2005-04-17  Frank Arnold <frank@scirocco-5v-turbo.de>

	* src/at.py: Changed type description string "One-time" to "Once".
	* src/atEditor.py: Import of modules os and config (help button not 
	  working). Removed regular expressions for crontab. Changed template
	  icon size to 48x48 and removed time seperator (modified glade file).
	  Changed some labels and titles according to HIG. Fixed not properly
	  working population of spin button boxes (use gtk_spin_button_set_value
	  instead of set_text).
	* src/crontabEditor.py: Changed template icon size to 48x48 (modified 
	  glade file). Changed some labels and titles according to HIG.
	* src/crontabEditorHelper.py: Changed title according to HIG.
	* src/gnome-schedule.glade: Changed alignment, grouping and labels 
	  according to HIG. Added accelerators and keybindings. Use of GtkDialog
	  instead of GtkWindow for all dialogs. Removed GNOMEUI stuff.

2005-04-07  Frank Arnold <frank@scirocco-5v-turbo.de>

	* src/crontabEditor.py:
	* src/atEditor.py: Minor cleanups of #166573 fix.

2005-04-01  Steve Murphy  <murf@e-tools.com>

	* configure.ac (ALL_LINGUAS): Added "rw" (Kinyarwanda)

2005-02-02  Alexander Shopov  <ash@contact.bg>

	* configure.ac (ALL_LINGUAS): Added "bg" (Bulgarian)

2005-01-19  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.ac: Added "it" (Italian) to ALL_LINGUAS.

2005-01-13  Maxim Dziumanenko <mvd@mylinux.com.ua>

	* configure.ac: added uk (Ukrainian) to ALL_LINGUAS

2005-01-10  Frank Arnold <frank@scirocco-5v-turbo.de>

	* src/at.py: Move of hour/minute separator from glade file
	* src/crontabEditor.py: Move of no output label from glade file
	* src/crontabEditor.py: Marked strings for translation
	* src/gnome-schedule.glade: Removed useless and not translatable strings, marked some as not translatable
	* src/gnome-schedule.glade: Set main window as not modal, corrected two sentences
	* src/mainWindow.py: Changed three strings, marked two strings for translation

2005-01-10  Å½ygimantas BeruÄka  <uid0@akl.lt>

	* configure.ac: Added Lithuanian (lt) to ALL_LINGUAS.

2005-01-09	Gaute Hope <eg@gaute.eu.org>

	* src/*Window.py: Made the window that opens them the parent of them and places them in the center of the parent.
	* src/mainWindow.py: Some unknown character seems to have slipped in, I rewrote line and it seems to work fine.

2005-01-07  Frank Arnold <frank@scirocco-5v-turbo.de>

	* Note: committed by Philip Van Hoof <pvanhoof_NOSPAM@gnome.org>
	* at.py: String fixes
	* atEditor.py: Removed trailing space
	* crontab.py: New checkfield function, changed string
	* crontab.py: Fixed bug with user settings
	* crontabEditor.py: Minor changes for new checkfield function
	* crontabEditorHelper.py: Added some missing default values to populateLabels
	* crontabEditorHelper.py: Replaced all occurences of self.ParentClass.schedule with self.ParentClass.scheduler
	* crontabEditorHelper.py: Minor changes for new checkfield function
	* gnome-schedule.glade: Removed trailing spaces and changed some strings
	* lang.py: Eliminated ordinals, changed translator comments and some strings
	* mainWindow.py: Removed trailing spaces

2005-01-04  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* configure.ac: Added Danish (da) to ALL_LINGUAS.

2005-01-03  Kostas Papadimas <pkst@gmx.net>

	* configure.ac: added Greek (el) to ALL_LINGUAS

2004-12-07  Amanpreet Singh Alam <amanpreetalam@yahoo.com>

	* configure.ac: pa is added to ALL_LINGUAS

2004-12-01  Kristof Vansant <de_lupus@pandora.be>
	
	* moved all gconf code to a seperate class (someone could easily replace it with a xml backend now)
	* cleant a lot of code in mainWindow.py
	* added a lot of TODO's in the code 

2004-10-31  Frank Arnold <frank@scirocco-5v-turbo.de>

	* Note: committed by Philip Van Hoof <pvanhoof_NOSPAM@gnome.org>
	* at.py: Made "Defined" and "At " for treeview translatable
	* configure.ac: Added "de" (German) to ALL_LINGUAS.
	* crontab.py: Made "Frequency" for treeview translatable
	* crontabEditor.py: Replaced string to find "\\\" with "\/" in regular
	  expression (simple slash for terms like "*/2")
	* de.po: Updated German translation
	* lang.py: Added German translation
	* lang.py: Replaced function calls string() with str()
	* lang.py: Changed "if ... language.find("us"):" to "if ...
	  "language.find("us") != -1:"
	* lang.py: Commented out "if... return translate_crontab_easy_nl" -
	  function not exists
	* lang.py: Replaced backslashes with slashes for terms like "*/2"
	* lang.py: Corrected expressions for terms like "* 2 4 5 *" and "* 2 * *
	  5 " (missing "every minute")
	* lang.py: Added all missing expressions to complete simple cases
	* mainWindow.py: Made "Editing user: " for statusbar translatable

2004-09-28  Gaute Hope <eg@gaute.eu.org>

	* autogen.sh: configure.in should be configure.ac
	* configure.ac: changed to version 0.1.0
	
2004-09-15  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac (ALL_LINGUAS): Added "ca" (Catalan).

2004-09-11  Christophe Merlet  <redfox@redfoxcenter.org>

	* configure.ac: Added "fr" (French) to ALL_LINGUAS.

2004-08-01  Gaute Hope <eg@gaute.eu.org>

	* configure.ac, dist/gentoo/gnome-schedule-0.1.0.ebuild.in: Changed version number to: 0.1.0, changed name of the ebuild
	* atEditor.py: Fixed the bug where things get reset when they are supposed to be loaded from the treemodel. The template combobox events are disabled on loading of the form. So are the synchronising of between the time combo and the calendar. This shortens the use of __update_textboxes__ from 11 down to about 2 on a load.

2004-07-31  Gaute Hope <eg@gaute.eu.org>

	* at.py: Fixed an error in the checkfield stuff for a day earlier than the one you are in now
	* crontabEditor.py: The nooutput button is reset properly
	* atEditor.py: The day + 1 stuff now works at the end of the month aswell, but it should be changed to work with stupid years with even more stupid februaryes.

2004-07-29  Gaute Hope <eg@gaute.eu.org>
	
	* at.py: Changed chown into using the os.chown feature, also saving the uid and gid since it is needed
	* config.py.in: Removed the chown stuff.
	* configure.ac: Removed chown check

2004-07-23  Gaute Hope <eg@gaute.eu.org>

	* at.py, config.py.in: Changed chmod into chown as it should have been from before. This makes it more secure.

2004-07-22  Gaute Hope <eg@gaute.eu.org>

	* at.py, config.py.in: At editing in root now saves the file as the user that is selected. Two new binaries are needed: 'su' and 'chmod'. And changed some of the parsing of the script since it crashed when it was empty.

2004-07-20  Gaute Hope <eg@gaute.eu.org>

	* crontabEditor.py: The save button is now not active if the entered text is equal to the no preset text
	* atEditor.py: The save button is now not active if the entered text is equal to the no preset text
	* crontab.py: Changed the format of the rewrite command, this is supported in both dcron and vixie-cron

2004-06-24  Philip Van Hoof <me_NOSPAM@freax.org>

	* src/crontabEditorHelper.py: Little bugfix
	* src/gnome-schedule.glade: Small UI changes

2004-07-18  Gaute Hope <eg@gaute.eu.org>

	* Renamed template to preset
	* gnome-schedule.glade: Switched crontab and at radiobuttons in the addwindow

2004-07-17  Gaute Hope  <eg@gaute.eu.org>

	* most of them.py: Removed debugging messages
	* atEditor.py: Icons resized
	* crontabEditor.py: Icons resized

2004-07-16  Gaute Hope  <eg@gaute.eu.org>

	* dist/gentoo: Created an ebuild for gentoo, ready for version 1.0_beta
	* configure.ac: Changed the version to 1.0_beta, this should perhaps be changed

2004-07-15  Kristof Vansant <de_lupus@pandora.be>

	* mainWindow.py: made code better readable + added comments + removed some not used code
	* mainWindow.py: init for cleancolumn not needed anymore
	* mainWindow.py: added statusbar showing the user (if  your root)
	* the rest: added import info, 
	* the rest: removed rhpl code completely


2004-07-15  Gaute Hope  <eg@gaute.eu.org>

	* atEditor.py: Templates update both calendar and comobox, they are now fully synchronised
	* atEditor.py: Removed the option buttons, the nooutput button too
	* atEditor.py: Added commands to templates aswell
	* at.py: Support for alot more special time expressions like: next week, tomorrow, noon...
	* at.py: Added commands to templates aswell
	* at.py: Parsing of the script seems to work better now, using the last commands added by at
	* at.py: Only reading the selected users at records if you are root
	* mainWindow.py: A new record is now selected as it should when you delete one

2004-07-14  Gaute Hope  <eg@gaute.eu.org>
	
	* atEditor.py: Time validation, selects the accurate date in the calendar when editing
	* at.py: Time validation

2004-07-12  Gaute Hope  <eg@gaute.eu.org>

	* Icons in at
	* Templates in at

2004-07-11  Gaute Hope  <eg@gaute.eu.org>

	* Keyboard shortcuts(escape, enter, ctrl + enter, delete) in the treeview and the editors
	* The reloading of tasks is only done on the required type of record
	* Shows icons for crontab records
	* Default icon for at
	* Resizing icons aswell(done when read)

2004-07-10  Kristof Vansant  <de_lupus@pandora.be>

	* Note: merged by Philip Van Hoof <pvanhoof_NOSPAM@gnome.org>
	* Makefile.am: Buildscript fixes
	* configure.ac: Buildscript fixes
	* gnome-schedule.desktop.in: Buildscript fixes

2004-07-09  Gaute Hope  <eg@gaute.eu.org>
	
	* Editing in at is now supported
	* Titles in at is supported
	* Icons is partially supported, need to get the path from somewhere.

2004-07-08  Gaute Hope  <eg@gaute.eu.org>

	* enabled the at editor
	* atEditor.py: the calendar now works
	* atEditor.py: the combobox works

2004-06-29  Gareth Owen  <gowen72@yahoo.com>

	* configure.ac: Added en_GB to ALL_LINGUAS

2004-06-29  Kristof Vansant  <de_lupus_NOSPAM@pandora.be>

	* src/*py: Replaced the rhpl dependency with the standard gettext
	python package for translations
	* README: Fixed some minor documentation problems

	* Patch revised and merged by Philip Van Hoof  <me_NOSPAM@freax.org>

2004-06-25  Adam Weinberger  <adamw@gnome.org>

	* src/lang.py: Correct the spelling of "forty" and "fifty"

2004-06-25  Adam Weinberger  <adamw@gnome.org>

	* configure.ac: Added en_CA to ALL_LINGUAS.

2004-06-24  Gaute Hope <eg@gaute.eu.org>
	* at.py: implemented reading and deleting of jobs, and puts them in
	the treeview
	* mainWindow.py: changed the liststore model to work with at aswell
	
2004-06-24  Philip Van Hoof <me_NOSPAM@freax.org>

	* src/at.py: Merging of the AT-SUPPORT-BRANCH
	* src/atEditor.py: Merging of the AT-SUPPORT-BRANCH
	* src/mainWindow.py: Merging of the AT-SUPPORT-BRANCH
	* src/gnome-schedule.glade: Merging of the AT-SUPPORT-BRANCH
	* src/config.py.in: Meging of the AT-SUPPORT-BRANCH
	* gnome-schedule.desktop: Removed
	* gnome-schedule.desktop.in: Added
	* gnome-schedule.console: Removed
	* system-config-schedule.console.in: Added
	* gnome-schedule.spec: Removed
	* gnome-schedule.spec.in: Added
	* README: Rewrote this piece of documentation
	* configure.ac: See above that have been added and removed
	* configure.ac: Merging of the AT-SUPPORT-BRANCH
	* Makefile.am: Added some files to the DISTCLEAN section
	* .cvsignore: See above files that have been added and removed

	* src/at.py: Finished/fixed some important aspects of the
	at-support

2004-06-24  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.ac: Added Portuguese (pt) to ALL_LINGUAS.

2004-06-22  Philip Van Hoof <me_NOSPAM@freax.org>

	* Template support (temporary gconf backend)
	* Icon support: together with the title stored as metadata 
	at the crontab itself (* * * * * command[ # Title, icon_uri]])
	* PyGTK >= 2.3 is now required (dependency)
	* Less quirks for translators

2004-06-20 Gaute Hope	<eg@gaute.eu.org>
	* created the ateditor window
	* reading and writing to at now works

2004-06-18  Philip Van Hoof <me_NOSPAM@freax.org>

	* More support for crontab-to-human-readable, more cases
	* Support for written numeric nth values

2004-06-18  Gustavo Maciel Dias Vieira  <gustavo@sagui.org>

	* configure.ac: Added pt_BR to ALL_LINGUAS.

2004-06-18  Philip Van Hoof <me_NOSPAM@freax.org>

	* Fixed some stuff
	* Prepared the application for the at support

2004-06-18  Gaute Hope	<eg@gaute.eu.org>
	* created the at-support-branch and changed the layout of the files

2004-06-18  Gaute Hope <eg@gaute.eu.org>
	* Added support for reading 'at' records
	* Added the editor files, but they are just copies of crontabEditor.py, just for debugging and making things look like they should
	* Copyed src/config.py.in to config.py since i couldn't run it any other way. I suppose this is wrong and it is just temporary

2004-06-18  Gaute Hope	<eg@gaute.eu.org>

	* created the at-support-branch and changed the layout of the files

2004-06-18  Philip Van Hoof  <me_NOSPAM@freax.org>

	* configure.ac, autogen.sh, Makefile.am: Reconfiguration of the build
	environment. This build environment used to be Fedora-only. From now
	on this build environment needs to be suitable for any Unix platform
	on which GNOME has been implemented. The status of this is unfinished
	and yes, I can use some help with all this :).
	* ChangeLog: Reflowed the ChangeLog.
	* Further preparations, general build environment changes	
	* COPYING: Added the proper license file

2004-06-18  Christian Rose  <menthos@menthos.com>

	* configure.ac: Changed GETTEXT_PACKAGE from "atomix" to
	"gnome-schedule". Also added "sv" to ALL_LINGUAS.

2004-06-18  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation added by Elros Cyriatan.

2004-06-18  Gustavo Maciel Dias Vieira  <gustavo@sagui.org>

	* pt_BR.po: Added Brazilian Portuguese translation done by Raphael
	Higino <raphaelh@uai.com.br>.

2004-06-14  Philip Van Hoof  <me_NOSPAM@freax.org>

	* Parsing of the field to the addWindowHelp.py window

2004-06-13  Philip Van Hoof  <me_NOSPAM@freax.org>

	* Added translatable string stuff _("translate this") at various places

	* addWindow.py: Regexp stuff to check if the values entered in the 
	advaced add form is correct. No '> /dev/null..' stuff in the 
	command entry (used a label). Redesign of the 'Setting' label. 
	The combobox 'Every' is now read-only

	* addWindowHelp.py: if >1 is selected in the select every field is 
	written then change the label to 'dayS' or  appropiate and 
	'Happends from' is changed to 'Happends from day' [ ] to [ ] 
	'happends all days' is 'happends every day'. Redesign of the 
	'Expression' label

2004-06-08  Philip Van Hoof  <me_NOSPAM@freax.org>

	* Implemented writing the crontab
	* This means that, yes, the application is doing something usefull 
	from now on

2004-06-06  Philip Van Hoof  <me_NOSPAM@freax.org>

	* Recreated the project from scratch using Gaute's sourcecode
	* Redesign of the GUI
	* Uses popen to read the crontab (not a temporary file)

2004-06-06  Gaute Hope  <eg_NOSPAM@gaute.eu.org>

	* started the at support development.
	* reading current jobs
	* lists them in both simple and advanced mode
	* new tab for the GUI
	* possible to add and remove and view at jobs
	* changed name to system scheduler.. doesn't like it though.
	* now deletes temporary files

2004-06-04  Gaute Hope  <eg_NOSPAM@gaute.eu.org>
	* Removed most of the debugging messages i used before.

2004-06-03  Gaute Hope  <eg_NOSPAM@gaute.eu.org>

	* used the environment provided by Philip Van Hoof, modified the 
	makefile a bit(changed project directory) and the claen now 
	cleans the *~ files in the src/ dir aswell
	* you may change to advanced mode at the settings menu, simple 
	is default
	* created the simple model
	* created the update function, and some simple parse function
	* changed the name to Crontab manager
	* created the simple add form
	* added a viewport and a slide pane and hides the cronjob_edit frame 
	when simple mode is selected.
	* made simple add work
	* made simple remove work, should be sufficient for editing for now. 
	If you want to do that you should switch to advanced mode.

2004-06-01  Gaute Hope  <eg_NOSPAM@gaute.eu.org>

	* Fixed the user selecting with commandline argument, it now only 
	works if the UID = 0
	* Bug: Made it work with other users than root :)

2004-05-31  Gaute Hope  <eg_NOSPAM@gaute.eu.org>

	* Added support for editing crontab for other users. It now checks for 
	the first arguement uses it for the username. Otherwise it users the 
	USER environment variable.
	* Made it possible to just write out the crontab file without 
	installing it, so that it can be installed on another machine
	(ie: a server without X)
	* Fixed some version numbers.
	* realized you had to be root to use the 'crontab -u' command, so now 
	it only works if you are modifying root's crontab.. i tend to fix it 
	to use the environment variable to check for user id or something.

2004-05-30  Gaute Hope  <eg_NOSPAM@gaute.eu.org>

	* Made it interfere with crontab using the crontab command to list 
	and write crontabs
	* New add dialog with features for customizing the execution time 
	expressions
	* About dialog
	* Hints dialog for the add dialog

2004-05-28  Gaute Hope  <eg_NOSPAM@gaute.eu.org>

	* Created the main GUI.
	* Created the add and remove functions
