CVS update: gnucash/src/gnome

Joshua Sled jsled@linas.org
Wed, 19 Jun 2002 00:04:51 -0500 (CDT)


Date:	Wednesday June 19, 2002 @ 0:04
Author:	jsled

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

Modified Files:
	dialog-scheduledxaction.c dialog-sxsincelast.c 
Log Message:
2002-06-18  Joshua Sled  <jsled@asynchronous.org>

	* src/gnome-utils/gnc-dense-cal.[ch]: Added; a multiply-markable,
	visually-dense Gtk calendar widget, to be used by
	Scheduled Transactions.

	* src/gnome/dialog-scheduledxaction.c
	(putSchedXactionInDialog): Renamed; supports marking the new
	GncDenseCal.
	(delete_button_clicked): Now much less lame about dealing with the
	CList when items are removed; supports [un]marking the
	GncDenseCal.

	* src/gnome/dialog-scheduledxaction.c (editor_ok_button_clicked):
	Query the user if they want to create an unbalanceable
	[varible-containing] transaction. Inform the user if they try to
	create an auto-create transaction which has variables, as this is
	not allowed.