emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/swiper updated (4b19cad -> be2b0a0)


From: Stefan Monnier
Subject: [elpa] externals/swiper updated (4b19cad -> be2b0a0)
Date: Wed, 2 Dec 2020 13:26:09 -0500 (EST)

monnier pushed a change to branch externals/swiper.

      from  4b19cad   Split package ivy into ivy, swiper, counsel
      adds  6951eba   Make ivy--regex-plus recognize ! at the beginning of the 
str
      adds  a4317f9   ivy.el (ivy--get-window): Return a valid window
      adds  83f89d8   Improve swiper for multiple occurrences on one line
      adds  2c50031   Fix ivy-reverse-i-search broken by recursive update
      adds  db283d3   Fix recursive minibuffer exit with "C-g"
      adds  8306be1   Fix compilation warnings
      adds  adfad96   support imenu
      adds  6bf72fd   counsel.el (counsel-imenu): Work when given positions are 
overlays
      adds  63be079   ivy.el (ivy-re-builders-alist): Allow this-command to be 
a key
      adds  d74fab4   counsel.el (counsel-M-x): Let-bind this-command
      adds  d09a16b   swiper.el (swiper-font-lock-ensure): Add 
bongo-playlist-mode
      adds  cabab4b   swiper.el (swiper-font-lock-ensure): Add 
bongo-library-mode
      adds  09848ca   Add cousel-ag-base-command var
      adds  fd27465   counsel.el (counsel-git): Fix window selection
      adds  db3e7ff   Ensure the return result of `ivy-read'
      adds  b3cd0d5   ivy.el (ivy-mode): Set completing-read-function
      adds  569c11e   ivy.el (ivy-completion-in-region): Use compact 
ivy-count-format
      adds  a1e0063   ivy.el (ivy--reset-state): Don't null initial-input
      adds  df1dc78   counsel.el (counsel-find-file): Add initial-input
      adds  6051225   Call ivy-set-actions with t to affect all commands
      adds  a0f1e25   ivy.el (ivy-completion-in-region): Fix log 0 issue
      adds  e070f4c   ivy.el (ivy-add-face-text-property): New defun
      adds  12523d0   Use flx for highlighting fuzzy matches
      adds  89ed4d6   Improve flx highlighting
      adds  09cb5c9   ivy: fix ivy--resize-minibuffer-to-fit for small delta
      adds  93d1adc   Properly support matching ignoring order
      adds  2ea56ec   ivy.el (ivy-occur): Fix when ivy--old-re isn't a string
      adds  426cfcb   ivy.el (ivy-completion-in-region): Fix a few bugs
      adds  1cd501a   ivy.el (ivy-completion-in-region): Optimize for 1 cand
      adds  0c844c1   ivy.el (ivy-completion-in-region): Fix for 1 cand
      adds  1365b2b   Change tramp prompt from "Find File: " to "user@host: "
      adds  b5dc239   counsel.el (counsel--async-sentinel): Fix issue with 
ivy--regex-ignore-order
      adds  fdb21f6   counsel.el (counsel--async-sentinel): Re-display when no 
cands
      adds  66e00ed   counsel: Add counsel-up-directory to find-file-map
      adds  89ed19e   ivy.el (ivy--regex-plus): Prettify a bit
      adds  d1216eb   Add the '!' behavior into `ivy--regex-ignore-order'
      adds  f7c7114   ivy-test.el (ivy--regex-ignore-order): New test
      adds  d996215   Add counsel-descbinds
      adds  e23c175   Insert intermediate candidates during async completions
      adds  2135752   counsel.el (counsel--async-filter): Fix up
      adds  a526e86   Refactor swiper-font-lock-ensure
      adds  9a6b5fd   Add rcirc-mode to swiper-font-lock-ensure-exclude
      adds  bc4d4a8   swiper.el (swiper-font-lock-exclude): Add sauron-mode
      adds  59c5f16   Special case empty ivy-count-format completion.
      adds  c76c005   Add feedback for sole ivy completion.
      adds  0a9780b   ivy.el (ivy--recompute-index): Update cl-position logic
      adds  0d410d3   ivy.el (ivy-flx-limit): Configure when flx is used
      adds  763d42b   Initialize `ivy-last` to empty state.
      adds  bcb81dd   Fix swiper "backward" search
      adds  c210bf6   counsel.el (counsel-tmm): Fix tmm free variable
      adds  407ce2c   counsel.el (counsel-list-processes): New command
      adds  e3e1f51   ivy.el (ivy-ffap-url-functions): Customize "C-x C-f M-n"
      adds  c8013c7   counsel.el (ivy-ffap-url-functions): Add Emacs git repo
      adds  eab714f   counsel.el (counsel-at-git-issue-p): New defun
      adds  0efbf6e   Simplify the signature for :dynamic-collection functions
      adds  b39f409   counsel.el (counsel-unicode-char): Display hex codes in 
left column
      adds  4696b89   ivy.el (ivy-switch-buffer-other-window): New command
      adds  5f4bc14   counsel.el (counsel-rhythmbox-current-song): Preselect 
the current song
      adds  8c2f213   counsel.el (counsel-yank-pop): Truncate during display
      adds  c0c0f63   ivy.el (ivy-read): Fix extra actions for completing-read
      adds  d8f04f0   Add melpa version badge
      adds  9ef344d   use imenu API to jump to position. required by org-mode
      adds  2877ae1   ivy.el (ivy-ignore-buffers): New defcustom
      adds  1737ced   ivy.el (ivy-inhibit-action): New variable
      adds  53ca6ed   ivy.el (ivy-do-completion-in-region): New defcustom
      adds  f31ab12   swiper.el (swiper--ivy): Return point
      adds  cf2c7bc   Modify "M-n" prediction when region is active
      adds  6817381   Allow to compose static collections with 
`counsel--async-command'
      adds  142306e   counsel.el (counsel-git-stash): New command
      adds  05a7b61   ivy.el (ivy--reset-state): Support a list of symbols as 
collection
      adds  480cc85   README.md: Update
      adds  c27cde2   ivy.el (ivy--reset-state): Don't deactivate region
      adds  00f08f7   Improve Ivy documentation UI
      adds  e1c156b   ivy.el (ivy--resize-minibuffer-to-fit): Check 
frame-root-window-p
      adds  ec7da3f   ivy.el (ivy-help-file): Improve location
      adds  1485e58   Add ignore pattern toggling
      adds  0afb000   Fix default-directory for ivy-occur + counsel-git-grep
      adds  5eaf787   doc/ivy.org: Improve the Texinfo/HTML export structure
      adds  220fd38   doc/ivy.org: Improve the markup
      adds  65ec32c   README.md: mention the manual more prominently
      adds  d71b5c5   swiper.el (swiper--action): Update regexp-search-ring
      adds  80825a6   ivy.el: Fixup face docs
      adds  0bad922   Provide the :caller in most calls to ivy-read
      adds  7dc86b3   Add a lot of sections to the documentation
      adds  ab3ad4e   doc/ivy.org: Add more CUSTOM_ID
      adds  90a09fa   doc/ivy.org: CUSTOM_ID should not end in "?"
      adds  c90784d   doc/ivy.org: Update
      adds  ded0923   Customize ivy-occur per command with ivy-set-occur
      adds  ebd3e29   swiper.el (swiper--update-input-ivy): Fix a bug
      adds  022e658   When in prog-mode, "M-n" should wrap input with "\b"
      adds  c2b330b   doc/ivy.org: Add @vindex and @kindex automatically
      adds  4235ffc   colir.el (colir-blend-face-background): Improve
      adds  d544427   swiper.el (swiper--re-builder): Replace \t with 4 spaces
      adds  7b08db8   ivy.el (ivy-next-history-element): Use "\\_<" instead of 
"\\b"
      adds  1f3ea7d   ivy.el (ivy-next-history-element): Handle "M-n M-n" better
      adds  147ae80   Fix an extra action being called for `completing-read'
      adds  299bc13   Fix initial-input not set to nil for 
'read-file-name-internal
      adds  212a4b8   Update the documentation and the manual
      adds  5299c0a   doc/ivy.texi: Re-export from previous commit
      adds  96828c2   ivy.el (ivy-read): Identify extra-actions by caller as 
well
      adds  00b009e   ivy.el (ivy-next-line-or-history): Update
      adds  7869996   swiper.el: Remove obsolete faces
      adds  9db8308   counsel.el: Organize the file with outlines
      adds  e94f13e   counsel.el (counsel-imenu): Add :preselect
      adds  9aee83a   ivy.el (ivy-completion-in-region): Bind 
completion-ignore-case
      adds  b4b8d3e   counsel.el: Organize the file with outlines
      adds  4c99ec6   counsel.el: Shuffle functions
      adds  b400fcc   counsel.el: Shuffle functions and rename headings
      adds  3799d3d   counsel.el: Shuffle functions and rename headings
      adds  d4fc54b   ivy-test.el (counsel-unquote-regex-parens): Add test
      adds  a50f668   counsel.el (counsel-locate-options): Make obsolete
      adds  e9e8ec0   counsel.el: Shuffle functions
      adds  41b8b0d   ivy.el (ivy-occur): Add a warning
      adds  ddc1d9f   Move all faces to ivy-faces group
      adds  4af5c2e   Add `counsel-locate-cmd-mdfind`
      adds  e85ad2c   counsel.el (counsel-find-file-ignore-regexp): Fixup :type
      adds  e8f2064   Rename counsel-symbol-at-point to ivy-thing-at-point
      adds  57b6651   ivy.el: Fix defcustom :type for several variables
      adds  7ed5b06   ivy.el (ivy--preselect-index): Don't use regexp-quote
      adds  37d52cc   swiper.el (swiper--update-input-ivy): Replace "\t"
      adds  9ffa9c7   ivy.el (ivy--regex): Don't consider \\(?...\) a group
      adds  7dd85f5   counsel.el (counsel--async-sentinel): Recognize error 
codes other than 1
      adds  dcf4957   counsel.el (counsel--async-command): Add sentinel and 
filter args
      adds  f3b2640   swiper.el (swiper--ivy): Update signature
      adds  e12ff84   counsel.el (counsel-list-processes-action-switch): Improve
      adds  1c04fb8   Add ivy-fixed-height-minibuffer
      adds  b8e373a   swiper.el (swiper-font-lock-ensure): Don't fail when 
font-lock is off
      adds  6fbab50   swiper.el (swiper-all): Now auto-updates position
      adds  48b5638   ivy.el (ivy-next-history-element): Don't add symbol 
bounds for file names
      adds  7a0b243   Give ivy-read-read-action enough minibuffer space
      adds  26c8246   counsel.el (counsel-recoll): add unwind
      adds  87da3a2   counsel.el (counsel-async-split-string-re): New defvar
      adds  b3ca886   counsel.el (counsel--generic): Improve
      adds  d40bdab   doc/ivy.org: Fix typo
      adds  ea79f0e   New API function ivy-set-display-transformer
      adds  f647bca   Simplify the ivy-format-function interface
      adds  08d5578   counsel.el (counsel-git-log): New command
      adds  587526e   counsel.el (counsel-git-grep-transformer): New defun
      adds  0744f57   counsel.el (counsel-git-grep-occur): Fix greedy-nongreedy 
bug
      adds  94a7b0f   * ivy.el (ivy-format-function-line): Remove `extra' 
parameter.
      adds  708ca11   ivy.el: Fix a few face declarations
      adds  0fd6a75   Move switch-to-buffer to :display-transformer-fn
      adds  bf7d95f   Move read-file-name to :display-transformer-fn
      adds  71bb1c0   ivy.el (ivy-alt-done): Simplify
      adds  1c68495   ivy.el (ivy-expand-file-if-directory): New defun
      adds  d085765   ivy.el (ivy-switch-buffer): Don't fall back to 
switch-to-buffer
      adds  88169a3   "C-x C-f" can un-ignore dotfiles with a leading dot input
      adds  2a1ef54   ivy-dispatching-done should not permanently modify 
default action index
      adds  8f527d7   ivy.el (ivy-next-history-element): No "\\_<" for 
dynamic-collection
      adds  1c45b29   ivy-occur-mode: new commands on "j", "k", "c"
      adds  d6b18f0   ivy.el (ivy-occur-press): Pulse no longer
      adds  b7c40d3   ivy.el (ivy-resume): Add a guard against null :action
      adds  2905d17   doc/ivy.org: fix typos
      adds  181cd43   Add counsel-mode
      adds  668aaf3   counsel.el: add outline for `counsel-mode'
      adds  9aa1f5c   counsel.el (counsel-mode-map): Add counsel-M-x
      adds  f5a21db   ivy.el: define setq-local and defvar-local unless defined
      adds  e5b7218   Fix swiper not revealing org overlay when at heading body 
end
      adds  20f11b7   New command ivy-occur-revert-buffer bound to "g"
      adds  1de78f3   Improve window handling for ivy-occur
      adds  ee27e27   ivy.el (ivy-occur-revert-buffer): Move code to 
swiper-occur
      adds  63a77ba   swiper.el (swiper-occur): Fix for non-file buffers
      adds  be06ae0   swiper.el: Add docstring
      adds  f1c7233   swiper.el (swiper-occur): Bind ivy--regex-function
      adds  79f9cda   counsel-ag: Fix escaping problem
      adds  5c2c1df   counsel.el (counsel-git-grep-map): Bind "C-c C-m" to 
counsel-git-grep-switch-cmd
      adds  591c8fe   ivy.el (ivy-expand-file-if-directory): Fix "/ssh:" 
regression
      adds  871f78c   Add optional exit-code table to counsel--async-cmd
      adds  50f3092   counsel.el (counsel--async-sentinel): Start refactor
      adds  725e19a   counsel.el (counsel-ag-occur): Add
      adds  67224c0   counsel.el (counsel-prompt-function): New defcustom
      adds  5f0d175   counsel.el (counsel-prompt-function-dir): Make portable
      adds  5229ebe   counsel.el (counsel-prompt-function-dir): Fix format
      adds  6026caf   counsel.el (counsel-locate-cmd-es): Add
      adds  ac4bedf   counsel.el (counsel-find-file): Bind "M-o f" to 
find-file-other-window
      adds  92b802f   counsel.el (counsel-ag): Add dir prompt for "C-u"
      adds  255457a   Fixed counsel-list-processes-action-switch to use correct 
buffer.
      adds  d425392   Correctly expand the file name at point
      adds  e224847   ivy.el (ivy--reset-state): Fix prompt / require-match 
issue
      adds  07624b3   Fix compilation warnings
      adds  4c81973   counsel.el (counsel-locate-cmd-es): Fix regex
      adds  e8f516e   counsel.el (counsel-ag): Add transformer
      adds  0c5f68c   counsel.el (counsel-pt): Add
      adds  692002d   counsel.el (counsel-pt): Remove unused args
      adds  5765208   counsel.el (counsel-pt-base-command): Add regex flag
      adds  7cf13a7   counsel.el (counsel-linux-app): New command
      adds  6a00275   ivy.el (ivy-switch-buffer-occur): Add
      adds  d8da9c4   counsel.el (counsel-mode): Allow use of 
describe-prefix-bindings
      adds  c68d2cc   ivy.el (ivy-thing-at-point): Try ffap-file-at-point
      adds  71644d9   ivy.el (ivy-read): Remove code that sets action index to 1
      adds  e6f92fd   ivy.el (ivy-occur-press): Add counsel-describe-function
      adds  a6cd189   counsel.el (counsel-linux-apps-list): Skip spaces around =
      adds  7f6d39f   counsel.el (counsel-linux-app-action-file): New action on 
"M-o f"
      adds  41dfae6   ivy.el (ivy--format-function-generic): Fix doc
      adds  e92d282   Make ivy-ignore-buffers similar to ido-ignore-buffers.
      adds  6823518   swiper.el (swiper--candidates): Always remove '(field)
      adds  2ab9c54   ivy.el (ivy--switch-buffer-matcher): Fix
      adds  f0de338   ivy.el (ivy--directory-done): Fix when ivy-text is a dir
      adds  d899181   README.md: Add a section on Contributing
      adds  8dfff3e   ivy.el (ivy-next-history-element): Improve
      adds  6a5a688   counsel.el: Improve counsel-grep
      adds  8d04638   counsel.el: Fix breakage due to helm-rhythmbox
      adds  d7561d2   counsel.el: Reduce counsel-grep char req to 2
      adds  ccbf9ef   Improve counsel-async initial anchoring
      adds  dabd1f8   ivy.el (ivy-avy): Make "C-g" cancel gracefully
      adds  6a8da39   counsel.el (counsel-grep-action): Reveal outlines
      adds  189c093   counsel.el (counsel-ace-link): New command
      adds  4998ba8   ivy.el (ivy-completing-read): Use the "t" key of 
