<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil.git/Makefile, branch master</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>evil-pkg.el: Remove file</title>
<updated>2024-09-15T08:32:14+00:00</updated>
<author>
<name>Stefan Monnier</name>
<email>monnier@iro.umontreal.ca</email>
</author>
<published>2023-07-01T16:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=1b49c159eb634bc35d65afdc324be4392cc8b6e0'/>
<id>1b49c159eb634bc35d65afdc324be4392cc8b6e0</id>
<content type='text'>
This file is auto-generated from headers in `evil.el` anyway.

* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
* .gitignore: Add `evil-pkg.el`.
* Makefile (VERSION): Fetch the info from `evil.el`.
(elpa-pkg.el): New rule to (re)generate the file.
(elpa): Use it (not sure if EASK needs it, tho).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file is auto-generated from headers in `evil.el` anyway.

* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
* .gitignore: Add `evil-pkg.el`.
* Makefile (VERSION): Fetch the info from `evil.el`.
(elpa-pkg.el): New rule to (re)generate the file.
(elpa): Use it (not sure if EASK needs it, tho).
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Use Eask to test macos and windows (#1885)</title>
<updated>2024-05-31T11:58:58+00:00</updated>
<author>
<name>Jen-Chieh Shen</name>
<email>jcs090218@gmail.com</email>
</author>
<published>2024-05-31T11:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=b767c48cbfe0587fc7e57eca7c023706622a5513'/>
<id>b767c48cbfe0587fc7e57eca7c023706622a5513</id>
<content type='text'>
* ci: Use Eask to test macos and windows

* ci: Install eask

* ci: Fix jump file test

* revert spaces

* ci: skip find-file test on windows

* ci: Revert original test for windows

* Delete Cask file

* ci: Exclude tests on macos below 28.x</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ci: Use Eask to test macos and windows

* ci: Install eask

* ci: Fix jump file test

* revert spaces

* ci: skip find-file test on windows

* ci: Revert original test for windows

* Delete Cask file

* ci: Exclude tests on macos below 28.x</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vendored goto-chg package</title>
<updated>2023-07-12T13:52:51+00:00</updated>
<author>
<name>Axel Forsman</name>
<email>axelsfor@gmail.com</email>
</author>
<published>2023-07-06T20:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=e511c42a10b15bdd6e0ec7f7b530c63b2dfa0fb6'/>
<id>e511c42a10b15bdd6e0ec7f7b530c63b2dfa0fb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use variables to sed injection</title>
<updated>2022-08-29T10:49:23+00:00</updated>
<author>
<name>Windymelt</name>
<email>1113940+windymelt@users.noreply.github.com</email>
</author>
<published>2022-08-29T10:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=493312b3227fd370262c6a968dcc67a85d0b1ad2'/>
<id>493312b3227fd370262c6a968dcc67a85d0b1ad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove travis.yml, add test.yml github workflow (#1474)</title>
<updated>2021-06-14T19:45:08+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>33435574+tomdl89@users.noreply.github.com</email>
</author>
<published>2021-06-14T19:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=2fa0d6fb9d3f8d0a6e3d44b7049a3863584e4cbb'/>
<id>2fa0d6fb9d3f8d0a6e3d44b7049a3863584e4cbb</id>
<content type='text'>
* Remove travis.yml, add test.yml github workflow

* Add workflow status badge</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove travis.yml, add test.yml github workflow

* Add workflow status badge</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add 'info' target</title>
<updated>2020-02-22T09:59:04+00:00</updated>
<author>
<name>Jon Miller</name>
<email>jonmiller@apple.com</email>
</author>
<published>2020-02-08T20:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=eff9194949c28c68e3742969ce0ceb4d0c2564dc'/>
<id>eff9194949c28c68e3742969ce0ceb4d0c2564dc</id>
<content type='text'>
Useful to have a specific info target when some Emacs package installers
expect this target (such as el-get).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful to have a specific info target when some Emacs package installers
expect this target (such as el-get).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update root makefile targets</title>
<updated>2019-12-19T13:52:36+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2019-12-19T08:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=fc0e25d812e3d0f65dd06059f4481cce97a2674c'/>
<id>fc0e25d812e3d0f65dd06059f4481cce97a2674c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a doc makefile</title>
<updated>2019-12-11T13:58:53+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2019-12-11T13:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=8a06c0da1f5cf09b721180c2b0a133285f4d409c'/>
<id>8a06c0da1f5cf09b721180c2b0a133285f4d409c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix/improve some indentation</title>
<updated>2019-12-11T13:15:37+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2019-12-11T13:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=3be077c02b7b7cd26075d778f59bd3762b2cc53c'/>
<id>3be077c02b7b7cd26075d778f59bd3762b2cc53c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak .depend file generation to support conditional require</title>
<updated>2017-12-11T07:35:42+00:00</updated>
<author>
<name>Evgeni Kolev</name>
<email>evgenysw@gmail.com</email>
</author>
<published>2017-12-10T12:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=7fc4cc40c35b2de45ba5b5eaab872e52e1292a2b'/>
<id>7fc4cc40c35b2de45ba5b5eaab872e52e1292a2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
