2005/10/17 v0.9.1	- Added filenames to the 'loads' and 'circuit'
			page, and an 'changed' flag to indicate the list
			has been modified.
			- Added 'Save results page' option in the 'Files'
			menu, to save the numerical results
			- Added a Swedish translation (Thanks to
			Peter Landgren peter.talken[at]telia.com!)
2005/05/15 v0.9.0a3	- An error in calculating parallel LC circuits
			sneaked into the code cleanup (corollary: never
			clean up code?)
			- The number of decimals in frequency is now
			settable in the configuration.
			- SWR circle immediately redraw after saving config.
			- Expanded the cable table, changed selection
			- Updated es.po, and partially de.po. My german
			is not too good I'm afraid.
2005/05/12 v0.9.0a2	- Value text for Z/Y component wasn't initialized.
			- On Lawrence's request, I changed the frequency
			resolution to 3 decimals
			- Update and New buttons were not activated
			reliably - solved
			- Main screen component editor showed uH, should
			be nH - corrected (again Lawrence...)
2005/04/02 v0.9.0a1	- Added parallel and series LC combination which
			were difficult to enter before. This caused a huge
			number of other changes - even in the circuit file
			data format. This new format isn't compatible!
			I wrote a small script in Tcl which can convert
			the old format (conv0809).
			- Changed the layout of the component input page
			- Changed the layout of the load input page
			- Much needed cleanup of callbacks.c
			- Changed the component scrollbars. They will now
			auto-return to center, if not held with the mouse,
			after 1 second. This makes it much easier and faster
			to experiment.
			- Modified the format of the component list to
			accomodate par/ser LC combinations.
			- I'm using the Omega sign to format the line info
			This could cause problems with some character sets
			if the symbol isn't defined. Please report if this
			doesn't work for you.
			- Save file paths at any save or load
			- Solved a bug which didn't show connections
			with stubs
			- Improved (more logical) component description
			- Solved a bug with 'updating' open/closed stubs
			- Found and solved a bug in saving transmission
			line components.
			- Updated predefined cable selection to the new
			system.
2004/12/23 v0.8.4	- Fixed a (double) bug in the zoom procedure,
			particularly visible when zooming out (thanks to
			Lawrence Glaister ve7it[at]shaw.ca for reporting
			this).
			- The configuration interface is present to
			set up the remote control. It is _not_ enabled
			yet!
2004/12/09 v0.8.3	- Added a German translation (Thanks to Georg Baum,
			Georg.Baum[at]post.rwth-aachen.de)
			- Please check the NEWS file!
2004/09/10 v0.8.2	- Added the TODO list to the distro... Maybe someone
			helps out?
2004/08/17 v0.8.1	- Added #include of getopt.h to main.c. Though not
			necessary on my machine, some configurations do need
			it, and, really, it should be there. (Thanks
			Sid Boyce, G3VBV, sboyce[at]blueyonder.co.uk)
			- One of the 'todo-list' items implemented: the
			effect of changing the value scrollbars is now
			immediately visible on the chart. This is really
			quite spectacular. (Thanks Lawrence Glaister VE7IT,
			for reminding me)
2004/08/03 v0.8.0	- Adapted the config files and the config screen
			to be able to select properties for the dynamic
			on-screen background. (Though the dynamic chart is
			not enabled yet)
			- Enabled the zoom buttons (can now zoom from 0.1
			to 10x)
2004/07/24 v0.7.6	- Added Chinese translation (Thanks to Once,
			once_shuiqing[at]hit.edu.cn)
			- Added Spanish translation
			- Once also reported a bug when clicking 'Modify'
			on the loads page (corrected)
2004/07/18 v0.7.5	- En error in the configuration files causes
			compilation errors on some systems. This should fix
			it. Please update.
2004/07/17 v0.7.4	- More suggestions from Georg (thanks!):
			- Size of up/down buttons in Circuit (done)
			- Size of ok/cancel buttons on config dialog (done)
			- Moved 'print'-checkbutton to a File-menu item
			- Confirmation before overwriting previous export
			- Font picker added to select. The font selection
			  mechanism is too picky (sic) to just use a entry
			  widget.
2004/07/15 v0.7.3	- Thanks to Georg Baum for the testing & suggestions.
			- Change the initial (logo) pixmap path in chart.c
			to include PACKAGE_DATA_DIR
			- Change the default pixmap path in global.c
			to include PACKAGE_DATA_DIR
			- Set the correct scale/offsets for the chart included
			- Included a few examples to be installed in
			<prefix>/linsmith
			- <shame> Now actually included the logo pixmap
2004/06/26 v0.7.2	- Added SWR circle and G=1 circle, and the configs
			to match. Checked both on-screen and PS output.
			- Added connecting linse for Z/Y switches. Tested
			on most combinations.
			- Enabled the transformer (no connecting lines...
			are they advisable?)
			- Changed the screen bg chart properties to double
			(from int), as sometimes fractional corrections seem
			to be appropiate.
2004/06/22 v0.7.1	- Added the Z/Y element to switch between impedances
			and admittances. Modified many functions to adjust
			for this trick.
			- Apologized to the gnome-print group for the 
			accusation... The fault was mine.
2004/06/10 v0.6.1	- Got the PS output working. Mind - there is still a
			problem with gnomeprint - the first string printed
			with a global scaling active is printed in the
			wrong size. (Added a dummy label to prevent this)
2004/05/22 v0.3.1	- Start keeping a changelog
			- Call calc_el_impedance only when needed, i.e. not 
			when adding a series line.
