summaryrefslogtreecommitdiff
path: root/parsebib.el
Commit message (Expand)AuthorAge
* 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
* 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
* | Add lexical-binding cookie to header.Joost Kremers2017-03-08
* | Use term 'expansion' instead of 'string (definition)'.Joost Kremers2017-03-07
* | Remove trailing whitespace.Joost Kremers2017-03-07
|/
* Check if define-error is bound, rather than checking version numberJoost Kremers2017-03-07
* Fix doc strings according to checkdoc / flycheck.Joost Kremers2015-10-06
* Require cl-libJoost Kremers2015-02-05
* Reverse list of fields when parsing an entry.Joost Kremers2015-01-19
* Remove autoload cookies.Joost Kremers2015-01-02
* Stop before comma when moving to start of field contents.Joost Kremers2015-01-02
* Add comment to compat definition of `define-error'.Joost Kremers2014-12-19
* Quote version in compat code.Joost Kremers2014-12-19
* Add Emacs 24.3 compatibility code for `define-error'Joost Kremers2014-12-19
* Add autoloads.Joost Kremers2014-12-17
* Fix footer.Joost Kremers2014-12-14
* Update doc string of parsebib--find-end-of-fieldJoost Kremers2014-12-11
* Mark internal functions with double dash.Joost Kremers2014-12-08
* More stringent test for local variable blockJoost Kremers2014-12-05
* Fix doc string of parsebib-find-next-itemJoost Kremers2014-12-05
* Fix regexp in parsebib-find-next-itemJoost Kremers2014-12-05
* Correct copyright statementJoost Kremers2014-12-04
* Update doc string of `parsebib-find-next-item'Joost Kremers2014-12-04
* Fix doc string of parsebib-find-next-itemJoost Kremers2014-12-04
* First commit.Joost Kremers2014-12-02