]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2015-06-12 Oleh KrehelAllow "TAB" to complete when input starts with "^"
2015-06-10 Oleh KrehelFixup ivy-resume for file completion
2015-06-10 Oleh KrehelAdd fuzzy matching function
2015-06-10 Oleh Krehelcounsel.el (counsel-M-x): Piggyback on smex for sorting
2015-06-10 Oleh Krehelcounsel.el (counsel-M-x): New command
2015-06-10 Oleh Krehelcounsel.el (counsel-symbol-at-point): Improve
2015-06-09 Oleh KrehelAdd a hack for kill-buffer and invisible buffer
2015-06-09 Oleh KrehelAccount for minibuffer-depth-indication-mode
2015-06-09 Oleh Krehelivy.el (ivy--switch-buffer-action): Add work-around
2015-06-09 Oleh Krehelcounsel-git-grep should quote strings better
2015-06-08 Oleh Krehelivy.el (ivy-minibuffer-map): Bind ivy-yank-word to...
2015-06-04 Oleh KrehelMake counsel-git-grep fully async
2015-06-04 Oleh KrehelFixup compilation warnings
2015-06-04 Tassilo HornRegexp-quote name of candidate buffer to be preselected
2015-06-04 Oleh Krehelivy.el (ivy-virtual): New defface
2015-06-02 Oleh Krehelivy.el (ivy--done): Set ivy--current
2015-06-02 Oleh KrehelHandle symbol-at-point better in non-Elisp buffers
2015-06-01 Oleh KrehelSwiper should preserve column for empty input
2015-06-01 Oleh Krehelivy.el (ivy-yank-word): New command
2015-06-01 Oleh Krehelivy.el (ivy-recentf): New command
2015-05-30 Oleh Krehelcounsel.el (counsel-find-file-at-point): New defcustom
2015-05-30 Oleh Krehelcounsel.el (counsel-find-file): Extend `find-file'
2015-05-28 Oleh Krehelcounsel.el (counsel-info-lookup-symbol): Add a require
2015-05-28 Tassilo HornAdd info lookup binding to counsel-describe-map
2015-05-28 Oleh KrehelChange the :matcher interface
2015-05-28 Oleh KrehelAvoid ensuring font lock when magit-blame-mode is active
2015-05-26 Oleh KrehelAllow to open an Info file on the file system
2015-05-25 Oleh Krehelswiper.el (swiper--ivy): Don't double-quote preselect
2015-05-25 Oleh Krehelswiper.el (swiper-avy): Don't start on empty input
2015-05-24 Ingo Lohmarivy.el (ivy-next-line): Fix wraparound at end of candidates
2015-05-23 Oleh Krehelswiper.el (swiper-avy): Use only the current window
2015-05-23 Oleh Krehelswiper.el: Bump version
2015-05-23 Oleh KrehelREADME.md: Add a secion on Ivy
2015-05-23 Oleh KrehelThe :action parameter to ivy-read should take one arg
2015-05-23 Oleh KrehelFixup "C-u C-j" for `ivy-switch-buffer'
2015-05-23 Oleh Krehelcounsel.el (counsel-git): Switch to action-style call
2015-05-23 Oleh Krehelivy.el (ivy-completing-read): Check for a cons initial...
2015-05-23 Stefan Monnier* swiper/ivy.el: Clean up regexps and pseudo-closures
2015-05-19 Oleh KrehelFixup compilation warnings
2015-05-19 Oleh KrehelWhen building a regex, consider ^ only at start
2015-05-19 Oleh Krehelcounsel.el (counsel-info-lookup-symbol): Turn on sorting
2015-05-17 Oleh KrehelDon't try to call permanent action if there's none
2015-05-17 Oleh Krehelivy.el (ivy-forward-char): Add and bind to "C-f"
2015-05-16 Oleh KrehelDon't error on incomplete bad regexp in counsel-git...
2015-05-16 Oleh Krehelcounsel.el (counsel-git-grep): Warn if not in a repository
2015-05-16 Oleh Krehelivy.el (ivy-kill-word): Add and bind to "M-d"
2015-05-15 Oleh KrehelREADME.md: Add sample init
2015-05-15 __rompyFixed ivy--preselect-index on windows where the drives...
2015-05-14 Oleh KrehelUpdate the way spaces are quoted using ivy
2015-05-13 Oleh Krehelivy.el (ivy-partial-or-done): More predictability
2015-05-13 Oleh KrehelAllow to recenter with "C-l" during counsel-git-grep
2015-05-13 Oleh Krehelivy.el (ivy-partial-or-done): Update doc
2015-05-13 Oleh Krehelivy.el (ivy-partial-or-done): Always forward to `ivy...
2015-05-12 Oleh Krehelivy.el (ivy-delete-char): Add and bind to "C-d"
2015-05-12 Oleh Krehelivy.el (ivy-switch-buffer): Preselect other-buffer
2015-05-12 Oleh Krehelivy.el (ivy-read): Keep the last ivy--index for :dynami...
2015-05-12 Oleh Krehelcounsel-git-grep now works with ivy-resume
2015-05-12 Oleh KrehelIntroduce :matcher for counsel-git-grep
2015-05-12 Oleh KrehelForward to minibuffer-complete for filenames only if...
2015-05-12 Oleh KrehelProperly update virtual buffers for "^ " interaction
2015-05-12 Oleh KrehelFix the error switching to non-existent buffers
2015-05-11 Oleh Krehelivy.el (ivy-partial-or-done): Fixup
2015-05-11 Oleh Krehelivy.el (ivy-partial-or-done): Fixup
2015-05-11 Oleh KrehelWhen completing file names, defer to `minibuffer-comple...
2015-05-11 Oleh Krehelswiper.el (swiper-font-lock-ensure): Ignore fundamental...
2015-05-11 Oleh KrehelAllow to customize the minibuffer formatter
2015-05-11 Oleh KrehelUpdate test
2015-05-11 Oleh KrehelSwiper should use the :re-builder argument
2015-05-11 Oleh Krehelivy.el (ivy-read): Add a re-builder argument
2015-05-11 Oleh Krehelivy.el (ivy-backward-kill-word): Add and bind to "M...
2015-05-09 Oleh KrehelFix the transition from a bad regex to good one
2015-05-08 Oleh KrehelDeclare swiper-map
2015-05-08 Oleh KrehelRename avy-swiper to swiper-avy
2015-05-08 Oleh Krehelivy.el (ivy-use-virtual-buffers): New defcustom
2015-05-08 Oleh KrehelAdd support for virtual buffers
2015-05-08 Tassilo HornSimplify ivy-partial-or-done
2015-05-08 Oleh KrehelAdd swiper -> avy finalizer
2015-05-08 Oleh KrehelAllow to use "^" in swiper
2015-05-08 Oleh KrehelAdd ivy-partial: partial complete without exiting
2015-05-06 Oleh KrehelTry to prevent the resize of minibuffer window
2015-05-06 Oleh KrehelMerge ivy--update-fn into ivy-last
2015-05-06 Oleh KrehelAdd parents using 'display for `counsel-load-library'
2015-05-06 Oleh KrehelAdd counsel-load-library
2015-05-06 Oleh KrehelWork around grep-read-files
2015-05-06 Oleh Krehelivy.el (ivy-partial-or-done): Handle empty input
2015-05-05 Oleh KrehelImprove "TAB" interaction with `confirm-nonexistent...
2015-05-05 Oleh Krehelivy.el (ivy-done): Simplify and improve
2015-05-05 Oleh KrehelMerge ivy--collection into ivy-last
2015-05-05 Oleh KrehelRequire dired when completing file names
2015-05-04 Oleh KrehelMake "TAB" switch directories properly
2015-05-04 Oleh Krehel"TAB" shouldn't delete input when no candidate
2015-05-04 Oleh KrehelIgnore case for "TAB"
2015-05-04 Oleh Krehelivy.el (ivy-tab-space): New defcustom
2015-05-03 Oleh KrehelAdd an option for out-of-order matching
2015-05-03 Oleh Krehelswiper.el: Bump version
2015-05-03 Oleh Krehelivy.el (ivy-resume): Quote the preselect
2015-05-02 Oleh KrehelFix the candidate index for `ivy-resume'
2015-05-02 Oleh KrehelAdd unwind argument to ivy-read
2015-05-01 Oleh KrehelMerge ivy--persistent-action into ivy-state-action
2015-05-01 Oleh Krehelivy-resume now works for functions that supply action
next