<feed xmlns='http://www.w3.org/2005/Atom'>
<title>compat.git/compat-28.el, branch feature/pcase</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/compat.git/'/>
<entry>
<title>Backport pcase</title>
<updated>2023-01-19T11:51:25+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-19T11:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=cd5d9d5d4aedd214ca820f473db9387e4560f886'/>
<id>cd5d9d5d4aedd214ca820f473db9387e4560f886</id>
<content type='text'>
Seems problematic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems problematic
</pre>
</div>
</content>
</entry>
<entry>
<title>compat-28: Add directory-files-and-attributes with COUNT argument</title>
<updated>2023-01-18T20:34:16+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-18T20:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=558053dcae1763003d15386092167a5078d9960a'/>
<id>558053dcae1763003d15386092167a5078d9960a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compat-28: Add with-window-non-dedicated</title>
<updated>2023-01-17T17:27:06+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-17T17:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=66fc73a53519907c6efc332705ed650888952bdb'/>
<id>66fc73a53519907c6efc332705ed650888952bdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compat-28: Add color-dark-p</title>
<updated>2023-01-17T10:29:00+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-17T10:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=c37b765b9e7f00279cd57d8a8e9f6a79962f6558'/>
<id>c37b765b9e7f00279cd57d8a8e9f6a79962f6558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop explicit unlock-buffer</title>
<updated>2023-01-16T16:54:07+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-16T16:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=fc87462fe6bcef8e1537fdf30e12cf0c97fd842b'/>
<id>fc87462fe6bcef8e1537fdf30e12cf0c97fd842b</id>
<content type='text'>
This API is unused as of now. Most of the file locking API additions
in Emacs 28 are missing, lock-file, unlock-file, etc. Those have
higher priority.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This API is unused as of now. Most of the file locking API additions
in Emacs 28 are missing, lock-file, unlock-file, etc. Those have
higher priority.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for file-backup-file-names</title>
<updated>2023-01-16T16:43:47+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-16T16:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=47953b014f3023c9ff791afd73ba040f3043200b'/>
<id>47953b014f3023c9ff791afd73ba040f3043200b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compat-28: Drop null-device</title>
<updated>2023-01-16T11:26:13+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-16T11:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=99878885e38744b0a69e5da181c8488726ffd126'/>
<id>99878885e38744b0a69e5da181c8488726ffd126</id>
<content type='text'>
This API is currently unused. I first have to understand
`with-connection-local-variables' better. Maybe that macro should be
backported first. The function `null-device' always returns /dev/null
for me. What is the point of this API?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This API is currently unused. I first have to understand
`with-connection-local-variables' better. Maybe that macro should be
backported first. The function `null-device' always returns /dev/null
for me. What is the point of this API?
</pre>
</div>
</content>
</entry>
<entry>
<title>null-device: Use file-remote-p</title>
<updated>2023-01-16T11:16:19+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-16T11:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=9097878541161e6c6f4d855b8d250a5a2c156b6e'/>
<id>9097878541161e6c6f4d855b8d250a5a2c156b6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for directory-files</title>
<updated>2023-01-16T11:08:32+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-16T11:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=9b787ec578e3526b74db984c197c39dc06dca3ee'/>
<id>9b787ec578e3526b74db984c197c39dc06dca3ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for thing-at-mouse</title>
<updated>2023-01-16T10:56:11+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-16T10:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=0967dbf2decbeabe3421430b4a37f94e9da25505'/>
<id>0967dbf2decbeabe3421430b4a37f94e9da25505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
