summaryrefslogtreecommitdiff
path: root/parsebib.el
Commit message (Expand)AuthorAge
* Add `parsebib-clean-TeX-markup`.Joost Kremers2022-06-16
* Declare the function `json-read`.Joost Kremers2022-06-16
* Update copyright statement.Joost Kremers2022-04-26
* `parsebib--get-xref-fields`: don't mutate inheritance rulesAndrás Simonyi2022-01-16
* `parsebib--get-xref-fields`: use all matching biblatex rulesAndrás Simonyi2022-01-15
* Use `none` in `parsebib--biblatex-inheritances`.Joost Kremers2021-12-09
* Update copyright statement.Joost Kremers2021-08-09
* Set default value of `display` in `parsebib-parse` to tJoost Kremers2021-05-14
* Add [Parsebib] label to error messages.Joost Kremers2021-05-14
* `parsebib-parse-bib-file`: collect all fields if `fields` argument is nil.Joost Kremers2021-05-14
* Remove spurious newlines.Joost Kremers2021-05-14
* Bug fix: use `:inheritance` in `parsebib-parse`.Joost Kremers2021-05-14
* Add `parsebib-parse` to parse files rather than buffers.Joost Kremers2021-05-12
* Fix some doc string typos.Joost Kremers2021-05-12
* Replace all white space sequences with a single space for display.Joost Kremers2021-05-12
* Do not read field values of fields not requested.Joost Kremers2021-05-12
* Update doc string of `parsebib-read-entry`.Joost Kremers2021-05-12
* Rename `parsebib--parse-value` to `parsebib--parse-bib-value`.Joost Kremers2021-05-12
* Use proper capitalisation and punctuation in comments.Joost Kremers2021-05-11
* Add some comments explaining how `parsebib-parse-json-buffer` worksJoost Kremers2021-05-11
* Redefine parsebib-entry-type-errorJoost Kremers2021-05-11
* Rename local variable in `parsebib-parse-json-buffer`Joost Kremers2021-05-11
* Reformat list of biblatex inheritances.Joost Kremers2021-05-11
* Remove unnecessary whitespace.Joost Kremers2021-05-11
* Rename some function arguments.Joost Kremers2021-05-11
* Fix typo.Joost Kremers2021-05-10
* Use keyword arguments for high-level API.Joost Kremers2021-05-10
* Add option to only read certain fields from the database.Joost Kremers2021-05-10
* Parse a .json buffer one entry at a time.Joost Kremers2021-05-07
* Update doc string of `parsebib--json-stringify-date-field`Joost Kremers2021-05-07
* Add `year-only` optional argument to `parsebib-parse-json-buffer`Joost Kremers2021-05-07
* Add `short` argument to `parsebib-stringify-json-field`.Joost Kremers2021-05-07
* Test if native json support is really workingJoost Kremers2021-05-07
* Rename parsebib--json-{name|date|number}-fieldsJoost Kremers2021-05-07
* Add obsolete function alias `parsebib-parse-buffer`Joost Kremers2021-05-06
* Update version number to 3.0Joost Kremers2021-05-06
* Move define-error up in the fileJoost Kremers2021-05-06
* Mark BibTeX/biblatex parts of the libraryJoost Kremers2021-05-06
* Update docstring of parsebib-hashid-fieldsJoost Kremers2021-05-06
* Rename `parsebib-parse-buffer` to `parsebib-parse-bib-buffer`Joost Kremers2021-05-06
* Implement `parsebib-stringify-json`Joost Kremers2021-05-06
* Add some comments and empty lines to parsebib-stringify-json-fieldJoost Kremers2021-05-06
* Change handling of array fields in parsebib-stringify-json-fieldJoost Kremers2021-05-06
* Update date template.Joost Kremers2021-05-06
* Update doc strings of parsebib--json-stringify-{name|date}-fieldJoost Kremers2021-05-06
* Use symbols as keys in parsed json data.Joost Kremers2021-05-06
* Extract the key of `field`Joost Kremers2021-05-06
* Implement parsebib--json-stringify-date-field.Joost Kremers2021-05-06
* Move parsebib--json-stringify-name-field down in the sourceJoost Kremers2021-05-06
* Implement parsebib--json-stringify-date-partJoost Kremers2021-05-06