Skip to content

Tags: theFool32/ebib

Tags

2.22.1

Toggle 2.22.1's commit message
Bug fix: do not add text properties beyond length of field value.

`ebib-get-field-value`: when adding the text properties `ebib--alias` and
`ebib--xref`, do not add them beyond the length of the string. If the string is
empty, adding text properties from 0 to 1 yields an error.

Thanks to Frank Schweitzer for reporting this bug.

2.22

Toggle 2.22's commit message
Update version number to 2.22

2.21.2

Toggle 2.21.2's commit message
Add warnings that changing `ebib-keywords-file` requires a restart of…

… Ebib.

This commit is in response to Github issue joostkremers#146. While not a true fix, it should
alleviate the problem.

2.21.1

Toggle 2.21.1's commit message
Bug fix: ebib--notes-buffer: return the notes buffer upon first invoc…

…ation.

2.21

Toggle 2.21's commit message
Add user option `ebib-default-directory`.

- This option sets the default directory for Ebib buffers.
- The DIR argument of `read-file-name` has been removed, so that the value of
  `ebib-default-directory` is the start directory for file names read from the
  user. This causes a slight regression for users that have customized
  `ebib-preload-bib-files`. They will need to set `ebib-default-dir`.

2.20

Toggle 2.20's commit message
Update version number to 2.20.

2.19.3

Toggle 2.19.3's commit message
Undo making biblatex the default dialect.

2.19.2

Toggle 2.19.2's commit message
Fix regex in `ebib-browse-doi`.

2.19.1

Toggle 2.19.1's commit message
Add biblatex citation commands to `ebib-citation-commands`.

2.19

Toggle 2.19's commit message
Make biblatex the default dialect.