]> code.delx.au - gnu-emacs-elpa/history - ivy.el
doc/ivy.org: Add "Variable Index" node
[gnu-emacs-elpa] / ivy.el
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
2015-06-30 Oleh KrehelAdd a multi-action interface for counsel-locate
2015-06-30 Oleh KrehelFixup the last two commits
2015-06-30 Oleh KrehelAdd a custom keymap for ivy-switch-buffer
2015-06-30 Oleh Krehelivy.el (ivy-restrict-to-matches): Add and bind to ...
2015-06-29 Oleh KrehelMake counsel-el work with "C-M-n" and "C-M-p"
2015-06-26 Oleh KrehelFix the initial input bug introduced with "C-r"
2015-06-25 Oleh KrehelAllow to recursively match history with "C-r"
2015-06-23 Oleh KrehelFix last commit being incompatible with older Emacs
2015-06-23 Oleh KrehelRe-scale the text height to default in the minibuffer
2015-06-22 Oleh Krehelivy.el (ivy-initial-inputs-alist): Add some Org commands
2015-06-19 Kaushal ModiFix the case where file name can contain ~
2015-06-19 Greg LucasMatch drive letter at start of current directory
2015-06-19 Greg LucasAdd support for Windows drive letters
2015-06-19 Oleh KrehelImprove performance for "^" initial input
2015-06-19 Oleh Krehelivy.el (ivy-alt-done): Enable recursive minibuffers
2015-06-19 Oleh Krehelivy.el (ivy-alt-done): Find file if given a full tramp...
2015-06-19 Oleh KrehelDon't cut off "/ssh:foo" input
2015-06-19 Oleh KrehelMake counsel-M-x respect ivy-format-function
2015-06-19 Oleh KrehelFix non-file completions ability to enter tramp completion
2015-06-19 Oleh Krehel"M-i" should not switch directories
2015-06-19 Oleh KrehelAdd "^" as initial input to "C-h f" and "C-h v"
2015-06-19 Oleh Krehelivy.el (ivy-kill-line): Add and bind to "C-k"
2015-06-19 Oleh KrehelAdd a set of commands for resizing minibuffer height
2015-06-18 Oleh KrehelPut the file instead of partial input on history
2015-06-18 Oleh Krehel"M-n", "M-p", "M-i" should switch directories when...
2015-06-16 Oleh KrehelRequire TRAMP in time
2015-06-15 Oleh KrehelAllow to toggle matching mode with "C-o m"
2015-06-15 Oleh Krehelivy.el (ivy-sort-functions-alist): Work for commands...
2015-06-15 Oleh Krehelivy.el (ivy-initial-inputs-alist): Add man and woman
2015-06-15 Oleh KrehelFix the minibuffer being too small with enough candidates
2015-06-15 Oleh Krehelivy.el (ivy-insert-current): Add and bind to "M-i"
2015-06-15 Oleh KrehelFix yank/undo bug
2015-06-15 Oleh KrehelAllow to customize the initial input for all commands
2015-06-12 Oleh Krehelivy.el (ivy--regex-fuzzy): Improve for "^" and "$"
2015-06-12 Oleh Krehelivy.el (hydra-ivy/body): Autoload
2015-06-12 Oleh KrehelBind "C-o" to hydra-ivy/body
2015-06-12 Oleh Krehelivy-toggle-calling: Toggle calling "RET" action for...
2015-06-12 Oleh KrehelAllow "TAB" to complete when input starts with "^"
2015-06-10 Oleh KrehelFixup ivy-resume for file completion
next