[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: Commit by: pbernaud



CVSROOT:	/home/cvspsrv/cvsroot
Module name:	eda
Changes by:	pbernaud	05/01/04 13:27:01

Modified files:
	geda/devel/gschem: ChangeLog 

Log message:
Make line type dialog work on more than a single object (bug #gschem/24) :
- clean-up of dialog code ;
- introduction of a new structure to handle the dialog data ;
- line_type_dialog_ok() now iterates over a list of objects ;
- i_callback_edit_linetype() has been updated to build a list of relevant objects to pass to line_type_dialog().