<feed xmlns='http://www.w3.org/2005/Atom'>
<title>elpa.git, branch externals/queue</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/'/>
<entry>
<title>* queue.el: Fix `package-requires` syntax of last change</title>
<updated>2021-03-06T22:37:09+00:00</updated>
<author>
<name>Stefan Monnier</name>
<email>monnier@iro.umontreal.ca</email>
</author>
<published>2021-03-06T22:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=f986fb68e75bdae951efb9e11a3012ab6bd408ee'/>
<id>f986fb68e75bdae951efb9e11a3012ab6bd408ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* queue.el: Use `cl-lib`</title>
<updated>2021-03-06T19:52:35+00:00</updated>
<author>
<name>Stefan Monnier</name>
<email>monnier@iro.umontreal.ca</email>
</author>
<published>2021-03-06T19:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=b392dfb70e821a0d227939b5189f4ee29390441f'/>
<id>b392dfb70e821a0d227939b5189f4ee29390441f</id>
<content type='text'>
(make-queue): Don't autoload, since `queue-create` is not autoloaded anyway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(make-queue): Don't autoload, since `queue-create` is not autoloaded anyway
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version numbers since we've added iterator generators.</title>
<updated>2017-08-03T22:24:32+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2017-08-03T22:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=c9ec2e33f26b068c40b8391e91a7839546fa8355'/>
<id>c9ec2e33f26b068c40b8391e91a7839546fa8355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement iterator generators on collection data structures.</title>
<updated>2017-08-03T22:09:53+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2017-08-03T13:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=1c230d7a92d8972957fe73e77c9b05beaae113cf'/>
<id>1c230d7a92d8972957fe73e77c9b05beaae113cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix buggy queue-empty and queue-first definitions.</title>
<updated>2014-05-15T08:53:06+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2014-05-15T08:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=bbc4df92e5ae1dab5caf0932b63f8afae00c22f3'/>
<id>bbc4df92e5ae1dab5caf0932b63f8afae00c22f3</id>
<content type='text'>
Should be defun's instead of macros (or else require backticks).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be defun's instead of macros (or else require backticks).
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable lexical binding, and fix issues it picks up.</title>
<updated>2012-09-12T07:50:49+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2012-09-11T18:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=f83d2b81632d4f978ba50e8f35f6363239e007e3'/>
<id>f83d2b81632d4f978ba50e8f35f6363239e007e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ChangeLogs from library headers.</title>
<updated>2012-09-11T15:49:03+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2012-09-11T15:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=2e53a451cc3556cce48c3f3fbdb992684aadf883'/>
<id>2e53a451cc3556cce48c3f3fbdb992684aadf883</id>
<content type='text'>
The ChangeLog headers duplicate the information in version control commit
messages, which is more reliable (ChangeLog updates get forgotten).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ChangeLog headers duplicate the information in version control commit
messages, which is more reliable (ChangeLog updates get forgotten).
</pre>
</div>
</content>
</entry>
<entry>
<title>More minor whitespace and commentary changes.</title>
<updated>2012-04-29T18:52:29+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2012-04-29T18:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=82aa3ef62dc08e78e62e0821349bae367ae5b233'/>
<id>82aa3ef62dc08e78e62e0821349bae367ae5b233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial whitespace tidying.</title>
<updated>2012-04-29T11:36:44+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2012-04-29T11:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=da5d38e5d81b577a0cbbf86fc2cb1ac8ad1246a3'/>
<id>da5d38e5d81b577a0cbbf86fc2cb1ac8ad1246a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright attribution and license (GPL2 -&gt; GPL3).</title>
<updated>2012-04-25T12:05:45+00:00</updated>
<author>
<name>Toby S. Cubitt</name>
<email>toby-predictive@dr-qubit.org</email>
</author>
<published>2012-04-25T12:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=0b03d231f3edede798b454464fa73cba3e27fb59'/>
<id>0b03d231f3edede798b454464fa73cba3e27fb59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
