<feed xmlns='http://www.w3.org/2005/Atom'>
<title>with-editor.git, branch v3.4.0</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/with-editor.git/'/>
<entry>
<title>Release version 3.4.0</title>
<updated>2024-07-25T14:29:01+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-07-25T14:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=62dc8ba2184bef074ff0e90eefb70bfa34c21d3c'/>
<id>62dc8ba2184bef074ff0e90eefb70bfa34c21d3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>with-editor-mode: Prevent dangerous use as a command</title>
<updated>2024-07-25T14:26:01+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-07-25T14:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=ecec77daa9716ebd0f28bb94bdf21310e60d93fa'/>
<id>ecec77daa9716ebd0f28bb94bdf21310e60d93fa</id>
<content type='text'>
We already prevent disabling the mode interactively, but now we do
so by not even defining it as a command, if the used Emacs version
supports it.

More importantly, also prevent the mode from being enabled.  Enabling
the mode manually is dangerous because, as always, that instructs the
user on how to cancel the buffer, and if they do that, then that also
deletes the visited file.

Closes #131.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We already prevent disabling the mode interactively, but now we do
so by not even defining it as a command, if the used Emacs version
supports it.

More importantly, also prevent the mode from being enabled.  Enabling
the mode manually is dangerous because, as always, that instructs the
user on how to cancel the buffer, and if they do that, then that also
deletes the visited file.

Closes #131.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump compat dependency</title>
<updated>2024-07-13T19:31:57+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-07-13T19:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=97dd5dd4b69a040506f4fc104dc0b855e84c1c0f'/>
<id>97dd5dd4b69a040506f4fc104dc0b855e84c1c0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manual: Fix typos</title>
<updated>2024-07-02T19:52:17+00:00</updated>
<author>
<name>Michael Albinus</name>
<email>michael.albinus@gmx.de</email>
</author>
<published>2024-07-02T19:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=6c9a51b72fa7f454a5a123f738a6a067972eca4e'/>
<id>6c9a51b72fa7f454a5a123f738a6a067972eca4e</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 3.3.4</title>
<updated>2024-06-23T17:57:29+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-06-23T17:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=322ee26d3a7d3d67840293041837b7e70cffa8d1'/>
<id>322ee26d3a7d3d67840293041837b7e70cffa8d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server-visit-files@: Fix removal from file-name-history</title>
<updated>2024-06-23T17:53:19+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-06-23T17:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=3141aa0e0adb394518b6cbfdd0cfead9e0dbd64c'/>
<id>3141aa0e0adb394518b6cbfdd0cfead9e0dbd64c</id>
<content type='text'>
The entries in `file-name-history' were passed through
`abbreviate-file-name', so we have to do the same here.

Closes https://github.com/magit/magit/issues/5159.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The entries in `file-name-history' were passed through
`abbreviate-file-name', so we have to do the same here.

Closes https://github.com/magit/magit/issues/5159.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use string-join instead of mapconcat</title>
<updated>2024-06-23T13:42:15+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-06-23T13:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=f5157d615238eb17e62f45eefe921002c6340366'/>
<id>f5157d615238eb17e62f45eefe921002c6340366</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 3.3.3</title>
<updated>2024-06-18T18:40:30+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-06-18T18:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=0eff758e59b0efeab0a4f40b19c51e5712c19d4e'/>
<id>0eff758e59b0efeab0a4f40b19c51e5712c19d4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump compat dependency</title>
<updated>2024-06-18T18:40:17+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-06-18T18:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=aa09fa7aee44d8a2f20463977e22a41ad3637a2a'/>
<id>aa09fa7aee44d8a2f20463977e22a41ad3637a2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: Fix texi target</title>
<updated>2024-06-18T14:03:49+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2024-06-18T14:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/with-editor.git/commit/?id=e6771ed15fa807b54b109926d7b6bf3387c2aede'/>
<id>e6771ed15fa807b54b109926d7b6bf3387c2aede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
