elpasync pushed a change to branch externals/avy.

      from  c4adda8ca5 * avy/targets/checkdoc.el, ivy/doc/scripts.el: copyright 
tweak
       new  8686845ed9 avy.el (avy-flyspell-correct-function): Add
       new  f91ae613a8 avy.el (avy-goto-line): Call avy-action-goto only when 
avy-action is not set
       new  aadca9308a avy.el (avy-resume): Work better for avy-goto-timer
       new  9ae059deaa .github/FUNDING.yml: Add
       new  343fc42de1 avy.el (avy-process): Return nil on "C-g" and "ESC"
       new  66886e265c avy.el (avy-read): Don't call `avy--key-to-char' too 
early
       new  01a311ca6a avy.el: Get rid of magic char numbers
       new  27d1af3fa6 avy.el (avy-goto-whitespace-end): New command
       new  034de4c0e9 avy.el: Add -above and -below versions of 
avy-goto-whitespace-end
       new  5127f993f9 avy.el (avy-process): Restart on fail for avy-style 
'words
       new  455ebec6f3 avy.el (avy-process): Amend last commit for 
avy-goto-char-timer
       new  5f2eba5f59 avy.el (avy-isearch): Bind avy-case-fold-search to 
case-fold-search
       new  87394c9a88 avy.el (avy-isearch): Return relevant result
       new  f9c15c573c Fix subword commands with custom order.
       new  cf95ba9582 avy.el (avy-with): Fix typo in doc-string
       new  3bf83140fa avy.el (avy-goto-line): Can cancel with ESC
       new  954774d6e9 avy.el (avy-action-yank-line): Add and bind to "Y"
       new  aa35412375 avy.el (avy--line-cands): Don't set temporary-goal-column
       new  509471bad0 avy.el (avy-text): Store the avy-goto-char-timer text
       new  acf553cae2 avy.el (avy--overlay-pre): Fix conflict with 
visual-line-mode
       new  36a48baa2c avy.el (avy-goto-char-2): Allow backspace
       new  f34ff764aa avy.el (avy-escape-chars): Add defcustom
       new  2dde8b71a0 avy.el (avy-process): Add autoload
       new  bbf1e7339e avy.el (avy-order-closest): Work with avy-goto-line
       new  e92cb37457 avy.el (avy-transpose-lines-in-region): Add
       new  6b53033883 Add GNU ELPA badge to README.md
       new  ba5f035be3 Fix two byte-compiler warnings
       new  fd7b02f556 Add `avy-action-oneshot` variable to redefine avy-action 
locally
       new  6f9eefadc9 avy.el (avy-process): Assume avy-action-oneshot will be 
let-bound
       new  955c8dedd6 avy.el (avy--overlay): Avoid error on empty string
       new  9b1f0bc427 Merge remote-tracking branch 
'refs/remotes/upstream/avy/main' into elpa--merge/avy


Summary of changes:
 .github/FUNDING.yml |   2 +
 README.md           |   1 +
 avy.el              | 260 ++++++++++++++++++++++++++++++++++++----------------
 3 files changed, 185 insertions(+), 78 deletions(-)
 create mode 100644 .github/FUNDING.yml

Reply via email to