summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changelog for byte compilation rebuilddebian/2.3.1-2archive/debian/2.3.1-2David Bremner2018-06-02
|
* upload to unstabledebian/2.3.1-1archive/debian/2.3.1-1Sean Whitton2017-06-19
|
* bump std-ver to 4.0.0Sean Whitton2017-06-19
|
* bump debhelper compat to 10Sean Whitton2017-06-19
|
* update copyright yearsSean Whitton2017-06-19
|
* changelogSean Whitton2017-06-19
|
* Merge tag '2.3.1'Sean Whitton2017-06-19
|\
| * Allow $ ^ and & in BibTeX keys and identifiers.Joost Kremers2017-05-01
| | | | | | | | | | Apparently these characters are allowed in keys etc., even though using them is ill-advised, given the fact that they are special for TeX.
| * 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
| | | | | | | | | | Comments without braces need some whitespace after `@comment'. This is now included in the comment contents being returned.
| * Support @comments without braces.Joost Kremers2017-03-27
| | | | | | | | BibTeX allows @comments to end at eol; these don't require braces.
| * 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
| | | | | | | | Add remark about newline and whitespace reduction.
| * 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
| | | | | | | | | | | | - replace sequences of white space (incl. newlines and tabs) with a single space. - return the abbrev itself if no expansion is found.
| * 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
| | | | | | | | | | | | Instead of splitting values with regexes, there is now a small parser that handles parsing values. This way, it becomes possible to accurately determine whether an element is an abbrev or not.
| * 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 ↵Joost Kremers2017-03-10
| | | | | | | | provided.
| * Refactor parsebib-read-string.Joost Kremers2017-03-10
| | | | | | | | Also update doc string.
| * 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
| |