aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Aspinall2002-06-20 23:48:45 +0000
committerDavid Aspinall2002-06-20 23:48:45 +0000
commit06d66d9fb3c26c7506103e9fc2030f547ec5dcd6 (patch)
treefa44a746c92c5c45e3ddc5af73b3ad33108505f8 /ChangeLog
parentc84789ccb2513afd874a04baf48f0563ca85d3d1 (diff)
Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog79
1 files changed, 79 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f72b635..1937cfd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2002-06-20 David Aspinall <da@proofgeneral.org>
+
+ * etc/ProofGeneral.spec, generic/proof-site.el, html/develdownload.php, html/devel.html:
+ Set version tag for new release.
+
+2002-06-19 Pierre Courtieu <courtieu@lri.fr>
+
+ * CHANGES, doc/ProofGeneral.texi:
+ Updated the doc and the CHANGES file about new backtracking for Coq.
+
+2002-06-19 David Aspinall <da@proofgeneral.org>
+
+ * generic/proof-menu.el:
+ Match FSF C-button3 binding with XEmacs one
+
+ * generic/proof-config.el:
+ Doc improvements
+
+2002-06-19 Pierre Courtieu <courtieu@lri.fr>
+
+ * coq/coq-syntax.el:
+ Finished updating the commands and tactic lists of coq-syntax.el.
+
+ * coq/coq-syntax.el:
+ updated the lists of commands and tactics in coq-syntax.el.
+
+2002-06-19 David Aspinall <da@proofgeneral.org>
+
+ * coq/coq.el:
+ Use coq-proof-mode-p instead of nesting depth test. Attempt to track nesting depth (fails).
+
+ * etc/coq/nested.v:
+ Add nested section example to increase the horror.
+
+ * etc/coq/nested.v:
+ Added End for sections, and silly test
+
+ * etc/debugging-tips.txt:
+ Updated with more notes
+
+ * coq/coq.el:
+ Clean up: remove count-undos, comments, tweak coq-proof-mode-p.
+
+ * ChangeLog: Updated.
+
+ * generic/proof-shell.el:
+ Add proof-shell-last-prompt.
+
+ * doc/PG-adapting.texi:
+ Add doc of proof-shell-last-prompt.
+
+ * doc/ProofGeneral.texi: Fix info
+
+ * etc/ProofGeneral.spec, html/develdownload.php, html/devel.html, generic/proof-site.el:
+ Set version tag for new release.
+
+2002-06-18 David Aspinall <da@proofgeneral.org>
+
+ * html/develdownload.php:
+ Update Emacs versions
+
+ * doc/ProofGeneral.texi:
+ Add news for PG 3.4
+
+ * doc/PG-adapting.texi:
+ Update magic. Document nested proof settings.
+
+ * coq/coq.el:
+ Removed lift-global stuff. coq-find-and-forget: only undo undoable tactics.
+
+ * generic/proof-script.el:
+ Remove lift-global function.
+
+ * generic/proof-config.el, generic/proof-script.el:
+ Remove global testing and lift-global function; rename proof-nested-goals -> proof-nested-goals-history.
+
+ * etc/coq/nested.v:
+ Added some non-undoable tactics
+
2002-06-19 David Aspinall <da@proofgeneral.org>
* generic/proof-shell.el: