Sort pulsar-pulse-functions A-Z
Add evil-mode commands to pulsar-pulse-functions
Add goto-line to pulsar-pulse-functions
Document pulsar-pulse-region
pulse the active region. if there are no regions, do nothing.
in case there are multiple active regions, it `pulsar-pulse-region`
only works w/ the first (topmost) region.
Add handle-switch-frame to pulsar-pulse-functions
Improve what commit 5e5796e tried to do
The intention was to return the beginning of the minibuffer prompt.
With 'point-min' we could get another position, as some commands
append intangible text to the minibuffer prompt, which we do not want
to highlight.
Fix docstring of 'pulsar-recenter-middle' defalias
Add missing metadata to CHANGELOG
This is used in the HTML output.
Add missing metadata about user option versions
Document how to use pulsar in the minibuffer
Use more precise markup for 'pulsar' symbol in the manual
Note that next version shall be 1.0.0
Make pulsar--start also return point-min in the minibuffer
The idea is to set up something like the following and have it
produce a pulse over the text of the prompt:
(add-hook 'minibuffer-setup-hook 'pulsar-pulse-line-blue)
Simplify the macro that defines pulsar-pulse-line-COLOR functions
Remove needless macro and fix missing 'pulsar-recenter-middle'
The 'pulsar-recenter-middle' was a function that existed before commit
c5086de. In that commit I accidentally removed it. Having it as an
alias for "center" seems helpful.