]> code.delx.au - gnu-emacs-elpa/history - swiper.el
Fix remapping commit c9b6e0
[gnu-emacs-elpa] / swiper.el
2015-05-08 Oleh KrehelAdd swiper -> avy finalizer
2015-05-08 Oleh KrehelAllow to use "^" in swiper
2015-05-03 Oleh KrehelAdd an option for out-of-order matching
2015-05-03 Oleh Krehelswiper.el: Bump version
2015-05-02 Oleh KrehelAdd unwind argument to ivy-read
2015-05-01 Oleh KrehelMerge ivy--action into ivy-last
2015-04-29 Oleh KrehelUpdate and improve faces
2015-04-28 Oleh Krehelswiper.el (swiper-font-lock-ensure): Exclude `elfeed...
2015-04-23 Oleh KrehelExclude jabber-chat-mode from font-lock
2015-04-23 Oleh Krehelswiper.el (swiper-query-replace): Fix
2015-04-23 Oleh Krehelswiper.el (swiper--ivy): Check for stand-alone ivy
2015-04-22 Oleh KrehelFixup `swiper-query-replace'
2015-04-22 Oleh Krehelswiper.el (swiper--ivy): Fix preselect being added
2015-04-22 Oleh KrehelChange `ivy-read' to a cl-defun
2015-04-21 Oleh Krehelswiper.el (swiper--add-overlays): Make bounds optional
2015-04-21 Oleh Krehelswiper.el (swiper--add-overlays): Update arglist
2015-04-20 Oleh Krehelswiper.el: Fix compilation warnings
2015-04-20 Oleh Krehelswiper.el: Bump version
2015-04-18 Oleh Krehelswiper.el: Add a work-around for window-start not being...
2015-04-18 Oleh Krehelswiper.el (swiper-font-lock-ensure): Exclude dired...
2015-04-17 Oleh Krehelswiper.el: Remove dependency on ivy
2015-04-16 Oleh KrehelIvy-mode now works better with `find-file'
2015-04-16 Oleh KrehelDon't try to fontify huge buffers
2015-04-16 Oleh KrehelRemove ido-mode shenanigans
2015-04-16 Oleh Krehelswiper.el: Bump version
2015-04-09 Oleh Krehelswiper.el (swiper-font-lock-ensure): Exclude org-agenda...
2015-04-02 Oleh Krehelcounsel.el: Update comments
2015-03-30 Oleh KrehelAllow duplicate candidates in `ivy-read'
2015-03-27 Oleh Krehelswiper.el (swiper-map): Bind "C-l" to recenter
2015-03-26 Oleh Krehelswiper.el (swiper-query-replace): Enable recursive...
2015-03-25 Oleh KrehelAllow to cancel "M-q" with "C-g"
2015-03-25 Oleh Krehelswiper.el (swiper-query-replace): Call only in minibuffer
2015-03-25 Oleh KrehelAdd swiper-query-replace
2015-03-25 Oleh Krehelswiper.el (swiper-font-lock-ensure): Ignore gnus modes
2015-03-23 Oleh Krehelswiper.el (swiper-font-lock-ensure): Omit erc-mode
2015-03-22 Oleh KrehelUpdate Copyright
2015-03-22 John Mastroswiper.el (swiper-min-highlight): New defcustom
2015-03-22 John Mastroswiper.el (swiper--init): Set `swiper--opoint'
2015-03-21 Oleh Krehelswiper.el: Remove the helm bits
2015-03-19 Oleh Krehelivy.el (ivy-read): Allow for format-style PROMPT
2015-03-19 Oleh Krehelivy.el (ivy-read): Change index to preselect
2015-03-19 Oleh Krehelswiper.el: Silence a few compilation warnings
2015-03-18 Oleh Krehelswiper.el: Fix non-matching lines issue with initial...
2015-03-18 Oleh Krehelswiper.el (swiper--helm): Require helm-match-plugin
2015-03-18 Oleh Krehelswiper.el (swiper-font-lock-ensure): Exclude a few...
2015-03-17 Oleh KrehelWork around magit highlighting problem
2015-03-17 Oleh Krehelswiper.el (swiper--opoint): Fix bad defvar
2015-03-17 Oleh Krehelswiper.el: Fix error for empty buffer
2015-03-17 killdash9Need to check value of variable
2015-03-16 Oleh Krehelswiper.el: Clean up overlays better on "C-g"
2015-03-16 Oleh KrehelOpen invisible overlays using isearch
2015-03-15 Oleh Krehelswiper.el: Make ivy the default back end
2015-03-15 Oleh KrehelDon't recenter unless necessary
2015-03-15 Oleh KrehelAdd anchoring
2015-03-14 Oleh Krehelswiper.el: Save position before last search
2015-03-14 Oleh KrehelReveal invisible overlays
2015-03-14 Steve PurcellInherit standard faces by default
2015-03-14 Oleh Krehelswiper.el: Restore original point on canceling
2015-03-14 Oleh KrehelAdd initial-input optional argument
2015-03-13 Oleh KrehelAccount for zero-length regex matches
2015-03-13 Oleh Krehelswiper.el: Use `with-selected-window' instead of `with...
2015-03-13 Oleh KrehelUpdate dependencies.
2015-03-13 Oleh KrehelAdd `ivy' back end
2015-03-11 killdash9familiar isearch key bindings while helm is active
2015-03-11 Oleh Krehelswiper.el (swiper--regex): Update signature
2015-03-11 Syohei YOSHIDAUse cl-lib macros instead of cl.el
2015-03-11 Syohei YOSHIDAadd autoload cookie for lazy loading
2015-03-11 Oleh KrehelAdd dependency on emacs 24.1
2015-03-10 Oleh KrehelAdd compatibility alias for `font-lock-ensure'
2015-03-10 Oleh Krehelswiper.el (swiper--regex): Zero groups without space
2015-03-10 Oleh KrehelUpdate call to `font-lock-ensure'
2015-03-09 Oleh KrehelInitial import