ivy-sort-functions-alist
      adds  b2d2b82   counsel.el (counsel-grep-action): Improve cleanup
      adds  6fc36b5   option to add newline after ivy-read prompt
      adds  67ac850   counsel.el (counsel-M-x): Add help action
      adds  cf78d42   counsel.el (counsel-find-file): Add :caller
      adds  6ae91f7   Make ivy-set-sources work also for sync completion
      adds  abf880f   ivy.el (ivy-read): Make "M-o" not modify the action
      adds  4ebf0b4   ivy.el: Add `counsel-find-file' transformer.
      adds  3177419   ivy.el (ivy-sort-functions-alist): Update :type
      adds  c24b6de   swiper.el (swiper-query-replace): Improve "M-n"
      adds  1b4e819   ivy.el (ivy-next-history-element): Simplify
      adds  44856a3   ivy.el (ivy-read): Revert abf880f
      adds  6777cf8   counsel.el (counsel-unquote-regex-parens): Improve
      adds  8de2930   ivy.el: Improve "M-n"
      adds  2bd092d   ivy.el (ivy--minibuffer-setup): Ensure 
inhibit-field-text-motion is nil
      adds  5ce2623   counsel.el (counsel-git): Add "j" action
      adds  8201f36   ivy.el (ivy-occur-revert-buffer): Improve for 
counsel-git-grep
      adds  6757030   counsel-grep now works with ivy-occur-revert-buffer
      adds  3f4f080   counsel-ag now works with ivy-occur-revert-buffer
      adds  46a00dc   Modified ivy to pass predicate when selecting buffers
      adds  b39e449   counsel.el (counsel-ag-map): Add
      adds  341b5a2   counsel-grep should pick candidates closest to point
      adds  c9b6e02   Make sure user keybindings are respected
      adds  0b51e8e   ivy.el (ivy-minibuffer-map): Fix "DEL"
      adds  a9205fa   counsel.el (counsel-expression-history): New command
      adds  8c4f595   Fix remapping commit c9b6e0
      adds  de0e541   Speed up counsel-grep by up to 40 times
      adds  9899547   ivy.el (ivy-action): New face
      adds  e7f41bb   swiper.el (swiper-mc): Remove interactive
      adds  3dcb07d   Allow to customize the action hint formatter
      adds  31a2f86   counsel.el (counsel-expression-history): 
enable-recursive-minibuffers
      adds  327b85a   counsel.el (counsel-expression-history): Add docstring
      adds  ca2b47f   Add timing information to async commands
      adds  615dd90   counsel.el (counsel-grep-action): Work better from 
ivy-occur
      adds  119a151   Make "j"/"k" feedback more solid in ivy-occur buffers
      adds  4ac3736   New feature: virtual views in ivy-switch-buffer
      adds  6254e88   Allow a sexp node in ivy-views
      adds  b48a09d   Use Ivy to browse eshell and shell history entries
      adds  41e2e41   Clean-up previous change
      adds  65cf724   Make ivy--regex work with "[^ ]"
      adds  a25e174   ivy.el (ivy--format-minibuffer-line): Add ignore-errors
      adds  c4b9e25   Add much faster scrolling to counsel-grep
      adds  63b96a1   Fix counsel-grep-last-line bug
      adds  265bf49   counsel.el: Fix compile warning
      adds  2a13932   counsel.el (counsel-grep-or-swiper): New command
      adds  f72cea2   swiper.el (swiper-mc): Restore interactive
      adds  ebd3fb9   Fix read-file-name with specified dir
      adds  b5a9dc5   ivy.el (ivy--reset-state): file-directory-p needs a string
      adds  2ac1d2d   ivy.el (ivy-occur-press): Set counsel-grep-last-line to 
nil
      adds  25e1444   ivy.el (ivy-use-ignore-default): New defcustom
      adds  d45ee54   Make the slash more magic during file name completion
      adds  6fae6e0   counsel.el (counsel-grep-or-swiper): Use swiper when 
narrowed
      adds  2fb8d86   ivy.el (ivy-done): Allow ivy-dispatching-done to exit 
with no cands
      adds  d2a89ea   doc/ivy.org: Add a note on :predicate
      adds  5f58f9c   counsel.el (counsel--async-sentinel): Add safeguard to 
time-since
      adds  1d3f080   ivy.el (ivy--magic-file-slash): Allow "non-existing-dir//"
      adds  a891df3   swiper.el (swiper--multi-candidates): Add check
      adds  ab795d0   Don't highlight that match in the file name part
      adds  1088078   When selecting a non-existing key in an alist, return 
that key
      adds  63688c6   Add a couple tests for ivy-read with alists
      adds  b3f4db7   ivy.el (ivy--format-minibuffer-line): Update
      adds  bab5aab   doc/Changelog.org: Prepare for the 0.8.0 release
      adds  db00518   Bump version to 0.8.0
      adds  4a24514   doc/Changelog.org: Improve for export to HTML
      adds  f90ae3f   doc/ivy.org: Bump version
      adds  9c01abf   doc/Changelog.org: Add hlines
      adds  fabcdc0   doc/Changelog.org: Add custom ids and whitespace in the 
end
      adds  85dc501   doc/Changelog.org: Add CUSTOM_ID to releases 0.6.0 and 
0.7.0
      adds  c24a372   doc/Changelog.org: Fix some CUSTOM_ID
      adds  b7b4758   ivy.el: Autoload ivy-read
      adds  eba0d9e   swiper.el (swiper--ivy): Remove interactive
      adds  79ffa67   ivy.el (ivy--filter): Recompute index after sort
      adds  c875668   counsel.el (counsel-mode-map): Add 
counsel-info-lookup-symbol
      adds  fd4fd36   ivy-hydra.el: Fix hydra self-install
      adds  ff415c0   fixed typos
      adds  778c615   ivy.el (ivy-add-actions): New function
      adds  6c669ff   File sorting function using a priority order for 
extensions
      adds  23d7c74   Fix previous commit
      adds  ed61b04   Fix problems introduced by "(ivy--filter): Recompute 
index after sort"
      adds  899c2aa   doc/ivy.org: Mention "/sudo:"
      adds  37a9629   ivy.el (ivy--reset-state): Fix ivy-resume for files
      adds  f3690b6   Make "M-o j" consistent for ivy-switch-buffer and 
counsel-find-file
      adds  c2646d4   counsel.el (counsel-load-theme-action): Update
      adds  9407b21   swiper.el (swiper-action-recenter): New defcustom
      adds  c20867b   ivy-hydra.el: Add package tags
      adds  d3c8028   ivy.el (ivy--sorted-files): Add a safety work-around
      adds  aadc062   ivy-test.el: Add a provide statement
      adds  ddb4681   counsel.el (counsel-git-grep-cmd-default): New defvar
      adds  4a2f0d4   Remove needless code
      adds  3d48093   counsel.el (counsel--gg-sentinel): Add a work around
      adds  8c7a7fc   When reading file names, check preselect and 
initial-input compat
      adds  5820db3   ivy.el (ivy--reset-state): Fix last commit
      adds  12145d7   ivy.el (ivy-completion-in-region-action): Remove string 
props
      adds  c4775b6   ivy.el (ivy-action-wrap): New defcustom
      adds  5d0fec1   ivy.el: Fix some checkdoc warnings
      adds  bc9e17a   ivy.el (ivy--reset-state): Prevent (expand-file-name nil)
      adds  ac1dc5b   counsel.el (counsel-company): New command
      adds  5826c869  ivy.el (ivy--reset-state): Add workaround for 
dired-do-copy
      adds  2e1cebc   counsel.el (counsel-bookmark): Add
      adds  12e35d0   counsel.el (counsel-bookmark): Add with-ivy-window
      adds  cba67e4   counsel.el (counsel-bookmark): Add require
      adds  f57e2fb   ivy.el (ivy-immediate-done): Update docstring
      adds  cf38ceb   swiper.el (swiper-font-lock-exclude): Add forth-mode
      adds  4f57a3a   Add forth-block-mode
      adds  de91a77   swiper.el (swiper-occur): Add require
      adds  db94a12   ivy.el (ivy-completion-in-region): Fix double insert bug
      adds  a566403   ivy.el (ivy-read): Document all args
      adds  3e1a940   counsel.el: Fix byte compile warnings
      adds  c30a6e2   ivy.el (ivy-minibuffer-map): Undo remap
      adds  c960de5   counsel.el (counsel-grep-or-swiper): Don't grep on 
compressed files
      adds  beee0b7   counsel.el (counsel-git): Add better error message
      adds  be24b57   Revert "ivy.el (ivy-completion-in-region): Fix double 
insert bug"
      adds  7280e19   ivy.el (ivy-completion-common-length): Fix double insert 
bug
      adds  792b7b7   counsel.el (counsel-set-variable): New command
      adds  77fb030   ivy.el (ivy-completion-in-region): Fix common length 
longer than str
      adds  65948fc   colir.el (colir-parse-color): Fix color parsing in 
terminal
      adds  baf89c0   ivy-test.el (colir-color-parse): Add test
      adds  ab55e03   counsel.el (counsel-set-variable): Add :preselect
      adds  f4ec789   counsel.el (counsel-set-variable): Fix 2nd preselect
      adds  b3cca57   Make ivy prompt face overriding modular
      adds  0091c8a   ivy.el (ivy-set-prompt-text-properties-function): New 
devar
      adds  2776358   Show current value of the variable in the prompt
      adds  dc4a858   counsel.el (counsel-hydra-heads): New command
      adds  e987cef   counsel.el (counsel-read-setq-expression): Fix Eldoc nag
      adds  cd8a570   Escape `%` chars if present in the symbol value
      adds  97cf30d   Add multiple-cursors support to 
ivy-completion-in-region-action
      adds  473c595   Facilitate the sorting of cons cell input to ivy-read
      adds  288723e   counsel.el (counsel-set-variable): Allow new symbols
      adds  fe32959   ivy.el (ivy--actionp): Fix lambda being considered a list 
of actions
      adds  e54aa18   Add prefix arg for action functions
      adds  6067454   Improve readability of imenu candidates
      adds  3ce73ce   counsel.el (counsel-company): Enable company-mode
      adds  74358c2   Purge all dependency on helm-rhythmbox
      adds  a300514   counsel.el (hydra-keyboard-quit): Declare function
      adds  e89f250   Add option for swiper line number to be searchable
      adds  d83567e   counsel.el (counsel-locate-options): Remove obsolete var
      adds  9bd79da   ivy.el (ivy-set-prompt): New API
      adds  23bd7a4   counsel.el (counsel-git): Add :caller
      adds  56aa605   ivy.el (ivy-add-prompt-count): Refactor from 
ivy--reset-state
      adds  d6cf677   ivy.el (ivy-prompt): Add warning
      adds  06d5cf5   counsel.el (counsel-rhythmbox): Require dbus
      adds  25ac29f   ivy.el (ivy-completion-in-region): Avoid error for 0 
candidates
      adds  c009b28   ivy.el: Breaking change for alist type collection actions
      adds  469a4ab   Add ivy-push-view and ivy-pop-view
      adds  72dcca5   ivy.el (ivy-push-view): Work properly for dired-mode
      adds  3d7e1ef   ivy.el (ivy--switch-buffer-action): Improve
      adds  fe93cc6   counsel.el (counsel-M-x): Fix interaction with repeat
      adds  2ee5618   ivy.el: Add face customizations to ivy-switch-buffer
      adds  1da8b6c   Fix foo!bar syntax for swiper
      adds  e53f256   ivy.el (ivy-minibuffer-map): Move ivy-toggle-regexp-quote 
from "M-q" to "M-r"
      adds  aaad354   counsel.el (counsel-find-file): Switch directory with 
"M-o b"
      adds  8df5a67   counsel.el (counsel-semantic): New command
      adds  4dbd8c3   counsel.el (counsel-semantic): Fix let paren
      adds  e38b23c   Make counsel-ag extensible
      adds  a627164   Mention that ivy-format-function is the variable described
      adds  9118fa1   Separate readme into distinct ivy/counsel/swiper sections
      adds  07813be   Spelling fixes
      adds  57c0f5e   ivy.el (ivy-set-view-recur): Account for mulitple same 
kind splits
      adds  94e22bf   counsel.el (counsel-describe-face): New command
      adds  af5d2c1   Don't crash if default-directory is nil.
      adds  874632e   Name bookmarked directories using the bookmark name
      adds  2e3cd39   Support custom command for counsel-git
      adds  7e188d5   counsel.el (counsel-git-grep): Customize re-builder
      adds  22623aa   swiper.el (swiper-avy): Require avy
      adds  055e7b8   counsel.el (counsel-git-grep-cmd-history): Update default
      adds  0d77775   README.md: Add a FAQ section
      adds  2be454c   Remove ivy-height from the example configuration.
      adds  17b59b2   Documenting how to generate texinfo
      adds  0028c8c   counsel.el (counsel-outline): New command
      adds  64b385d   Don't quit counsel-linux-app on bad data
      adds  af5f097   counsel.el (counsel-locate-action-extern): Make 
interactive
      adds  c84b681   ivy.el (ivy-switch-buffer): Reset index to 0 on input
      adds  1d8b4f8   ivy.el (ivy-sort-matches-functions-alist): New sorting 
for ivy-switch-buffer
      adds  81e14ce   counsel.el (counsel-semantic): Fix warnings
      adds  9e6bf2d   Makefile (plain): Fix target
      adds  9e87993   ivy.el (ivy-state): directory field stores 
default-directory
      adds  027fbac   swiper.el (swiper-multi-action-2): Fix swiper-all
      adds  0f4acb3   Make swiper-all async
      adds  3e651a3   Make swiper-all use point positions instead of line 
positions
      adds  ae3ca26   counsel.el (counsel-locate-action-extern): Add w32 support
      adds  1fa9a28   Ensure regex is a sting
      adds  b3ca5e3   Add counsel commands for jumping to files
      adds  c43de47   counsel.el (counsel-dired-jump): Fix up
      adds  46a5346   counsel.el (counsel-file-jump): Skip ".git/"
      adds  5fe3cef   counsel.el (counsel-file-jump): Allow spaces in path
      adds  0572f16   swiper now respects ivy-re-builders-alist
      adds  f27a1f0   swiper.el (swiper-all-function): Add a ">0 cands -> 0 
cands" fix
      adds  61c2b12   counsel-git-grep now supports custom per-project commands
      adds  3c20b2c   counsel.el (counsel-git-grep): Fix prompt
      adds  70a5360   counsel.el (counsel-git-grep-proj-function): Use greedy 
regex
      adds  ef3f010   ivy.el (ivy--insert-prompt): Improve the extra "\n" logic
      adds  83f7ae6   counsel.el (counsel-yank-pop): Fix candidates not showing 
sometimes
      adds  5a4ede4   Fix swiper-all for ivy--regex-ignore-order
      adds  1220781   counsel.el (counsel-find-file): Speed up opening remotes
      adds  230ae1a   Implement unique index for alist completion
      adds  fe92b1b   ivy.el: Fix the "C-m" not working for last commit
      adds  63dd0d3   counsel.el (counsel-git-grep-proj-function): Use greedy 
regex
      adds  413bf7f   ivy.el: Prevent region expanding to prompt
      adds  8f282a5   counsel.el (counsel-git-grep-action): Reveal text in 
outlines
      adds  5787780   Makefile (plain): Print version
      adds  a2ed614   ivy.el (ivy-occur-mode-map): Make "RET" switch window
      adds  61cdcd5   ivy.el (ivy-occur-press-and-switch): Use ivy-occur-last
      adds  b49ed2f   ivy.el (ivy--reset-state): Add stringp preselect guard
      adds  bc96feb   ivy.el (ivy--recompute-index): Update condition
      adds  80db2cc   ivy-test.el (ivy-read-preselect): New test
      adds  d7a1fda   swiper.el (swiper-all): "M-q" calls query-replace
      adds  2f5bfc0   counsel.el (counsel-dpkg): New command
      adds  e9db958   Rename ivy-recentf -> counsel-recentf
      adds  69dfed9   counsel.el (counsel-dpkg): Remove typo
      adds  45e29af   counsel.el: Fix compile warning
      adds  242ae95   ivy.el (ivy--reset-state): Fix read-only collection member
      adds  72784c1   counsel.el (counsel-imenu): Force rescan if requested
      adds  434ccce   swiper.el (swiper-font-lock-exclude): Add 
bookmark-bmenu-mode
      adds  04c2160   Replace references to evil-jumper with evil-jumps
      adds  55a90c9   Make with-ivy-window not necessary in action
      adds  4e6921f   ivy.el: Apply alist change to ivy-occur
      adds  c2974a5   Depend on Emacs 24.3, since user-error is used
      adds  36b00cb   Use EVM in travis to test across multiple Emacs versions
      adds  1c09e99   ivy.el (ivy-call): Use select-window, not with-ivy-window
      adds  4c3ecb4   Restore window position after using swiper.
      adds  9d693ec   Use a lighter color for ivy-remote in dark themes
      adds  fc5c8fc   Fix ivy-occur-press for swiper
      adds  94f3368   Extract ivy--flx-propertize from ivy--flx-sort
      adds  a99c125   counsel.el (counsel-grep): Specify :re-builder
      adds  e98883f   Improve fuzzy swiper highlight
      adds  b73264e   counsel.el (counsel-git-log-cmd): New defvar
      adds  f6bd64b   ivy.el (ivy--flx-featurep): New defvar
      adds  78be161   Fix alist and :predicate interaction
      adds  6961df6   doc/ivy.org: Replace swiper with counsel (MELPA)
      adds  8983f9d   counsel.el (counsel-recentf): Turn on recentf
      adds  4e6145c   counsel.el (counsel-yank-pop-separator): New defcustom
      adds  7457d1e   Add leading zeros to the hex representation to 
counsel-unicode-char
      adds  9b13aa4   ivy.el (ivy-flip): Allow to flip candidates/input
      adds  3656dfe   ivy.el (ivy-exit-with-action): Remove with-ivy-window
      adds  d41212e   ivy.el (ivy--insert-minibuffer): Handle empty string
      adds  6b574e4   ivy.el (ivy-call): expand-file-name
      adds  93f9321   ivy.el: Fix byte compiler warnings
      adds  8632f33   counsel.el: Update description comment.
      adds  870112e   counsel.el (counsel-ag-function): Use sync on remote
      adds  ec42e8a   swiper.el (swiper-multi-action-1): Fix regression
      adds  8f87f74   counsel.el (counsel-git-grep): Update for Windows
      adds  f180451   swiper.el (swiper-all): Fix window-width in -nw
      adds  f5276b0   Add char-fold-to-regexp option to swiper
      adds  00219da   Fix for older Emacs
      adds  e11c926   Allow to "C-y" a "/ssh:" file name
      adds  778c325   ivy.el (ivy-call): Don't switch windows for 'identity 
action
      adds  3d0e4a5   counsel.el (counsel-locate-action-extern): Update on w32
      adds  e7d6dab   counsel.el (counsel-mode): Add "C-r" bindings
      adds  89a6830   counsel.el (counsel-at-git-issue-p): Fix for newer magit
      adds  9b28927   counsel.el (counsel-hydra-heads): Fixup
      adds  db9d7b8   Fix counsel-grep for files with spaces in the name
      adds  3a7c8cd   counsel.el (counsel-recentf): add extra actions
      adds  955585e   counsel.el (counsel-describe-face): Ensure :preselect 
string
      adds  2a9c3f3   swiper.el (swiper-multi): Don't use virtual buffers
      adds  3c904fa   counsel.el (counsel-git-grep-occur): Fix "g"
      adds  d1de20f   Display completion-at-point at point
      adds  9346e96   Improve the overlay offset
      adds  6644d8e   ivy-display.el: Move to wiki
      adds  77ebfdb   Makefile: load ivy-overlay.el
      adds  f8d78eb   Add a fake cursor to inline completion display
      adds  f357cd2   ivy-overlay.el (ivy-overlay-cleanup): Restore cursor-type
      adds  bfddbc2   ivy-overlay.el (ivy-display-function-overlay): Fix up
      adds  1bdc50b   ivy-overlay.el (ivy-overlay-cleanup): Don't trigger 
company
      adds  1e96d20   ivy-overlay.el (ivy-display-function-overlay): Fix up
      adds  9f5f6e0   ivy-overlay.el (ivy-overlay-cleanup): Fixup
      adds  1914ecd   counsel.el (counsel-recoll-function): Add 
shell-quote-argument
      adds  8109655   ivy-overlay.el (ivy-display-function-overlay): Fix 
with-ivy-window
      adds  e49fb6e   ivy.el (ivy-call): Set default-directory
      adds  572c2aa   Enable read-only-mode for ivy-occur
      adds  73d23d1   Correct a minor doc error: `info-describe-symbol' should 
