]> code.delx.au - gnu-emacs-elpa/history - ivy.el
Fix Custom menus
[gnu-emacs-elpa] / ivy.el
2015-10-22 Stephen WhippleFix Custom menus
2015-10-20 Oleh KrehelBring back the lost perfect match logic
2015-10-20 Oleh Krehelivy.el (ivy-resume): Pass caller
2015-10-19 Oleh Krehelivy.el (ivy-partial): Fix for fuzzy completion
2015-10-18 Oleh Krehelivy.el (ivy-sort-functions-alist): Upgrade to defcustom
2015-10-17 Oleh Krehelivy.el (ivy-extra-directories): Improve :type
2015-10-16 Oleh KrehelDon't re-anchor to matching old candidate if flx is on
2015-10-14 Oleh KrehelTry to fix the previous commit
2015-10-14 Oleh KrehelFix "C-x h" selection and "C-b" bug
2015-10-10 Oleh Krehelivy.el (ivy-case-fold-search): New defvar
2015-10-10 Oleh Krehelivy-count-format must be an empty string instead of nil
2015-10-09 Oleh Krehelivy.el (ivy--recompute-index): Fixup
2015-10-09 Oleh KrehelDon't reset the match to first if the current one still...
2015-10-09 Oleh Krehelivy.el (ivy-virtual-abbreviate): New defcustom
2015-10-08 Oleh KrehelMove setq ivy--index to ivy--recompute-index
2015-10-08 Oleh Krehelivy.el (ivy-index-functions-alist): New variable
2015-10-08 Oleh Krehelivy.el (ivy-dispatching-call): Add and bind to "C-M-o"
2015-10-07 Oleh KrehelFix preselect for input "^"
2015-10-07 Oleh Krehelivy.el (ivy-last): Update docstring
2015-10-07 Oleh Krehelivy.el (ivy-use-virtual-buffers): Update docstring
2015-10-07 Oleh KrehelDefault ivy-display-style to 'fancy for Emacs>=24.5
2015-10-07 Oleh Krehelivy.el (ivy-count-format): Extend customize choices
2015-10-07 Oleh KrehelFix ivy-state-preselect for file name completion
2015-10-07 Oleh KrehelFix "M-o k" when switching buffers
2015-10-07 Oleh KrehelAdjust ivy-state-preselect for file name completion
2015-10-07 Oleh Krehelivy.el (ivy--filter): Fix typo
2015-10-06 Oleh Krehelivy.el (ivy--filter): Anchor only for swiper
2015-10-06 Oleh Krehelivy.el (ivy--insert-prompt): Use newlines instead of...
2015-10-06 Oleh KrehelSupport hash tables in ivy-read
2015-10-03 Oleh KrehelCustomize ivy-avy and fix compile warnings
2015-10-03 PythonNutImplement ivy-avy
2015-10-02 Oleh Krehelivy.el (ivy-resume): Don't regexp-quote preselect
2015-10-02 Oleh Krehelivy-hydra.el: Bind "t" to toggle-truncate-lines
2015-10-02 Oleh Krehelivy.el (ivy--reset-state): Less strict on :preselect
2015-09-30 Oleh Krehelivy.el (ivy-yank-word): Add only one space each time
2015-09-30 Oleh Krehelivy.el (ivy--regex-fuzzy): Add minibuffer highlighting
2015-09-30 Oleh KrehelAdd flx sorting
2015-09-30 Oleh Krehelivy.el (ivy-call): "C-M-n" should not leave the minibuffer
2015-09-30 Oleh Krehelivy.el (ivy--insert-prompt): Improve truncation
2015-09-26 Oleh Krehelivy.el (ivy--insert-prompt): Avoid negative length...
2015-09-26 Oleh KrehelTruncate minibuffer prompts longer than window-width
2015-09-26 Oleh KrehelMake ivy-display-style more compatible with 24.3
2015-09-26 Oleh Krehelivy.el (ivy--resize-minibuffer-to-fit): Make compatible...
2015-09-22 Julien WietrichFix minibuffer collapse in text mode emacs
2015-09-19 Julien WietrichRevert multiple frames workaround
2015-09-19 Julien WietrichFix minibuffer collapses to one line
2015-09-19 PythonNutAdd autoloads to some important functions
2015-09-18 Oleh Krehelivy.el (ivy-switch-buffer): Make "M-o r" rename buffer
2015-09-18 Oleh KrehelMake "<left>" and "<right>" behave as in fundamental...
2015-09-15 Oleh KrehelAdd work-around for minibuffer not re-sizing for many...
2015-09-12 Oleh Krehelivy.el (ivy-format-function-default): Fix boundp bug
2015-09-11 Oleh KrehelSet truncate-lines in the minibuffer
2015-09-10 Oleh Krehelivy.el (ivy--resize-minibuffer-to-fit): Make compatible...
2015-09-10 Oleh Krehelivy.el (ivy-format-function-default): Handle fringe...
2015-09-08 Oleh KrehelFix up the "foo ! bar" matching and highlighting
2015-09-08 Oleh KrehelMove swiper-minibuffer-faces to ivy.el
2015-09-07 Oleh KrehelMake the minibuffer faces look nicer
2015-09-04 Oleh Krehelivy.el (ivy--format-minibuffer-line): Fix nil regexp
2015-09-04 Oleh KrehelMake ivy-current blend correctly for fancy minibuffer
2015-09-04 Oleh Krehelivy.el (ivy--format-minibuffer-line): Use add-face...
2015-09-04 Oleh KrehelAdd extra faces for minibuffer highlighting
2015-09-03 Oleh Krehelivy.el (ivy-display-style): New defcustom
2015-08-18 Felix Langeivy: enlarge the minibuffer window if the candiate...
2015-08-18 Oleh KrehelSet line-spacing to 0 in the minibuffer
2015-08-14 Oleh Krehelivy.el (ivy-kill-ring-save): Add and bind to "M-w"
2015-08-12 Oleh Krehelivy.el (ivy-completing-read): Fix up last commit
2015-08-12 Oleh KrehelWhen initial input contains a plus, escape it
2015-08-07 Oleh KrehelFix :dynamic-collection not being sorted
2015-08-05 Oleh KrehelFix up ivy-recentf and ivy-switch-buffer window-wise
2015-08-03 Oleh KrehelPreselect perfect matches with a leading ^
2015-08-01 Chunyang XuAllow ivy-count-format to be set as nil
2015-07-30 Oleh KrehelAdd with-ivy-window macro
2015-07-30 Oleh KrehelBind "C-M-j" to ivy-immediate-done
2015-07-27 Oleh KrehelUpdate :dynamic-collection to be a boolean
2015-07-27 Oleh Krehelivy.el (ivy--exhibit): Check if in post-command-hook
2015-07-27 Oleh KrehelSimplify counsel-git-grep logic
2015-07-27 Oleh KrehelFix "DEL" generating a "Quit" sometimes for counsel...
2015-07-26 Oleh KrehelAllow "M-o j" to switch to virtual buffers in other...
2015-07-24 Oleh Krehelivy.el (ivy-call): Remove with-selected-window
2015-07-23 Oleh Krehelivy.el (ivy-dispatching-done): Add a trailing newline
2015-07-23 Oleh Krehelivy.el (ivy-dispatching-done): Display the candidate
2015-07-23 Oleh KrehelAllow "C-g" to interrupt ivy-dispatching-done
2015-07-23 Oleh Krehelivy.el (ivy--preselect-index): Add matcher to arglist
2015-07-23 Oleh Krehelivy.el (ivy-dispatching-done): New command on "M-o"
2015-07-22 Oleh Krehelivy.el (ivy-call): Add selected-window work-around...
2015-07-13 Oleh Krehelivy.el (ivy-call): Bind to "C-M-m" or "M-RET"
2015-07-13 Oleh Krehelivy.el (ivy-count-format): Improve docstring
2015-07-12 Erik HetznerAllow % in prompt string
2015-07-09 Oleh Krehelivy.el (ivy-read): Improve ivy-set-actions interaction
2015-07-09 Oleh KrehelAdd counsel-rhythmbox
2015-07-07 Oleh Krehelivy.el (ivy--regex): Improve for trailing backslash
2015-07-06 Oleh KrehelAdd a new interface to customize additional exit points
2015-07-02 Oleh KrehelUpdate index formatting logic
2015-07-01 Oleh KrehelAllow to see the candidate index via ivy-count-format
2015-07-01 Oleh Krehelivy.el (ivy--reset-state): Fixup
2015-07-01 Oleh Krehelivy.el (ivy-read): Don't put empty string on history
2015-07-01 Oleh KrehelBind case-fold-search to t when the input is all lower...
2015-07-01 Oleh Krehelivy.el (ivy--reset-state): Fixup
2015-07-01 Oleh KrehelMake ffap work again
2015-06-30 Oleh Krehelivy.el (ivy-switch-buffer): Add a multi-action interface
next