| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-11 | Remove strict initialism code by @noctuid | Daniel Mendler | |
| The function `orderless--separated-by` has also been added by @noctuid. However with the removal of the strict initialism code, the contributions by @noctuid are pushed below the 15 lines limit. The function `orderless--separated-by` has only 11 lines. (cl-defun orderless--separated-by (sep rxs &optional (before "") (after "")) "Return a regexp to match the rx-regexps RXS with SEP in between. If BEFORE is specified, add it to the beginning of the rx sequence. If AFTER is specified, add it to the end of the rx sequence." (rx-to-string `(seq ,before ,@(cl-loop for (sexp . more) on rxs collect `(group ,sexp) when more collect `,sep) ,after))) | |||
| 2021-11-29 | Reword sentence for clarity | Omar Antolín | |
| 2021-11-29 | Mention Corfu and consult-completion-in-region (fix #99) | Omar Antolín | |
| 2021-06-13 | Mention orderless works fine with Vertico (fix #59) | Omar AntolÃn Camarena | |
| 2021-05-18 | README: Add variable category to orderless+initialism sample | Daniel Mendler | |
| Marginalia provides the command, symbol and variable categories. | |||
| 2021-05-16 | orderless+initialism example requires Marginalia (see #54) | Omar Antolín | |
| 2021-05-07 | Only enable regexp and literal matching styles by default | Daniel Mendler | |
| * Avoid performance issues with initialism when filtering long candidates (#39) * README: Update default matching styles * README: Document `orderless-define-completion-style` * README: Update `without-if-bang` such that it ignores "!" | |||
| 2021-04-07 | Remove pattern compiler variable | Daniel Mendler | |
| It is unlikely that a user wants to customize this variable. If the pattern compiler is to be replaced there is still the advice mechanism. | |||
| 2021-03-23 | update readme | Daniel Mendler | |
| 2021-03-23 | Add literal matching to default styles and document (fix #42) | Omar Antolín | |
| There is some misguided consensus that any candidate should be able to match itself... :P | |||
| 2021-03-23 | Document that orderless-regexp matches invalid regexps literally | Omar Antolín | |
| 2021-02-05 | Fix typo | Omar Antolín | |
| 2021-02-04 | Don't recommend icomplete (fix #36) | Omar Antolín | |
| 2021-01-21 | Mention completion-category-defaults in the documentation | Omar Antolín | |
| 2021-01-21 | Update information about Selectrum | Omar Antolín | |
| 2021-01-20 | Remove all orderless-transient-* variables (fix #34) | Omar Antolín | |
| 2021-01-20 | Revert "Add matching style and dispatcher per category overrides (fix #31)" | Omar Antolín | |
| This reverts commit d1c0cbf87ba7d927ec64c161ec3aac65b9643b61. | |||
| 2021-01-20 | Revert "Update documentation" for #31 | Omar Antolín | |
| This reverts commit 4844452f4e7008da2ebe96c7dbbb7bcd655bbe68. | |||
| 2021-01-20 | Revert documentation for #31 | Omar Antolín | |
| This reverts commit 43896f3e1063929435616cede89228278ff491cb. | |||
| 2021-01-18 | Accidentally omitted the overview! Bring it back | Omar Antolín | |
| 2021-01-18 | Update documentation | Omar Antolín | |
| 1. Mention setting completion-category-defaults to nil. 2. Update comments about Selectrum. | |||
| 2021-01-18 | Merge branch 'master' of https://github.com/oantolin/orderless | Omar Antolín | |
| 2021-01-18 | Add matching style and dispatcher per category overrides (fix #31) | Omar Antolín | |
| 2021-01-07 | Corrected broken link | Ben Lloyd | |
| 2021-01-04 | Minor readme tweak | Omar Antolín | |
| 2021-01-04 | Modify readme for better texinfo export | Omar Antolín | |
| 2021-01-04 | Merge branch 'master' of https://github.com/oantolin/orderless | Omar Antolín | |
| 2021-01-04 | Generate texinfo manual from readme | Omar Antolín | |
| 2021-01-03 | Remove a duplicated documentation entry | Wojciech Siewierski | |
| orderless-prefixes is already documented higher up, with exactly the same description. | |||
| 2021-01-01 | Add negative literals (fix #26) | Omar AntolÃn Camarena | |
| 2020-09-11 | Add badge. | JenChieh | |
| 2020-05-04 | Document custom splitter option | Omar Antolín | |
| 2020-05-04 | Correct error about orderless-transient-style-dispatchers in README | Omar Antolín | |
| 2020-05-02 | Merge branch 'dispatcher' | Omar Antolín | |
| 2020-05-02 | Split dispatchers into their own variabledispatcher | Omar Antolín | |
| 2020-05-02 | Remove global dispatchers | Omar Antolín | |
| 2020-04-30 | Update dispatchers documentation, add transient vars | Omar Antolín | |
| 2020-04-29 | Put integration before related packages in README | Omar Antolín | |
| 2020-04-29 | Undocument orderless-temporarily-change-separator in README | Omar Antolín | |
| 2020-04-28 | Ido has progressive completion too! | Omar Antolín | |
| 2020-04-27 | Drew says "progressive completion" | Omar Antolín Camarena | |
| 2020-04-27 | Update dispatchers documentation, and documents pattern compiler | Omar Antolín | |
| 2020-04-26 | Document style dispatches in the README | 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 | Fix typo | Clemens Radermacher | |
| 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 | Improve ivy integration | 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 | |
