-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchanges.html
228 lines (201 loc) · 4.69 KB
/
changes.html
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML> <HEAD>
<TITLE>List of changes for Prooftree</TITLE>
<STYLE type="text/css">
h1 { background:#ffa500; color:#0048ff; text-align:center }
h2 { background:#ffa500; color:#0048ff; text-align:center }
h3 { color:#0048ff }
pre {
border: 2pt red;
overflow: auto;
padding: 1em 1em;
background : beige;
color : black;
}
a img {
border: 0;
}
</STYLE>
</HEAD>
<BODY>
<H1>List of Changes for Prooftree</H1>
<DL>
<!-- RECENT CHANGES START -->
<!--
! - <DT>XXXX-XX-XX
! - <DD>
! - <UL>
! - <LI>
! - <P></P></LI>
! - </UL>
-->
<DT>2024-02-23: Prooftree 0.14 released
<DD>
<UL>
<LI>update Prooftree for Coq >= 8.12
</LI>
<LI>this version of Prooftree requires Proof General >= 4.6 or a
development version with
PR <a href="https://github.com/ProofGeneral/PG/pull/439">439</a>
merged
</LI>
<LI>change communication protocol (version 4 now) to request sequent
updates from Proof General asynchronously and explicit confirmation
of proof completion
</LI>
<LI>accept unicode characters in names of existential variables
<P></P></LI>
</UL>
<!-- RECENT CHANGES END -->
<DT>2017-01-03: Prooftree 0.13 released
<DD>
<UL>
<LI>sequent history accessible in external sequent node windows
</LI>
<LI>new menu item <KBD>Show selected</KBD>
</LI>
<LI>improved configuration dialog
</LI>
<LI>support Coq 8.5 and 8.6
<P></P></LI>
</UL>
<DT>2013-05-17: Prooftree 0.12 released
<DD>
<UL>
<LI>bug fixes for clones
<P></P></LI>
</UL>
<DT>2013-01-21: Prooftree 0.11 released
<DD>
<UL>
<LI>incompatible protocol change: requires Proof General >= 4.3pre130327
</LI>
<LI>support for bullets, braces and <KBD>Grab Existential
Variables</KBD> of Coq 8.4
</LI>
<LI>New context menu items for retraction (undo), inserting proof
commands and proof scripts from subproofs
</LI>
<LI>several bug fixes and other small improvements
<P></P></LI>
</UL>
<DT>2012-05-14: Prooftree 0.10 released
<DD>
<UL>
<LI>bug fixes and internal changes
<P></P></LI>
</UL>
<DT>2012-01-04: Prooftree 0.9 released
<DD>
<UL>
<LI>fix case when some existential variables is instantiated by
the last proof command
<P></P></LI>
</UL>
<DT>2012-01-03: Prooftree 0.8 released
<DD>
<UL>
<LI>Works now with standard versions of Coq (>= 8.4beta)
and Proof General (current development version)
</LI>
<LI>Update <EM>all</EM> sequents when existential variables get
instantiated
</LI>
<LI>Display dependencies of existential variables
</LI>
<LI>various internal improvements
<P></P></LI>
</UL>
<DT>2011-11-01
<DD>
<UL>
<LI>Improved support for existential variables
<UL>
<LI>Dialog for marking introduction and instantiation points of
existential variables</LI>
<LI>Use a different color for branches that are proved but have
non-instantiated existential variables</LI>
<LI>display not instantiated existential variables in tool-tips,
sequent and proof command displays</LI>
</UL>
</LI>
<LI>several bug fixes
<P></P></LI>
</UL>
<DT>2011-10-04
<DD>
<UL>
<LI>in sync with Proof General version 4.1</LI>
<LI>several bug fixes
<P></P></LI>
</UL>
<DT>2011-08-11
<DD>
<UL>
<LI>User interface changes
<UL>
<LI>extra sequent and proof command windows on double click
and shift click
</LI>
<LI>move proof tree by dragging with mouse button 1</LI>
<LI>main menu with new help, about, exit items</LI>
<LI>progress message between <KBD>Dismiss</KBD> and
<KBD>Menu button</KBD>
</LI>
<LI>new Configuration dialog and support for user specific
configurations</LI>
<LI>tool tips show proof commands and sequents</LI>
</UL>
</LI>
<LI>
man page added</LI>
<LI>several fixes and small changes<P></P>
</LI>
</UL>
<DT>2011-06-14
<DD>
<UL>
<LI>support starting prooftree in the middle of a proof
</LI>
<LI>display extra windows with the complete sequent text or the
complete proof command on mouse button 2
</LI>
<LI>the clone button yields a frozen copy of the proof tree
</LI>
<LI>branches that are finished by a cheating tactic (such as
<KBD>admit</KBD> or <KBD>sorry</KBD>) are colored in red
</LI>
<LI>keep proof tree windows when retracting in a big step to a
point before the proof
<P></P></LI>
</UL>
<DT>2011-04-21
<DD>
<UL>
<LI><KBD>Show</KBD>, <KBD>Focus</KBD> and <KBD>Unfocus</KBD> work.
<P></P></LI>
</UL>
<DT>2011-04-20
<DD>
<UL>
<LI>Update existential variables when they are instantiated (as
far as possible)
</LI>
<LI>fix sequent window showing outdated text<P></P>
</LI>
</UL>
<DT>2011-04-18
<DD>
<UL>
<LI>first release
</LI>
</UL>
</DL>
<HR noshade size=2>
<FONT SIZE="-2">
last changed on
<!-- hhmts start --> 2 Jan 2017
<!-- hhmts end -->
by <A HREF="/index.html.en">Hendrik</A>
</FONT></BODY> </HTML>