be `info-lookup-symbol'.
      adds  79105a5   counsel.el (counsel-info-lookup-symbol): Add preselect
      adds  714cb8c   ivy.el (ivy--sort-files-by-date): Fix docstring
      adds  8312176   ivy.el (ivy-magic-tilde): New defcustom
      adds  dcec964   ivy.el (ivy-magic-tilde): Fix type
      adds  378943c   ivy.el (ivy--minibuffer-setup): Fixup 
max-mini-window-height
      adds  f0e49d5   Improve recursive minibuffers with two emacsclients
      adds  3d600b6   Correct ivy-fixed-height-minibuffer size
      adds  2d4db96   Silence byte-compiler
      adds  74d83ab   Sort virtual buffers after open buffers.
      adds  222a5e6   ivy.el (ivy--virtual-buffers): Move to silence compiler
      adds  085b0f2   Fix file name completion for when initial-input is a file 
name
      adds  17f8fb3   ivy.el (ivy-switch-buffer-other-window): Obey 
ivy-ignore-buffers
      adds  df9ad89   counsel.el (counsel-rpm): New command
      adds  2f6b67a   counsel.el (counsel-pt): Add initial-input arg
      adds  c8be397   update 'counsel-bookmark' with the ability to create, 
edit, and delete bookmarks
      adds  2237916   ivy.el (ivy-call): setq default-directory instead of let
      adds  823d86c   counsel.el (counsel-grep): Quote :preselect
      adds  aea4919   Shrink ivy back to ivy-height after dispatching actions.
      adds  07388d0   Shrink ivy to suitable height when reading actions.
      adds  1d97984   Ensure that ivy--regex-ignore-order always returns legal 
regexps
      adds  88bf299   counsel.el (counsel-recentf): Remove properties from 
recentf-list
      adds  aacba19   ivy.el (ivy--directory-done): Check if ivy-text is a 
proper dir
      adds  35b5d29   New example to show how to associate values
      adds  45834cc   ivy.el (ivy--reset-state): file-name-directory can return 
nil
      adds  576a1e3   Revert "ivy.el (ivy-call): setq default-directory instead 
of let"
      adds  b1f587d   ivy.el (ivy--directory-done): Fix "RET" on no input
      adds  5190412   Add `counsel-rg`
      adds  7e02815   Fix counsel-rg to follow matching candidate
      adds  e9c274a   Allow to customize ivy-display-function per caller
      adds  0fc1507   ivy.el (ivy-occur-mode): Set view-read-only to nil locally
      adds  b99f6de   ivy.el (ivy--directory-done): Fix when ivy-text exists
      adds  1304925   ivy.el (ivy--directory-done): Fix broken "/ssh:"
      adds  c322613   ivy.el (ivy--magic-file-slash): Fix pasting "/etc/"
      adds  359a6c8   Address multiple problems with counsel-rg
      adds  49acd4c   Remap scroll-up/down-command instead of assigning C-v/M-v 
so page up/down works
      adds  1c801a0   Ignore TAGS buffers in swiper-all
      adds  721db4c   counsel.el (counsel-grep-post-action-hook): New hook for 
counsel-ag/grep/pt
      adds  c14ceac   Add support for counsel-find-library
      adds  530b7de   ivy.el: Use predicate when reading file names
      adds  92f2be5   Fix typo in ivy-read docstring
      adds  6519ecc   ivy.el (ivy-call): Don't mess with default-directory
      adds  ea260d1   counsel.el (counsel-grep-occur): Quote the directory  name
      adds  50bb6b3   ivy.el (ivy-call): Call the action in ivy-state-buffer
      adds  f9f2c8c   counsel.el (counsel-bookmark-avoid-dired): Add
      adds  2ed3da4   counsel.el: Fix byte-compile warning
      adds  09da543   swiper.el: Ease the creation of swiper-in-region functions
      adds  039c58a   counsel.el: added three new counsel commands.
      adds  7dea0ff   Use ivy-format-function approach for counsel-faces
      adds  3b15585   Fix little typo
      adds  4dd650c   Make counsel-ag prompt for extra args when using prefix 
arg.
      adds  123f9e1   swiper-all should consider magit stash buffers too
      adds  0312d5e   Make counsel-ag support limiting in files.
      adds  d528f04   ivy.el (ivy--virtual-buffers): Don't modify recentfs or 
bookmarks
      adds  eddf427   counsel.el (counsel-ag): Fix byte-compile warning
      adds  bb4814a   Fix counsel-ag support limiting in files
      adds  a77a265   Set `outline-regexp' directory local
      adds  109170b   Remap `backward-delete-char-untabify' to 
`ivy-backward-delete-char'
      adds  4232088   Don't claim `swiper' provides `ivy-mode'
      adds  3940f17   Fix typos
      adds  5b66c18   Update copyright year
      adds  2989f25   swiper.el (swiper--update-input-ivy): Fix window-end call
      adds  ca84f24   Add highlighter function configuration to ivy
      adds  c2c0e2d   ivy.el: Simplify previous commit
      adds  802c9da   counsel.el: Add counsel-command-history
      adds  1870f41   counsel.el: Fix counsel-command-history
      adds  abdbfa7   counsel.el: Add counsel-org-agenda-headlines
      adds  ed579dd   ivy.el: Fix ivy-highlight-functions-alist
      adds  ee0d9e3   ivy.el (ivy--reset-state): Simplify
      adds  2bc1d7b   ivy.el (ivy--occur-insert-lines): Scroll to first cand
      adds  9151862   ivy.el (ivy--format-minibuffer-line): Fix for 
ivy-display-style nil
      adds  e4c248a   doc/ivy.org: Update package names in ELPA/MELPA
      adds  482c3e9   counsel.el (counsel-ace-link): Use `cdr' for action.
      adds  dc693c3   Make ivy--flx-sort more intelligent
      adds  58372db   Add command `counsel-mark-ring'
      adds  6cf7feb   ivy.el: Allow toggling of sorting in ivy-read
      adds  ee91a25   ivy.el (ivy--sort-maybe): Fix byte-compiler warning
      adds  c2b0d30   Add missing parameter for ag
      adds  0507841   Use customizable list of directories when looking for 
linux apps.
      adds  75f9ceb   Allow spaces in file names when running linux apps.
      adds  2f70c56   Revert "Add missing parameter for ag"
      adds  dbcee94   counsel.el: support universal argument for 
counsel-unicode-char
      adds  aedea1a   counsel.el (counsel-package): Add func to manage packages.
      adds  d4e5d79   counsel.el (counsel-package): Fix sorting issue
      adds  65979f6   Heed non-sort entries in ivy-sort-functions-alist
      adds  4dcd315   counsel.el: Improve counsel-package
      adds  7c73f71   Allow users to find libraries from counsel-load-library
      adds  6e6738c   counsel.el (counsel-git-grep-cmd-default): Use '%s' 
quoting
      adds  15f89f7   ivy.el (ivy-minibuffer-map): Bind "C-v" and 
scroll-up-command
      adds  d23d1fe   swiper.el (swiper-font-lock-exclude): Add nix-mode
      adds  5f732cd   Add compatibility with evil-ex-search.
      adds  182e35e   Apply search highlighting for evil when applicable
      adds  2b8d324   counsel.el (counsel-org-tag-action): Fix "C-M-m"
      adds  b1c6cc8   swiper.el (swiper-all): Fix case-fold-search
      adds  b9c52be   counsel.el (counsel-git): Add "x" action
      adds  7100925   ivy.el (ivy-completing-read-handlers-alist): New defcustom
      adds  dbeb5b1   Ensure counsel-M-x preserves last-command
      adds  950545b   counsel.el (counsel-linux-apps-list): Check if dir exists
      adds  c3f5f28   Add circe-mode to swiper-font-lock-exclude
      adds  01b0195   Correct Circe major-modes in ...-font-lock-exclude
      adds  90aaf8b   ivy.el (ivy-completing-read): Set :caller to this-command
      adds  c5fa8c2   Run wgrep-setup when entering ivy-occur-grep-mode
      adds  b894874   ivy.el (ivy-occur-grep-mode): Call wgrep-setup if 
available
      adds  80d3fe3   Fix compilation warnings
      adds  7f5b268   ivy-hydra.el: Add an alternative "M-o" using hydra
      adds  b0ccc7a   README.md: Recommend enable-recursive-minibuffers
      adds  e9219e7   ivy-hydra.el: Use ivy-minibuffer-map
      adds  5701444   ivy.el (ivy-occur-revert-buffer): Restore ivy-occur-last
      adds  d9d7592   ivy.el (ivy-completion-in-region): Remove :require-match
      adds  1ac1cc1   ivy.el (ivy-completing-read): Don't require-match for null
      adds  ce3c0ec   ivy.el (ivy-completing-read): Adjust :caller
      adds  13def15   ivy.el (ivy-case-fold-search): Add additional value 
'always
      adds  54c5447   counsel.el (counsel-grep-function): Add 
shell-quote-argument
      adds  18da759   ivy.el: Remove ivy--current
      adds  ab6561f   ivy.el: Use set-ivy-index instead of setq ivy--index
      adds  5f04a70   ivy.el: Move ivy-recursive-last logic to ivy-call
      adds  beffa78   counsel.el (counsel-grep-base-command): Single quote regex
      adds  03f90af   ivy.el (ivy-rotate-sort): Guard against nil sort
      adds  ac944ea   ivy.el: Remove with-ivy-window
      adds  bf8dc5f   Make swiper-avy work with more regexp builders
      adds  4d72dc1   ivy.el: Change recursive restore order
      adds  d82dc2c   counsel.el (counsel-colors--best-contrast-color): Return 
same color on error
      adds  7b453c8   ivy.el (ivy-completion-in-region-action): Work for cons 
cells
      adds  45383fe   ivy-overlay.el (ivy-display-function-overlay): Put 
overlay at symbol start
      adds  1e739de   ivy-overlay.el (ivy-left-pad): Trim cands to window-width
      adds  1d32ceb   counsel.el (counsel-irony): New command
      adds  3fbeaa5   Define ivy-help-file with defconst
      adds  7ca301b   swiper.el (swiper-goto-start-of-match) New defcustom
      adds  fc2e198   swiper.el (swiper--action): Set evil search direction to 
forward
      adds  fee9810   ivy.el (ivy-partial): Fix for :dynamic-collection
      adds  20744aa   doc/Changelog.org: Prepare for 0.9.0
      adds  ff3b696   counsel.el (counsel-find-file): Add new action 
counsel-find-file-as-root
      adds  a63a935   counsel.el (counsel--find-symbol): Fix typo
      adds  8c9f6a3   swiper.el: Silence byte-compiler
      adds  94a466f   ivy.el: Clean up whitespace
      adds  13a3f2d   doc/Changelog.org: Sort stuff
      adds  16b002a   doc/Changelog.org: Link all issues
      adds  cba6888   Bump version to 0.9.0
      adds  718a06b   doc/Changelog.org: Fix links
      adds  83b00ff   doc/Changelog.org: Fix links
      adds  ace01d5   ivy.el (ivy-immediate-done): Fix for rgrep
      adds  af746ca   ivy.el: Correct some docstrings
      adds  b3c9a83   doc/Changelog.org: Minor update
      adds  adabf7c   counsel.el (counsel-mode-map): Add counsel-describe-face
      adds  f4b4334   Bump to 0.9.1 for ELPA release
      adds  d9608bf   ivy.el (ivy-read-action): Allow quit by ESC for better 
work with evil
      adds  efaa5f2   ivy-hydra.el (ivy-dispatching-done-hydra): Quit on "C-g"
      adds  0f10b82   ivy-hydra.el (ivy-dispatching-done-hydra): Break hint 
into columns
      adds  f94c15c   ivy.el (ivy--magic-file-slash): Change priority in cond
      adds  b61b3f9   Refactor counsel-linux-app.
      adds  cd4709a   Don't accept empty fields in desktop files
      adds  c747222   Use throw/catch instead of nested if statements.
      adds  a98b9fa   Only parse "Desktop Entry" group
      adds  b5a4379   Hide linux applications when appropriate
      adds  4cdd656   Use call-process instead of call-process-shell-command.
      adds  3e6fc73   Support TryExec in desktop files
      adds  ee5eaf6   Make the linux application list generation O(N) instead 
of O(N*N)
      adds  5d5b00c   Add back counsel-linux-apps-faulty
      adds  e05b7fc   Actually search for desktop files recursively
      adds  b941c5f   Add back the linux application cache.
      adds  581d08c   counsel.el (counsel-linux-apps-list): Remove 
file-attribute-modification-time
      adds  2792604   counsel.el (counsel-linux-app): Add "d" action to open 
desktop file
      adds  a2bb1c4   ivy.el: Add "i" and "w" as global actions
      adds  72cdee5   Add a format function for the counsel-linux-app menu
      adds  3dc3f3a   ivy-overlay.el: Fix byte compiler warnings
      adds  a3abf3f   counsel.el (counsel-set-variable): Handle defcustom with 
multiple entries
      adds  7711c0c   counsel.el (counsel-set-variable): Disallow '(function)
      adds  dfa3bc5   counsel.el (counsel-package-action): Fix package removal
      adds  f98f89f   counsel.el (counsel-yank-pop): Don't restrict to 3 chars 
or more
      adds  df490b4   counsel.el (counsel-irony-callback): Update due to irony 
change
      adds  e546d41   counsel.el (counsel-irony-annotate): Update due to irony 
change
      adds  d6ed4af   counsel.el (counsel-company): Remove 
company-complete-common
      adds  37a1e64   counsel.el (counsel-package-action): Add defvar
      adds  76db661   Highlight custom variables in counsel-describe-variable
      adds  dc6c57a   counsel.el (counsel-describe-variable): Mention 
highlighting in doc
      adds  3282871   Highlight interactive functions in 
counsel-describe-function
      adds  3a00c5a   Add and use ivy-highlight-face
      adds  87e196a   counsel.el (counsel-yank-pop-action-remove): Add and bind 
to "d"
      adds  f565f76   Limit rg results to 150 columns
      adds  1e93546   ivy.el (ivy-switch-buffer-transformer): Compose face
      adds  7b437a6   ivy.el (ivy--minibuffer-setup): Fix 
ivy-fixed-height-minibuffer for inline
      adds  101101d   Don't attempt to save readonly files before calling 
counsel-grep
      adds  399d74f   Prevent opening an already open file in counsel-grep
      adds  38ecfe7   counsel.el (counsel-unicode-char): Show cands in order
      adds  4905458   swiper.el (swiper-all-buffer-p): Add gnus-article-mode
      adds  7621e5f   Customize behavior of the magic slash on non-existing 
directories
      adds  97e9205   ivy.el (ivy-avy): Fix when scrolled
      adds  a61a7f7   counsel.el: Add counsel versions of org-goto
      adds  aa41ff2   counsel-mark-ring: sort by location
      adds  cbc88c7   counsel.el (counsel-variable-list): Delete empty name
      adds  3cc9710   ivy.el (ivy-magic-slash-non-match-action): Fix val naming 
duplicity
      adds  b87f86f   counsel.el: Improve counsel-org-goto functions
      adds  3fc42cd   ivy.el (ivy--magic-file-slash): Fix "C-y"
      adds  16997d8   counsel.el (counsel-org-goto--get-headlines): Fix 
point-min bug
      adds  299b851   counsel.el (counsel-org-goto--add-face): Keep text 
properties
      adds  4d6e405   counsel.el (counsel-org-goto--get-headlines): Simplify 
code
      adds  3c415ed   Add new function counsel-apropos
      adds  cd91cf0   counsel-irony: use candidates provided to the async 
callback
      adds  dd1bf1e   Fix interaction of ivy-partial and case-folding
      adds  d933bc8   Prevent ivy-partial from dropping out of case-folding
      adds  ec71273   ivy.el (ivy-partial): Fix downcase on non-string
      adds  07212d9   ivy.el (ivy--magic-file-slash): Fix regression
      adds  365008f   ivy.el: Don't add :preselect to collection
      adds  859eb78   ivy.el (ivy-completing-read): Don't quote regex for files
      adds  c931949   Add a command to switch to another git worktree.
      adds  b9bbb2d   ivy.el (ivy-read) Add possibility to auto-select single 
candidate
      adds  9515770   counsel.el (counsel-yank-pop): ignore entirely empty 
candidates
      adds  99e6428   ivy.el (ivy-read): Add new argument "def"
      adds  2d29191   Stop counsel-ag-occur from breaking when search string 
begins with "-"
      adds  6458c35   Avoid setting ivy window as minibuffer
      adds  fcb4c7f   ivy.el: Fix ivy-completing-read when def is a list
      adds  7e0e624   swiper.el (swiper-all): Autoload
      adds  9a98799   Fix completion of relative directories.
      adds  1d4f09c   counsel.el (counsel-file-register): Use Ivy to open file 
registers
      adds  1cab926   counsel.el (counsel-git-grep-skip-counting-lines): New 
defcustom
      adds  bbd9012   ivy.el: Make prompt line selectable
      adds  6b004d2   ivy-test.el: Add tests for selectable prompt
      adds  a3b9a96   Never use color results with counsel-rg
      adds  f494c0a   ivy.el (ivy--prompt-selectable-p): Fix require-match 
condition
      adds  c654e1b   Add a command to switch to shell buffers.
      adds  3f5561b   Rewrite counsel-switch-to-shell-buffer to ivy style
      adds  8ae1dcb   colir.el: Fix checkdoc warnings
      adds  a85053c   ivy-hydra.el: Fix checkdoc warnings
      adds  0811180   ivy-test.el: Fix checkdoc warnings
      adds  06d299f   swiper.el: Fix checkdoc warnings
      adds  082aaec   counsel.el: Fix checkdoc warnings
      adds  203bfb1   ivy.el: Fix checkdoc warnings
      adds  9dba3ce   counsel.el (counsel-file-register): Fix typos and style 
errors
      adds  693f55d   counsel.el (counsel-file-register): Action to open in 
other window
      adds  752ba81   counsel.el (counsel-switch-to-buffer-or-window): Fix
      adds  e1d5128   Makefile: Add target checkdoc to check documentation 
guidelines of lisp files
      adds  e4a2b24   counsel.el (counsel-list-buffers-with-mode): Fix doc
      adds  30e8b83   ivy.el (ivy-partial): Remove unwarranted downcase
      adds  7460626   ivy.el (ivy-completing-read): Set 
completion-in-region-function
      adds  4440810   ivy.el (ivy-avy): Get rid of error message when exiting 
avy silently
      adds  df0dbb7   Implement counsel-ack like counsel-pt
      adds  59448d3   Factor out common code for ivy-occur-grep-mode buffers.
      adds  e76c43a   Make counsel-git-grep use counsel-delete-process
      adds  3647115   Add optional param:initial-input for counsel-git
      adds  f042661   Guard calls to external programs with helpful message
      adds  c56402d   ivy.el (ivy--reset-state): Initialize ivy--index with 0
      adds  34caa0a   README.md: Mention the possibility to select the prompt 
line
      adds  51e0ff5   counsel.el: Fix checkdoc warnings
      adds  e9bb583   counsel.el (counsel-M-x): Don't rebuild cache on every 
invocation.
      adds  d020a7b   counsel.el (counsel-rg): Search whole Git repository
      adds  d0904f8   ivy.el: Fix extra initial-input in read-file-name
      adds  d785f98   counsel.el (counsel--descbinds-cands): Update regex
      adds  bda5146   ivy.el: Fix minibuffer-prompt face with 
ivy-use-selectable-prompt
      adds  bf0e438   counsel.el (counsel-find-file-ignore-regexp): Offer 
completion-ignored-extensions
      adds  ae438ff   Add ivy-rotate-preferred-builders to switch re builders
      adds  d4ff6c5   counsel.el (counsel-git-grep-recenter): fix warning by 
`recenter`
      adds  77f51fc   counsel.el (counsel-rg-base-command): Remove --max-columns
      adds  d173bd7   ivy.el (ivy-minibuffer-map): Bind <next> and <prior>
      adds  c5f850a   Fix invalid key binding
      adds  dc146d9   doc/ivy.texi: Update
      adds  1489b52   counsel.el (counsel-git-grep): Fix error on 24.5
      adds  d0ed397   ivy.el (ivy-switch-view): Add
      adds  e35dae3   ivy.el (ivy-completing-read): Consider DEF being a list
      adds  21a88f0   Extract a helper function to get git toplevel directory.
      adds  66d9956   Add an action to kill all buffers from a worktree.
      adds  8cddc05   Git worktree: Fix: avoid to trigger an error while 
walking the buffers.
      adds  c5ea5df   Add a test for new default behavior
      adds  7ab66ed   Make DEF default to the empty string in 
ivy-completing-read
      adds  9f74310   Add test for ivy-completing-read-default-is-empty-string
      adds  3bb12cd   Better handling of nil default to ivy-completing-read
      adds  dc223ac   Prevent infinite recursion when handlers call ivy
      adds  3dc1e9f   Add test for ivy-completing-read-handlers-alist
      adds  42302d6   Add some entries to ivy-completing-read-handlers-alist
      adds  1760860   Fix a test failure under Emacs 24.3
      adds  b6dc534   ivy.el (ivy-completing-read-with-empty-string-def): Fix 
typo
      adds  ab42442   Do not let bind find-file-hook if not necessary
      adds  112c5ba   ivy.el (ivy-occur-press): Highlights for more commands
      adds  714f9f8   ivy.el: ivy-initial-inputs-alist should use caller first
      adds  ff3eaf9   ivy.el (ivy--sorted-files): Always use predicate
      adds  d871abf   Add variable counsel-git-log-split-string-re
      adds  c5dda50   Add counsel-async-ignore-re
      adds  88c19d2   counsel-git-log: Ignore blank candidates
      adds  fc27533   ivy.el (ivy-truncate-lines): New defcustom
      adds  75c873b   ivy.el (ivy-avy): Fix for ivy-format-function-arrow
      adds  0221a16   swiper.el (swiper-font-lock-exclude): Update
      adds  abc65d3   Fix ivy-previous-line-or-history behaviour on non-initial 
result
      adds  7ed2caf   swiper.el (swiper--add-overlays): Skip background for 
super-long matches
      adds  f9c5149   ivy-overlay.el (ivy-display-function-overlay): Fall back 
when there's no space
      adds  8bf966b   Prevent "void-function colir-color-parse" in ivy-test.el
      adds  9b071a8   ivy.el (ivy-completing-read-with-empty-string-def): Fix 
typo
      adds  0debbd1   Make counsel-async filter update time configurable
      adds  2881ffe   ivy.el (ivy--reset-state): Simplify re-builder / highlight
      adds  a5cd13b   counsel.el (counsel--browse-history): Work-around 
ring-elements
      adds  236021d   ivy.el (ivy--virtual-buffers): Ensure bookmarks are loaded
      adds  43bfb09   ivy.el (ivy--virtual-buffers): Add delete " -no file- "
      adds  aa3c9c6   ivy.el: Fix arrows not working for ivy--regex-ignore-order
      adds  6290e0a   ivy.el: Fix arrows not working for ivy--regex-ignore-order
      adds  7bfa2f9   ivy.el: ivy--old-re is either a string or a seq
      adds  03222ed   ivy.el (ivy-occur-delete-candidate): Add and bind to "C-d"
      adds  62e2ba4   counsel.el (counsel-git-grep-cmd-default): Fix for Windows
      adds  acb5f11   ivy.el (ivy-completion-in-region-action): Fix "C-M-j"
      adds  6130d11   correct spelling mistake
      adds  e9f7dcb   ivy.el (ivy-immediate-done): Update
      adds  ca12f22   counsel.el (counsel-imenu-map): New defvar
      adds  a770ddd   counsel.el (counsel-dired-jump): Obey find-program
      adds  9dcb5f5   ivy.el: Fix compile warning
      adds  38b4316   Ensure action and display transformer are called from 
initial buffer
      adds  6b0725d   Allow ! and space to be escaped in ivy--regex-ignore-order
      adds  6bf3e5d   Add a counsel command to checkout a different branch.
      adds  fe95f52   Unify the different ways to check for git.
      adds  8285227   counsel.el: Fix up previous commits
      adds  7284ca6   counsel.el (counsel-M-x-history): Add
      adds  e1690ba   ivy-overlay.el (ivy-display-function-overlay): Fall back
      adds  1c04290   Protect against match-beginning / match-end not integerp.
      adds  ec179db   counsel.el (counsel-git-grep-occur): Fix output with 
negative pattern
      adds  01e305c   Add counsel-url-expand helper for ivy-ffap-url-functions
      adds  0a1d361   Minor changes to counsel-url-expand
      adds  d797956   ivy.el (ivy-read): Call ivy-overlay-cleanup only when 
needed
      adds  118431c   ivy.el (ivy--insert-prompt): Don't require prompt to end 
in ": "
      adds  58de02c   counsel.el (counsel-org-file): New command
      adds  fa8c343   swiper.el (swiper-font-lock-exclude): Add treemacs-mode
      adds  d4f3735   counsel.el (ivy-ffap-url-functions): Check if git is 
present
      adds  8268b22   counsel.el: fix default ag command on windows
      adds  e95cb9a   Adapt to ucs-names now being a hash table in emacs 26+
      adds  e896975   counsel.el (counsel-grep): Remove counsel--git-dir 
inconsistency
      adds  225eb2f   counsel.el (counsel-grep-like-occur): Add
      adds  e320d17   counsel.el (counsel-unicode-char): Make lazy
      adds  cd4e789   counsel.el: Fix :group typos
      adds  a5f92ed   ivy.el (ivy-initial-inputs-alist): Fix entry for man
      adds  6827edf   counsel.el (counsel-git-grep-occur): Update
      adds  a6e15e6   counsel.el: Allow async commands on Tramp buffers
      adds  c9f86b5   ivy.el (ivy--reset-state): Remove empty string from coll
      adds  9caa6ac   ivy.el (ivy--directory-done): Fix "/sudo::" in current dir
      adds  cae53eb   targets/plain.el: Add
      adds  f7470fe   ivy.el (ivy--reset-state): Don't delete "" for dynamic 
coll
      adds  55e34e8   ivy.el (ivy-completion-in-region): Use :initial-input and 
:unwind
      adds  1107875   counsel.el (counsel-ag-occur): Fix quoting
      adds  b1f03a0   counsel.el: shell-quote-argument clean-up
      adds  663f68b   ivy.el (ivy-completion-in-region): Fix compile warning
      adds  59ccb20   doc/ivy.org: Update
      adds  87c1e4e   ivy.el (ivy-completion-in-region): Fix prefix issue
      adds  67142aa   Add trailing space to counsel-imenu ivy prompt
      adds  4a66bb6   counsel.el (counsel-up-directory): Allow editing TRAMP 
prefix
      adds  897a39c   ivy.el (ivy-completion-in-region): Fix up
      adds  3cd7637   ivy-overlay.el: Expect window to be 1 row taller
      adds  8d124c8   ivy.el (ivy-completion-in-region): Fix length bug
      adds  8837369   ivy-test.el (ivy-completion-in-region): Add test
      adds  e805194   ivy-test.el (ivy-completion-in-region): Try a different 
symbol
      adds  c6287a7   ivy.el (ivy-completion-in-region): Fix sole match case
      adds  9e56a92   counsel.el (counsel-require-program): Return result
      adds  8ab8400   Add new command counsel-fzf
      adds  1a33da4   ivy.el (ivy-avy): Selects correct candidate
      adds  f10921b   Add CONTRIBUTING.md
      adds  26b22ab   CONTRIBUTING.md: Improve grammar
      adds  b1b29f0   CONTRIBUTING.org: Rename from CONTRIBUTING.md
      adds  31e801f   ivy.el (ivy-backward-delete-char): Preselect last dir
      adds  3c6eb80   counsel.el (counsel-mode-map): Add counsel-faces
      adds  55d1898   ivy.el (ivy--exhibit): Update prompt even if there are no 
candidates
      adds  865a37a   counsel.el: Require compile.el faces before use
      adds  f3a737d   counsel.el (counsel-git-grep-transformer): Optimise text 
props
      adds  96663b7   counsel.el (counsel-fzf-function): Enable highlighting
      adds  e2be1c0   ivy-overlay.el (ivy-overlay-impossible-p): Check for 
point-min
      adds  385b8c8   counsel.el (counsel-grep-base-command): Add --
      adds  e32ecea   counsel.el (counsel-ag-occur): Add --
      adds  9c8f4a4   Revert "ivy.el (ivy--exhibit): Update prompt even if 
there are no candidates"
      adds  b7f2700   ivy.el (ivy--exhibit): Update prompt even if there are no 
candidates
      adds  9f38d13   Revert "ivy.el (ivy-backward-delete-char): Preselect last 
dir"
      adds  0c4244e   ivy-overlay.el (ivy-display-function-overlay): Fix 
org-indent-mode
      adds  301139d   ivy.el (ivy-occur-mode-map): Bind "R" to read-only-mode
      adds  5d373be   swiper.el (swiper-query-replace): Disable read-only for 
the duration
      adds  d951631   ivy-overlay.el (ivy-overlay-impossible-p): Bring back 
org-mode
      adds  61764da   swiper.el (swiper-font-lock-exclude): Add magit-popup-mode
      adds  e8ae5c2   swiper.el (swiper-font-lock-exclude): Add adoc-mode 
(AsciiDoc)
      adds  5009b81   swiper.el (swiper-font-lock-exclude): Add bbdb-mode
      adds  d945699   counsel.el: Add a generic minibuffer history browser.
      adds  68f5f4e   ivy.el: Add a small refresh delay for dynamic collections.
      adds  345d955   counsel.el (counsel-fzf-dir-function): Allow to customize
      adds  b3f2ab0   counsel.el (counsel-fzf): Set extra actions
      adds  bfc3500   doc/ivy.org: Fix typo
      adds  c6d92d8   .dir-locals.el: Enforce sentence-end-double-space
      adds  2ec499b   counsel.el (counsel-grep-or-swiper): Improve logic
      adds  da7eb94   counsel.el (counsel-grep-base-command): Improve docs & 
usage
      adds  34fa781   counsel.el (counsel-grep-action): Simplify logic
      adds  27a1c0a   .dir-locals.el: Suggest common-lisp-indent-function
      adds  3aed683   ivy.el (ivy--occur-press-buffer): Fix double 
pop-to-buffer issue
      adds  c68a6d8   ivy.el (ivy-occur-press): Don't fail if buffer was killed
      adds  61c91e2   counsel.el (counsel-git-occur): Add
      adds  bd69d21   counsel.el (counsel-git-occur): Actually use git ls-files
      adds  877d777   counsel.el (counsel-cmd-to-dired): Rename from 
counsel-find-dired
      adds  36e3312   counsel.el (counsel-fzf-occur): Add
      adds  f81ec3e   counsel.el (counsel-cmd-to-dired): Reduce boilerplate
      adds  7984188   ivy.el (ivy-read): Bind inhibit-message
      adds  14f15a0   ivy.el: Promote "C-d" from ivy-occur-grep-mode to 
ivy-occur-mode
      adds  e6f1167   ivy.el (ivy-switch-buffer-occur): Simplify
      adds  1efb0d6   counsel.el (counsel-find-file-occur): Add
      adds  b1f8592   ivy.el (ivy-read): Don't touch inhibit-message
      adds  215922e   ivy.el (ivy--sort): Also check this-command
      adds  7109ce0   ivy.el (ivy-add-actions): Delete action dups by key
      adds  9fa4d7c   ivy.el: Add buffer->file completion switch action
      adds  8900c1f   counsel.el (counsel-find-file-occur): Correct regex 
passed to grep
      adds  5c559f5   ivy-test.el (ivy-with-r): Use with-output-to-string
      adds  07e0daa   Makefile: Reuse implicit variable RM if present
      adds  c4f2b4b   Makefile: Add missing .PHONY targets
      adds  1e8e054   Makefile: Simplify and reorder compile target
      adds  2dd7d8c   ivy-overlay.el: Pacify byte-compiler
      adds  5b270c6   counsel.el (counsel-git-occur): Fix regex
      adds  2d17e88   Add missing re-builder-alist value in docstring
      adds  a416ad8   Uniformize interface of swiper and 
counsel-grep{,-or-swiper}.
      adds  c9ebe97   counsel.el (counsel-locate-action-extern): handle cygwin
      adds  23de224   swiper.el (swiper--init): Turn off reveal-mode for the 
duration
      adds  0384862   ivy.el (ivy--minibuffer-setup): Use setq-local
      adds  1749721   ivy.el (ivy--dirname-p): New function
      adds  ea2f1d5   counsel.el (counsel-org-capture): Add
      adds  61fd0f5   counsel.el (counsel-org-capture): Use delq
      adds  9901417   Make sure foo/ directory goes before foo-bar/ directory
      adds  48a4c83   Make it possible to configure counsel-describe-function
      adds  ce2ffaa   Make it possible to configure counsel-describe-variable
      adds  70f8f4a   counsel.el (counsel-find-file-occur): Use xargs -d '\n'
      adds  dda90f7   counsel.el (counsel-unquote-regex-parens): Handle cons arg
      adds  1eaa096   ivy.el (ivy-auto-select-single-candidate): Disable on 
remotes
      adds  1240d88   ivy.el (ivy-read): Check string
      adds  17ff10f   README.md: Update guidelines link
      adds  3e814de   counsel.el: Minor interactive touch-ups
      adds  54d7779   counsel.el (counsel-mark-ring): Improve
      adds  02429f5   Simplify string padding and truncation
      adds  da3faf5   Minor major-mode touch-ups
      adds  10dc913   counsel.el (counsel-list-buffers-with-mode): Use classic 
dolist
      adds  9967b2d   counsel.el (counsel-describe-function-preselect): New 
defcustom
      adds  2393540   Use fboundp and functionp correctly for great good
      adds  4a2cee0   doc/Changelog.org: Release 0.10.0
      adds  b64c6e6   Reworked counsel-fzf to support ctl-u and prompt
      adds  f8ccdd4   Interpret mouse events in the minibuffer managed by ivy.
      adds  b960aa4   ivy.el (ivy-mouse-done): Remove ivy-next-line-and-call
      adds  2b8e898   ivy.el (ivy-occur-grep-mode-map): Use w for wgrep
      adds  3967fc6   ivy.el (ivy--window-index): Clarify doc
      adds  9a8a5cb   ivy.el (ivy--wnd-cands-to-str): Extract
      adds  a924089   counsel.el (counsel-org-files): Use org-attach-directory
      adds  5ad6d20   ivy.el: Disable ivy-auto-select-single-candidate for 
user@host entry
      adds  8889065   Prefer integer positions to markers
      adds  82bf244   ivy.el (ivy-switch-buffer): Handle ivy-state-buffer 
getting killed
      adds  4117328   ivy.el (ivy-auto-select-single-candidate): Pacify 
byte-compiler
      adds  a4d7b83   counsel.el (counsel-grep): Reject fileless buffers
      adds  4e3606b   counsel.el: (counsel-org-files): Fix and improve
      adds  83d85ac   counsel.el (counsel-rg): Read extra args when 
current-prefix-arg is given
      adds  b260a16   ivy.el (ivy-switch-buffer-kill): Add and bind to "C-c C-k"
      adds  b0e9e90   swiper.el (swiper--cleanup): Add text to history even for 
"C-g"
      adds  c101525   swiper.el (swiper-stay-on-quit): New defcustom
      adds  e293127   counsel.el (counsel-find-file-occur-cmd): Add
      adds  ed7d6a0   counsel.el: increase org-goto/org-agenda-headlines UI 
consistency
      adds  1d48233   counsel.el: Fix org-get-heading invocation
      adds  202a1f9   Prefer define-obsolete-variable-alias to defvaralias
      adds  5f50cb3   counsel.el (counsel-minibuffer-history): Add delete-dups
      adds  43fbb9a   counsel.el (counsel-yank-pop): Minor touch-ups
      adds  1e9e4e5   counsel.el (counsel-yank-pop): Make purer
      adds  4ea65fc   counsel.el (counsel-yank-pop-truncate-radius): Doc fix
      adds  50aa561   counsel.el (counsel-yank-pop): Liken to yank-pop
      adds  fc3c81e   ivy.el: Use text prop functions more accurately
      adds  3522916   Make consistent use of EOL functions
      adds  2ad2b11   Interoperate better with kill-ring
      adds  381729a   counsel.el (counsel-yank-pop-action-rotate): Rename from 
*-position
      adds  b1e03b5   counsel.el: Improve counsel-yank-pop actions
      adds  c431ffc   counsel.el: Reconcile counsel-yank-pop & ivy-call
      adds  a342049   counsel.el (counsel-minibuffer-history): Add copy-sequence
      adds  4a6a8c2   ivy.el (ivy-completion-common-length): Simplify
      adds  3bd5f3b   ivy.el (ivy-completion-in-region): Expand "(s-c-t-s" 
appropriately
      adds  5857040   ivy.el (ivy-completion-common-length): Fix off-by-one
      adds  37b9574   ivy-test.el (ivy-partial-2): Add version guard
      adds  bf8f6fa   ivy-test.el (ivy-partial-2): Update
      adds  a6375eb   Make counsel-yank-pop ivy-height configurable
      adds  4296e99   counsel.el (counsel-find-library): Add :caller
      adds  badaab2   counsel.el: Make kill-ring filtering configurable
      adds  fdfd149   ivy.el (ivy-completion-common-length): Work around 
inconsistency
      adds  d402139   ivy.el (ivy-completion-common-length): Try a different 
approach
      adds  d6d59f4   counsel.el (counsel-find-file-action): Extract
      adds  5c096a2   Add counsel-evil-registers
      adds  0ad72ab   counsel.el (counsel-find-file-occur-cmd): More portable
      adds  ed88ddc   counsel.el (counsel-yank-pop-action): Save window-start
      adds  620a966   counsel.el (counsel-yank-pop): Add preselect toggle
      adds  b2175ea   counsel.el (counsel--yank-pop-kills): Keep first dup
      adds  60b8015   counsel.el (counsel-find-file-occur-cmd): Major overhaul
      adds  2080b43   counsel.el (counsel-find-file-occur): Require find-dired
      adds  741e89a   Added optional initial-input for swiper-all
      adds  8821815   counsel.el (counsel-git-grep): Fix blinking
      adds  364fb09   Update documentation: ivy-toggle-fuzzy is no more the 
keybinding
      adds  4e299be   colir.el (colir-blend-face-background): Add hack for 
:foreground
      adds  e109948   ivy-test.el (colir-blend-face-background): Add tests
      adds  c2e9a9b   colir.el (colir-blend-face-background): Update
      adds  da548bd   counsel.el (counsel-find-file-occur-cmd): Go back to 
using ls
      adds  a2f57ab   counsel.el (counsel-mode-map): Add counsel-bookmark
      adds  864fbfe   counsel.el (counsel-bookmark): Add 2 actions
      adds  4f917bc   ivy.el (ivy-completion-in-region): Fixup
      adds  3717b1f   counsel.el (counsel-org-files): Speed up
      adds  6f9b319   counsel.el (counsel-semantic): Add pretty formatting
      adds  98700de   counsel.el (counsel-semantic): Expand types recursively
      adds  f9406be   counsel.el (counsel-semantic-or-imenu): New command
      adds  8f4983d   ivy.el (ivy-completion-in-region): Improve
      adds  7db000f   counsel.el (counsel-semantic): Rewrite cands function
      adds  74439da   counsel.el (counsel-semantic-or-imenu): Add a require
      adds  c2bc6ac   Add "~/.local/share/applications/" to 
counsel-linux-apps-directories
      adds  b8e5ba6   counsel.el: Decouple counsel-git-grep from 
counsel--git-dir
      adds  27c900a   swiper.el (swiper--ivy): Fix history modified on each char
      adds  4b4d094   ivy.el (ivy-reverse-i-search): delete-dups
      adds  71476ff   swiper.el (swiper--ivy): Fix history duplicate
      adds  e5be467   counsel.el (counsel--gg-count): Fixup
      adds  4f57b5a   counsel.el (counsel--git-dir): Remove
      adds  2929c46   counsel.el (counsel-rg-base-command): Use "-S" in place 
of "-i"
      adds  7042d70   ivy.el (ivy-read-action): Support multi-character action 
keys
      adds  e5c5037   counsel.el (counsel-git-grep-action): Remove 
with-ivy-window
      adds  e8bbfbb   Advertise counsel-mode
      adds  3a5a79d   counsel.el (counsel-locate-action-extern): Refactor
      adds  0fd333a   counsel.el (counsel-find-file): Don't treat URLs as dirs
      adds  384ffff   counsel.el (counsel-git-grep): Run gg-count in base 
directory
      adds  aecf0f0   Fix typos
      adds  82805c4   doc/Makefile: Automate generation of ivy.texi
      adds  6da6d70   swiper.el (swiper--ivy) Add integration with evil s 
expressions
      adds  c643a5c   Preselect current file when showing list of files
      adds  5d9aedb   Update doc string
      adds  c6fa599   Let counsel-set-variable be used non-interactively
      adds  80a51e0   counsel.el (counsel-list-processes): Improve
      adds  8c85481   Update ivy.el
      adds  ac856a0   swiper.el (swiper--line): Obey dired-isearch-filenames
      adds  92fd1aa   swiper.el (swiper-font-lock-exclude): Add helpful-mode
      adds  3e8fa8b   swiper.el (swiper--line): Add bound-and-true-p
      adds  e803437   targets/plain.el: Add some bindings
      adds  7c9d664   ivy.el (ivy--regex-plus): Update and add test
      adds  b7f8b9f   ivy.el (ivy--highlight-default): Works on negation
      adds  ffc34c6   swiper.el (swiper--add-overlays): Improve highlights with 
negation
      adds  e8f2de5   counsel.el (counsel-git-grep): Rely on "du -s" for repo 
size
      adds  aefbcea   Make counsel--yank-pop-position more robust
      adds  7060ecd   ivy.el (ivy--re-filter, ivy--sort-files-by-date): Simplify
      adds  308b176   targets/plain.el: Bind some keys
      adds  deaafd6   counsel.el (counsel-wmctrl): New command
      adds  1f5c4ff   Support older Org versions for counsel-org-goto
      adds  6186c5a   ivy.el (ivy-completion-in-region): Allow sorting
      adds  d091595   .gitignore: Add byte-compiled and backup files
      adds  8f670ae   counsel.el: Fix and improve counsel-colors-*
      adds  d368aa7   Regexp-quote characters in ivy--regex-fuzzy
      adds  b720224   .dir-locals.el: Configure bug-reference-mode
      adds  0e70aaa   Enable sentence-end-double-space in all modes
      adds  e8662ce   Minor logic and indentation cosmetics
      adds  240428a   Rename ivy--preferred-re-builders without hyphens
      adds  20d8766   Turn more quoted lambdas into evaluated ones
      adds  0d2823e   counsel.el (counsel-find-file-occur-cmd): Update
      adds  37c69bc   ivy.el (ivy--switch-buffer-action): Simplify
      adds  928d464   ivy.el: Fold case during index recomputation
      adds  c9e5ea3   Fix some docstring typos
      adds  dfabc02   swiper.el: Use new defun ivy--case-fold-p
      adds  6ee2c41   swiper.el: Move evil's isearch-string set to 
swiper--action
      adds  3907b83   Allow ivy-display-functions-alist adding key: t as 
fallback
      adds  455ec84   Add ivy-display-functions-props and use it
      adds  02bdc7f   ivy-display-function will be used to set global display 
function.
      adds  b35ed50   swiper.el (swiper--action): A bit more generic
      adds  cc5197d   counsel.el (counsel-yank-directory): Add and bind to 
"C-M-y"
      adds  44fd530   ivy.el (ivy-display-function-fallback): Add
      adds  9e637b9   ivy.el (ivy-thing-at-point): Prevent error when 
url-handler-mode is on
      adds  fb09dc3   Simplify string splitting logic
      adds  b5948f2   swiper.el (swiper--action): modify isearch-string only 
when evil-search-module is 'isearch
      adds  ac175ed   ivy.el (ivy-exit-with-action): Bring back quotes
      adds  d42737f   ivy.el (ivy-kill-whole-line): New command
      adds  2e59f0a   Add /doc/dir, *.info and *-autoloads.el to .gitignore
      adds  0315b84   Add counsel-org-entity
      adds  7605b6a   add abbreviated path option to ivy-virtual-abbreviate
      adds  3125aac   counsel.el (counsel-git-grep): Also works on remote
      adds  5b5dcb4   counsel.el (counsel--find-file-matcher): Allow use of $ 
for dirs
      adds  b022886   counsel.el (counsel--find-file-matcher): Fix for 
ignore-order
      adds  d82b948   counsel.el: Add command `counsel-ibuffer`
      adds  3bb99df   counsel.el (counsel-ibuffer) Add action to open vanilla 
ibuffer
      adds  d7708c1   counsel.el (counsel-ibuffer): Rename variable for ibuffer 
name
      adds  4034425   counsel.el (counsel-ibuffer--get-buffers): Refactor check 
for wrap around
      adds  88e207a   counsel.el (counsel-ibuffer--get-buffers): Avoid inf-loop
      adds  433c3c7   counsel.el (counsel-find-file-mkdir-action): Add and bind 
to "M-o d"
      adds  b656f81   counsel.el (counsel-outline): autoload
      adds  958adad   Provide hooks to customize counsel-git-grep behavior on 
large repos
      adds  4384285   ivy.el (ivy--switch-buffer-action): Fix virtual buffer 
priority
      adds  bc072e0   counsel.el (counsel-ag, counsel-rg): store command 
persistently
      adds  24e21f9   counsel-linux-apps-directories: Add guixsd's application 
directory
      adds  c437b3a   counsel.el (counsel-linux-apps-directories): Fix up type
      adds  e4b05e7   Touch-up some defcustom types
      adds  6f41412   Minor touch-ups
      adds  b8e2e2a   swiper.el (swiper--line): Don't replace tabs with spaces
      adds  fbc5f0f   counsel.el: Make process sentinels more robust
      adds  0e5a957   counsel.el (counsel--async-sentinel): Simplify I
      adds  081c6b1   counsel.el (counsel--async-sentinel): Simplify II
      adds  faebf04   counsel.el (counsel--async-filter): Fix & simplify
      adds  406ece7   counsel.el (counsel--gg-sentinel): Simplify
      adds  a61b35a   counsel.el: Minor simplifications
      adds  85529af   counsel.el: Generalise async counsel processes
      adds  1c64675   counsel.el (counsel--gg-count-sentinel): Fixup
      adds  8497376   ivy.el (ivy-switch-buffer): defuns for all actions
      adds  b53ba0b   Add text property `buffer` to swiper-multi candidates.
      adds  54ffed8   ivy.el (ivy-resume): Simplify
      adds  9a9581c   ivy.el (ivy--directory-done): Fix file expansion
      adds  0a4668c   swiper.el (swiper-occur): Allow to capture groups from 
input
      adds  ef9f9a6   counsel.el (counsel--git-grep-count-func): du should not 
fail
      adds  4e1cef2   ivy.el (ivy--regex): Search "defun \([^ ]+\)" now works
      adds  ce2ec59   swiper.el (swiper--extract-matches): Remove extra space
      adds  753ab8a   swiper.el (swiper): Allow scroll-other-window use
      adds  3a3047b   ivy.el (ivy--reset-state): allow preselecting a directory 
with read-file-name-inernal
      adds  c276c7b   ivy.el (ivy--cd): update ivy-state-directory
      adds  90bce0c   counsel.el (counsel-git-grep-cmd-default): Add -I: ignore 
binaries
      adds  5277478   counsel.el (counsel--git-grep-count-func-default): Run du 
only on .git
      adds  eeaf0c0   counsel.el (counsel-find-file): add other-frame action
      adds  f64404c   counsel.el (counsel-recentf): add other-frame action
      adds  aaf6419   counsel.el (counsel-find-library): add alternative actions
      adds  80f437e   counsel.el (counsel-find-library-other-window): Extract
      adds  f8cdaa7   counsel.el (counsel-find-file-mkdir-action): use ivy-text
      adds  3a2bf29   Touch-up ivy-quit-and-run
      adds  b11deda   colir.el: Require cl-lib dependency
      adds  da4236c   CONTRIBUTING.org: Fix typo
      adds  475a55d   Allow browsing kill-ring in read-only buffers
      adds  9c3c382   Give a chance to interprogram-paste-function to alter the 
kill-ring
      adds  1181d0f   ivy.el: a customization mechanism for ivy-height.
      adds  cd2aab0   Add variable to set :dynamic-collection on 
ivy-completing-read.
      adds  338add8   Fix spurious counsel-M-x-transformer bindings
      adds  ed3dd6b   counsel.el: (counsel-M-x-transformer): Optimise I
      adds  5ac2fd4   counsel.el: (counsel-M-x-transformer): Optimise II
      adds  3a1df00   Expand documentation of ivy-on-del-error-function
      adds  1348220   Pacify byte-compiler
      adds  d565c5e   counsel.el: Call gtk-launch asynchronously
      adds  5332688   counsel.el: Fixup obsolete definitions
      adds  187d826   counsel.el: Minor touch-ups
      adds  26ba5c5   counsel.el: Housekeeping
      adds  a9db41e   counsel.el: Work around current-kill pitfalls
      adds  84989c0   counsel.el (counsel-org-entity): Touch-up
      adds  222c652   counsel.el: Add counsel-key-binding face
      adds  5c0b848   Improve swiper handling of invalid regexes
      adds  6c38884   counsel.el (counsel-fzf-cmd): Add quotes
      adds  4fef67f   ivy.el: Fix :preselect getting deselected with new input
      adds  3689c8f   ivy.el (ivy--sort-function): Handle fallback
      adds  2984025   ivy.el (ivy--sort-function): Handle list of fns
      adds  294f4c2   ivy.el: Change default fallback sort function
      adds  8d9b270   Conflate caller & this-command in ivy--reset-state
      adds  1734ea9   ivy.el: Various sort-related simplifications
      adds  711ae96   ivy.el: Minor touch-ups
      adds  62ded64   counsel.el: Allow counsel-rg to search for { and }
      adds  a3990ab   counsel.el: Avoid popping up Ibuffer window
      adds  79a6606   counsel.el: Touch-up Ibuffer functions
      adds  36f55f5   counsel.el: Reorder final sections
      adds  3d3fe9b   counsel.el: Improve shell buffer switching
      adds  be6db35   counsel.el: Revert recent obsolete function alias
      adds  c1a0fd4   ivy.el (ivy--sort-function): Handle anonymous fns
      adds  3fd7710   counsel.el: Pacify byte-compiler
      adds  7920800   counsel.el: Explicitly create async command buffer
      adds  57d874e   counsel.el (counsel-imenu): Show functions as "Functions: 
func".
      adds  b6fc894   counsel.el (counsel-imenu-categorize-functions): Fixup
      adds  7df7ab6   counsel.el (counsel-directory-name): Rename from 
counsel-directory-parent
      adds  1f33b9d   swiper.el (swiper-occur): Fix for spaces in regex
      adds  44408bb   swiper.el: Replace `isearch-lazy-highlight-face'
      adds  337081b   Add Ivy version of isearch-yank-char
      adds  f75a7bd   Add new command ivy-yank-symbol
      adds  70d5083   ivy.el (ivy--yank-by): Make safer
      adds  499b740   ivy.el (ivy--yank-by): Allow yank to reach EOL
      adds  228086d   ivy.el: Add prefix arguments to yank commands
      adds  c6b5b120  ivy.el (ivy-reset-state): Use ivy-sort-max-size for 
