<feed xmlns='http://www.w3.org/2005/Atom'>
<title>elpa.git, branch externals/timerfunctions</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>; Prefer HTTPS to HTTP in license URL</title>
<updated>2022-12-21T08:24:40+00:00</updated>
<author>
<name>Stefan Kangas</name>
<email>stefankangas@gmail.com</email>
</author>
<published>2022-12-21T08:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=40da260f990bc9506342c71570c1e93cefc9b513'/>
<id>40da260f990bc9506342c71570c1e93cefc9b513</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typo</title>
<updated>2022-12-12T23:07:07+00:00</updated>
<author>
<name>Stefan Kangas</name>
<email>stefankangas@gmail.com</email>
</author>
<published>2022-12-12T23:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=60cd95656248b616497d72c8e88581fe826f396a'/>
<id>60cd95656248b616497d72c8e88581fe826f396a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* packages/timerfunctions/timerfunctions.el: Use lexical-binding</title>
<updated>2020-11-30T03:53:23+00:00</updated>
<author>
<name>Stefan Monnier</name>
<email>monnier@iro.umontreal.ca</email>
</author>
<published>2020-02-29T23:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=390eb46153f9226612bb5e0a649e954bf10e9a0c'/>
<id>390eb46153f9226612bb5e0a649e954bf10e9a0c</id>
<content type='text'>
Move tests after definition of `tf-with-timeout` to fix the use of
a macro before its definition.

(tf--get-secs): New function.
(tf-run-with-idle-timer): Allow `secs` and `redosecs` to be functions
rather than expressions.
(tf--run-while-idle): Rename from `tf-run-while-idle`.
Adjust to new `redosecs` functionality.
(tf--with-timeout-handler-internal): Use `symbol-value` rather than `eval`.
(tf--internal-var-recenter): Rename from tf-internal-var-recenter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move tests after definition of `tf-with-timeout` to fix the use of
a macro before its definition.

(tf--get-secs): New function.
(tf-run-with-idle-timer): Allow `secs` and `redosecs` to be functions
rather than expressions.
(tf--run-while-idle): Rename from `tf-run-while-idle`.
Adjust to new `redosecs` functionality.
(tf--with-timeout-handler-internal): Use `symbol-value` rather than `eval`.
(tf--internal-var-recenter): Rename from tf-internal-var-recenter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some quoting problems in doc strings</title>
<updated>2020-11-30T03:53:22+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2016-07-11T18:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=b81a9db437ac17df00de4945977209d4574c9302'/>
<id>b81a9db437ac17df00de4945977209d4574c9302</id>
<content type='text'>
Most of these are minor issues involving, e.g., quoting `like this'
instead of 'like this'.  A few involve escaping ` and ' with a
preceding \= when the characters should not be turned into curved single
quotes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of these are minor issues involving, e.g., quoting `like this'
instead of 'like this'.  A few involve escaping ` and ' with a
preceding \= when the characters should not be turned into curved single
quotes.
</pre>
</div>
</content>
</entry>
<entry>
<title>* timerfunctions.el: Fix compilation error.</title>
<updated>2020-11-30T03:52:52+00:00</updated>
<author>
<name>Stefan Monnier</name>
<email>monnier@iro.umontreal.ca</email>
</author>
<published>2015-03-20T20:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=f5d3c639a2982506a11e62c0b0a25b898e933195'/>
<id>f5d3c639a2982506a11e62c0b0a25b898e933195</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* timerfunctions.el: Numerous fixes to make it comply with checkdoc</title>
<updated>2020-11-30T03:52:52+00:00</updated>
<author>
<name>Dave Goel</name>
<email>deego3@gmail.com</email>
</author>
<published>2015-03-02T18:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=a2651cc091953fa648adfa9cc5299083f019a0a6'/>
<id>a2651cc091953fa648adfa9cc5299083f019a0a6</id>
<content type='text'>
Fix compiler warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix compiler warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>* timerfunctions.el: Fix up copyright and conventions</title>
<updated>2020-11-30T03:52:52+00:00</updated>
<author>
<name>Stefan Monnier</name>
<email>monnier@iro.umontreal.ca</email>
</author>
<published>2015-02-18T14:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=85266b322f01e2987041ed3526b746a146c9960e'/>
<id>85266b322f01e2987041ed3526b746a146c9960e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update</title>
<updated>2011-10-06T17:32:32+00:00</updated>
<author>
<name>Deepak Goel</name>
<email>deego@gnufans.org</email>
</author>
<published>2011-10-06T17:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=f0a06654092bcd4ccbcceb9566673e6dd8b01e9e'/>
<id>f0a06654092bcd4ccbcceb9566673e6dd8b01e9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Thu Dec  3 19:21:46 CET 2009 update</title>
<updated>2009-12-03T18:21:46+00:00</updated>
<author>
<name>Deepak Goel</name>
<email>deego@gnufans.org</email>
</author>
<published>2009-12-03T18:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=9b7cfcdf581eea3344d84fd5ca86a6ae5b082547'/>
<id>9b7cfcdf581eea3344d84fd5ca86a6ae5b082547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
