branch: externals/greader
commit b749500395e7fab8b6c17e503fc4e250f3921ed9
Author: Michelangelo Rodriguez <[email protected]>
Commit: Michelangelo Rodriguez <[email protected]>
Bump version to 0.19.1
* greader.el (greader-timer-remaining): New command to display time
remaining before the reading timer expires, formatted as minutes and
seconds in the minibuffer.
* greader.el (greader-set-reading-keymap, greader-set-greader-keymap):
Fix bug where greader--current-buffer was never set during reading
because the minor-mode body was bypassed via direct setq. Now set
the variable explicitly in both functions.
* greader-dict.el (greader-dict--update): Fix bug where hook triggers
from a foreign buffer (e.g. due to elfeed or auto-revert timers) could
corrupt the active reading buffer's dictionary. The function now
checks greader--current-buffer and, if the current buffer is not the
reading buffer, only saves pending changes and returns without touching
the reading dictionary.
* greader-dict.el, greader.el: Apply patches from Stefan Monnier:
initialize keymaps inline in defvar declarations, bind the dict prefix
key directly in greader-dict.el, require greader instead of
forward-declaring greader--current-buffer.
---
greader.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/greader.el b/greader.el
index e6262decd7..7113a55f60 100644
--- a/greader.el
+++ b/greader.el
@@ -7,7 +7,7 @@
;; Keywords: tools, accessibility
;; URL: https://gitlab.com/michelangelo-rodriguez/greader
-;; Version: 0.19.0
+;; Version: 0.19.1
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by