collection functions
      adds  e3238cf   Show docstring in counsel-set-variable if lv available
      adds  4e3eaf4   counsel.el: Support amx in addition to smex
      adds  6aa8e42   .dir-locals.el: Add comment for lisp-indent-function
      adds  f17d51d   Suggest changing lisp-indent-function
      adds  a05b2bc   CONTRIBUTING.org: Add more info on setting up automatic 
indentation
      adds  9ecc416   Fix indentation
      adds  d5eef62   Improve aesthetics of reindented code
      adds  87fea81   counsel.el: Fix compile warnings
      adds  1355542   Fix the format of amx-cache
      adds  6169b5d   ivy.el (ivy-thing-at-point): Strip text properties
      adds  6685d37   ivy.el (ivy--format-minibuffer-line): Apply 
ivy-cleanup-string
      adds  7ec2380   Highlight multiple regexps correctly
      adds  5658acb   Add .dir-locals-2.el to .gitignore
      adds  fef18e3   swiper.el: Don't highlight multiline matches
      adds  6c9d3c2   swiper.el (swiper--add-overlays): Use count-lines
      adds  c4e9d27   counsel.el: counsel--git-grep-count-func-default 
submodule support
      adds  1c9bad2   ivy.el (ivy--reset-state): Use copy-sequence when sorting 
