<feed xmlns='http://www.w3.org/2005/Atom'>
<title>exiftool.el, branch v0.3.2</title>
<subtitle>Elisp wrapper around ExifTool</subtitle>
<id>http://git.systemreboot.net/exiftool.el/atom?h=v0.3.2</id>
<link rel='self' href='http://git.systemreboot.net/exiftool.el/atom?h=v0.3.2'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/'/>
<updated>2019-05-16T15:23:31+00:00</updated>
<entry>
<title>Bump version.</title>
<updated>2019-05-16T15:23:31+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-05-16T15:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=c1058d99c34e62b99dbfca13ada47519fb51bf73'/>
<id>urn:sha1:c1058d99c34e62b99dbfca13ada47519fb51bf73</id>
<content type='text'>
* exiftool.el: Bump to version 0.3.2.
</content>
</entry>
<entry>
<title>Change buffer name of exiftool process to *exiftool*.</title>
<updated>2019-05-16T15:18:42+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-05-16T15:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=15de86e16e26ef62ec631f7b8cc9ffe1d67ddc43'/>
<id>urn:sha1:15de86e16e26ef62ec631f7b8cc9ffe1d67ddc43</id>
<content type='text'>
* exiftool.el (exiftool-run): Change buffer name of exiftool process
to *exiftool*.
</content>
</entry>
<entry>
<title>Specify exiftool executable in a variable.</title>
<updated>2019-05-16T15:14:36+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-05-16T15:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=930f692039680051b89b130a7e790a232df4462b'/>
<id>urn:sha1:930f692039680051b89b130a7e790a232df4462b</id>
<content type='text'>
* exiftool.el (exiftool-executable): New variable.
(exiftool-run): Invoke command specified in exiftool-executable.
</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2019-02-03T20:06:43+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-02-03T20:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=4131fa38160dabd5d7143aad8aca5db575749292'/>
<id>urn:sha1:4131fa38160dabd5d7143aad8aca5db575749292</id>
<content type='text'>
* exiftool.el: Bump to version 0.3.1.
</content>
</entry>
<entry>
<title>Signal a file-missing error when file is not found.</title>
<updated>2019-02-03T20:05:10+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-02-03T19:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=8892e1485d2157e0e9be8f337d1d2ff7b1a6c338'/>
<id>urn:sha1:8892e1485d2157e0e9be8f337d1d2ff7b1a6c338</id>
<content type='text'>
* exiftool.el (exiftool--assert-file-exists): New function.
(exiftool-read, exiftool-copy, exiftool-write): Assert that file
arguments exist before operating on them.
* tests/exiftool-tests.el (read-file-not-found-test,
copy-file-not-found-test, write-file-not-found-test): New tests.
</content>
</entry>
<entry>
<title>Ignore minor errors while copying tags.</title>
<updated>2017-08-22T21:32:15+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2017-08-22T21:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=3a07dbcb975577734d4abf6d68e1ab83a01951bb'/>
<id>urn:sha1:3a07dbcb975577734d4abf6d68e1ab83a01951bb</id>
<content type='text'>
* exiftool.el (exiftool-copy): Call exiftool with the "-m" flag.
</content>
</entry>
<entry>
<title>Deprecate use of `car'.</title>
<updated>2017-06-16T13:50:55+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2017-06-16T13:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=1c9c6feba21b98337665b6f2b4064b2bf5b75af6'/>
<id>urn:sha1:1c9c6feba21b98337665b6f2b4064b2bf5b75af6</id>
<content type='text'>
* tests/exiftool-tests.el (delete-test): Replace `car' invocations
with `nth 0'.
</content>
</entry>
<entry>
<title>Deduplicate extraction of tags of test cases.</title>
<updated>2017-06-16T13:48:37+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2017-06-16T13:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=5c86f81adca3b7e2256ade3af09bbddc53a26c4d'/>
<id>urn:sha1:5c86f81adca3b7e2256ade3af09bbddc53a26c4d</id>
<content type='text'>
* tests/exiftool-tests.el (exiftool-tests--tags): New variable.
(read-write-test, copy-all-test, copy-some-test): Reference
exiftool-tests--tags.
</content>
</entry>
<entry>
<title>Fix indentation.</title>
<updated>2017-06-16T13:46:04+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2017-06-16T13:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=aafe5394c7be86047700f253743e395a0ce37764'/>
<id>urn:sha1:aafe5394c7be86047700f253743e395a0ce37764</id>
<content type='text'>
* tests/exiftool-tests.el (with-temp-test-file): Fix indentation.
</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2017-06-13T20:42:56+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2017-06-13T20:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/exiftool.el/commit/?id=8dd70ba5214a73960361a0c6220bb4aa72b9e478'/>
<id>urn:sha1:8dd70ba5214a73960361a0c6220bb4aa72b9e478</id>
<content type='text'>
* exiftool.el: Bump to version 0.3.
</content>
</entry>
</feed>
