<feed xmlns='http://www.w3.org/2005/Atom'>
<title>proof-general/etc, branch master</title>
<subtitle>Emacs plugins for proof management systems</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/'/>
<entry>
<title>fix: test files should not provide features</title>
<updated>2020-05-28T14:37:44+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2020-05-28T14:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=2d16d47667fc9985f315f2dbf62175217f7add1f'/>
<id>2d16d47667fc9985f315f2dbf62175217f7add1f</id>
<content type='text'>
href: https://github.com/ProofGeneral/PG/issues/493#issuecomment-634493988
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
href: https://github.com/ProofGeneral/PG/issues/493#issuecomment-634493988
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remaining uses of CL; Make files more declarative</title>
<updated>2018-12-14T22:11:19+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2018-12-14T03:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=9a25320acf24020fc0e2b97589f9d996f3d1d4fb'/>
<id>9a25320acf24020fc0e2b97589f9d996f3d1d4fb</id>
<content type='text'>
Emacs occasionally loads Elisp files just to get more info (e.g. for C-h f),
so loading a file should "no effect".  Fix the most obvious such effects:
the splash screen and the autotests by moving those effects into a function.

* coq/coq-autotest.el: Make it declarative.  Use lexical-binding.
(coq-autotest): New function holding the code that used to be at top-level.

* generic/proof.el: Use lexical-binding.
Don't call proof-splash-message just because we're being loaded.

* generic/proof-script.el: Use lexical-scoping; fix all warnings.
(pg-show-all-portions): Simplify the code with a closure.
(proof-activate-scripting): Declare activated-interactively as dyn-scoped.
(proof--splash-done): New var.
(proof-mode): Call proof-splash-message upon first use.

* generic/proof-splash.el (proof-splash-message): Don't check
byte-compile-current-file now that we're only called when the mode
is activated.

* acl2/acl2.el (auto-mode-alist): Use `add-to-list` and \'.

* coq/coq-db.el (coq-build-menu-from-db-internal): Avoid silly O(N²).

* coq/coq-seq-compile.el:
* coq/coq-par-test.el:
* coq/coq-par-compile.el: Fix leftover uses of CL's `assert`.

* generic/proof-utils.el:
* generic/pg-movie.el:
* etc/testsuite/pg-test.el:
* coq/coq-syntax.el: Fix leftover uses of CL's `incf`.

* generic/pg-autotest.el: Fix leftover uses of CL's `decf`.

* obsolete/plastic/plastic.el (plastic-preprocessing): Fix leftover use
of CL's `loop`.

* generic/pg-user.el (proof-add-completions): Do nothing if no
proof-assistant is set yet (i.e. during byte-compilation).
(byte-compile-current-file): No need to test this any more.

* generic/proof-syntax.el (proof-regexp-alt-list): Use mapconcat.
Remove unnecessary "\\(?:...\\)".
(proof-regexp-alt): Redefine in terms of proof-regexp-alt-list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Emacs occasionally loads Elisp files just to get more info (e.g. for C-h f),
so loading a file should "no effect".  Fix the most obvious such effects:
the splash screen and the autotests by moving those effects into a function.

* coq/coq-autotest.el: Make it declarative.  Use lexical-binding.
(coq-autotest): New function holding the code that used to be at top-level.

* generic/proof.el: Use lexical-binding.
Don't call proof-splash-message just because we're being loaded.

* generic/proof-script.el: Use lexical-scoping; fix all warnings.
(pg-show-all-portions): Simplify the code with a closure.
(proof-activate-scripting): Declare activated-interactively as dyn-scoped.
(proof--splash-done): New var.
(proof-mode): Call proof-splash-message upon first use.

* generic/proof-splash.el (proof-splash-message): Don't check
byte-compile-current-file now that we're only called when the mode
is activated.

* acl2/acl2.el (auto-mode-alist): Use `add-to-list` and \'.

* coq/coq-db.el (coq-build-menu-from-db-internal): Avoid silly O(N²).

* coq/coq-seq-compile.el:
* coq/coq-par-test.el:
* coq/coq-par-compile.el: Fix leftover uses of CL's `assert`.

