<feed xmlns='http://www.w3.org/2005/Atom'>
<title>elpa.git, branch externals/tiny</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>Fix message erroring when trying to display %</title>
<updated>2022-09-10T19:29:41+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2022-09-10T19:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=c107480fca7e42737c51b2afaa33ac31e92a7290'/>
<id>c107480fca7e42737c51b2afaa33ac31e92a7290</id>
<content type='text'>
Fixes #14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #14
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny.el: Make "m10|fun(%s)" work</title>
<updated>2019-07-22T12:12:09+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2019-07-22T12:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=fd8a6b0b0c564d8242259e20e557ee6041f40908'/>
<id>fd8a6b0b0c564d8242259e20e557ee6041f40908</id>
<content type='text'>
Stop relying on 'cl, use 'cl-lib instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop relying on 'cl, use 'cl-lib instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny.el (tiny-mapconcat-parse): Less false positives</title>
<updated>2018-01-10T10:01:00+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2018-01-10T10:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=e3474f3a11173b112a8fbd31aaf7d73a476884ff'/>
<id>e3474f3a11173b112a8fbd31aaf7d73a476884ff</id>
<content type='text'>
After this chage, tiny won't try to expand this (point is at |):

    (+ my-variable-1 asdf|)

Previously, it would be interpretted as ("m", "y-variable-", "1").
Now, the restriction is that if you want it to be interpretted like
that, put the cursor right after my-variable-1.

One new restriction is that the separator can't contain digits.  It
didn't make sense before anyway, now it's enforced.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After this chage, tiny won't try to expand this (point is at |):

    (+ my-variable-1 asdf|)

Previously, it would be interpretted as ("m", "y-variable-", "1").
Now, the restriction is that if you want it to be interpretted like
that, put the cursor right after my-variable-1.

One new restriction is that the separator can't contain digits.  It
didn't make sense before anyway, now it's enforced.
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny.el (tiny-expand): Return true if expanded</title>
<updated>2018-01-10T09:47:55+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2018-01-10T09:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=4a16dc3cdc8b3ffe9a6da2bb4225247f44cadf9c'/>
<id>4a16dc3cdc8b3ffe9a6da2bb4225247f44cadf9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny.el (tiny--strip-newlines): Rename from tiny--strip-\n</title>
<updated>2018-01-10T09:47:42+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2018-01-10T09:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=d883abcca6476e33bb624f80d59b86fe992cb515'/>
<id>d883abcca6476e33bb624f80d59b86fe992cb515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>targets/elpa.el: Add copyright notice</title>
<updated>2017-09-03T13:10:56+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2017-09-03T13:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=012b2e7a67b9f067bbfa0292479861ffbaa201fa'/>
<id>012b2e7a67b9f067bbfa0292479861ffbaa201fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny.el: tiny-mapconcat returns sexp, not string</title>
<updated>2017-09-03T09:49:31+00:00</updated>
<author>
<name>Stefan Monnier</name>
<email>monnier@iro.umontreal.ca</email>
</author>
<published>2017-09-03T09:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=481d36e47e51f27e64c826633c01518459f17d1c'/>
<id>481d36e47e51f27e64c826633c01518459f17d1c</id>
<content type='text'>
* tiny-test.el: Update tests.

* Makefile: Set `LC_ALL'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tiny-test.el: Update tests.

* Makefile: Set `LC_ALL'.
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny.el: Bump version</title>
<updated>2017-08-30T17:43:57+00:00</updated>
<author>
<name>Oleh Krehel</name>
<email>ohwoeowho@gmail.com</email>
</author>
<published>2017-08-30T17:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=3ae24d6b02b3b13a5468174599183102e1cb3c11'/>
<id>3ae24d6b02b3b13a5468174599183102e1cb3c11</id>
<content type='text'>
Re #9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re #9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tiny-helper command</title>
<updated>2017-08-24T15:27:28+00:00</updated>
<author>
<name>Kaushal Modi</name>
<email>kaushal.modi@gmail.com</email>
</author>
<published>2017-08-24T15:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=354b6354c84abbae9800565092d79bd7aa5956b0'/>
<id>354b6354c84abbae9800565092d79bd7aa5956b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Commentary edits</title>
<updated>2017-08-24T13:53:03+00:00</updated>
<author>
<name>Kaushal Modi</name>
<email>kaushal.modi@gmail.com</email>
</author>
<published>2017-08-24T13:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/elpa.git/commit/?id=6e8e8ad856037d7ec1c52191652697876bb268f6'/>
<id>6e8e8ad856037d7ec1c52191652697876bb268f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
