2003-08-10 Gopal Narayanan * Fixed multiline string problems in help.h which prevented compilation in gcc >3.2 * Moved build environment automake, autoheader, autoconf to a more modern version (autoconf support is for >2.50). * Ported transcalc to gtk2.0, which means that the dependency on gdk-imlib is now gone. gtk2.0 included gdk-imlib natively. * Release transcalc version 0.14. 2002-07-24 Claudio Girardi * Changed version number in CVS to 0.14 * Corrected some minor bugs related to config file * Changed speed of light symbol from C to C0 * Modified configure.in to work also with Mingw32 (and hopefully cygwin) * Added fnmatch.c and fnmatch.h (needed for Win32) * Added program version number to saved files * Updated speed of light constant (!) and changed its name from C to C0 to avoid clash with variables in other files. Updated vacuum dielectric constant 2002-07-15 Gopal Narayanan * Moved examples from src directory to a separate examples dir * Clean-up most warnings during compilation * Upon running for first time, $HOME/.transcalc dir will be created with config file and save file * Units default values now saved in config file * Upon exit, last transmission line values remembered in save file * Made some slight changes in gui setup * Added coupled microstrip image * Update manpage 2002-05-26 Claudio Girardi * Released v0.13 * Added coupled microstrips configuration * Rewritten single microstrip support (microstrip.c) * Cleaned-up most warnings during compilation * Added some more example files 2002-03-15 Claudio Girardi * Released v0.12 * File load/save functions and menu items added * Added example file (example1.trc) for file load * corrected microstrip dielectric losses formula * corrected conductor roughness losses formula 2001-06-22 Gopal Narayanan * Released v0.11 * Added coaxial transmission line to the list of transmission lines. Did some code cleanup as well. 2001-06-16 Gopal Narayanan * Made synthesize function as accurate as analysis function. In microstrip calculator, we now use Newton's method to converge on a solution. Thanks to Mike Ferrara for the suggestion. 2001-06-09 Gopal Narayanan * Modified source and automake files, so that gdk_imlib is recommended not required Thu May 24 22:24:54 EDT 2001 Gopal Narayanan * Initial Release