aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-10Shorten `check' command.•••* tests/Makefile (check): Remove explicit loading of package `ert'. Arun Isaac
2017-03-03Update README.•••* README.org: Shorten tests command. "check" is default target of Makefile. No need to explicitly mention it. Arun Isaac
2017-03-03Update README.•••* README.org: Put tag names "Marked" and "Creator" within double quotes. Arun Isaac
2017-03-03Update README.•••* README.org: Change tests source block from "bash" to "sh". Arun Isaac
2017-03-02Update README.•••* README.org: Invoke the "license" macro. Arun Isaac
2017-03-02Update README.•••* README.org: Add installation information. Arun Isaac
2017-03-01Update README.•••* README.org: Rename library to exiftool.el. v0.2Arun Isaac
2017-03-01Rename library to exiftool.el.Arun Isaac
2017-03-01Require `cl-lib' instead of `cl-macs'.•••* el-exiftool.el: Require `cl-lib' instead of `cl-macs'. Arun Isaac
2017-02-28Rename unused argument `closure' to `_'.•••* el-exiftool.el (el-exiftool--tq-sync-query): Rename unused argument `closure' to `_'. According to the convention of the byte compiler, unused argument names must start with an underscore. Arun Isaac
2017-02-28Require `tq' dependency.•••* el-exiftool.el: Require `tq'. Arun Isaac
2017-02-28Require `cl-macs' instead of `cl'.•••* el-exiftool.el: Require `cl-macs' instead of `cl'. Arun Isaac
2017-02-28Improve formatting.•••* el-exiftool.el: Remove redundant comment indicator. Arun Isaac
2017-02-28Improve formatting.•••* el-exiftool.el: Put two spaces after period in Commentary section. Arun Isaac
2017-02-28Add "Package-Requires" header.•••* el-exiftool.el: Add ((emacs "25")) to "Package-Requires" header. Arun Isaac
2017-02-28Add "Version" header.•••* el-exiftool.el: Add "Version" header. Arun Isaac
2017-02-28Update README.•••* README.org: Add "Running tests" section. v0.1Arun Isaac
2017-02-28Improve formatting.•••* README.org: Put function return values on their own line. Arun Isaac
2017-02-28Update README.•••* README.org: Update function docstrings, example function calls, and note on the ExifTool -stay_open process. Arun Isaac
2017-02-28Improve commentary.•••* el-exiftool.el: Comment on the ExifTool -stay_open process. Arun Isaac
2017-02-28Capitalize ExifTool.•••* el-exiftool.el: Capitalize occurrences of ExifTool as in its project website. Arun Isaac
2017-02-28Improve docstring.•••* el-exiftool.el (el-exiftool-read): Rewrite docstring in active voice. Arun Isaac
2017-02-27Support copying specific tags.•••* el-exiftool.el (el-exiftool-copy): Support copying specific tags with the &rest `tags' argument. Arun Isaac
2017-02-27Improve docstrings.•••* el-exiftool.el (el-exiftool--tq-sync-query): Add docstring. (el-exiftool-run, el-exiftool-command, el-exiftool-read, el-exiftool-write): Improve docstring. Arun Isaac
2017-02-27Rewrite tests with dynamic variable `el-exiftool-tests--tag-value'.•••* tests/el-exiftool-tests.el (el-exiftool-tests--tag-value): New dynamic variable. (read-write-test, delete-test): Rewrite to reference data in `el-exiftool-tests--tag-value'. (delete-test): New test. Arun Isaac
2017-02-27Add docstring.•••* tests/el-exiftool-tests.el (with-temp-test-file): Add docstring. Arun Isaac
2017-02-23Add Makefile for tests.•••* tests/Makefile: New file. Arun Isaac
2017-02-23Move tests to separate directory.Arun Isaac
2017-02-23Fix tag delete test.•••* el-exiftool-tests.el (delete-test): Pass `el-exiftool-write' tag-value pairs, not an alist. Arun Isaac
2017-02-23Implement tag delete test.•••* el-exiftool-tests.el (delete-test): New test. Arun Isaac
2017-02-23Implement 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-23Remove 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-23Return 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-23Add 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-21Add function documentation to README.•••* README.org: Add function documentation. Arun Isaac
2017-02-21Improve 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-21Fix "wikipedia" link abbreviations.•••* README.org: Rename "wiki" links to "wikipedia" links. Arun Isaac
2017-02-21Improve formatting.•••* el-exiftool.el (el-exiftool-command): Fill paragraph on docstring. Arun Isaac
2017-02-21Remove `subr' dependency.•••* el-exiftool.el (subr): Do not require `subr'. Arun Isaac
2017-02-21Add 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-21Add README.•••* README.org: New file. Arun Isaac
2017-02-20Support 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-20Release under GPLv3.•••* COPYING: Text of GPLv3 license. * el-exiftool.el: Add license header. * el-exiftool-tests.el: Add license header. Arun Isaac
2017-02-20Initial commitArun Isaac