forked from michaelw/cl-dot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
123 lines (75 loc) · 3.5 KB
/
ChangeLog
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
2013-01-15 Michael Weber <[email protected]>
* cl-dot/lisp: Supply :fontname and :fontsize arguments
Patch by Jan Moringen <[email protected]>
* docs/manual.texi: Updated manual for GitHub move
2009-10-12 Michael Weber <[email protected]>
* cl-dot.lisp (construct-graph): Allow directed multi-graphs.
Reported by Karol Skocik <[email protected]>.
2008-11-15 Michael Weber <[email protected]>
* cl-dot.lisp (graph-object-edges): new generic function
(construct-graph): Allow GRAPH-OBJECT functions to return
sequences instead of lists
* docs/version.texi: Generate version from Git
2008-11-11 Michael Weber <[email protected]>
* package.lisp: export *neato-path*
2008-11-09 Michael Weber <[email protected]>
* Released version 0.8.0
* cl-dot.lisp (textify,print-key-value): allow labels to be
aligned. Patch adapted from Nikodemus Siivola
* cl-dot.lisp (generate-graph): handle :node and :edge attributes
specially. Patch adapted from Nikodemus Siivola
(print-key-value): new function, extracted from generate-graph.
* docs/manual.texi: document accepted attributes
* docs/manual.texi: new manual
* COPYING: adjusted years
2008-10-27 Michael Weber <[email protected]>
* cl-dot.lisp (construct-graph): Save and reuse result of
GRAPH-OBJECT- protocol functions
Otherwise, ephemeral graph nodes get disconnected, which is
somewhat unexpected. Report and patch by YuQian Zhou
2008-06-16 Michael Weber <[email protected]>
* Released version 0.7.0
* cl-dot.lisp: default methods for graph-object- protocol methods
(dot-graph), doc/index.html: added support for undirected
graphs (via neato); patch by Angel Bayloff <[email protected]>,
slightly edited.
2008-02-17 Michael Weber <[email protected]>
* Released version 0.6.0
* cl-dot.lisp: introduced the GRAPH-OBJECT- protocol,
moved OBJECT- protocol to deprecated.lisp
(generate-graph-from-roots): new function
(generate-graph): deprecated
* deprecated.lisp: new file
* docs/index.html: documented API changes
* examples/: adapted examples to new API
* cl-dot.asd: added list-example-old.lisp, deprecated.lisp
* README: removed API documentation with pointer to docs directory
2007-11-29 Michael Weber <[email protected]>
* Released version 0.5.0
* cl-dot.lisp (dot-graph): add support for CLISP. Patch by
Martin Dengler <[email protected]>.
2007-11-21 Michael Weber <[email protected]>
* cl-dot.lisp (dot-graph): add keyword parameter FORMAT
2007-03-02 Michael Weber <[email protected]>
* cl-dot.lisp (dot-graph): output .ps for LispWorks
2007-02-27 Michael Weber <[email protected]>
* cl-dot.lisp (dot-graph): removed extra binding
2007-02-26 Michael Weber <[email protected]>
* Released version 0.4.0
* cl-dot.lisp (dot-graph): Allegro support (patch by
Robert P. Goldman <[email protected]>), slightly edited.
* Released version 0.3.0
* cl-dot.lisp: *dot-path* for win32;
execution support for LispWorks; escape node IDs with TEXTIFY.
Original patch by Levente Mészáros, edited by [email protected]
* cl-dot.lisp (generate-dot): Use WITH-STANDARD-IO-SYNTAX for
printing dot file. Patch by Todd Sabin <[email protected]>.
* Released version 0.2.0
* taken over maintainership from Juho Snellman <[email protected]>
* cl-dot.lisp (generate-graph): changed to a generic function
* cl-dot.lisp: various updates
* docs/index.html: HTML documentation
* cl-dot.asd: various changes