<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llama.git, branch v1.0.1</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/llama.git/'/>
<entry>
<title>Release version 1.0.1</title>
<updated>2025-09-01T15:44:05+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-09-01T15:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=ec1d4ef02f5572fc5aff3f62d3e7ef791f444456'/>
<id>ec1d4ef02f5572fc5aff3f62d3e7ef791f444456</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .elpaignore</title>
<updated>2025-08-29T15:31:54+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-08-29T15:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=92c9a647ab31c662da086e46dc9541c17d3e795a'/>
<id>92c9a647ab31c662da086e46dc9541c17d3e795a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>llama-tests.el: Remove Keywords header</title>
<updated>2025-08-12T13:36:10+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-08-12T13:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=5990ae7b5cba3425252f64b9377352c9a01690d5'/>
<id>5990ae7b5cba3425252f64b9377352c9a01690d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename llama-test.el to llama-tests.el</title>
<updated>2025-08-12T13:36:08+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-08-12T13:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=0d932e542ae95c4874bf09dca77197bf42c6fe0d'/>
<id>0d932e542ae95c4874bf09dca77197bf42c6fe0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>global-llama-fontify-mode: Remove obsolete alias</title>
<updated>2025-08-08T10:23:19+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-08-08T10:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=bf586c02ddf5cf2eb0bab468b99436018887bbec'/>
<id>bf586c02ddf5cf2eb0bab468b99436018887bbec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use _ in all non-binding entries in the varlist of COND-let forms</title>
<updated>2025-08-07T10:33:54+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-08-07T10:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=a6c8e215af56afc311e155e2104662caa8d16312'/>
<id>a6c8e215af56afc311e155e2104662caa8d16312</id>
<content type='text'>
This was not done until now because doing so results in a warning
because the macro expansion did not actually leave any variables
unused.  This was fixed in Emacs 30.1 and I've added a backport to
Transient, which fixes the issue for that package and packages that
depend on it.

It doesn't remove the warning when compiling this package, but I have
decided I *always* want to use `_' when appropriate, and that I can
live with users seeing warnings, if they do not bother to update to
the latest Emacs release in a timely manner.  Alternatively they can
add the backport early in their init file.

Without consistently using `_' one would always have to count parens
to be sure whether a member of the varlist does or does not bind a
variable.  It is very easy to make mistake when writing or reading
such forms, if `_' is not consistently used in the non-binding cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was not done until now because doing so results in a warning
because the macro expansion did not actually leave any variables
unused.  This was fixed in Emacs 30.1 and I've added a backport to
Transient, which fixes the issue for that package and packages that
depend on it.

It doesn't remove the warning when compiling this package, but I have
decided I *always* want to use `_' when appropriate, and that I can
live with users seeing warnings, if they do not bother to update to
the latest Emacs release in a timely manner.  Alternatively they can
add the backport early in their init file.

Without consistently using `_' one would always have to count parens
to be sure whether a member of the varlist does or does not bind a
variable.  It is very easy to make mistake when writing or reading
such forms, if `_' is not consistently used in the non-binding cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 1.0.0</title>
<updated>2025-07-01T15:29:04+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-07-01T15:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=0cc2daffded18eea7f00a318cfa3e216977ffe50'/>
<id>0cc2daffded18eea7f00a318cfa3e216977ffe50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 0.6.3</title>
<updated>2025-06-01T10:00:11+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-06-01T10:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=6a67e4253cc02aa9ce85ef96290c95198b65d913'/>
<id>6a67e4253cc02aa9ce85ef96290c95198b65d913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .dir-locals.el</title>
<updated>2025-05-09T12:21:31+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-05-09T12:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=7de288e79329bfb3e2b4a2f9b574cf834bd371dd'/>
<id>7de288e79329bfb3e2b4a2f9b574cf834bd371dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 0.6.2</title>
<updated>2025-03-14T20:09:10+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2025-03-14T20:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/llama.git/commit/?id=48e5bc4919a4a29665362832d59ade8e248b0c3e'/>
<id>48e5bc4919a4a29665362832d59ade8e248b0c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
