File: ChangeLog

package info (click to toggle)
gwave 20190116-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,588 kB
  • sloc: ansic: 9,361; sh: 4,183; lisp: 1,226; makefile: 104; perl: 91
file content (29 lines) | stat: -rw-r--r-- 915 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

20010327
	Completed the basics of having two displayed measurements by adding
	a guile function and some menu code to flip between the
	built-in "val(cursor1)" and "val(cursor1)-val(cursor0)" functions
	for the second measurement.

20010822
	Enhance file-reading to handle the spice3raw variant produced by
	Silvaco's SmartSpice.
	Handle log scales properly for plotting with GNU Graph.

20010911
	Better handling of logscale-X, zooming and scrollbar due to a
	patch from Paul Maurer

20010927
	configure now rejects non-GNU versions of "graph" even if they're
	earlier in $PATH

20011021
	Clean abort with better error message if we can't find the scheme
	files or they're fouled up

20170109
	Integrate all patches for input file formats, and do some further
	format-handling improvements.
	add hardwired binding 'control-button-1' to set cursor 1,
	for users with mice or laptops lacking a middle mouse button.