<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil.git/evil-jumps.el, branch 1.14.2</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/evil.git/'/>
<entry>
<title>Bump version to 1.14.2</title>
<updated>2022-04-30T21:44:51+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2022-04-30T21:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=162a94cbce4f2c09fa7dd6bd8ca56080cb0ab63b'/>
<id>162a94cbce4f2c09fa7dd6bd8ca56080cb0ab63b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.14.1</title>
<updated>2022-04-25T21:25:56+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2022-04-25T21:25:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=8806b086b90387a02bd6354993490856104e41bb'/>
<id>8806b086b90387a02bd6354993490856104e41bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not try to switch file/buffer when jumping inside same file (#1506)</title>
<updated>2021-08-10T08:44:47+00:00</updated>
<author>
<name>Konstantin Kharlamov</name>
<email>Hi-Angel@users.noreply.github.com</email>
</author>
<published>2021-08-10T08:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=dceb73603d397f7e42a541976d8ec0711248d38c'/>
<id>dceb73603d397f7e42a541976d8ec0711248d38c</id>
<content type='text'>
The vast majority of jumps will end up within the current opened
file/buffer, simply because usually users do more movement inside a
buffer rather than across buffers.

There is even a special case when evil-jumps-cross-buffers is set to
nil, which causes jumps never ever switch buffers.

So, let's do a small optimization, and not try to call find-file or
switch-to-buffer if we know it is unnecessary.

As a side-effect, this should also help to users to stumble less upon
https://github.com/emacs-evil/evil/issues/1504 bug (it has its own
upstream fix, but until that landed, this small optimization is known to
help as well).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The vast majority of jumps will end up within the current opened
file/buffer, simply because usually users do more movement inside a
buffer rather than across buffers.

There is even a special case when evil-jumps-cross-buffers is set to
nil, which causes jumps never ever switch buffers.

So, let's do a small optimization, and not try to call find-file or
switch-to-buffer if we know it is unnecessary.

As a side-effect, this should also help to users to stumble less upon
https://github.com/emacs-evil/evil/issues/1504 bug (it has its own
upstream fix, but until that landed, this small optimization is known to
help as well).</pre>
</div>
</content>
</entry>
<entry>
<title>Make code more idiomatic</title>
<updated>2020-09-17T20:03:50+00:00</updated>
<author>
<name>Vasilij Schneidermann</name>
<email>mail@vasilij.de</email>
</author>
<published>2020-09-17T20:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=3277bf66fff1fac7ff58a046de3d42c31375fdb2'/>
<id>3277bf66fff1fac7ff58a046de3d42c31375fdb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reference to free variable</title>
<updated>2020-08-16T07:23:27+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2020-08-16T07:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=95202d70aa17b259562ebdb263d6105ff66d8981'/>
<id>95202d70aa17b259562ebdb263d6105ff66d8981</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment explaining `evil--jumps-jumping-backward'</title>
<updated>2020-08-16T07:19:48+00:00</updated>
<author>
<name>Erik Hahn</name>
<email>erik_hahn@gmx.de</email>
</author>
<published>2019-06-12T19:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=8b09542a19f0e8fa376476d56c17de3f9cb5fbd3'/>
<id>8b09542a19f0e8fa376476d56c17de3f9cb5fbd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat all commands that change the buffer as jump commands</title>
<updated>2020-08-16T07:19:48+00:00</updated>
<author>
<name>Erik Hahn</name>
<email>erik_hahn@gmx.de</email>
</author>
<published>2019-05-19T16:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=cc6324bfd214211fe0259290b322dccfbdcf447f'/>
<id>cc6324bfd214211fe0259290b322dccfbdcf447f</id>
<content type='text'>
All commands that change the current buffer are jump commands. This
was previously implemented using advices, but this did not catch all
all applicable commands: find-file, for example, was ignored.

Instead, use the post-command-hook to check if a command changed the
buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All commands that change the current buffer are jump commands. This
was previously implemented using advices, but this did not catch all
all applicable commands: find-file, for example, was ignored.

Instead, use the post-command-hook to check if a command changed the
buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a function for the evil local hook</title>
<updated>2020-08-16T07:19:48+00:00</updated>
<author>
<name>Erik Hahn</name>
<email>erik_hahn@gmx.de</email>
</author>
<published>2019-05-17T18:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=9f13907efa5db98d137c8ff5f22500018c57e56d'/>
<id>9f13907efa5db98d137c8ff5f22500018c57e56d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>evil-set-jump: handle markers for different buffers</title>
<updated>2020-08-16T07:19:48+00:00</updated>
<author>
<name>Erik Hahn</name>
<email>erik_hahn@gmx.de</email>
</author>
<published>2019-05-17T17:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=24518d163dfd165eacbec3bb54a0d997fb38bc4e'/>
<id>24518d163dfd165eacbec3bb54a0d997fb38bc4e</id>
<content type='text'>
Correctly handle the case of POS being a marker located in a buffer
other than the current one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly handle the case of POS being a marker located in a buffer
other than the current one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix evil--jumps-message</title>
<updated>2020-08-16T07:13:47+00:00</updated>
<author>
<name>Erik Hahn</name>
<email>erik_hahn@gmx.de</email>
</author>
<published>2019-05-19T16:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=212c8e696c8312e35b103567c2e33f33abe7675c'/>
<id>212c8e696c8312e35b103567c2e33f33abe7675c</id>
<content type='text'>
evil--jumps-message did not evaluate its args parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
evil--jumps-message did not evaluate its args parameter.
</pre>
</div>
</content>
</entry>
</feed>