collection
      adds  ead529e   counsel.el (counsel-describe-face): Set :caller
      adds  21f7de5   counsel.el (counsel-faces): Clarify docstring
      adds  c6e5b46   counsel.el: Fix face preselects
      adds  5b0a843   counsel.el: Touch-up face function ivy-read args
      adds  0f3b334   counsel.el (counsel-faces): Autoload command
      adds  5c94e70   counsel.el (counsel-describe-face): Use face-list
      adds  8827dd7   counsel.el: Use face-name-history
      adds  6a00caf   counsel.el: Make face describing more customizable
      adds  30d0081   counsel.el (counsel-faces): Simplify
      adds  067e590   ivy.el (ivy-read): Default :caller to this-command
      adds  615aaac   ivy.el (ivy-call): Restore previous buffer
      adds  222f90c   ivy.el: Map <right> to ivy-forward-char
      adds  a978e61   Update copyright notices
      adds  62357fc   counsel.el: Reorganize headings
      adds  56e6a75   Update package keywords
      adds  8c1a191   Update library headers
      adds  d3099ce   ivy.el (ivy--directory-done): Fix dir or file logic error
      adds  56346db   counsel.el: Future-proof etags/xref dependency
      adds  c374920   counsel.el: Remove top-level esh-util dependency
      adds  6f29394   Fix subr-x usage
      adds  be93c8d   ivy.el (ivy--directory-done): Fix inability to create a 
file
      adds  80f05a7   counsel.el (counsel-locate-cmd-es): Match path
      adds  bb73d64   ivy.el (ivy--insert-prompt): Use 
ivy-add-face-text-property for compat
      adds  b8c5190   Use compatibility shim for add-face-text-property
      adds  43b8245   counsel.el (counsel-org-agenda-headlines): require org
      adds  716e151   ivy.el (ivy--add-face): Move require colir to top-level
      adds  1ffcbac   ivy.el (ivy--reset-state): Fix :predicate not getting 
applied
      adds  89679c2   counsel.el (counsel-set-variable): Add prefix arg 
behavior.
      adds  770936b   counsel.el (counsel-grep): Don't pass too long lines as 
:preselect
      adds  0cf0e6d   ivy.el: Drop preselected candidate after input
      adds  e1c9fab   ivy.el: Fix counsel-describe-variable, 
counsel-describe-function, others erroring.
      adds  92efd62   ivy.el (ivy-completion-in-region): Fixup
      adds  98826c2   counsel.el (counsel-org-tag): Fix for Org 9
      adds  e9de468   counsel.el (counsel-org-tag): Minor aesthetics
      adds  58e82ef   counsel.el (counsel-ag): Allow no space before -- when 
specifying extra args
      adds  f2e80ce   counsel.el (counsel-org-tag): No need to bind 
org-setting-tags
      adds  d8d3cbd   Move counsel search commands list to variable.
      adds  d1d567a   counsel.el (counsel--push-xref-marker): Silence compiler 
warning
      adds  726c96e   counsel.el: Refactor calls to counsel-more-chars
      adds  93d51d6   counsel.el (counsel-more-chars-alist): Add
      adds  3e61fa9   ivy.el: Don't insert the default for read-directory-name
      adds  321f3c6   ivy.el: Fix issue of minibuffer height 1 for 
ivy-add-newline-after-prompt
      adds  97c9093   ivy.el: Move set-window-text-height call
      adds  6137754   ivy.el (ivy-read): Remove the change to post-command-hook 
by ESS
      adds  e7e188a   counsel.el (counsel-org-capture): Don't overlook 
templates contexts
      adds  e0293f2   counsel.el (counsel-find-file-delete): Add and bind
      adds  944c20d   counsel.el (counsel-find-file-move): Add and bind
      adds  6bef884   ivy-overlay.el (ivy-left-pad): Fix when there's horizonal 
scroll
      adds  13d528e   ivy-overlay.el (ivy-overlay-impossible-p): Improve
      adds  e949314   counsel.el (counsel-more-chars): Simplify
      adds  31e18fd   ivy.el (ivy-alist-setting): Fix fallback; document
      adds  28cc571   counsel.el (counsel-more-chars-alist): Doc fix
      adds  89bae2f   counsel.el: Silence byte-compiler
      adds  7f330fc   ivy.el (ivy--reset-state): Fix ivy-state-collection alist 
idx not in sync
      adds  0b42342   counsel.el (counsel-locate): Add "open as root" action
      adds  58289b9   counsel.el: Silence Emacs 24 byte-compiler
      adds  93f4ea7   ivy-overlay.el (ivy-overlay-impossible-p): Use 
string-width
      adds  a89825b   .dir-locals.el: Simplify outline-regexp
      adds  407e3b9   Add installation instructions for Debian and derivatives.
      adds  b4db357   counsel.el (counsel-outline): only look for outline 
regexp at bol
      adds  d8a3304   counsel.el (counsel-outline): Handle major modes and 
display styles
      adds  3825ad5   counsel.el (counsel-outline): Use a variable to store 
mode settings
      adds  bfa6e58   counsel.el (counsel-outline-candidates): Refactor
      adds  951560e   ivy.el: Support :annotation-function of 
completion-extra-properties
      adds  0fce41a   counsel.el (counsel-outline): correct and clarify 
docstrings
      adds  be9b31a   counsel.el (counsel-outline): support built-in latex mode
      adds  58e35c1   counsel.el (counsel-outline): simplify lisp outline-level 
fn
      adds  81feb87   counsel.el (counsel-outline): clean docstring
      adds  a4194da   counsel.el (counsel-outline-title-latex): use 
bound-and-true-p
      adds  6761498   counsel.el (counsel-outline): add :history and :caller
      adds  7116f40   counsel.el (counsel-org-goto, counsel-outline): make 
aliases
      adds  29cd688   counsel.el (counsel-outline): shorten docstring
      adds  9386666   ivy.el (ivy--reset-state): Fix for alists that require 
sorting
      adds  d6c4ea6   swiper.el (swiper--candidates): Limit 
swiper-use-visual-line to 400 lines
      adds  214664a   counsel.el (counsel-find-file-occur-use-find): Default to 
t on non-Linux
      adds  4641819   counsel.el (counsel-bookmark): Specify :history
      adds  bfbce2f   ivy.el: Fontify completion annotations
      adds  43b0846   ivy.el (ivy--format-minibuffer-line): Make purer
      adds  337377e   Fix mentions of counsel-symbol-at-point in docs
      adds  625aafb   Standardise defalias indentation
      adds  7a29919   swiper.el (swiper--re-builder): Fix for when re-builder 
returns list
      adds  df57778   counsel.el (counsel-package): Load package.el
      adds  6ac51f7   counsel.el (counsel-package): Fix initial input
      adds  c7db03d   counsel.el (counsel-package): Update docstring
      adds  f23964d   counsel.el: Simplify counsel-package collection
      adds  da022c8   counsel.el (counsel--package-sort): Docfix
      adds  4b090cd   counsel.el: Touch-up counsel-package actions
      adds  1c8fcf4   counsel.el: Various counsel-outline housekeeping
      adds  5ec943f   counsel.el: Various counsel-outline docfixes
      adds  af806ee   counsel.el: Simplify counsel-outline functions
      adds  8122c3a   counsel.el: Pacify byte-compiler
      adds  66a1c36   counsel.el: Free counsel-outline markers after use
      adds  5272e07   counsel.el: Optimise counsel-unicode-char
      adds  e4e286a   counsel.el: #'-quote defalias definitions
      adds  4739bef   counsel.el: Reword docstring of symbol history var
      adds  759f83e   counsel.el: Simplify regexp unquoting
      adds  bec04b6   ivy.el: Replace assoc with assq where appropriate
      adds  1fcbd49   ivy.el (ivy--buffer-list): Optimise
      adds  7c1ab84   Use the variable, not function, buffer-file-name
      adds  e7bf2b3   ivy.el (ivy--find-file-action): Simplify
      adds  7f07dbd   ivy.el (ivy--recompute-index): Simplify
      adds  90238e7   ivy.el (ivy--add-face): Update docstring
      adds  7c8beb2   ivy.el: Add convenience function ivy--parent-dir
      adds  8df5553   ivy.el (ivy-call): Simplify I
      adds  bc45f69   ivy.el (ivy-call): Simplify II
      adds  79be4ba   counsel.el (counsel-apropos): Simplify
      adds  9797fcb   counsel.el (counsel-apropos): Set sort & preselect
      adds  8e01c20   ivy.el (ivy-thing-at-point): Simplify
      adds  8539fa3   counsel.el (counsel--M-x-externs): Touch-up
      adds  85cbaac   ivy.el (ivy-switch-buffer): Fix this-command usage
      adds  52013fa   ivy.el: Use delete-dups where appropriate
      adds  2cdd808   ivy.el (ivy--virtual-buffers): Simplify I
      adds  f2bcc68   ivy.el (ivy--virtual-buffers): Simplify II
      adds  16a5352   counsel.el (counsel-library-candidates): Simplify
      adds  ccffa6e   Quote function symbols with #'
      adds  bf9d098   Pacify byte-compiler
      adds  4092882   Simplify counsel-imenu-categorize-functions
      adds  3e1489c   counsel.el (counsel-git-checkout-action): Touch-up
      adds  b5e8556   ivy.el (ivy-on-del-error-function): Simplify
      adds  41bdad0   counsel.el: Simplify variable completion
      adds  5230c7e   Use custom-variable-p in counsel-set-variable
      adds  d52045d   Widen counsel-describe-function collection
      adds  1082562   ivy.el (ivy--buffer-list): Fix regression
      adds  1abeae1   Extend counsel-unquote-regex-parens tests
      adds  75fce36   ivy.el (ivy--reset-state): Filter sorted alist
      adds  7f387a7   ivy.el (ivy--reset-state): Simplify
      adds  146f09d   ivy.el (ivy--reset-state): Simplify sort condition
      adds  4ca8786   ivy.el: Avoid modifying alist collection
      adds  ba6940b   ivy.el (ivy-alt-done): Sync docstring with manual
      adds  69c0e4d   counsel.el: Bind apropos-command.
      adds  adbe637   Use 'string-match-p' instead of 'string-match' where 
applicable
      adds  e20ad0d   Simplify ivy-add-prompt-count
      adds  3a1a8cf   Optimise away string allocations in ivy-add-prompt-count
      adds  701f26f   Improve regexps to refer to starts/ends of strings rather 
than lines
      adds  8efc8ab   Use ivy--dirname-p to check for directory names
      adds  2fcde41   Added counsel-grep-map, added swiper-avy key to 
counsel-git-grep
      adds  e975622   Add counsel-bookmarked-directory
      adds  2f5576a   swiper.el (swiper--candidates): Add 
inhibit-field-text-motion
      adds  826bb5e   Interactively specify switches
      adds  71cfa9b   Pacify counsel-bookmarked-directory warnings
      adds  4009ffa   counsel.el: Do not free counsel-outline markers
      adds  298b9b5   counsel.el (counsel-mode): Display local keymap in mode 
doc
      adds  32e4842   counsel.el (counsel-library-candidates): check dirs in 
load-path exist
      adds  65f8658   ivy.el (ivy-height-alist): Entries can be functions
      adds  93e958c   Strip properties from returned alist candidate
      adds  02537c9   ivy.el (ivy--magic-file-slash): Don't trigger from TAB
      adds  78ffd07   counsel.el (counsel-find-file-delete): reset ivy state
      adds  e7d9593   Fix terminal usage of ivy
      adds  813b213   counsel.el (counsel-prompt-function): Remove obsolete 
variable
      adds  43474e5   ivy.el (ivy--switch-buffer-action): Remove 
with-ivy-window wrapper
      adds  00dbfa4   ivy-overlay.el (ivy-overlay-impossible-p): Add org-mode's 
src blocks
      adds  f4dc7f9   doc/ivy.org: Rename "recommended bindings" -> "sample 
bindings"
      adds  1f78cfe   Add support for counsel-locate over tramp
      adds  5501b7e   Add ivy-modified-outside-buffer face for ivy-switch-buffer
      adds  96df1a0   ivy.el (ivy-string<): Handle heterogeneous args
      adds  196dd15   ivy.el (ivy-push-view): Overwrite view with prefix arg
      adds  90f66c6   ivy.el (ivy-partial): Can change current dir when 
completing files
      adds  8068626   ivy.el (ivy--directory-done): Fix for partial match of 
tramp method
      adds  41bd248   ivy.el: Fix Emacs26 regression when completing tramp 
methods
      adds  84e7a13   ivy-test.el (ivy-partial-files): Fix for Emacs24
      adds  f969cf8   counsel.el (counsel-linux-apps-directories): Add dir for 
flatpack
      adds  b110043   ivy.el (ivy--cd): Fix Emacs-25/26 compat
      adds  f38ae6c   ivy.el (ivy--sorted-files): Simplify
      adds  37bf85f   Ignore non-readable desktop files
      adds  dd66c93   counsel.el: Fix xdg-open under Ubuntu for 
counsel-locate-action-extern
      adds  1621d35   counsel.el: Simplify async xdg-open invocation
      adds  d528292   counsel.el (counsel--browse-history): Add :caller
      adds  d85d174   counsel.el: Remove unused yank-pop boundaries
      adds  4ae4515   counsel.el (counsel-yank-pop): Minor aesthetics
      adds  4b1881e   counsel.el: Allow counsel-yank-pop after point
      adds  71b60a7   ivy-test.el (counsel-yank-pop): Add test
      adds  02d9528   ivy.el: Don't restore buffer after action
      adds  c45233e   counsel.el (counsel-fzf): Remove 2nd prompt colon
      adds  985018a   swiper.el (swiper-avy): Fix when there's scroll
      adds  f051d66   swiper.el (swiper--avy-candidate): Fix off-by-one in 
