2007-06-08  Florian Boor  <florian.boor@kernelconcepts.de>

	* Release version 0.17
	* doc/libschedule-docs.sgml: Update email and org.

2006-12-14  Joseph J. McCarthy  <mccarthy@granular.che.pitt.edu>

        * atd.c : small redirect change 
	
2006-05-08  Neal H. Walfield  <neal@gnu.org>

	* atd.c (alarm_filename): Use correct format conversions.
	(write_tail): Likewise.
	(schedule_set_alarm): Print a newline after writing ACTION to FP.

2006-04-09  Neal H. Walfield  <neal@gnu.org>

	* configure.ac: Check for libgpewidget.

2006-03-02  Florian Boor  <florian.boor@kernelconcepts.de>

	* Release version 0.16
	* Change documentation license to LGPL.

2006-02-21  Joseph J. McCarthy  <mccarthy@granular.che.pitt.edu>

        * atd.c : fix some non-calendar alarm stuff 
	
2006-01-13  Florian Boor  <florian.boor@kernelconcepts.de>

    * atd.c (schedule_set_alarm): Verify if at binary is executable, bad things
    will happen otherwise.

2005-08-24  Philippe De Swert  <philippedeswert@scarlet.be>

	* release version 0.15

2005-08-24  Joseph J. McCarthy  <mccarthy@granular.che.pitt.edu>

	* atd.c : configure libschedule to use desktop versions of at when
	available (need to use configure --enable-haveat=yes; add sqlite
	stuff in order to remember atjob numbers; add errorbox stuff to warn
	if at is not working properly (on either handhelds or desktops)
	* atd.c (dbinfo_callback; alarm_db_start): sqlite related routines
	* atd.c (trigger_atd): check for atd.pid
	* atd.c (same-alarm): checks to see if existing "next alarm" is
	correct (so that we may skip scheduling it) -- useful on desktop only
	* atd.c (write_tail, tmp_alarm_filename, cancel_alarm_uid): all
	modifications for using and canceling at jobs on desktop
	* atd.c (schedule_set_alarm): CHANGED API(!) so that we know to be
	careful to only erase at jobs when using the gpe-calendar app
	* atd.c (schedule_set_alrm): a huge number of changes mostly stolen
	from standard at (and handled with the compile-time flag HAVE_AT)
	* atd.c (schedule_cancel_alarm): use desktop at when necessary
	* configure.ac: add sqlite dependency and enable-haveat flag
	* libschedule.pc.in: add sqlite dependecy
	* Makefile.am: add HAVE_AT stuff
	* gpe/schedule.h: new API

2005-08-14  Florian Boor  <florian.boor@kernelconcepts.de>

	* doc/libschedule-docs.sgml, atd.c: Add documentaion.

2005-08-01  Florian Boor  <florian.boor@kernelconcepts.de>

	* doc/*, configure.ac, Makefile.am: Add documentation framework.

2005-07-29  Florian Boor  <florian.boor@kernelconcepts.de>

	* Version 0.14 released.
	* configure.ac: Fix version number.

2005-05-27  Florian Boor  <florian.boor@kernelconcepts.de>

	* Add autotools support.
	* configure.ac, autogen.sh, Makefile.am, gpe-dist.am, libschedule.pc.in:
	  new files.
	* configure.ac: Version set to 0.15.
	* Makefile: deleted.

2004-04-27  Moray Allan  <moray@handhelds.org>

	* Makefile: Compile with -fPIC.

2004-03-25  Philip Blundell  <philb@gnu.org>

	* Version 0.13 released.

2004-03-25  Philip Blundell  <philb@gnu.org>

	* Makefile: Bring up to modern standards vis-a-vis PACKAGE_CFLAGS,
	etc.

2004-02-23  Joseph J. McCarthy  <mccarthy@engrng.pitt.edu>
                                                                                
        * release version 0.12 
                                                                                
2004-02-23  Joseph J. McCarthy  <mccarthy@engrng.pitt.edu>
	
	* atd.c : using Nils fix for re-scheduling issues

2003-04-20  Philip Blundell  <philb@gnu.org>

	* atd.c: Tolerate actions with no trailing newline.

2003-04-16  Joseph J. McCarthy  <mccarthy@engrng.pitt.edu>
	
	* atd.c : re-arrange the order of script operations and add an "export" before DISPLAY':0
