Adding more support for newer constructs in Vermin.
Added scrollwheel support to rtlbrowse code windows.
Added VPD support via vpd2vcd.
Added preliminary do-nothing generate support in vermin.
Added "Open Hierarchy" option that will expand the SST and select the hierarchy for a given signal selected in the Signals window.
Added preliminary support for FsdbReader.
Added generate as scope type to VCD/FST/FSDB.
Display signal direction column in SST if not all signals are declared as FST_VD_IMPLICIT.
Added extraction of in/out/inout from FSDB into FST with vcd2fst helper executable.
Added support for SV structures, unions, classes, packages, programs, and interfaces.
Preliminary support for SV datatypes of bit, logic, int, shortint, longint, byte, enum, and shortreal in VCD and FST. Added sparse array datatype to FST (currently unused by gtkwave).
Added support for attribute begin/end in FST. (Currently unused by gtkwave.) This allows embedding of various data inside the structure tree.
Added ability to store $comment in FST files via the attribute mechanism (FST_AT_MISC/FST_MT_COMMENT).
Added ability to store environment variable information in FST files (FST_MT_ENVVAR).
Added direction filters to SST name filter search. That is, adding +I+, +O+, +IO+, +B+, or +L+ before the regular expression adds additional filtering criteria. Direction filters are case-insensitive.
Added VHDL hierarchy types to FST, internal VCD loaders and also vcdfst/fst2vcd.
Added in VHDL to FST (which will also allow other languages): gtkwave can process these types (e.g., signal + std_ulogic), but there are currently no simulators supporting them.
Added "/File/Grab To File" PNG image grab menu option.
Added VHDL package type to FST.
Added fstWriterSetSourceStem() so writers can embed source stems in the FST file.
Updated examples/gtkwaverc accel options to reflect the current state of the gtkwave main window main menu.