<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/play, branch feature/uniquify-as-function</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-09-09T14:51:14+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-09-09T14:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5a9e237e154f2445e2c198cd4491b26a5a962dcf'/>
<id>5a9e237e154f2445e2c198cd4491b26a5a962dcf</id>
<content type='text'>
9b35b0c99c ; * lisp/man.el (Man-mode): Fix formatting.
abca75d2e9 ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
9b35b0c99c ; * lisp/man.el (Man-mode): Fix formatting.
abca75d2e9 ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"</title>
<updated>2020-09-01T22:01:37+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-09-01T21:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=abca75d2e9b2a406157383dfb7fe3f185e0b5741'/>
<id>abca75d2e9b2a406157383dfb7fe3f185e0b5741</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in pong.el</title>
<updated>2020-08-31T18:48:59+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-31T18:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2ea34662c20f71d35dd52a5ed996542c7386b9cb'/>
<id>2ea34662c20f71d35dd52a5ed996542c7386b9cb</id>
<content type='text'>
* lisp/play/pong.el: Use lexical-binding.
Remove redundant :group args.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/pong.el: Use lexical-binding.
Remove redundant :group args.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in life.el and add tests</title>
<updated>2020-08-30T19:09:07+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-30T17:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6593d73928da6c9fb1ccc57930566ddd2a37c737'/>
<id>6593d73928da6c9fb1ccc57930566ddd2a37c737</id>
<content type='text'>
* lisp/play/life.el: Use lexical-binding.
(life--tick): Extract from...
(life): ...here.
(life--max-width, life--max-height): New variables.
(life-mode, life-setup): Use above variables.

* test/lisp/play/life-tests.el: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/life.el: Use lexical-binding.
(life--tick): Extract from...
(life): ...here.
(life--max-width, life--max-height): New variables.
(life-mode, life-setup): Use above variables.

* test/lisp/play/life-tests.el: New file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Various life.el improvements</title>
<updated>2020-08-30T19:09:07+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-30T16:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=be2ef629eea4bd4a7b16f6db91aab155db3489c7'/>
<id>be2ef629eea4bd4a7b16f6db91aab155db3489c7</id>
<content type='text'>
* lisp/play/life.el (life): New defgroup.
(life-step-time): New defcustom (lower default from 1 to 0.5).
(life): Use above new variable.  Make prefix arguments set step time
in tenths of a second instead of whole seconds.
(life-expand-plane-if-needed): Rename argument to step-time.

(life-setup): Fix running `M-x life' with existing buffer.

(life-patterns): Add three more classic patterns.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/life.el (life): New defgroup.
(life-step-time): New defcustom (lower default from 1 to 0.5).
(life): Use above new variable.  Make prefix arguments set step time
in tenths of a second instead of whole seconds.
(life-expand-plane-if-needed): Rename argument to step-time.

(life-setup): Fix running `M-x life' with existing buffer.

(life-patterns): Add three more classic patterns.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some XEmacs compat code from gamegrid.el</title>
<updated>2020-08-30T19:09:07+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-30T11:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=87b4368862c621259e5c45dd65420fa93c7d037a'/>
<id>87b4368862c621259e5c45dd65420fa93c7d037a</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-setup-face): Remove XEmacs
compat code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-setup-face): Remove XEmacs
compat code.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/play/tetris.el: Use lexical-binding.</title>
<updated>2020-08-30T19:09:07+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-30T11:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2c284889e0fbfe9c9c23e471a53436e85345e8f4'/>
<id>2c284889e0fbfe9c9c23e471a53436e85345e8f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation warning in snake.el</title>
<updated>2020-08-30T12:16:07+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-08-30T12:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6ac270dcd35df3cc8cbcdc4b7d01da2c99537a6a'/>
<id>6ac270dcd35df3cc8cbcdc4b7d01da2c99537a6a</id>
<content type='text'>
* lisp/play/snake.el (snake-reset-game): Avoid warning about
unused variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/snake.el (snake-reset-game): Avoid warning about
unused variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/play/snake.el: Use lexical-binding.</title>
<updated>2020-08-29T20:47:39+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-29T20:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=17291414b10024a32ac877ce1d25665191f7bf4d'/>
<id>17291414b10024a32ac877ce1d25665191f7bf4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some compat code from bubbles.el</title>
<updated>2020-08-12T16:39:17+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-08-12T16:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=af6ea5578abf01d97abd86735bbddd08251ec11e'/>
<id>af6ea5578abf01d97abd86735bbddd08251ec11e</id>
<content type='text'>
* lisp/play/bubbles.el (bubbles--remove-overlays): Make into an
obsolete alias.
(bubbles--initialize, bubbles--show-images): Adjust callers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/bubbles.el (bubbles--remove-overlays): Make into an
obsolete alias.
(bubbles--initialize, bubbles--show-images): Adjust callers.
</pre>
</div>
</content>
</entry>
</feed>
