Age | Commit message (Expand) | Author |
2017-02-23 | Add Makefile for tests.•••* tests/Makefile: New file.
| Arun Isaac |
2017-02-23 | Move tests to separate directory. | Arun Isaac |
2017-02-23 | Fix tag delete test.•••* el-exiftool-tests.el (delete-test): Pass `el-exiftool-write'
tag-value pairs, not an alist.
| Arun Isaac |
2017-02-23 | Implement tag delete test.•••* el-exiftool-tests.el (delete-test): New test.
| Arun Isaac |
2017-02-23 | Implement temporary test file copying in a macro.•••* el-exiftool-tests.el (with-temp-test-file): New macro.
(read-write-test): Rewrite test using `with-temp-test-file'.
| Arun Isaac |
2017-02-23 | Remove optional `closure' argument.•••* el-exiftool.el (el-exiftool--tq-sync-query): Remove optional
`closure' argument. Just pass nil as the `closure' argument to `tq-enqueue'.
| Arun Isaac |
2017-02-23 | Return empty string for missing tags.•••* el-exiftool.el (el-exiftool-read): Handle case when tag is not
found. Force exiftool to print missing tags, and replace their
values with an empty string.
| Arun Isaac |
2017-02-23 | Add headers and footers.•••* el-exiftool.el: Add headers and footers as per emacs lisp coding conventions.
* el-exiftool-tests.el: Add headers and footers as per emacs lisp coding conventions.
| Arun Isaac |
2017-02-21 | Add function documentation to README.•••* README.org: Add function documentation.
| Arun Isaac |
2017-02-21 | Improve formatting.•••* el-exiftool.el (el-exiftool-run): Format docstring so that first
line stands on its own.
(el-exiftool-command): Format docstring so that first line stands on
its own.
(el-exiftool-read): Format docstring so that first line stands on its
own.
Apropos only displays the first line of the docstring. Hence the first
line must stand on its own.
| Arun Isaac |
2017-02-21 | Fix "wikipedia" link abbreviations.•••* README.org: Rename "wiki" links to "wikipedia" links.
| Arun Isaac |
2017-02-21 | Improve formatting.•••* el-exiftool.el (el-exiftool-command): Fill paragraph on docstring.
| Arun Isaac |
2017-02-21 | Remove `subr' dependency.•••* el-exiftool.el (subr): Do not require `subr'.
| Arun Isaac |
2017-02-21 | Add docstrings.•••* el-exiftool.el (el-exiftool-run): Add docstring.
(el-exiftool-command): Add docstring.
(el-exiftool-read): Add docstring.
(el-exiftool-write): Add docstring.
| Arun Isaac |
2017-02-21 | Add README.•••* README.org: New file.
| Arun Isaac |
2017-02-20 | Support read/write of multiple tags•••* el-exiftool.el (el-exiftool-read): Support reading multiple tags.
(el-exiftool-write): Support writing multiple tags.
* el-exiftool-tests.el (read-write-test): Accommodate new function prototypes.
| Arun Isaac |
2017-02-20 | Release under GPLv3.•••* COPYING: Text of GPLv3 license.
* el-exiftool.el: Add license header.
* el-exiftool-tests.el: Add license header.
| Arun Isaac |
2017-02-20 | Initial commit | Arun Isaac |