summaryrefslogtreecommitdiff
path: root/el-exiftool.el
AgeCommit message (Expand)Author
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-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-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