<feed xmlns='http://www.w3.org/2005/Atom'>
<title>proof-general/.gitignore, 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>Cleanup patch; Moving defvar to toplevel</title>
<updated>2018-12-12T17:28:39+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2018-12-11T23:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=a921439a4eb5b0d96182748e779c78e2f6a41a5f'/>
<id>a921439a4eb5b0d96182748e779c78e2f6a41a5f</id>
<content type='text'>
Move `defvar`s used to silence warnings outside of eval-when-compile.
Make sure they don't actually give a value to the var.

* pg-init.el: Simplify.
Use (if t ...) to avoid running `require` at compile-time.
Don't add subdirs to load-path here since this code is never used.
(pg-init--script-full-path, pg-init--pg-root):
Inline their definition into their sole user.

* generic/proof-utils.el (proof-resize-window-tofit):
Inline definitions of window-leftmost-p and window-rightmost-p previously
in proof-compat.el.

* lib/proof-compat.el (proof-running-on-win32): Remove, not used.
(mac-key-mode): Remove, there's no carbon-emacs-package-version in
Emacs≥24.3.
(pg-custom-undeclare-variable): Use dolist.
(save-selected-frame): Remove, save-selected-window also saves&amp;restores
the selected frame at the same time.  Update all users (which already
used save-selected-window around it).
(window-leftmost-p, window-rightmost-p, window-bottom-p)
(find-coding-system): Remove, unused.

* hol-light/hol-light.el (caml-font-lock-keywords): Don't try to defvar
it to a dummy value and...
(hol-light): ...check its existence before using it instead.

* coq/coq.el (coq-may-use-prettify): Simplify initialization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move `defvar`s used to silence warnings outside of eval-when-compile.
Make sure they don't actually give a value to the var.

* pg-init.el: Simplify.
Use (if t ...) to avoid running `require` at compile-time.
Don't add subdirs to load-path here since this code is never used.
(pg-init--script-full-path, pg-init--pg-root):
Inline their definition into their sole user.

* generic/proof-utils.el (proof-resize-window-tofit):
Inline definitions of window-leftmost-p and window-rightmost-p previously
in proof-compat.el.

* lib/proof-compat.el (proof-running-on-win32): Remove, not used.
(mac-key-mode): Remove, there's no carbon-emacs-package-version in
Emacs≥24.3.
(pg-custom-undeclare-variable): Use dolist.
(save-selected-frame): Remove, save-selected-window also saves&amp;restores
the selected frame at the same time.  Update all users (which already
used save-selected-window around it).
(window-leftmost-p, window-rightmost-p, window-bottom-p)
(find-coding-system): Remove, unused.

* hol-light/hol-light.el (caml-font-lock-keywords): Don't try to defvar
it to a dummy value and...
(hol-light): ...check its existence before using it instead.

* coq/coq.el (coq-may-use-prettify): Simplify initialization.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix parallel compilation and improve assertions and debugging code</title>
<updated>2016-10-27T07:25:47+00:00</updated>
<author>
<name>Hendrik Tews</name>
</author>
<published>2016-10-26T07:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=24858fa6989ae8b41e0c31fca5499cceeb4f21e8'/>
<id>24858fa6989ae8b41e0c31fca5499cceeb4f21e8</id>
<content type='text'>
- fixes #92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixes #92
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #9</title>
<updated>2015-11-12T16:04:59+00:00</updated>
<author>
<name>Clément Pit--Claudel</name>
</author>
<published>2015-11-12T16:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=327a74941217619a9432205501c0685201aed5ad'/>
<id>327a74941217619a9432205501c0685201aed5ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move .cvsignore to .gitignore</title>
<updated>2015-10-07T01:48:15+00:00</updated>
<author>
<name>Clément Pit--Claudel</name>
</author>
<published>2015-10-07T01:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=95dfb71faf2d7e922c67a292a6fdd170857e84eb'/>
<id>95dfb71faf2d7e922c67a292a6fdd170857e84eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
