forked from mirkov/gnuplot-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
22 lines (15 loc) · 746 Bytes
/
ChangeLog
File metadata and controls
22 lines (15 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2012-02-26 Mirko Vukovic <mirko.vukovic@us.tel.com>
* gnuplot-interface.lisp (start-gnuplot): Now returns nothing
(values)
2012-02-25 Mirko Vukovic <mirko.vukovic@us.tel.com>
* gnuplot-interface.lisp (*executable*): Added wgnuplot path
(*terminal*): Changed feature tests to be based on platforms, not
my individual machines
(eval-when (...)): cleaned-up DISPLAY initialization
(command): cleaned-up accumulated crud
(gnuplot-command): args is now a &rest, and we use apply instead
of funcall
2011-10-05 Mirko Vukovic <Mirko Vukovic <mirko.vukovic@us.tel.com>>
* package.lisp (#:gnuplot-interface): Updated documentation
* gnuplot-interface.lisp: I replaced the symbol macros for the
utility functions by function calls