gEDA-dev: [PATCH] gschem: recent files support

Ales Hvezda ahvezda at seul.org
Mon Apr 23 08:09:12 EDT 2007


Peter,

[snip]
>News to me.  About 9 months ago I tried to use 2.6 features and got my wris=
>ts=20
>slapped.  It should degrade nicely back to 2.4, unless we're going to requi=
>re=20
>GTK+ 2.6 for gEDA. In that case, someone would need to update all of the=20
>configure scripts.


Perhaps I didn't communicate this effectively or there was noise on the
line, but my policy on gtk/glib API usage:

	1. Make sure the code compiles with the baseline gtk+/glib version
	   (2.4.x right now).
	2. You can use new gtk+/glib API as long as the #1 isn't violated.
	3. New features that are added by #2 can be disabled to satisfy #1.

Sorry if I wasn't clear the last time this came up.


[snip]
>In which case you need to make gschem have a separate configuration context=
>=20
>for each open file, and load all the appropriate rc files along with a=20
>schematic.  Clicking on a schematic in the recent files list and getting a=
>=20
>huge series of "symbol not found" messages isn't very user friendly. ;)

	Ah but that's the beauty of how gschem loads the rc files.
It loads any rc file found in a the destination directory.  At least
that's how it used to work, hopefully that is still the case.

								-Ales



More information about the geda-dev mailing list