summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-29 19:24:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-29 19:24:49 -0700
commitdd3e5adc23a84ebadbfeb1596c8ec52c3cf48817 (patch)
tree1505f85b50938b9c414b2df40ba8ecb07ae64b54 /debian
parent411946881443e86b14e3fd998af19d9e4c2b5f0f (diff)
changelogs
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/upstream/changelog8
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7b755fa..7779e01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ebib (2.8.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 29 Oct 2016 19:23:47 -0700
+
ebib (2.7.2-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
index cb90039..309b13e 100644
--- a/debian/upstream/changelog
+++ b/debian/upstream/changelog
@@ -1,3 +1,11 @@
+## Version 2.8, 26 October 2016 ##
+
+- Changed key bindings: `j` and `k` no longer move up/down in the index, entry and strings buffers; use `p` and `n` instead. Furthermore, `i` now executes `ebib-push-bibtex-key` (used to be `p`), and `I` (capital I) executes `ebib-browse-doi` (used to be `i`).
+- In the index buffer, `ebib-search-next` (which used to be bound to `n`) is no longer bound. Instead, `ebib-search` (still bound to `/`) activates a transient map which binds the keys `/` and `RET` to `ebib-search-next`. Any other key disables the transient keymap and is executed normally.
+- In the index buffer, `C-u /` repeats the previous search. (This fixes a small bug that has so far gone unnoticed: moving to the top of the databas and calling `ebib-search-next`, as previously suggested in the manual to get around the fact that `ebib-search-next` does not wrap) would not search the first entry.)
+- In the entry buffer, `x` is replaced by `k` (`ebib-kill-field-contents`).
+- New functions: `ebib-kill-entry` and `ebib-yank-entry` for killing and yanking BibTeX entries. `ebib-kill-entry` deletes the current entry from the database and puts it in the kill ring. `ebib-yank-entry` adds an entry from the kill ring to the current database.
+
## Version 2.7, 22 September 2016 ##
- Reading list management: add and remove BibTeX entries to an Org reading list.