counsel-grep
      adds  cc8a58c   counsel.el (counsel-find-file-delete): Ask for 
confirmation
      adds  59b8966   counsel.el: Respect split string setting when doing 
grep-like occur.
      adds  d346991   ivy.el (ivy-read): Turn on :sort also via 
ivy-sort-functions-alist
      adds  2288613   counsel.el (counsel-find-file-delete): Fix prompt
      adds  01ed04d   counsel.el: Do not prompt for directory deletions
      adds  d0892f1   counsel.el: Use long prompts for file deletions
      adds  cd7d8a8   counsel.el: Clean up buffers of deleted files
      adds  c369298   Fix swiper jumping incorrectly to the first match
      adds  bd980d8   Unwind with company-abort in counsel-company
      adds  24dc0fc   ivy-overlay.el (ivy-display-function-overlay): Avoid 
extra whitespace
      adds  075c3ff   ivy-overlay.el: Fix require for 24.3
      adds  c74f9c9   counsel.el: Fix compiler warnings
      adds  d76968a   counsel.el (counsel--org-make-tag-string): Add
      adds  8595ec7   ivy.el: Remove webjump completing-read handler
      adds  36dd91e   ivy.el: Use ivy-truncate-lines also for non-graphical 
Emacs
      adds  4461ef3   Move counsel-more-chars-alist and counsel-more-chars to 
ivy.el.
      adds  08f8139   swiper.el (swiper-all): use ivy-more-chars.
      adds  c0a7efb   counsel.el (counsel-ag-function): allow to override the 
minimum search term length.
      adds  47299a9   Propertize matches in ivy-occur buffers.
      adds  aa45aa7   ivy.el (ivy--highlight-fuzzy): Generalize
      adds  31b5423   ivy.el: Fix ivy-occur highlighting for non-grep commands
      adds  810d77e   counsel.el (counsel-grep-like-occur): Don't add an extra 
"./"
      adds  60789b1   ivy.el (ivy--occur-insert-lines): Avoid error on 
modifying read-only str
      adds  5d0bb02   ivy.el (ivy--occur-insert-lines): Don't add 4 spaces for 
grep-like
      adds  2dea224   counsel.el (counsel-rhythmbox): Refresh list with prefix 
arg
      adds  5560ed8   ivy.el: Fix compiler warning
      adds  5472da5   ivy.el (ivy--reset-state): Add only string default to 
collection
      adds  268bd08   ivy.el (ivy-completing-read): Add compatibility for 
non-string defaults
      adds  8119969   ivy.el (ivy-immediate-done): Exit with unchanged initial 
input
      adds  c0e4ff0   ivy.el (ivy-immediate-done): Add condition on 
read-file-name
      adds  c1c1ec7   ivy.el: For non-graphical Emacs set resize-mini-windows 
to 'grow-only
      adds  1394933   Simplify various string manipulations
      adds  6dcae36   Various minor simplifications
      adds  746ba71   Fix ivy-re-to-str usage
      adds  e62ee8b   ivy.el: Remove redundant :group tags
      adds  87b91bf   ivy.el: DRY for determining minibuffer face
      adds  1d3ae8f   counsel.el (counsel-wmctrl): Remove nil from collection
      adds  1801927   ivy.el: Fix minibuffer truncation & resizing
      adds  ad8bed6   ivy.el (ivy-completing-read): Simplify
      adds  cfef472   ivy.el (ivy--reset-state): Set 
Info-read-node-completion-table
      adds  f93231a   ivy.el: Work around void Info-complete-menu-buffer
      adds  58b1749   ivy.el (ivy--quote-format-string): Add
      adds  a830041   counsel.el (counsel-command-history): Remove %d from 
prompt
      adds  6fe1a93   ivy.el (ivy-read): prompt argument is no longer a format 
string
      adds  69856b6   counsel.el (counsel-linux-app): Show also hidden 
*.desktop with a prefix arg
      adds  f7e3b6c   Mention recent ivy-read prompt change in manual
      adds  794ca3d   Fix ivy--quote-format-string usage
      adds  548eeaf   counsel.el (counsel-prompt-function-dir): Simplify
      adds  055f0e3   Mark counsel-prompt-function-default as obsolete
      adds  141db77   counsel.el (counsel--async-filter): Simplify
      adds  509a2b1   counsel.el (counsel--M-x-prompt): Simplify
      adds  259cb96   ivy.el (ivy-previous-line): Simplify
      adds  f08cfea   ivy.el (ivy-prompt): Improve compatibility warning
      adds  0b0df01   ivy.el: Simplify and document prompt propertizing
      adds  15132b7   ivy.el (ivy-cleanup-string): Clarify docstring
      adds  2c31355   ivy.el (ivy--minibuffer-setup): Simplify
      adds  10165c4   ivy.el: (ivy--remove-props): New convenience defun
      adds  3ec2dec   ivy.el (ivy-completion-in-region): Simplify
      adds  08384c1   ivy.el: Clean up ivy-completion-in-region prompt
      adds  8da6e51   counsel.el: Prefer declare form to make-obsolete
      adds  9f52838   ivy.el : Add ivy-separator face
      adds  d3c0341   counsel.el (counsel-yank-pop-separator): Extend :type
      adds  a041fd6   counsel.el (counsel--grep-regex): Extract and obey 
current matcher
      adds  d5ffd67   ivy.el (ivy--occur-insert-lines): Handle Windows path 
separator
      adds  9414f7a   counsel.el (counsel-fzf-function): Take bash out of the 
equation
      adds  5f4a946   counsel.el (counsel--async-command): Touch-up
      adds  79543f3   ivy.el (ivy-read): Minor docstring improvements
      adds  7b6765b   ivy.el (ivy--regex-fuzzy): Optimize regex "(a).*?(b)" -> 
"(a)[^b]*(b)"
      adds  11fb8bf   counsel.el (counsel--wmctrl-parse): Extract
      adds  5544984   counsel.el (counsel--run): Add
      adds  be62a37   counsel.el (counsel-rhythmbox-play-song): Re-launch if 
not playing
      adds  7434a79   ivy-overlay.el (ivy-overlay-show-after): Don't inherit 
existing face
      adds  7c66f44   ivy-overlay.el: Simplify overlay face overriding
      adds  3d301d7   Minor ivy-display-function-overlay touch-up
      adds  026f408   counsel.el (counsel-rhythmbox-play-song): Refactor
      adds  cad0326   ivy.el (ivy--occur-insert-lines): Fix typo
      adds  3ac2b6b   counsel.el: Call du process directly
      adds  9862640   counsel.el (counsel--call): Add wrapper around 
call-process
      adds  40f7d58   counsel.el (counsel--call): Touch-up
      adds  5313837   Simplify counsel--git-grep-count-func-default
      adds  33d8e96   counsel.el: (counsel--call): Warn about stderr
      adds  2f7e268   ivy.el: Prefer ivy-modified-outside-buffer over 
ivy-modified-buffer
      adds  86635fb   doc/ivy.org: Document ivy-modified-buffer and 
ivy-modified-outside-buffer
      adds  f6d71b9   counsel.el (counsel-rhythmbox-toggle-shuffle): Add and 
bind to "s"
      adds  be98b75   ivy.el (ivy--occur-insert-lines): Fix for counsel-ag
      adds  7371a1a   ivy.el (ivy--occur-press-update-window): don't switch to 
a killed buffer.
      adds  f879626   Define own variants of compilation-* faces
      adds  d4999d8   ivy.el (ivy-occur-next-line): Be useful also in the 
original buffer
      adds  8b2b0b7   ivy.el (ivy--select-occur-buffer): Extract
      adds  13df2a3   ivy.el (ivy-occur-next-line): Limit the point to 
candidates
      adds  a1b30ea   counsel.el (counsel-colors--name-to-hex): protect against 
invalid input. (counsel-color-emacs): adapt.
      adds  6d84193   ivy.el (ivy-occur-next-line): Jump to first candidate 
when in header
      adds  066fc9e   Remove hardcoded font-lock-comment-face.
      adds  791f9e2   Remove hardcoded font-lock-builtin-face 1/2.
      adds  587a157   Remove hardcoded font-lock-builtin-face 2/2.
      adds  e341bdc   Remove hardcoded completions-annotations face.
      adds  b43276a   Remove hardcoded org-level-{1-8} faces.
      adds  f751471   Remove hardcoded minibuffer-prompt face.
      adds  2610c9f   counsel.el: Fix byte compiler warnings
      adds  1cc1a60   counsel.el (counsel-linux-apps-directories): Add XDG 
defaults.
      adds  1fff149   counsel.el (counsel-linux-app-format-function-default): 
Truncate Exec
      adds  71fe93c   ivy.el: highlight yanked word.
      adds  dd8a947   Replace http:// with https:// in all links
      adds  0355c55   counsel.el (counsel--async-filter): write candidates only 
in the minibuffer.
      adds  23c5d8d   ivy.el (ivy--occur-insert-lines): fix incorrect regexp.
      adds  7575b43   counsel.el (counsel-M-x): Filter obsolete commands
      adds  106b924   Revert "ivy.el (ivy--occur-insert-lines): Fix for 
counsel-ag"
      adds  588a190   counsel.el: robustify grep-like ivy-occur.
      adds  c593c3d   counsel.el: Fix byte-compiler warning
      adds  7e0fd2e   ivy.el (ivy-occur-next-line): Fix for ivy-occur-mode
      adds  3f1c6a4   targets/plain.el: Don't call `package-initialize'
      adds  0b2d176   counsel.el: Tweak a few docstrings
      adds  e6dcf73   ivy.el: Touch up yank pulsing
      adds  fcbd944   counsel.el (counsel--normalize-grep-match): remove column 
indicators for wgrep.
      adds  ed4d9ef   ivy-test.el (counsel--normalize-grep-match): Clean up
      adds  b49dfc6   ivy.el (ivy--magic-file-slash): Fix dir expansion
      adds  14dd562   ivy.el (ivy--magic-file-slash): Simplify I
      adds  7385d1c   ivy.el (ivy--magic-file-slash): Simplify II
      adds  2451d97   ivy.el (ivy--magic-file-slash): Simplify III
      adds  4fdc8f8   ivy.el (ivy--magic-file-slash): Simplify IV
      adds  d6c0a24   Avoid TRAMP related errors from blocking ivy-...-buffer 
commands
      adds  c897b56   ivy.el (ivy--reset-state): Use all-completions
      adds  ed1d220   Revert "counsel.el (counsel--async-filter): write 
candidates only in the minibuffer."
      adds  d3136f1   ivy.el (ivy--insert-minibuffer): write candidates only in 
the minibuffer.
      adds  c507485   ivy.el: More yank pulsing followups
      adds  8222b2b   counsel.el (counsel--normalize-grep-match): Update
      adds  cccc912   ivy.el (ivy-pulse-delay): Convert to defcustom
      adds  34d9f13   ivy.el (ivy-pulse-delay): Touch up doc
      adds  19bde24   counsel.el (counsel-org-tag): Avoid empty string
      adds  5be20cb   ivy.el (ivy--occur-insert-lines): Speed up regex
      adds  7ff7d1d   ivy.el: Minor yank pulse simplification
      adds  58bf1b9   counsel.el (counsel-unquote-regex-parens): Bugfixes
      adds  5081af5   Avoid to hardcode the opinionated 
display-buffer-pop-up-window.
      adds  201c5d7   ivy.el: allow to make the initial-input dynamic.
      adds  a3f4be4   ivy.el (ivy-avy): Split up into smaller functions
      adds  d7ba75b   Do not let ivy virtual buffer faces creep into the 
recentf file
      adds  b31449a   Add find args customization for counsel-{file,dired}-jump
      adds  34a72e2   ivy.el (ivy-hooks-alist): New defcustom
      adds  a0a671f   swiper.el (swiper-font-lock-exclude): Add matrix-client 
modes
      adds  707a8e1   Update readme.md, add additional melpa badges
      adds  8a0ba73   swiper.el (swiper-font-lock-exclude): Add deadgrep-mode
      adds  c20ceb6   swiper.el (swiper-font-lock-exclude): Sort list
      adds  2b4605e   counsel.el (counsel--org-get-tags): Extract
      adds  2d0f707   counsel.el (defgroup counsel): Add own group
      adds  f908ed0   doc/ivy.org: Use CSS from gh-pages branch
      adds  8d4dbc4   counsel.el (counsel-down-directory): New command
      adds  5a6058a   ivy.el (ivy--kill-buffer-action): Remove virtual buffers 
from recentf-list
      adds  ebfea9b   swiper.el (swiper-avy): Fix for ivy-format-function-arrow
      adds  3f77b6c   doc/Changelog.org: Summarize commits for 0.11.0
      adds  17603fc   doc/Changelog.org: Quote links and sort
      adds  525b2e4   ivy.el: Release 0.11.0
      adds  100bd21   counsel.el (counsel-M-x): Optionally expand aliases
      adds  b4492a3   counsel.el (counsel-git-checkout-action): Quote branch 
names
      adds  08dd58b   ivy.el (ivy--regex-fuzzy): Don't allow newlines in 
wildcards
      adds  70ad031   doc/Changelog.org: Update path to CSS
      adds  596461e   counsel.el (counsel-grep-use-swiper-p): New defcustom
      adds  6017cc8   ivy.el (ivy-read): Keep only one action for one key
      adds  b000b0a   ivy.el (ivy--recompute-index): Speed up
      adds  dc250bd   counsel.el (counsel-unicode-char): Don't sort every time
      adds  c2eb4b5   ivy.el (ivy--kill-buffer-action): Integrate with 
ivy-switch-buffer-kill
      adds  e86cf2e   counsel.el (counsel-require-program): Change arg meaning
      adds  98b70a7   swiper.el (swiper--update-input-ivy): Don't recenter when 
non-graphical
      adds  007d672   swiper.el (swiper--update-input-ivy): Use 
display-graphic-p
      adds  f631d75   swiper.el (swiper-font-lock-exclude): Add 
xref--xref-buffer-mode
      adds  686cf5a   swiper.el (swiper--action): Fix for emacs -nw
      adds  3773c26   swiper.el (swiper--current-window-start): Add docstring
      adds  da85d1e   ivy.el: Require TRAMP earlier
      adds  b1ac725   ivy.el (ivy-initial-inputs-alist): Now a defcustom.
      adds  24c95b7   ivy.el (ivy-thing-at-point): Extend
      adds  43f169b   swiper.el (swiper-font-lock-ensure-p): Try checking for 
non prog-mode
      adds  88b3548   swiper.el (swiper--avy-goto): Extract
      adds  51446e5   swiper.el (swiper--avy-candidates): Extract
      adds  4ca721c   swiper.el (swiper-avy): If the input is 1 char, 
re-highlight
      adds  050b4a4   counsel.el (counsel-grep-history): Add
      adds  ffffc21   swiper.el (swiper-mc): Update doc
      adds  28e88ab   Allow to mark/unmark candidates with "m", "u", "DEL", "t"
      adds  3216d40   swiper.el (swiper-avy): Warn if no input
      adds  b01108e   ivy.el (ivy-call): Call action with whole marked list if 
it has a second arg
      adds  48c7087   ivy.el (ivy-reverse-i-search): Don't bind 
ivy-recursive-restore to nil
      adds  dfeaec0   swiper.el (swiper--update-input-ivy): Don't rely on 
window-start in terminal
      adds  9718962   Add a simple initial counsel-switch-buffer
      adds  6853290   counsel-switch-buffer: Add support for 
ivy-use-virtual-buffers.
      adds  ef78fb6   Add environment variable completion to counsel-find-file
      adds  16367fc   ivy.el (ivy-call): Call ivy-recursive-restore even if no 
action
      adds  47c8c3d   counsel.el (counsel-read-env): Simplify
      adds  22fca55   counsel.el (counsel-file-jump-args): Remove extra 
backslash
      adds  2a02343   counsel.el (counsel-file-jump): Fix file expansion
      adds  f0b2bc6   Update ivy-help.org
      adds  b0c0371   Enable counsel-read-env to properly handle directories
      adds  c38daa3   Enable counsel-read-env to work in read-file-name
      adds  bedeb02   Move counsel-read-env to ivy mode
      adds  da9d937   ivy.el (ivy-call): Allow ivy-inhibit-action to be a 
function
      adds  51c5874   counsel.el (counsel-find-file-map): Bind "`" to bookmarks
      adds  a664943   BSDs should default to locate not using regular 
expressions
      adds  e88c7d6   counsel.el (counsel-locate-cmd): Simplify
      adds  9cf3f08   swiper.el (swiper-use-visual-line-p): New variable
      adds  80d40e4   Dynamically handle grep tool look-arounds
      adds  0a4ad42   ivy-test.el (counsel--grep-regex): Add test for negative 
lookahead
      adds  4e07e6f   ivy.el (ivy-make-magic-action): Add docstring to the 
generated lambda
      adds  3de074a   counsel.el (counsel-find-file-copy): Add and bind.
      adds  84b5ece   counsel.el (counsel-find-file-copy): Use 
ivy-inhibit-action
      adds  15e2c88   Restore buffer-list after counsel-switch-buffers
      adds  9e3c855   ivy.el (ivy-make-magic-action): Fix bug
      adds  a538df1   ivy.el (ivy-make-magic-action): Point doc to the action 
function
      adds  5f5a263   counsel.el (counsel-compile): Add
      adds  3c16fa1   counsel.el (counsel-compile): Clean up
      adds  56201b1   counsel.el: Remove cl-extra
      adds  5f4e944   counsel.el: Fix finding dominating file
      adds  072f238   counsel.el: Capitalize proper noun "Git"
      adds  876b4ac   counsel.el (counsel-compile): Minor cleanup
      adds  adea72f   counsel.el: Simplify counsel-compile action
      adds  859e3cb   counsel.el: Clean up compile history keeping
      adds  8a40934   counsel.el: Clean up compile candidates list
      adds  0c30e3f   counsel.el: Minor compile history cleanup
      adds  1439e8d   counsel.el: Simplify compile build dir collection
      adds  50dc9e6   counsel.el (counsel--get-build-subdirs): Fix
      adds  4e0d403   counsel.el (counsel--find-build-subdir): Simplify
      adds  82e6c54   counsel.el: Clean up compile make invocation
      adds  7e8a362   counsel.el (counsel--get-make-targets): Clean up
      adds  144e7d9   counsel.el: Clean up recent compile variables
      adds  114ae96   counsel.el: Find project root more flexibly
      adds  bb58a29   counsel.el (counsel-ag): Fix error in non-Git directory
      adds  a37d4e3   counsel.el (counsel-compile): fix breakage to subdir 
recursion
      adds  f0d93cf   counsel.el (counsel-compile): 
counsel-compile-get-filtered-history
      adds  d64b268   counsel.el (counsel-compile): counsel--get-build-subdirs
      adds  25336fd   counsel.el (counsel-compile): counsel-compile-local-builds
      adds  ce0c39e   counsel.el (counsel--git-root): Rename
      adds  86c904f   counsel.el (counsel-compile-root-functions): Change 
priority
      adds  cbdc9c9   counsel.el (counsel--compile-get-make-targets): Rename
      adds  5aa263c   counsel.el (counsel-compile-make-pattern): Fix regex
      adds  cc50da2   counsel.el (counsel-dired-jump-args): Fix -type d
      adds  3954bfe   counsel.el (counsel-compile): Don't modify 
compilation-start-hook permanently
      adds  c2788de   counsel.el (counsel--switch-buffer-update-fn): if to cond
      adds  3e1e905   Fix virtual buffers in counsel-switch-buffer
      adds  6f0f32f   counsel.el (counsel-git-grep-count-function): Promote to 
defcustom
      adds  d92d43a   counsel.el (counsel-compile-root-functions): Tidy
      adds  a473519   Fix error in ivy-make-magic-action
      adds  b180abf   counsel.el (counsel-compile): clean-up get-make-targets
      adds  db905cc   counsel.el (counsel-compile-phony-pattern): Use plain 
regex
      adds  e7146e5   counsel.el (counsel-git-grep-count-function): Fix
      adds  9ce9e4e   counsel.el (counsel-compile-phony-pattern): Fixup
      adds  2356a1d   ivy-test.el (counsel--grep-regex): Extend test
      adds  27add46   Anchor pcre lookaround patterns to bol
      adds  456e575   Don't bury killed buffers after counsel-switch-buffer
      adds  cdd7ada   counsel.el (counsel-url-expand): Avoid null error
      adds  1046fc7   ivy.el (ivy-avy): Use non-obsolete avy-process
      adds  5b4dbbc   ivy.el: Silence byte-compiler
      adds  b154260   counsel.el (counsel-grep): Fix TRAMP problems
      adds  1c84179   counsel.el (counsel-rg): Add an example to the doc
      adds  089107a   counsel.el (counsel-ag): Add a keyword argument caller
      adds  8b4c939   counsel.el (counsel-cd): Add
      adds  adab07d   counsel.el: Simplify counsel-git-grep
      adds  78b62f2   README.md: Mention char-fold-to-regexp
      adds  776fbb7   Make ivy-switch-buffer-occur work with multi-pass regex 