* generic/proof-utils.el:
* generic/pg-movie.el:
* etc/testsuite/pg-test.el:
* coq/coq-syntax.el: Fix leftover uses of CL's `incf`.

* generic/pg-autotest.el: Fix leftover uses of CL's `decf`.

* obsolete/plastic/plastic.el (plastic-preprocessing): Fix leftover use
of CL's `loop`.

* generic/pg-user.el (proof-add-completions): Do nothing if no
proof-assistant is set yet (i.e. during byte-compilation).
(byte-compile-current-file): No need to test this any more.

* generic/proof-syntax.el (proof-regexp-alt-list): Use mapconcat.
Remove unnecessary "\\(?:...\\)".
(proof-regexp-alt): Redefine in terms of proof-regexp-alt-list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version from 4.4.1~pre to 4.5-git</title>
<updated>2018-08-22T21:42:09+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2018-08-05T16:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=14d1e38c2be8e1b366c27cd53a35180de7982dc4'/>
<id>14d1e38c2be8e1b366c27cd53a35180de7982dc4</id>
<content type='text'>
This commit ensures the version number is (version-to-list)-compliant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit ensures the version number is (version-to-list)-compliant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright messages and improve the header of elisp files.</title>
<updated>2018-02-20T23:53:25+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2017-08-12T11:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=4e0c2a00cfbb7ea5c5ab68573bfb0edb78e8bd6f'/>
<id>4e0c2a00cfbb7ea5c5ab68573bfb0edb78e8bd6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mmm and ML4PG contribs and remove references to them in code and docs</title>
<updated>2017-05-24T15:14:51+00:00</updated>
<author>
<name>Paul Steckler</name>
</author>
<published>2017-05-24T15:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=c9e9c691c353d5d4835551de8d7d1f4c0ec74b9f'/>
<id>c9e9c691c353d5d4835551de8d7d1f4c0ec74b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compile-time calls to proof-ready-for-assistant</title>
<updated>2017-03-08T20:06:17+00:00</updated>
<author>
<name>Clément Pit--Claudel</name>
</author>
<published>2017-02-26T00:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=98f2e463287e3562dc7b7126e062919a8604ca4a'/>
<id>98f2e463287e3562dc7b7126e062919a8604ca4a</id>
<content type='text'>
Compilation used to run in a separate Emacs process for each file, but that's not
what happens when installing PG with package.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compilation used to run in a separate Emacs process for each file, but that's not
what happens when installing PG with package.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix icon installation and add 64 and 128 square icons (fixes #141)</title>
<updated>2017-01-17T10:00:05+00:00</updated>
<author>
<name>Hendrik Tews</name>
</author>
<published>2017-01-17T10:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=915c66130bf639c7bd0b94f5a5c4a79f9148d2b1'/>
<id>915c66130bf639c7bd0b94f5a5c4a79f9148d2b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number for next release cycle.</title>
<updated>2016-09-19T16:27:16+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2016-09-19T16:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=5d7c77ae029de273724248105f416d57983631b2'/>
<id>5d7c77ae029de273724248105f416d57983631b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the documentation and prepare the release 4.4.</title>
<updated>2016-09-18T19:27:27+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2016-09-18T18:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=771cab48b2f9ea2ae3fa8f944d0e36a805bf9f3b'/>
<id>771cab48b2f9ea2ae3fa8f944d0e36a805bf9f3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update PG's logo</title>
<updated>2016-05-25T03:28:08+00:00</updated>
<author>
<name>Clément Pit--Claudel</name>
</author>
<published>2016-05-25T03:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=adbaafb96696f7cd65c53ecad71aac095bee1338'/>
<id>adbaafb96696f7cd65c53ecad71aac095bee1338</id>
<content type='text'>
The new art is a contribution of Yoshihiro Imai
(http://proofcafe.org/~yoshihiro503/), first released at
https://github.com/yoshihiro503/generaltan and kindly made available
under the terms of the GPL. Many thanks!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new art is a contribution of Yoshihiro Imai
(http://proofcafe.org/~yoshihiro503/), first released at
https://github.com/yoshihiro503/generaltan and kindly made available
under the terms of the GPL. Many thanks!
</pre>
</div>
</content>
</entry>
</feed>
