1 Gwave NEWS --- history of user-visible changes. -*- text -*-
4 - Fix warnings related to GtkTooltips
5 - fix reading of ascii spice3 rawfiles containing blank lines, like those
7 - add patchfile and explanation sometimes needed when building g-wrap
8 - applied submitted patch that fixes some gcc return-type warnings
11 - minor fixes adaptating for stable guile-gnome-platform-2.16.1
12 - seems to be stable now
15 - Another alpha release using guile-gnome-platform, for wider testing
16 - Fixed "zoom dialog" for guile-gnome-platform
17 - Still having some occasional crashes, apparently due to memory corruption
18 that I haven't yet tracked down or pinned on guile-gnome-platform or anything else.
22 a "gwave2" version that uses Gtk+-2.0 by way of guile-gnome-platform.
23 Feature-wise, about the same as the previous release.
24 I think I've fixed most of the crashes. Known defects:
25 Several dialogs that should have defaults don't.
26 The change-waveform-color menu doesn't show the colors, just numbers.
29 - full-height vertical scrollbar appears if the total height of all
30 panels becomes larger than the window.
31 - new panel type "jumbo" stays larger even when things get crowded
32 - most deprecated guile calls removed. Guile 1.6 or later is now required.
35 - ALPHA RELEASE: may crash. do not rely on for production use.
36 - handling of multi-sweep datafiles
37 - vertical scrollbars on label/measure area in each wavepanel make handling
38 large numbers of waveforms easier.
41 - Got docstring extraction from C source to .txt files in doc directory working again
42 - applied submitted patch that cleans up warnings from gcc3 about multiline text strings in C code
45 - bugfixes to make the new print/plot stuff work better
46 - path to working gnu graph found by configure is passed to scheme code
49 - major new work on print/plot output, gnugraph and gnuplot backends
50 - simple data-export function
53 - tiniest bugfix to accconfig.h: left some CVS-conflict junk behind
54 - missing files src/xsnarf.h, src/xguile-snarf added
55 - Now a useful snapshot, while 20020419 didn't quite work.
59 - better handling of really huge hspice files
62 - fix RPM building and other minor build issues
65 - restore ability to compile with guile-1.3.4
68 - interactive Y-zoom and XY-area zoom added (see Readme)
69 - zoom-to-exact-size dialog box added
72 - better measurement: value at both cursors or difference in values at cursors
73 - enhanced handling of log scales
74 - yet more file-reading improvements and general bug fixes
77 - Saving wave and panel configuration as guile scripts.
78 - Executing guile scripts from menu or command line (-s <script> option)
79 - Remote control using the gwave-exec and gwaverepl utilities
82 - Spice3/Ngspice rawfile improvements: binary files now work!
83 - Other minor file-reading improvements.
84 - spice source code to examples for which I could still find it.
87 - Major improvements to handling of binary files produced by HSPICE.
88 - Overhaul of input of spice3/ngspice raw files; more robust and tolerant
90 - User interface improvements: tooltips added. User's .gwaverc no longer
91 required to do lots of standard setup. system.gwaverc can be copied
92 to $HOME/.gwaverc and edited to taste.
93 - sp2sp utility included for converting any spice file readable by gwave into
94 a convenient tabular ascii format.
97 - Logarithmic scales working on both X and Y axis.
100 - First public guile/guile-gtk release.
101 - Popup menu on visible-wave button can activate per-waveform dialog box
102 - Logarithmic scale on Y axis working; on X axis it isn't quite there yet.
105 - Merged in guile and guile-gtk; the GUI is mostly written in guile now.
106 - Some additional improvements to reading of HSPICE input. Reading partial
107 files from simulations still in progress works for ascii .tr0 files.
110 Improved handling of HSPICE ascii format in libspicefile - tested on files
111 from 98.4 on HP-UX and Solaris.
114 - Changed version naming scheme to one based on the date, rather than a number
115 that suggests some sort of progress on the scale from 0.0 to 1.0.
116 - Deleting and reloading waveform files
117 - Detects Gtk 1.0 vs Gtk 1.2, builds on either.
118 (assumes that Gtk+-1.1.x is like 1.2, which may even be correct somtimes)
119 - New structure for file-reading code uses a library libspicefile.a, which I
120 also use in some other tools.
121 - Should handle HSPICE AC analysis files without ".options probe" better.
123 known bugs and limitations in 19990601:
124 - panel setup after adding waveforms may not always be right, in particular
125 after adding first waveform to a panel. If the horizontal scale looks bogus,
127 - Although it can read HSPICE AC analysis files that have complex variables,
128 it doesn't display those variables correctly yet. Can't read spice3 or spice2
129 AC analysis rawfiles containing complex variables.
130 - I've had some trouble with my adaptation of the spice2 file reader.
131 - Doesn't always redraw after reloading a waveform file, do zoom all to fix.
134 - Inserting/deleting waveform panels.
135 - added right-button popup menu to waveform panels
136 - The compile/install process now uses automake and autoconf to generate
137 the familiar "configure" script
138 - An attempt at placing the variable list windows in a more convenient position
139 in relation to the main window. Getting this perfect under all window managers
140 is a losing proposition.
143 - Fixed bug in reading hspice files with lots of columns
144 - displays signal name list window for files read from the command line.
145 (note: it will probably be behind the main window)
146 - incorporated code contributed by Jeff Dionne for reading spice2 rawfiles
149 - Fixed bug and/or warning when first waveform is added to display
150 - Ability to drag vertical bar cursors around, in addition to click-to-place
151 - Added zoom-to-cursor function; if both cursors have been placed,
152 zooms so that the time between the cursors fills the display.
153 - Added zoom-to-window function. Select this menu option, then
154 press/drag/release mouse button 1 to indicate a region of the X
155 axis that then zooms to fill the display.
158 - Load multiple files at once, either from the command line or
160 - Some operations are moved to pulldown menus.