builders
      adds  a601e40   counsel.el (counsel-org-goto-all): Use org-mode outline 
settings
      adds  6373a48   counsel.el: Fix compiler warning
      adds  0c8cfe8   ivy-hydra.el (ivy-dispatching-done-idle): Add
      adds  8c1a2fa   Allow all re-builders to use ivy-highlight-grep-commands
      adds  164fecb   Make find-file-occur work with multi-pass regex builders
      adds  468e914   counsel.el (counsel--file-name-filter): Clean up style
      adds  4c52362   swiper.el (swiper-occur): Make wgrep work for narrowed 
buffers
      adds  b27ef9e   counsel.el (counsel-git-cands): Extract
      adds  ffa2d8f   counsel.el (counsel-unicode-char): Fix sorting
      adds  3b677d4   counsel.el (counsel-file-jump-args): Fix dotfiles not 
being shown
      adds  c56ad2a   ivy-hydra.el (ivy-dispatching-done-hydra): Improve
      adds  1b5af1e   counsel.el (counsel-file-jump-args): Adjust
      adds  344aebc   counsel.el (counsel-dired-jump): Improve
      adds  18d7f84   counsel.el (counsel-yank-pop-action): Also works for 
strings
      adds  aef1242   ivy-overlay.el (ivy-overlay-impossible-p): Simplify
      adds  bb5d0d4   ivy-overlay.el (ivy-display-function-overlay): Refactor
      adds  3cb9d72   ivy-overlay.el (ivy-display-function-overlay): Fix weird 
offset
      adds  05763ae   counsel.el (counsel-git): Fix default-directory
      adds  ea6ef81   Allow recursive minibuffers to use 
ivy-display-function-alist
      adds  5e54abd   Fix counsel-org-tag-agenda
      adds  0465711   counsel.el (counsel-org-tag-agenda): Check org-version
      adds  1998783   counsel.el (counsel-find-file-ignore-regexp): Add nested 
hidden dotfiles
      adds  f9b64c3   swiper.el (swiper-isearch): Add
      adds  adad2e4   counsel.el: Strip space from initial input of 
counsel-package
      adds  3416142   counsel.el (counsel--async-sentinel): Fix index jumping 
randomly
      adds  1606918   ivy.el (ivy-read): Allow :update-fn to be 'auto
      adds  31a554d   swiper.el (swiper-isearch): Anchor to 
line-beginning-position
      adds  dc3f469   swiper.el (swiper-isearch): Extend
      adds  df8901f   swiper.el (swiper-query-replace): Add preview overlays
      adds  f4431d4   doc/ivy.org (automatically integrated packages): Add
      adds  bc479ed   swiper.el (swiper-isearch): Fix minibuffer height
      adds  8edde1c   swiper.el (swiper-isearch): Change prompt
      adds  1ebbb5f   swiper.el (swiper-isearch): Set swiper-min-highlight to 1
      adds  fa2e02d   ivy-overlay.el (ivy-cursor): Customize for dark background
      adds  66961f8   swiper.el (swiper-isearch-action): Add a cursor overlay
      adds  fef96f4   counsel.el (counsel--find-file-1): Extract
      adds  b34bf45   counsel.el (counsel-dired): Add
      adds  8229304   ivy.el: Add display transformer for counsel-dired
      adds  3b40e99   swiper.el (swiper-isearch-action): Fix fake cursor at eol
      adds  7c9d960   swiper.el (swiper--add-cursor-overlay): Extract
      adds  ce31009   swiper.el (swiper-isearch-function): Use text with faces
      adds  eaba38a   counsel.el (counsel-dired-jump-args): Fix for OSX
      adds  1e38ed4   counsel.el (counsel-minor): Add command to toggle minor 
mode
      adds  05a4e59   Do not use invalid :preselect as a regexp
      adds  2098d27   swiper.el: Set up occur for swiper-isearch
      adds  302d23f   counsel.el: Fix org-version testing
      adds  9988904   counsel.el (counsel--switch-buffer-update-fn): Fix for 
when find-file fails
      adds  4f1bbc1   swiper.el (swiper-isearch-function): Full point history 
for DEL
      adds  3ab3d5f   swiper.el (swiper-isearch): Check executing-kbd-macro
      adds  cd41f70   ivy-test.el: Add inhibit-message
      adds  1df4ccf   ivy.el (ivy-occur-revert-buffer): Add swiper-isearch
      adds  dceecd8   swiper.el (swiper-occur): Adapt to swiper-isearch
      adds  0bf94f8   ivy.el (ivy--occur-press-update-window): Add 
swiper-isearch
      adds  0d2ab52   swiper.el (swiper--isearch-occur-cands): Faster version
      adds  11b0007   swiper.el (swiper--action): Simplify
      adds  502eae6   counsel.el (counsel--call): Rename to counsel--command
      adds  b2693d1   counsel.el (counsel-locate-db-path): New defcustom
      adds  f38bb51   ivy.el (ivy--prompt-selectable-p): Allow to select ""
      adds  1b13ee8   ivy.el (ivy--use-selectable-prompt): Cache 
ivy--prompt-selected-p
      adds  92ec03c   ivy-test.el (ivy-use-selectable-prompt): Add tests
      adds  0a12708   swiper.el: Add swiper background faces
      adds  1bf56c3   swiper.el (swiper--query-replace-setup): Fix for 
ivy--regex-ignore-order
      adds  44ea8b5   counsel.el (counsel-git-grep-cmd-function): Add
      adds  4492054   ivy.el (ivy--recompute-index): Speed up
      adds  6c858c1   ivy.el (ivy--filter): Improve performance with :matcher
      adds  5458f93   ivy.el (ivy--filter): Avoid a filter on empty input
      adds  115efb7   ivy.el (ivy--sorted-files): Work around all-completions 
returning $$
      adds  7e73580   ivy-test.el (counsel-find-file-with-dollars): Add test
      adds  ce0a1f1   ivy.el (ivy--filter): Fix matcher not called on input ""
      adds  ba849e5   ivy.el (ivy--re-filter): Fix for ivy--regex-ignore-order
      adds  9c53320   swiper.el (swiper-isearch-function): Fix for strings with 
trailing \|
      adds  f52b0ac   ivy.el (ivy--filter): Don't cache if ivy--old-cands is 
empty
      adds  c47a7dc   ivy.el (ivy--filter): Don't cache if the result of 
matching cache is empty
      adds  2221a5c   ivy-test.el (counsel-find-file-with-dotfiles): Add test
      adds  482088c   swiper.el (swiper--avy-candidates): Fix for 
swiper-background-faces
      adds  8482f62   swiper.el (swiper-isearch-function): Fix str is " "
      adds  39759cf   ivy-test.el (ivy-with): Save current buffer
      adds  31e57e7   ivy-test.el (counsel-find-file-with-dotfiles): Disable 
for older Emacs
      adds  fa87b97   ivy-test.el: Print version
      adds  4171364   ivy-test.el (counsel-find-file-with-dotfiles): Disable 
for emacs27
      adds  5115df3   counsel.el: counsel-switch-buffer-other-window: new 
command.
      adds  0e62f0d   counsel.el (counsel-switch-buffer-other-window): Update 
prompt
      adds  e3f8908   ivy-test.el: Make friendlier
      adds  39f5c24   ivy-test.el: Use :expected-result
      adds  80d9c17   Makefile: Clone tests/ if needed
      adds  a9f9e41   Add counsel-descbinds-action-exec
      adds  d829338   counsel.el (counsel-recentf): Require match
      adds  0467f5b   doc/ivy.org: Correct typo
      adds  6516265   ivy-overlay.el: Do not assume in-buffer completion
      adds  6263d04   counsel.el (counsel-find-file): Improve mkdir action with 
ivy-call
      adds  f28e00c   counsel.el (counsel-find-file): Improve delete action 
with ivy-call
      adds  62a2c7e   counsel.el (counsel-find-file): Improve copy and move 
actions
      adds  4f12a59   counsel.el (counsel-find-file-mkdir-action): Add trailing 
"/"
      adds  ca8d5ba   ivy.el (ivy-partial): Adjust ivy-tab-space when one 
candidate
      adds  afeda97   counsel.el (counsel-company): Add :caller
      adds  891be1d   counsel.el (counsel-org-file): Handle ATTACH_DIR property
      adds  d8136a2   doc/ivy.org: Remove outdated magit customization
      adds  276599c   doc/ivy.texi: Generate from doc/ivy.org
      adds  605cee0   counsel.el (counsel-compile): Fix saving of blddir
      adds  c9f2318   counsel.el (counsel-compile): Add helper for formatting 
text
      adds  3d0887f   counsel.el (counsel-compile): Add counsel-compile-env
      adds  6de6233   counsel.el (counsel-compile): New counsel-compile-env 
helper
      adds  3b25d30   counsel.el (counsel-compile): Add predicate to 
counsel-compile-env
      adds  3f27e25   counsel.el (counsel-compile): Don't squash 
default-directory
      adds  bd958e7   counsel.el (counsel-org-files): Re-use org-attach-dir
      adds  f1b3fa4   swiper.el (swiper-isearch): Support 
swiper-goto-start-of-match
      adds  f628eb3   swiper.el (swiper-isearch-symbol-at-point): Add
      adds  9e513d0   swiper.el (swiper-thing-at-point): Add
      adds  4147453   swiper.el (swiper-isearch-thing-at-point): Add
      adds  2e4f2fb   Fix grep-occur when using multi-pass re-builders
      adds  9a2b110   ivy.el (ivy-insert-current): Insert text without 
properties
      adds  ecff164   ivy.el (ivy-insert-current): Minor simplification
      adds  9c1e1c3   swiper.el (swiper-isearch-function): Obey 
ivy-case-fold-search-default
      adds  bed783e   ivy-test.el (swiper-isearch-case-fold): Add test
      adds  e9f0772   ivy-test.el (counsel-find-file-with-dollars): Adjust
      adds  8a8aea2   counsel.el (counsel-company): Use company-prefix
      adds  a9e81f8   ivy.el: Don't offer virtual buffers for plain 
switch-to-buffer
      adds  6768214   ivy.el (ivy--insert-symbol-boundaries): Extract
      adds  fa9acdb   swiper.el (swiper-isearch-thing-at-point): Add symbol 
boundaries
      adds  3a16cec   ivy.el (ivy-occur): Don't setq-local ivy--directory
      adds  b49f17f   counsel.el (counsel-ag-function): Add dynamic case folding
      adds  6ec1126   ivy.el (ivy-help): Set org-hide-emphasis-markers
      adds  f292ed3   ivy.el (ivy-help): Reveal all Org contents
      adds  9eb5275   ivy.el (ivy--minibuffer-index-bounds): Extract
      adds  c1ff0d6   ivy.el: Fix compiler warning
      adds  5eea0af   ivy.el (ivy--minibuffer-index-bounds): Simplify logic
      adds  6f56049   ivy.el (ivy--minibuffer-index-bounds): Make pure
      adds  cc56ec0   swiper.el (swiper-isearch-format-function): Add
      adds  39a9e94   swiper.el (swiper-isearch-current-match): Add
      adds  1d08b29   swiper.el (swiper-isearch): Ensure font lock
      adds  b7574fe   swiper.el: Extra condition to recenter in terminal
      adds  6fd1620   swiper.el (swiper--recenter-p): Extract
      adds  eee9716   Add open in dired action to counsel-file-jump
      adds  fb64ea3   swiper.el (swiper-mc): Works for swiper-isearch
      adds  cc92e1c   swiper.el (swiper--avy-goto): Handle quit
      adds  10755b2   swiper.el (swiper-isearch-toggle): Add
      adds  2ce81eb   swiper.el (swiper-isearch-toggle): Extend doc
      adds  d9d6064   ivy.el (ivy-completion-in-region-action): Obey 
:exit-function
      adds  38f8e45   swiper.el (swiper-isearch-toggle): Fix candidate jump in 
toggle
      adds  6075a73   swiper.el (swiper--add-overlays): Reuse 
swiper--add-overlay
      adds  e6f49c2   swiper.el: Reorder by swiper--overlays
      adds  773ac65   swiper.el (swiper--cleanup): Re-use lazy-highlight-cleanup
      adds  687aae2   swiper.el (swiper-query-replace): Check for empty input
      adds  ee71733   ivy.el (ivy-switch-buffer-other-window): Fix 
ivy-use-virtual-buffers
      adds  e04b10c   swiper.el (swiper-isearch-function): Refactor
      adds  8df253a   swiper.el (swiper--isearch-same-line-p): Add
      adds  db3e307   swiper.el (swiper--isearch-format): Extract
      adds  9a9e3e4   ivy-test.el (swiper--isearch-format): Add test
      adds  815f094   swiper.el (swiper--add-line-overlay): Extract
      adds  eb1e636   swiper.el (swiper--add-cursor-overlay): Display only in 
current window
      adds  b05ae24   swiper.el (swiper--add-properties): Extract
      adds  4d40f88   swiper.el (swiper--isearch-function): Speedup for big 
files
      adds  7dc1445   swiper.el (swiper-isearch): Use the same faces in the 
minibuffer
      adds  58b6f7d   swiper.el (swiper--isearch-format): Don't use blending 
for the current match
      adds  76ef143   swiper.el (swiper-isearch): Fix ivy-occur
      adds  f628441   swiper.el (swiper-isearch): Fix "C-r"
      adds  743163c   counsel.el (counsel-minor-history): New history variable
      adds  77a5ffc   counsel.el (counsel-package-history): New history variable
      adds  cbb3ee1   counsel.el (counsel-company): Don't rely on company-point
      adds  2c57036   ivy.el (ivy-call): Modify the API for ivy-action second 
arg
      adds  bea44b7   counsel.el: Fix compiler warnings
      adds  d5c9673   swiper.el (swiper--isearch-format): Fix permanent face 
modifications
      adds  c6977eb   ivy.el (ivy-read): Add :multi-action arg
      adds  df0d980   Modify counsel-unicode-char's copy action to use actual 
result
      adds  226171b   ivy.el (ivy--occur-insert-lines): Don't highlight the 
file name part
      adds  a18de2f   counsel.el (counsel-register): Add
      adds  19ff7cf   counsel.el (counsel-register-action): Tweak error
      adds  a2af29b   ivy.el (ivy--occur-insert-lines): Fix missing line numbers
      adds  4898a5e   counsel.el (counsel-compile): better handling for 
counsel--get-build-subdirs
      adds  e8f9370   counsel.el (counsel-compile): nreverse recent history
      adds  b65cdb5   counsel.el (counsel-compile): track build dir for the 
benefit of M-i
      adds  e95a16b   Shrink ivy window after read action.
      adds  fbf654c   counsel.el (counsel-company): Rely on company-prefix if 
company-common is nil
      adds  b7e9dfd   counsel.el: Fix a couple of typos
      adds  8905b8b   counsel.el: Pacify byte-compiler
      adds  bc2dcbe   counsel.el (counsel--find-build-subdir): Simplify
      adds  0a26144   ivy.el (ivy--highlight-default): Handle unmatched groups
      adds  0134255   ivy.el (ivy--highlight-default): Use single face for 
adjacent groups
      adds  04f56ca   ivy.el (ivy--recompute-index): Use configured flx 
candidate limit
      adds  af5b594   ivy.el (ivy--occur-insert-lines): Fix typo bug
      adds  2410219   swiper.el (swiper-isearch-highlight-delay): New defcustom
      adds  332f990   ivy.el: Fix compiler warning
      adds  7e8622f   ivy.el (ivy-read-action): Fix
      adds  13da38a   ivy.el (ivy-help): Hide Org markup buffer-locally
      adds  a73e24d   Do not insert initial input if nil
      adds  7feb14f   ivy.el (ivy-format-functions-alist): New defcustom, 
obsoletes ivy-format-function
      adds  c11797a   swiper.el (swiper--line-at-point): Fix swiper-isearch in 
compilation buffers
      adds  92d5335   Add counsel-up-level command
      adds  779db1e   ivy.el (ivy--occur-insert-lines): Add copy-sequence
      adds  f40b08a   ivy-display-function: obsolete this varible in favor 
ivy-display-functions-alist
      adds  ef1e8d5   ivy.el (ivy-read): Don't use ivy-display-function
      adds  e69ddc3   ivy.el (ivy-sort-function-buffer): Unify prefix and 
star-prefix matches
      adds  93616f7   ivy.el (ivy--regex): Match initial dot in the input as a 
literal dot
      adds  ef6d3db   ivy-overlay.el (ivy-display-function-overlay): Bring back 
org-indent-mode logic
      adds  5cc1e5c   swiper.el (swiper-isearch-thing-at-point): Improve
      adds  b528f0f   ivy-overlay.el (ivy-display-function-overlay): Fix 
org-indent-mode once more
      adds  44b2d7d   ivy.el (ivy-insert-current-full): Add and bind to "C-M-y"
      adds  0b26219   counsel.el (counsel--file-name-filter): Move ignore-re 
binding.
      adds  57a57d1   swiper.el (swiper--multi-candidates): Simplify
      adds  3b6c898   counsel.el (counsel-mark-ring): Add preview by candidate
      adds  94f107b   counsel.el (counsel-mark-ring): Add highlight by candidate
      adds  ac1e07c   ivy.el (ivy--reset-state): Modify prompt for 
multi-isearch-buffers
      adds  034f3af   swiper.el (swiper-isearch): Allow char-fold-to-regexp
      adds  d39f82b   counsel-yank-pop-height is obselete and doesn't do 
anything
      adds  4078eb9   counsel.el (counsel-yank-pop-height): Remove
      adds  895906e   counsel.el (counsel-descbinds-function): Add
      adds  935603e   ivy.el (ivy--done): Press "RET" or "C-m" to create a 
directory
      adds  7d46450   Add more information about the collection argument in 
`ivy-read`.
      adds  dd2d495   swiper.el (swiper-all-thing-at-point): Add
      adds  d060eea   swiper.el (swiper-query-replace): Add 
query-replace-compile-replacement
      adds  4a37e1e   swiper.el (swiper-query-replace): Make eval-style 
replacement more accessible
      adds  0576b61   .github/FUNDING.yml: Add
      adds  51e765e   ivy.el (ivy-partial): Return nil when comletion was not 
updated
      adds  ba626e7   ivy.el (ivy-next-history-element): Use minibuffer-default 
for dired-dwim-target
      adds  676a8ee   swiper.el (swiper-isearch-current-match): Remove unused 
face
      adds  400d56f   counsel.el (counsel-open-buffer-file-externally): New 
function
      adds  16d2268   Fix ivy-push/switch-view windows layout
      adds  09b9508   ivy.el (ivy--find-file-action): Fix for virtual buffers
      adds  d260c48   swiper.el: Obey search-invisible
      adds  de8842e   Add ivy-switch-buffer-map to counsel-switch-buffer
      adds  f29207f   Add ability to resume dynamic collections
      adds  07c65b3   ivy.el (ivy--set-index-dynamic-collection): Extract
      adds  0d87297   counsel.el (counsel-open-buffer-file-externally): Cleanup
      adds  7defba2   ivy.el (ivy-avy): Fix when there's a scroll
      adds  704b1de   ivy.el (ivy-avy): Allow to scroll with "C-v" and "M-v"
      adds  a249d15   ivy-test.el (ivy-avy): Only run if avy is installed
      adds  15f8e10   .travis.yml: Add emacs-25.3 and emacs-26.2
      adds  3b1a25b   ivy-test.el (counsel-find-file-with-dotfiles): Fix
      adds  7183491   ivy.el (ivy--minibuffer-setup): Avoid extra call to 
ivy--exhibit
      adds  d752db5   counsel.el (counsel-find-file-extern-extensions): New 
defcustom
      adds  7201c0f   ivy-hydra.el (ivy-dispatching-done-hydra-exit-keys): 
Extract
      adds  cfb8d49   counsel.el (counsel-find-file-ignore-regexp): Add 
lockfiles to dotfiles
      adds  a20c196   counsel.el (counsel-set-variable): Better annotations for 
options
      adds  f0a2341   counsel.el (counsel-rhythmbox): Add :require-match
      adds  40d8114   counsel.el (counsel-shell-command-history): Remove 
obsolete command
      adds  cea24b7   counsel.el (counsel-expression-history): Remove obsolete 
