CVS update: gnucash

jsled@linas.org jsled@linas.org
Fri, 6 Jul 2001 02:31:12 -0500 (CDT)


Date:	Friday July 6, 2001 @ 2:31
Author:	jsled

Update of /home/cvs/cvsroot/gnucash
In directory www.linas.org:/tmp/cvs-serv25414

Modified Files:
	ChangeLog 
Log Message:
2001-07-06  Joshua Sled  <jsled@asynchronous.org>

	* src/gnome/gnc-schedxaction-xml-v2.c: Support for new
	SchedXaction options [create/remind-days-in-advance; auto-create,
	notify-on-creation].
	
	* src/gnome/dialog-scheduledxaction.c (putSchedXactionInClist):
	Fix for next-occurance processing.

	* src/engine/SchedXaction.c (xaccSchedXactionGetNextInstance):
	Better handling of start date/last-occur date/current dates when
	generating the next occurance date.  Gotta remember to clear those
	g_dates, lest the come up 'valid' due to stack trash... :(

	* src/gnome/gnc-sxlastrun.{h,c}: Added; newer/better
	since-last-occur dialog.

	* src/gnome/window-main.c: Added Scheduled Transaction stuff to
	"Tools" menu.

	* src/scm/prefs.scm: Added initial cut at Scheduled Transaction
	preferences.