<feed xmlns='http://www.w3.org/2005/Atom'>
<title>projectile.git, branch v2.5.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/projectile.git/'/>
<entry>
<title>Release 2.5.0</title>
<updated>2021-08-10T10:11:43+00:00</updated>
<author>
<name>Bozhidar Batsov</name>
<email>bozhidar@batsov.dev</email>
</author>
<published>2021-08-10T10:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=a2a1aba8aa12d0ff0e044c4336a5c2598c259720'/>
<id>a2a1aba8aa12d0ff0e044c4336a5c2598c259720</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the changelog</title>
<updated>2021-08-10T10:09:59+00:00</updated>
<author>
<name>Bozhidar Batsov</name>
<email>bozhidar@batsov.dev</email>
</author>
<published>2021-08-10T10:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=138c8222b894840a0b35397ebee0a6eb2a5ae27a'/>
<id>138c8222b894840a0b35397ebee0a6eb2a5ae27a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow recursive project searches to add a directory explicitly</title>
<updated>2021-08-10T08:55:45+00:00</updated>
<author>
<name>Mohsin Kaleem</name>
<email>mohkale@kisara.moe</email>
</author>
<published>2021-07-12T18:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=1c9d1191362842b53c26bfce199293c00584759b'/>
<id>1c9d1191362842b53c26bfce199293c00584759b</id>
<content type='text'>
See #1500.

Now you can add a directory DIR to `projectile-project-search-path` with
depth 0 to mean that if DIR is a project then add it to projectiles
project list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1500.

Now you can add a directory DIR to `projectile-project-search-path` with
depth 0 to mean that if DIR is a project then add it to projectiles
project list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation-find-file advice handling of directory</title>
<updated>2021-08-10T08:54:22+00:00</updated>
<author>
<name>Daniel Gröber</name>
<email>dxld@darkboxed.org</email>
</author>
<published>2021-07-07T23:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=931c9d0c18fde1bcf5ec8fe9633a736e07533850'/>
<id>931c9d0c18fde1bcf5ec8fe9633a736e07533850</id>
<content type='text'>
compilation-mode keeps track of the "current" directory in the output by
matching on messages such as make's "Entering directory ...", when this
happens the 'directory' variable is set, but the current code just ignores
it when checking whether we should search across project directories or
not. This means that in cases when the filename is actually unambigous
relative to the given directory we'll still go off and try to find it all
over the project which is less than ideal.

Instead of re-implementing the correct directory logic here we refactor
compilation-find-file-projectile-find-compilation-buffer to locally append
our project directories to the the global compilation-search-path and let
the real compilation-find-file fun do it's thing.

While this makes the behaviour more consistent with the original fun it
does mean that now we always have to get all the project dirs which could
be quite involved in large projects. Previously we could elide this in the
"exits" case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compilation-mode keeps track of the "current" directory in the output by
matching on messages such as make's "Entering directory ...", when this
happens the 'directory' variable is set, but the current code just ignores
it when checking whether we should search across project directories or
not. This means that in cases when the filename is actually unambigous
relative to the given directory we'll still go off and try to find it all
over the project which is less than ideal.

Instead of re-implementing the correct directory logic here we refactor
compilation-find-file-projectile-find-compilation-buffer to locally append
our project directories to the the global compilation-search-path and let
the real compilation-find-file fun do it's thing.

While this makes the behaviour more consistent with the original fun it
does mean that now we always have to get all the project dirs which could
be quite involved in large projects. Previously we could elide this in the
"exits" case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing require</title>
<updated>2021-08-09T09:24:43+00:00</updated>
<author>
<name>Bozhidar Batsov</name>
<email>bozhidar@batsov.com</email>
</author>
<published>2021-08-09T09:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=d33394c7b158cc300748111e838d655aaf302ebc'/>
<id>d33394c7b158cc300748111e838d655aaf302ebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop the pkg-info dep</title>
<updated>2021-08-09T07:53:49+00:00</updated>
<author>
<name>Bozhidar Batsov</name>
<email>bozhidar@batsov.com</email>
</author>
<published>2021-08-09T07:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=4eef83f2f30a245c270e4522c81fb2fa2a2c4198'/>
<id>4eef83f2f30a245c270e4522c81fb2fa2a2c4198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add projectile-*-use-comint-mode variables for each compilation command (#1672)</title>
<updated>2021-07-01T04:41:21+00:00</updated>
<author>
<name>Toctave</name>
<email>octave.crespel@club.fr</email>
</author>
<published>2021-07-01T04:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=da08a9103b5ba3b38ef031a9627a19436eb318b5'/>
<id>da08a9103b5ba3b38ef031a9627a19436eb318b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak some markup</title>
<updated>2021-06-30T07:20:29+00:00</updated>
<author>
<name>Bozhidar Batsov</name>
<email>bozhidar@batsov.com</email>
</author>
<published>2021-06-30T07:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=9791a0c130f323488eb7e4fa22c0bbe7acf706d9'/>
<id>9791a0c130f323488eb7e4fa22c0bbe7acf706d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit custom variable docstring length to 80 characters</title>
<updated>2021-06-30T07:18:49+00:00</updated>
<author>
<name>Juergen Hoetzel</name>
<email>juergen@hoetzel.info</email>
</author>
<published>2021-06-30T04:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=4319d7f06af814f52593c623424cd281b55c7ea2'/>
<id>4319d7f06af814f52593c623424cd281b55c7ea2</id>
<content type='text'>
This fixes byte compilation warnings on Emacs 28.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes byte compilation warnings on Emacs 28.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Fix #1550] Make projectile-regenerate-tags tramp-aware (#1681)</title>
<updated>2021-06-29T18:57:37+00:00</updated>
<author>
<name>Jürgen Hötzel</name>
<email>juergen@hoetzel.info</email>
</author>
<published>2021-06-29T18:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=13bddcd3ed7b227a676e8c864aa668bb722bcd71'/>
<id>13bddcd3ed7b227a676e8c864aa668bb722bcd71</id>
<content type='text'>
Dissect TRAMP file names and use TRAMP aware shell function.

Make sure that ctags uses relative paths names: This also makes
workaround for #1377 obsolete.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dissect TRAMP file names and use TRAMP aware shell function.

Make sure that ctags uses relative paths names: This also makes
workaround for #1377 obsolete.</pre>
</div>
</content>
</entry>
</feed>
