Age | Commit message (Expand) | Author |
2023-07-08 | Make repository a guix channel.•••* .guix-authorizations, .guix-channel,
.guix/emacs-exiftool-package.scm, guix.scm: New files.
HEADmaster | Arun Isaac |
2021-06-10 | README: Add repology packaging status badge.•••* README.org (Installation): Add repology packaging status badge.
| Arun Isaac |
2021-06-10 | README: Add continuous integration badge.•••* README.org: Add continuous integration badge.
| Arun Isaac |
2021-06-10 | README: Add MELPA badge.•••* README.org: Add MELPA badge.
| Arun Isaac |
2021-06-10 | README: Update command to run tests.•••* README.org (Running tests): Update command to run tests.
| Arun Isaac |
2021-06-10 | README: Expand contact and license macros.•••Earlier, the contact and license macros were defined in server-side
configuration. The README should be self-contained and independent of
server configuration.
* README.org (Contributing, License): New sections.
| Arun Isaac |
2021-06-10 | README: Define wikipedia link abbreviation locally.•••Earlier, the wikipedia link abbreviation was defined in server-side
configuration. The README should be self-contained and independent of
server configuration.
* README.org (wikipedia): New link abbreviation.
| Arun Isaac |
2021-06-10 | README: Add title.•••* README.org: Add title.
| Arun Isaac |
2021-06-10 | tests: Move feature requirements to the top of the code.•••Prior to this change, the code that came before the feature
requirements errored out due to missing features.
* tests/exiftool-tests.el: Move feature requirements to the top of the
code.
| Arun Isaac |
2019-05-20 | Declare exiftool-command for the byte compiler.•••* exiftool.el (exiftool-command): Declare function.
| Arun Isaac |
2019-05-20 | Add gitignore.•••* .gitignore: New file.
| Arun Isaac |
2019-05-20 | Add build and clean targets to Makefile.•••* Makefile (build, clean): New targets.
| Arun Isaac |
2019-05-20 | Move tests Makefile to top level directory.•••* tests/Makefile: Delete file.
* Makefile: New file.
| Arun Isaac |
2019-05-16 | Bump version.•••* exiftool.el: Bump to version 0.3.2.
v0.3.2 | Arun Isaac |
2019-05-16 | Change buffer name of exiftool process to *exiftool*.•••* exiftool.el (exiftool-run): Change buffer name of exiftool process
to *exiftool*.
| Arun Isaac |
2019-05-16 | Specify exiftool executable in a variable.•••* exiftool.el (exiftool-executable): New variable.
(exiftool-run): Invoke command specified in exiftool-executable.
| Arun Isaac |
2019-02-04 | Bump version.•••* exiftool.el: Bump to version 0.3.1.
v0.3.1 | Arun Isaac |
2019-02-04 | Signal a file-missing error when file is not found.•••* 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.
| Arun Isaac |
2017-08-23 | Ignore minor errors while copying tags.•••* exiftool.el (exiftool-copy): Call exiftool with the "-m" flag.
| Arun Isaac |
2017-06-16 | Deprecate use of `car'.•••* tests/exiftool-tests.el (delete-test): Replace `car' invocations
with `nth 0'.
| Arun Isaac |
2017-06-16 | Deduplicate extraction of tags of test cases.•••* tests/exiftool-tests.el (exiftool-tests--tags): New variable.
(read-write-test, copy-all-test, copy-some-test): Reference
exiftool-tests--tags.
| Arun Isaac |
2017-06-16 | Fix indentation.•••* tests/exiftool-tests.el (with-temp-test-file): Fix indentation.
| Arun Isaac |
2017-06-14 | Bump version.•••* exiftool.el: Bump to version 0.3.
v0.3 | Arun Isaac |
2017-06-14 | Do not print out messages.•••* exiftool.el (exiftool-copy): Remove message.
| Arun Isaac |
2017-06-14 | Handle literal "-" tag values.•••* exiftool.el (exiftool-read): If exiftool returns "-" as tag value
with the "-f" flag, call exiftool again without the "-f" flag to
ascertain whether the tag is absent or the value is a literal "-".
| Arun Isaac |
2017-06-14 | Add new test cases.•••* tests/exiftool-tests.el (exiftool-tests--tag-value): New test cases.
| Arun Isaac |
2017-06-14 | Test copying only specific tags.•••* tests/exiftool-tests.el (copy-test): Rename to `copy-all-test'.
(copy-some-test): New test.
| Arun Isaac |
2017-06-14 | Use test files of the same format.•••* tests/test2.jpg: Convert to PNG format.
* tests/test2.png: New file.
* tests/exiftool-tests.el (copy-test): Make both test files of the
same format (PNG).
Some tags are not copied properly when the files are of different
formats.
| Arun Isaac |
2017-06-14 | Use regexp to extract tag and value.•••* exiftool.el (exiftool-read): Use `string-match' with regexp to
extract tag and value.
Previous this change, `exiftool-read' failed to correctly handle tags
whose value contained a ":".
| Arun Isaac |
2017-06-14 | Copy only provided tags.•••* exiftool.el (exiftool-copy): Append "-all:all" to exiftool command
only when no tags are provided.
| Arun Isaac |
2017-04-27 | Update README.•••* README.org: Add contact information.
| Arun Isaac |
2017-03-10 | Shorten `check' command.•••* tests/Makefile (check): Remove explicit loading of package `ert'.
| Arun Isaac |
2017-03-03 | Update README.•••* README.org: Shorten tests command. "check" is default target of
Makefile. No need to explicitly mention it.
| Arun Isaac |
2017-03-03 | Update README.•••* README.org: Put tag names "Marked" and "Creator" within double quotes.
| Arun Isaac |
2017-03-03 | Update README.•••* README.org: Change tests source block from "bash" to "sh".
| Arun Isaac |
2017-03-02 | Update README.•••* README.org: Invoke the "license" macro.
| Arun Isaac |
2017-03-02 | Update README.•••* README.org: Add installation information.
| Arun Isaac |
2017-03-01 | Update README.•••* README.org: Rename library to exiftool.el.
v0.2 | Arun Isaac |
2017-03-01 | Rename library to exiftool.el. | Arun Isaac |
2017-03-01 | Require `cl-lib' instead of `cl-macs'.•••* el-exiftool.el: Require `cl-lib' instead of `cl-macs'.
| Arun Isaac |
2017-02-28 | Rename 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-28 | Require `tq' dependency.•••* el-exiftool.el: Require `tq'.
| Arun Isaac |
2017-02-28 | Require `cl-macs' instead of `cl'.•••* el-exiftool.el: Require `cl-macs' instead of `cl'.
| Arun Isaac |
2017-02-28 | Improve formatting.•••* el-exiftool.el: Remove redundant comment indicator.
| Arun Isaac |
2017-02-28 | Improve formatting.•••* el-exiftool.el: Put two spaces after period in Commentary section.
| Arun Isaac |
2017-02-28 | Add "Package-Requires" header.•••* el-exiftool.el: Add ((emacs "25")) to "Package-Requires" header.
| Arun Isaac |
2017-02-28 | Add "Version" header.•••* el-exiftool.el: Add "Version" header.
| Arun Isaac |
2017-02-28 | Update README.•••* README.org: Add "Running tests" section.
v0.1 | Arun Isaac |
2017-02-28 | Improve formatting.•••* README.org: Put function return values on their own line.
| Arun Isaac |
2017-02-28 | Update README.•••* README.org: Update function docstrings, example function calls, and
note on the ExifTool -stay_open process.
| Arun Isaac |