command
      adds  4de54f1   ivy.el (ivy-reverse-i-search-kill): Add and bind to "C-k"
      adds  8fc254f   counsel.el (counsel--setq-doconst): Fix compiler warning
      adds  673c45e   ivy.el (ivy--minibuffer-setup): Set line-spacing to nil 
in the minibuffer
      adds  011626a   ivy.el (ivy-occur-press): Improve when window config 
changed
      adds  f9e8116   swiper.el (swiper-isearch-action): Fix outlines getting 
over-revealed
      adds  9f6141f   counsel.el (counsel--browse-history): Allow to remove 
elements with "C-k"
      adds  8d7578f   counsel.el (counsel--browse-history): Better prompt
      adds  1c436f6   ivy.el (ivy-reverse-i-search): Don't call another 
ivy-reverse-i-search
      adds  975c2af   ivy.el (ivy-reverse-i-search): Error when called from 
top-level
      adds  8db9cc1   swiper.el (swiper--add-cursor-overlay): Avoid a very wide 
cursor on tab chars
      adds  888b417   ivy.el (ivy--recompute-index-inhibit): Add
      adds  d52c176   ivy.el (ivy-switch-buffer-kill): Move from "C-c C-k" to 
"C-k"
      adds  ebac0e9   ivy.el (ivy--compute-extra-actions): Extract
      adds  7925637   ivy.el (ivy--compute-extra-candidates): Extract
      adds  4324211   ivy.el (ivy-read): Factor out transformer-fn
      adds  460d6e3   ivy.el (ivy-read): Refactor
      adds  4c9c14a   ivy.el (ivy--minibuffer-cleanup): Rename from ivy--cleanup
      adds  5e1c468   ivy.el (ivy--cleanup): Extract
      adds  a87bdd2   ivy.el (ivy-read): Refactor
      adds  f6876a7   ivy.el (ivy-read): Simplify
      adds  520fd83   ivy.el (ivy-read): Simplify
      adds  bae8e46   ivy.el (ivy--magic-file-doubleslash-directory): Cd remote 
"/" on "//"
      adds  a0b71a1   ivy.el (ivy--magic-tilde-directory): Cd remote "~" on "~"
      adds  2d22e05   doc/ivy.org: Add more info on TRAMP
      adds  3af75cf   swiper.el (swiper--positive-regexps): Extract
      adds  180d329   swiper.el (swiper--re-builder): Improve for 
char-fold-to-regexp
      adds  2fa7cec   ivy-test.el (swiper--re-builder): Add test
      adds  916e281   ivy.el (ivy-read): Fix bad refactor
      adds  4e9e310   ivy.el (ivy-read): Fix swiper-query-replace not working
      adds  3ec81dc   ivy-test.el (swiper--re-builder-char-fold): Split away
      adds  1ea4ebb   Fix minor typo
      adds  e858b10   Add autoload for various commands
      adds  57e77a5   counsel.el (counsel-git-log-split-string-re): Change.
      adds  72a827a   counsel.el (counsel-git-log): Add additional action.
      adds  259cf07   Fix ivy-previous-line-or-history
      adds  98127be   ivy.el (ivy-format-functions-alist): Fix defcustom type
      adds  1bb48ae   swiper.el: Add :group for faces
      adds  75f4146   ivy.el (ivy-occur-revert-buffer): Stay on the same line
      adds  d91f61d   counsel.el (counsel--split-string): Extract
      adds  bd53ada   counsel.el (counsel-async-split-string-re-alist): Extract
      adds  0703a70   counsel.el (counsel-async-ignore-re-alist): Extract
      adds  5f030d5   counsel.el (counsel--git-log-format-function): Add
      adds  3380b6f   swiper.el (swiper--avy-goto): Works for swiper-isearch
      adds  59603df   swiper.el (swiper--avy-goto): Fix for a small amount of 
cands
      adds  c4c6068   doc/ivy.org: Fix RET -> C-j
      adds  ee5dacf   Add swiper-backward command
      adds  56a1f7d   Add counsel-grep-backward and 
counsel-grep-or-swiper-backward commands
      adds  3c6790f   ivy.el (ivy-immediate-done): Improve make-directory
      adds  79de883   ivy.el (ivy--sort): Simplify
      adds  714911b   ivy.el (ivy--sort): Higher priority for 
ivy-sort-matches-functions-alist
      adds  f5508e5   swiper.el (swiper-isearch-backward): Add backward search
      adds  6e50ab6   ivy-test.el (swiper-isearch-backward): Goto old match on 
DEL
      adds  54d1b19   swiper.el (swiper-isearch-action): Use 
swiper-action-recenter
      adds  af0799a   counsel.el (counsel-git-log-show-commit-action): Fix 
match end.
      adds  16486d5   ivy.el (ivy--shorter-matches-first): Add and use for 
ivy-completion-in-region
      adds  74095a2   ivy-test.el (swiper-isearch-backward): Test match at point
      adds  f99f13a   Increase swiper-isearch cursor overlay priority
      adds  b5db0aa   ivy.el (ivy--insert-prompt): Adjust 
ivy-use-selectable-prompt
      adds  85d1e2e   doc/Changelog.org: Release 0.12.0
      adds  196b4ea   doc/Makefile: Add target to install the info pages
      adds  2a036b8   swiper.el (swiper--isearch-function): Change.
      adds  36045f7   doc/Changelog.org: Fixup
      adds  13be8ab   ivy.el (ivy--reset-state): Fix ivy-resume
      adds  f0ec850   swiper.el (swiper-isearch): Fix for ivy-resume
      adds  abe5aa8   ivy.el (ivy-resume): Select original buffer for search 
functions
      adds  039353d   ivy.el (ivy--preselect-index): Fix ivy-resume for 
swiper-isearch
      adds  ad0f605   swiper.el (swiper--isearch-function-1): Extract
      adds  0a9fb0c   swiper.el (swiper--isearch-function): Refactor
      adds  d73376f   ivy.el (ivy--trim-trailing-re): Add
      adds  b4c4a7f   swiper.el (swiper--isearch-next-item): Extract
      adds  dc7f5e0   swiper.el (swiper--isearch-function): Works for 
ivy--regex-ignore-order
      adds  50ead7e   ivy-test.el (swiper-thing-at-point): Add and fix test
      adds  582c9d4   swiper.el (swiper--candidates): Don't store line number 
as a string
      adds  38b5d83   swiper.el (swiper--isearch-filter-ignore-order): Extract
      adds  c7ffd06   swiper.el (swiper-isearch-action): Make 
ivy-previous-line-or-history work
      adds  b9f3e3b   swiper.el (swiper-isearch-action): Simplify
      adds  4a44c9e   counsel.el (counsel--async-last-error-string): Add for 
ease of debugging
      adds  5f99723   counsel.el (counsel--async-last-command): Add for ease of 
debugging
      adds  5e79f16   ivy.el (ivy--input): Fix point moving in TRAMP sessions
      adds  bfe4454   Fix swiper--isearch-filter-ignore-order return value
      adds  f30c6e1   swiper.el: Fix overlay faces using regex-ignore-order
      adds  fcef913   swiper-isearch: Fix regexes in "ignore-order" case
      adds  fb486d8   ivy.el (ivy-immediate-done): Add copy-sequence to fix 
read-directory-name
      adds  9c4cdb7   swiper.el (swiper-isearch-action): Fix for ivy-occur
      adds  b5e869e   swiper.el (swiper--occur-cands): Fix wgrep
      adds  35415e3   ivy-test.el (ivy-swiper-wgrep): Add test
      adds  ed1ba4e   Makefile (deps): Add target
      adds  f71f89a   ivy-test.el (ivy-swiper-wgrep): Expect fail on <=24.3
      adds  0b85d9d   counsel.el (counsel-at-git-issue-p): Add 
vc-git-log-view-mode
      adds  6928beb   ivy-test.el (ivy-read-file-name-in-buffer-visiting-file): 
Passes
      adds  c4e0b0b   ivy-test.el (ivy-read-file-name-make-directory): Add
      adds  e58231e   ivy.el (ivy-immediate-done): Fix for when "C-j" changed 
cwd
      adds  ec3e062   counsel (counsel-file-jump): Use temp buffer instead of 
split-string
      adds  a9196a2   counsel.el (counsel-file-jump-args): Is now a list
      adds  17d9c70   counsel.el (counsel--find-return-list): Re-use 
counsel--call
      adds  ae3576a   swiper.el (swiper-isearch): Fix scroll on RET
      adds  dd3e1c9   swiper.el (swiper--maybe-recenter): Refactor
      adds  bb65c4e   swiper.el (swiper--current-window-start): Refactor
      adds  b4af1a6   swiper.el (swiper-recenter-top-bottom): Works for 
swiper-isearch
      adds  c3bd60c   ivy.el (ivy--occur-press-update-window): Don't error if 
buffer was killed
      adds  fdd2178   ivy.el (ivy--magic-tilde-directory): Use "~~" to move to 
local home
      adds  c4842ec   Fix typo: 'beggining'
      adds  0132ced   counsel.el: Run ispell-comments-and-strings
      adds  fb78c3f   swiper.el: Run ispell-comments-and-strings
      adds  5140127   ivy.el: Run ispell-comments-and-strings
      adds  230137b   ivy.el (ivy-restrict-to-matches): Work for dynamic 
collection
      adds  1a4ebda   Allow virtual-buffers customization
      adds  e4e0ec4   counsel.el (counsel--file-name-filter): Return "cat" on 
empty input
      adds  2db2c51   counsel.el (counsel-find-file-mkdir-action): make parents 
too
      adds  5ff5139   ivy.el (ivy-read-action-function): Allow to read actions 
using Ivy
      adds  28e9416   ivy.el (ivy--input): Fix for ediff
      adds  6bf2cba   ivy.el (ivy-read-action-ivy): Don't recur
      adds  2ecbd7d   ivy.el (ivy-read-action-ivy): Show the selected item in 
the prompt
      adds  c307ae9   swiper.el (swiper--re-builder): Fix symbol bounds with 
char-fold-to-regexp
      adds  4389a26   ivy-overlay.el (ivy-overlay-show-after): Check window 
height better
      adds  44c4bab   Restore use-ignore setting on ivy-resume
      adds  327dbd6   counsel.el (counsel-rg-base-command): Don't include 
directory on non-Windows
      adds  f66eec5   Add counsel-buffer-or-recentf
      adds  ae70443   counsel.el (counsel-major): Add
      adds  1303e10   counsel.el (counsel-M-x-action): Extract
      adds  0d842e3   ivy.el (ivy-switch-buffer): Clean up
      adds  d3e4514   Remove obsolete aliases older than one year
      adds  3d0fcb5   ivy.el (ivy-partial): Fix trailing space issue
      adds  4fef498   Use file-name-at-point-functions for file commands
      adds  7dea040   ivy.el (ivy-pre-prompt-function): Add
      adds  0be5b58   ivy.el (ivy-partial): Don't rely on subr-x
      adds  1332ab0   counsel.el (counsel-compile-env-pattern): Fix regex typo
      adds  20d604c   ivy.el (ivy-restrict-to-matches): Fix for ivy-resume
      adds  361cf87   ivy-test.el (counsel-find-file-with-dollars): Remove
      adds  a986e4e   ivy.el (ivy--yank-handle-case-fold): Add
      adds  824f8d7   counsel.el (counsel--find-return-list): Works with or 
without "./" prefix
      adds  e41cbec   ivy.el (ivy-immediate-done): Fix parent dirs for 
read-directory-name
      adds  560957f   Check if ivy--done is accepting a string.
      adds  03b3f82   ivy.el (ivy-partial): Use ivy--filter in place of 
all-completions
      adds  3256447   ivy.el (ivy--partial-cd-for-single-directory): Extract
      adds  cd7e924   ivy.el (ivy-read): Fix docstring
      adds  ca5040d   counsel.el (counsel-rg-base-command): Remove "-S" flag
      adds  892e44a   doc: Add full text of licences
      adds  beb3aee   ivy.el (ivy--directory-done): Handle "/ C-j" on remote
      adds  daf4683   ivy.el (ivy--directory-done): Inhibit distracting TRAMP 
message for /sudo::
      adds  5424a564  ivy.el (ivy--handle-directory): Extract
      adds  73d9f4a   Place cursor at the begging of matches (for grep)
      adds  3be5e78   counsel.el (counsel-git-grep-action): Check 
re-search-forward
      adds  da7e546   ivy.el (ivy-previous-line-and-call): Fix typo
      adds  941d408   doc/ivy.org: Fix "C-M-n" description
      adds  03fdaea   doc/ivy.org: Add more recommended key bindings
      adds  7cca04a   doc/ivy.org: Document the marking feature
      adds  cfbf481   Lazy load ffap
      adds  e62e7de   ivy-test.el (ivy-test-run-tests): Fix
      adds  967d046   ivy-test.el (counsel-yank-pop): Fix on Windows
      adds  4e9aaec   ivy-test: Fix tests using file names on Windows
      adds  4b7b075   ivy-test.el (ivy-test-inhibit-message): Add
      adds  4c1f6cd   ivy-test.el: Update
      adds  9e03f36   ivy-test.el: Turn two tests back on
      adds  89deb75   counsel.el (counsel-rg): When in dired, operate on marked 
files
      adds  6905e6c   counsel.el (counsel--rg-targets): Adjust for ivy-occur 
buffers
      adds  e6171e2   ivy-hydra.el (ivy-dispatching-done-hydra): Fix for 
ivy-resume
      adds  79333e9   counsel.el (counsel-fonts): Add
      adds  0c1901e   ivy.el (ivy--regex-ignore-order): Fix docstring
      adds  9592cba   ivy-hydra.el: Use ivy-read-action-by-key in hydra-ivy
      adds  4cddec4   Respect counsel-describe-function-function from 
counsel-M-x
      adds  464875a   counsel.el (counsel-mark-ring): Refactor for reducing 
nested let
      adds  8bc23e6   counsel.el (counsel-compile): delete duplicates
      adds  47f6427   counsel.el (counsel-compile): favour project root over 
default-directory
      adds  139816a   counsel.el (counsel-mark-ring): Add the latest mark to 
selection
      adds  46db1b9   counsel.el (counsel-mark-ring): Add customize variable to 
sort or not
      adds  943eb01   counsel.el (counsel-mark-ring): Goto actual point instead 
of line
      adds  09507fc   counsel.el (counsel-mark-ring): Fix highlight line of 
selected candidate
      adds  1a74a21   ivy-occur: setup for next-error.
      adds  bfdda68   swiper.el (swiper-occur): Use ivy-occur-next-error
      adds  c0aa563   ivy.el (ivy-occur): Set up next-error-function
      adds  0895c1a   Add key binding to allow switching directory in 
counsel-git-grep
      adds  76fff20   counsel-M-x: Propertize names of active modes.
      adds  30adc93   Add actions to counsel-switch-buffer
      adds  42fedf5   counsel.el (counsel-file-stale-p): Extract
      adds  84e1ab8   counsel.el (counsel-package): Refresh contents 
automatically
      adds  966525c   counsel.el (counsel-cd): Fix for counsel-ag
      adds  d27eb38   counsel.el (counsel-git-grep): Change args order so 
counsel-cd works
      adds  77997ea   counsel.el (counsel-M-x-transformer): Handle read-only 
strings
      adds  4645e89   swiper.el (swiper-action-copy): Add and bind to "M-o w"
      adds  1984068   doc/ivy.org: Update GFDL license to no Invariant Sections
      adds  3b4956a   counsel.el (counsel-evil-registers-height): Remove 
obsolete var
      adds  12f4771   ivy.el (ivy-completion-in-region): Add workaround for 
package-menu-filter
      adds  b39f383   counsel.el (counsel-git-grep-occur): Re-use 
counsel-grep-like-occur
      adds  5d2938f   counsel.el (counsel-git-grep): Works with ivy--regex-fuzzy
      adds  f628569   Make ivy--magic-file-slash less aggressive
      adds  a1bb702   Nicer message when counsel-git-grep finds no match
      adds  7854d03   counsel.el (counsel-google): Add
      adds  881cbc5   counsel.el (counsel-google-function): Use request in 
async mode
      adds  9e1b9a0   counsel.el (counsel-google-function): Add missing require
      adds  9d3d7de   counsel.el (counsel-slime-repl-history): Add.
      adds  5ff8b5e   ivy.el (ivy-completion-in-region-action): Use 
declare-function.
      adds  78dd554   ivy.el (ivy--exhibit): Handle ivy--reset-state initial 
call
      adds  0dfd70d   counsel.el (counsel-google-function): Require json
      adds  c9f1889   swiper.el (swiper--query-replace-setup): Fix "^$" issue
      adds  52295c4   swiper.el (swiper-isearch): Fix searching for "$^"
      adds  eed1f06   counsel.el (counsel--py-action): Don't auto-insert parens
      adds  2b974b4   ivy.el (ivy-update-fns-alist): New defcustom
      adds  b9bb7c6   ivy.el (ivy-configure): New function to configure many 
things at once
      adds  cdca2fc   counsel.el (counsel-switch-buffer): Re-use 
ivy-switch-buffer
      adds  80c2669   ivy.el (ivy--alist-set): Work-around emacs-24.3 not 
having alist-get
      adds  e3dabec   counsel.el: Use ivy-configure :unwind-fn
      adds  589e03f   ivy.el (ivy-configure): Use for ivy-index-functions-alist
      adds  c1ea2af   ivy.el (ivy-read): Fix conflict an existing read-key 
session
      adds  57e0b94   swiper.el (swiper--action): Set case-fold-search
      adds  3a37741   swiper.el (swiper--update-input-ivy): Set case-fold-search
      adds  f16ac0e   ivy.el (ivy--format): Set case-fold-search
      adds  8b07572   ivy.el (ivy-configure): Add :display-transformer-fn
      adds  92f54f6   ivy.el (ivy-configure): Add :grep-p
      adds  501ac71   ivy.el (ivy-occur-revert-buffer): Re-use 
ivy-highlight-grep-commands
      adds  6f23c5e   ivy.el (ivy-occur-press): Re-use 
ivy-highlight-grep-commands
      adds  dea98fc   ivy.el (ivy-inhibit-action): Clean up docstring
      adds  f46cdad   counsel.el (counsel-grep): Add :require-match
      adds  8f08f38   counsel.el (counsel--grep-last-pos): Refactor from 
counsel-grep-last-line
      adds  6b40d40   ivy.el (ivy--occur-press-update-window): Re-use 
ivy-highlight-grep-commands
      adds  2d840b8   ivy.el (ivy-configure): Add :sort-fn
      adds  9da8003   counsel.el (counsel-M-x): Don't sort by default
      adds  a5701a9   ivy.el (ivy-configure): Add :format-fn
      adds  22cc602   counsel.el (counsel-find-symbol): Should not show up in 
counsel-M-x
      adds  882d6c4   counsel.el (counsel-imenu): Work with :update-fn 'auto
      adds  722250c   counsel.el (counsel-imenu-action): Handle nil case
      adds  64c0804   ivy.el (ivy-partial-or-done): Work with 
completion-cycle-threshold
      adds  f90bc8c   ivy.el (ivy-configure): Add :height
      adds  2ed4416   ivy.el (ivy-configure): Add :exit-codes
      adds  b85f857   .github/FUNDING.yml: Add github
      adds  6b0c41b   ivy.el (ivy-sort-file-function-using-ido): Make obsolete
      adds  1a9002b   ivy.el: Clean up obsolete aliases
      adds  8b4693c   counsel.el (counsel-imenu-action and 
-get-canditates-from): Revert.
      adds  24a6354   ivy.el (ivy--format): Improve docstring
      adds  ec1ed07   counsel.el (counsel--find-file-1): Use 
dired-current-directory for dired
      adds  efdee7a   swiper.el (swiper--occur-insert-lines): Extract
      adds  f0451db   ivy.el (ivy-occur-revert-buffer): Don't error if the 
swiper buffer was killed
      adds  c82b852   ivy.el (ivy-occur-revert-buffer): Simplify
      adds  09c40fc   swiper.el (swiper--occur-insert-lines): Simplify
      adds  7054901   ivy.el (ivy-occur-revert-buffer): Make more generic
      adds  2ce5450   counsel.el (counsel-find-file): Bind "M-o R" to 
find-file-read-only
      adds  4d533b2   counsel.el (counsel-dired): Filter to directories only
      adds  c69deb2   ivy.el: "~~" now works as expected for /sudo::
      adds  9970ae6   counsel.el (counsel-read-directory-name): Add
      adds  1d8803e   Ensure that ripgrep on windows uses '/' as the 
path-separator
      adds  3bd1d87   counsel.el (counsel-locate-cmd-es): Encode command to 
local codepage
       new  be2b0a0   Mark the ancestor from upstream in the metadata


Summary of changes:
 .dir-locals.el | 14 ++++++++++++++
 .gitignore     |  9 ++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)
 create mode 100644 .dir-locals.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]