summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge tag '2.3.1'Sean Whitton2017-06-19
|\
| * Allow $ ^ and & in BibTeX keys and identifiers.Joost Kremers2017-05-01
| * Update version number.Joost Kremers2017-03-27
| * Include braces in return value of parsebib-read-preamble.Joost Kremers2017-03-27
| * Update docstring of parsebib-read-commentJoost Kremers2017-03-27
| * Include pre-comment whitespace in comment contents.Joost Kremers2017-03-27
| * Support @comments without braces.Joost Kremers2017-03-27
| * Remove empty items from parsebib-collect-strings.Joost Kremers2017-03-27
| * Do not move one char backward in parsebib--match-paren-forward.Joost Kremers2017-03-27
| * Put preambles and comments in correct order in parsebib-parse-buffer.Joost Kremers2017-03-27
| * Include general inheritances when using biblatex schemeJoost Kremers2017-03-25
| * Update version number.Joost Kremers2017-03-25
| * Update doc string of parsebib--get-target-field.Joost Kremers2017-03-23
| * Update doc string of parsebib-expand-xrefs.Joost Kremers2017-03-23
| * Small fix in README.mdJoost Kremers2017-03-23
| * Add cross-reference resolving.Joost Kremers2017-03-23
| * Add 'testbib.bib' to .gitignore.Joost Kremers2017-03-17
| * Remove spurious empty line.Joost Kremers2017-03-17
| * Update the manual.Joost Kremers2017-03-12
| * Fix header in the README.Joost Kremers2017-03-12
| * Refactor `parsebib--expand-string'.Joost Kremers2017-03-11
| * Update doc string of `parsebib--expand-strings'.Joost Kremers2017-03-11
| * Update doc string of `parsebib--parse-value'.Joost Kremers2017-03-11
| * Remove empty lines after first line of doc string.Joost Kremers2017-03-11
| * Remove cond clause for numbers in `parsebib--expand-strings'.Joost Kremers2017-03-11
| * Improve `parsebib--expand-strings'.Joost Kremers2017-03-11
| * Remove last paragraph.Joost Kremers2017-03-11
| * Fix headers.Joost Kremers2017-03-11
| * Fix the manual a bit.Joost Kremers2017-03-11
| * Cosmetic changes to the manual.Joost Kremers2017-03-11
| * Update README with new functions.Joost Kremers2017-03-11
| * Add BibTeX dialect to output of `parsebib-parse-ffile'.Joost Kremers2017-03-11
| * Update commentsJoost Kremers2017-03-11
| * Update version number and copyright statement.Joost Kremers2017-03-11
| * Add expand-strings argument to parsebib-collect-strings.Joost Kremers2017-03-11
| * Improve string-expansion code.Joost Kremers2017-03-10
| * Don't move one char back in parsebib--match-elimJoost Kremers2017-03-10
| * BibTeX keys / identifiers must be at least one character long.Joost Kremers2017-03-10
| * parsebib-replace-string: Do not try to expand fields when no strings are prov...Joost Kremers2017-03-10
| * Refactor parsebib-read-string.Joost Kremers2017-03-10
| * Update doc strings of parsebib-read-entry and parsebib-find-bibtex-field.Joost Kremers2017-03-10
| * Add `parsebib-parse-buffer'.Joost Kremers2017-03-10
| * Always return the hash table when collecting strings and entries.Joost Kremers2017-03-10
| * Require `subr-x' for `string-join'.Joost Kremers2017-03-10
| * Move `parsebib-find-bibtex-dialect' in source file.Joost Kremers2017-03-09
| * Replace 3rd person with imperative verb in doc string.Joost Kremers2017-03-09
| * Merge branch 'master' of git://github.com/malb/parsebib into malb-masterJoost Kremers2017-03-08
| |\
| | * accept optional strings parameter for replacementsMartin R. Albrecht2017-03-08
| * | Add higher-level API.Joost Kremers2017-03-08
| * | Extract entry key without text properties.Joost Kremers2017-03-08