update to gwave-20001123
from the NEWS file: New in 20001123: - Saving wave and panel configuration as guile scripts. - Executing guile scripts from menu or command line (-s <script> option) - Remote control using the gwave-exec and gwaverepl utilities New in 20001004: - Spice3/Ngspice rawfile improvements: binary files now work! - Other minor file-reading improvements. - spice source code to examples for which I could still find it. New in 20001004: - Major improvements to handling of binary files produced by HSPICE. - Overhaul of input of spice3/ngspice raw files; more robust and tolerant of complex numbers. - User interface improvements: tooltips added. User's .gwaverc no longer required to do lots of standard setup. system.gwaverc can be copied to $HOME/.gwaverc and edited to taste. - sp2sp utility included for converting any spice file readable by gwave into a convenient tabular ascii format.
This commit is contained in:
parent
d24b0e148c
commit
3c725e8d7b
2 changed files with 6 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 2000/08/30 17:49:37 dmcmahill Exp $
|
||||
$NetBSD: md5,v 1.3 2000/11/24 13:51:51 dmcmahill Exp $
|
||||
|
||||
MD5 (gwave-20000809.tar.gz) = 2632c439da0d4414bbb7a9899c566805
|
||||
MD5 (gwave-20001123.tar.gz) = 7196e8cee2ef51506532d627932ab3c1
|
||||
|
|
|
@ -1,21 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2000/08/31 17:21:59 dmcmahill Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2000/11/24 13:51:52 dmcmahill Exp $
|
||||
bin/gwave
|
||||
bin/gwave-exec
|
||||
bin/gwaverepl
|
||||
bin/sp2sp
|
||||
man/man1/sp2sp.1
|
||||
share/doc/gwave/gwave-concepts.txt
|
||||
share/doc/gwave/gwave-hooks.txt
|
||||
share/doc/gwave/gwave-procedures.txt
|
||||
share/doc/gwave/gwave-variables.txt
|
||||
share/guile/app/gwave/cmds.scm
|
||||
share/guile/app/gwave/dynlink.scm
|
||||
share/guile/app/gwave/extra-menus.scm
|
||||
share/guile/app/gwave/globals.scm
|
||||
share/guile/app/gwave/gwave-startup.scm
|
||||
share/guile/app/gwave/minimal.scm
|
||||
share/guile/app/gwave/options.scm
|
||||
share/guile/app/gwave/std-args.scm
|
||||
share/guile/app/gwave/std-menus.scm
|
||||
share/guile/app/gwave/std-toolbar.scm
|
||||
share/guile/app/gwave/system.gwaverc
|
||||
share/guile/app/gwave/visiblewave-ops.scm
|
||||
@dirrm share/doc/gwave
|
||||
@dirrm share/guile/app/gwave
|
||||
|
|
Loading…
Reference in a new issue