abo_abo pushed a change to branch master. from b525e2d Merge commit '3bf805df83fe6f110f3e7e8ce2dc37e0cf6c14cb' from context-coloring new c2e7de3 avy-jump.el (avy-goto-subword-0): Add nreverse new cd8e626 avy-jump.el (avy-dowindows): Simplify new 3716cd0 avy-jump.el (avy-goto-subword-0): Update candidate order new a08b049 Fix jumping to newlines with at-full style new a53ffb7 Allow to break from `avy-goto-line' into `goto-line' new 05e5c4d README.md: mention avy-goto-line -> goto-line new 04d26c4 avy-jump.el (avy-case-fold-search): New defcustom new ca302b4 targets/avy-init.el: Move new 755c25a Add a new face for 'at-full style new 2e936d8 avy-jump.el (avy-goto-word-or-subword-1): New command new 410c4ac Merge avy-jump.el into avy.el new 60dd24b Update avy-jump mentions in the README new dfbf0e2 targets/avy-init.el: Update new ca69b1f Add debug declarations new eed8f6f avy.el (avy--regex-candidates): Add optional group arg new 0d83599 Update group name new b602a56 Stop 'at-full from shifting text new 7433f30 With 'at-full style, use full len to check for overlap new e35f1ed Use `avy-lead-face-0' for 'pre and 'post new 8efed40 Add `avy-lead-face-1' for dimmed matched chars new b0512fc avy.el (avy--overlay-at): Use `avy--overlay-offset' new a39f689 Allow all kinds of styles for `avy-goto-line' new f0694a2 Remove empty line after original one being moved new 1127467 avy.el (avy-move-line): Use ARG lines new ea6f5c5 Customize how `avy-lead-face-0' is applied new 59c6b9d Expose chars to be read as args. new 50cfc74 Fixup the last commit and add contribution guidelines new 4b4b7b4 README.md: Add a link to the wiki for defcustoms new dc06220 Fix the at-full style interaction with tabs new d6b741b Allow for all operations to work across frames new b288c69 make compile should run checkdoc new 92a7884 avy.el (avy-window-list): Fixup last commit new a4f4015 avy.el (avy--overlay-at-full): Check overlay window new be74714 avy.el (avy--overlay-at-full): Work-around 20607 new 199c526 Bump version new e559638 Merge commit '199c52606dcd614cb856bbcaca13b5fada0772b6' from avy
Summary of changes: packages/avy/Makefile | 4 +- packages/avy/README.md | 30 +- packages/avy/avy-jump.el | 579 -------------------------- packages/avy/avy.el | 698 +++++++++++++++++++++++++++++++- packages/avy/{ => targets}/avy-init.el | 7 +- 5 files changed, 718 insertions(+), 600 deletions(-) delete mode 100644 packages/avy/avy-jump.el rename packages/avy/{ => targets}/avy-init.el (86%)