aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2007-12-13 12:59:09 +0000
committerDavid Aspinall2007-12-13 12:59:09 +0000
commitf916f8a84abd57b8cdd3ef7bc54c96b88c268076 (patch)
tree3a9a5d8c6e6d4b78f6343abe556d4e62ca2e0f5e
parentd64389d34f3494b97c67b7a6094123f1a699040c (diff)
Updated.
-rw-r--r--BUGS6
-rw-r--r--TODO8
-rw-r--r--coq/BUGS14
3 files changed, 13 insertions, 15 deletions
diff --git a/BUGS b/BUGS
index 90860405..a3bd4083 100644
--- a/BUGS
+++ b/BUGS
@@ -2,8 +2,8 @@
* Known Bugs and Workarounds for Proof General.
-Contact: mailto:da+pg-bugs@inf.ed.ac.uk
-For latest, see: http://proofgeneral.inf.ed.ac.uk/BUGS
+For latest, see: http://proofgeneral.inf.ed.ac.uk/trac
+
See also FAQ: http://proofgeneral.inf.ed.ac.uk/FAQ
Generic bugs are listed here, which may affect all of the supported
@@ -228,3 +228,5 @@ Several (odd) circumstances cause this version of Emacs to loop,
in particular, when moving the cursor into multi-byte characters.
Workarounds have been added to avoid this: you may see junk
characters in the shell buffer as a side effect.
+
+
diff --git a/TODO b/TODO
index 52d8132f..96405789 100644
--- a/TODO
+++ b/TODO
@@ -2,14 +2,14 @@ This is our brief list of planned things to do to Proof General.
$Id$
-See also the Proof General development page on the web. Also, for
-low-level (possibly obsolete) detail, see the file TODO.developer.
+See also the Proof General development page on the web, and
+the issue tracker at http://proofgeneral.inf.ed.ac.uk/trac.
Please send any suggestions, comments, or offers of help to
-da+pg-feedback@inf.ed.ac.uk. Thanks!
+da+pg-feedback@inf.ed.ac.uk.
-Plans for upcoming versions
+Ideas for upcoming versions
---------------------------
* Implement support for PG Kit. Support PGIP provers fully, with/without
diff --git a/coq/BUGS b/coq/BUGS
index 8dfe90f9..6599180a 100644
--- a/coq/BUGS
+++ b/coq/BUGS
@@ -4,21 +4,17 @@
See also ../BUGS for generic bugs.
-** With new syntax in Coq 7, comments at end of files cannot be processed.
+** Multiple file handling and auto-compilation is incomplete
-Leads to annoying retract/process questions when switching buffers.
-Workaround: don't use a comment as the last line of the buffer, for now.
+** C-c C-a C-i on long intro lines breaks line the wrong way.
** coqtags doesn't find all declarations.
It cannot handle lists e.g., with "Parameter x,y:nat" it only tags x
but not y. [The same problem exists for legotags] Workaround: don't
rely too much on the etags mechanism.
-
-** With Coq 7, multiple file handling and auto-compilation is buggy
-
-** Surely others that aren't mentioned here...
-Please report them to da+pg-bugs@inf.ed.ac.uk
+** Others not mentioned...
+
+Please report further issues at http://proofgeneral.inf.ed.ac.uk/trac
-** C-c C-a C-i on long intro lines breaks line the wrong way. \ No newline at end of file