summaryrefslogtreecommitdiff
path: root/avy.el
AgeCommit message (Expand)Author
2024-11-01Merge remote-tracking branch 'refs/remotes/upstream/avy/main' into elpa--merg...externals/avyELPA Syncer
2024-11-01Checkdoc fixesJeremy Bryant
2023-04-24Merge remote-tracking branch 'refs/remotes/upstream/avy/main' into elpa--merg...ELPA Syncer
2023-04-20fix(avy-next/prev): Allow avy-next/prev to handle non-cons candidates.Brian Kavanagh
2023-03-20Merge remote-tracking branch 'refs/remotes/upstream/avy/main' into elpa--merg...ELPA Syncer
2023-03-16Fix byte-compile warning about linum-mode being possibly undefinedJavier Olaechea
2023-03-16Quote symbols in docstrings according to conventionsJavier Olaechea
2023-02-17avy: Fix some compiler warningsStefan Monnier
2023-02-13Merge remote-tracking branch 'refs/remotes/upstream/avy/main' into elpa--merg...ELPA Syncer
2022-09-10avy.el (avy--overlay): Avoid error on empty stringDavid J. Rosenbaum
2022-09-10avy.el (avy-process): Assume avy-action-oneshot will be let-boundOleh Krehel
2022-08-25Add `avy-action-oneshot` variable to redefine avy-action locallyaragaer
2022-01-02Fix two byte-compiler warningsStefan Kangas
2020-12-26avy.el (avy-transpose-lines-in-region): AddlWarne
2020-11-30Fix some quoting problems in doc stringsPaul Eggert
2020-06-24avy.el (avy-order-closest): Work with avy-goto-lineOleh Krehel
2020-05-22avy.el (avy-process): Add autoloadSaulius Menkevičius
2020-05-19avy.el (avy-escape-chars): Add defcustomOleh Krehel
2020-05-19avy.el (avy-goto-char-2): Allow backspaceOleh Krehel
2020-05-19avy.el (avy--overlay-pre): Fix conflict with visual-line-modeOleh Krehel
2020-04-22avy.el (avy-text): Store the avy-goto-char-timer textOleh Krehel
2020-04-21avy.el (avy--line-cands): Don't set temporary-goal-columnOleh Krehel
2020-03-24avy.el (avy-action-yank-line): Add and bind to "Y"Oleh Krehel
2020-03-11avy.el (avy-goto-line): Can cancel with ESCOleh Krehel
2019-11-06avy.el (avy-with): Fix typo in doc-stringJonas Bernoulli
2019-10-25Fix subword commands with custom order.Daniel H. Leidisch
2019-09-25avy.el (avy-isearch): Return relevant resultOleh Krehel
2019-09-25avy.el (avy-isearch): Bind avy-case-fold-search to case-fold-searchOleh Krehel
2019-09-25avy.el (avy-process): Amend last commit for avy-goto-char-timerOleh Krehel
2019-09-25avy.el (avy-process): Restart on fail for avy-style 'wordsFederico Tedin
2019-08-28avy.el: Add -above and -below versions of avy-goto-whitespace-endOleh Krehel
2019-08-27avy.el (avy-goto-whitespace-end): New commandOleh Krehel
2019-08-22avy.el: Get rid of magic char numbersOleh Krehel
2019-06-30avy.el (avy-read): Don't call `avy--key-to-char' too earlyOleh Krehel
2019-06-30avy.el (avy-process): Return nil on "C-g" and "ESC"Oleh Krehel
2019-06-25avy.el (avy-resume): Work better for avy-goto-timerOleh Krehel
2019-05-20avy.el (avy-goto-line): Call avy-action-goto only when avy-action is not setArte Ebrahimi
2019-05-14avy.el (avy-flyspell-correct-function): AddYanghao Xie
2019-05-11avy.el (avy--read-candidates): Fix docstringOleh Krehel
2019-05-11doc/Changelog.org: Release 0.5.0Oleh Krehel
2019-05-06avy.el (avy--overlay-at-full): More consistent face orderOleh Krehel
2019-04-04avy.el (avy--line-cands): Allow "invisible" 'org-linkOleh Krehel
2019-03-28avy.el (avy-jump): Add predicate argumentOleh Krehel
2019-03-25avy.el (avy-show-dispatch-help): Add and bind to "?"Oleh Krehel
2019-03-25avy.el (avy-process): Return resOleh Krehel
2019-03-25avy.el (avy-push-mark): Turn off messageOleh Krehel
2019-03-19avy.el: Use avy-process instead of avy--processOleh Krehel
2019-03-19Change avy--process to accept cleanup functionIvan Yonchovski
2019-02-04avy.el (avy-jump): New API, don't use avy--generic-jumpOleh Krehel
2019-01-26avy.el (avy--generic-jump): Update docstring about removed argOleh Krehel