| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-27 | Initial implementation of pattern compilers and helpersto-regexps | Omar Antolín | |
| 2020-04-25 | Add Company to TOC0.3 | Omar Antolín | |
| 2020-04-25 | Explain company integration (+ misc formatting improvements) | Omar Antolín | |
| 2020-04-25 | Merge pull request #13 from clemera/patch-1 | Omar Antolín Camarena | |
| Fix typo | |||
| 2020-04-25 | Fix typo | Clemens Radermacher | |
| 2020-04-25 | Refactor strict initialism functions | Omar Antolín | |
| 2020-04-25 | Declare other ivy variable used | Omar Antolín | |
| 2020-04-25 | Merge pull request #12 from noctuid/feature/strict-initialism | Omar Antolín Camarena | |
| Add orderless-strict-initialism style | |||
| 2020-04-24 | Avoid other cl-pushnes in an autoload | Omar Antolín | |
| 2020-04-24 | Add more orderless initialism styles | Fox Kiester | |
| The orderless-strict-initialism style does not allow unmatched words to be in between initials. The orderless-strict-leading-initialism style additionally requires that the first initial match the candidate's beginning. The orderless-strict-full-initialiasm style additionally requires the last initial be at the last word. | |||
| 2020-04-24 | Avoid using cl-lib in autoloads | Omar Antolín | |
| 2020-04-24 | Fix autoload for ivy | Omar Antolín | |
| I confused eval-after-load and with-eval-after-load! | |||
| 2020-04-24 | Improve ivy integration | Omar Antolín | |
| 2020-04-24 | Merge remote-tracking branch 'github/master' | Omar Antolín | |
| 2020-04-24 | If matching-styles is nil, assume regexp matching | Omar Antolín | |
| 2020-04-24 | Add declaration of ivy-regex | Omar Antolín | |
| 2020-04-24 | Mention Ivy support in overview | Omar Antolín Camarena | |
| 2020-04-24 | List more helpful functions for integration | Omar Antolín | |
| 2020-04-24 | Update README TOC | Omar Antolín | |
| 2020-04-24 | Add ivy integration | Omar Antolín | |
| 2020-04-24 | Document selectrum integration | Omar Antolín | |
| 2020-04-24 | Add autoloads for orderless-filter and orderless-highlight-matches | Omar Antolín | |
| 2020-04-23 | Add autoloads | Omar Antolín | |
| 2020-04-23 | Refactor to provide reusable filtering and highlightinf functions | Omar Antolín | |
| 2020-04-23 | Add TOC to README | Omar Antolín | |
| 2020-04-23 | Demote Icicles heading | Omar Antolín Camarena | |
| 2020-04-23 | Merge remote-tracking branch 'github/master' | Omar Antolín | |
| 2020-04-23 | Mention Icicles's progressive matching | Omar Antolín | |
| 2020-04-23 | Add screenshot | Omar Antolín | |
| 2020-04-23 | Typo in README pointed out by codecoll | Omar Antolín Camarena | |
| 2020-04-23 | Rename orderless-regexp-separator to orderless-component-separator | Omar Antolín | |
| 2020-04-23 | Now on MELPA! | Omar Antolín | |
| 2020-04-23 | Make orderless-prefixes more like partial-completion | Omar Antolín | |
| 2020-04-22 | Fix missing ./ and ../ in file name completion | Omar Antolín | |
| I had misunderstood what completion-pcm--filename-try-filter was for. | |||
| 2020-04-22 | Typo in README | Omar Antolín | |
| 2020-04-22 | Minor improvements to README | Omar Antolín | |
| 2020-04-22 | Documentation improvements | Omar Antolín | |
| 2020-04-22 | Mention prefixes style in overview | Omar Antolín | |
| 2020-04-22 | Implement component matching styles | Omar Antolín | |
| 2020-04-18 | Un-nest definition of orderless--highlight-matches | Omar Antolín | |
| The byte compiler complains it can't find it inside the let form... The simple is solution is ... to pollute the global namespace! | |||
| 2020-04-17 | Placate checkdoc again | Omar Antolín | |
| 2020-04-17 | Add command to temporarily change separator | Omar Antolín | |
| 2020-04-17 | Fix regression bug on no matches | Omar Antolín | |
| 2020-04-17 | Leverage completion-regexp-list: simplify code, increase speed! | Omar Antolín | |
| 2020-04-17 | Undo previous optimization as it is invalid in general :( | Omar Antolín | |
| 2020-04-16 | Optimization: check if first component is string literal | Omar Antolín | |
| 2020-04-16 | Don't move point unless actually completing | Omar Antolín | |
| 2020-04-16 | Fix typo in README (thanks Juanjo!) | Omar Antolín | |
| 2020-04-16 | Update badly outdated commentary | Omar Antolín | |
| 2020-04-16 | Add docstrings to functions | Omar Antolín | |
| (Even though these are the sort of functions that in minibuffer.el have no docstrings. :P) | |||
