| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-16 | Bump version number0.6 | Omar Antolín | |
| 2021-05-07 | Merge pull request #51 from minad/disable-initialism | Omar Antolín Camarena | |
| Only enable regexp and literal matching styles by default | |||
| 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-05-07 | Merge pull request #50 from minad/typo | Omar Antolín Camarena | |
| fix typo | |||
| 2021-05-07 | fix typo | Daniel Mendler | |
| 2021-04-07 | Merge pull request #46 from minad/remove-pattern-compiler-variable | Omar Antolín Camarena | |
| Remove pattern compiler variable | |||
| 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 | Fix bug when all matching styles return nil | Omar Antolín | |
| 2021-03-23 | Merge pull request #44 from minad/invalid-regexp | Omar Antolín Camarena | |
| Minor invalid regexp improvements | |||
| 2021-03-23 | update readme | Daniel Mendler | |
| 2021-03-23 | orderless-default-pattern-compiler: Ignore nil components | Daniel Mendler | |
| 2021-03-23 | orderless-regexp: Return "null matcher" if regexp is invalid | Daniel Mendler | |
| Is there a better way to ignore components? Allow the component compilers to return nil and ignore the nils? | |||
| 2021-03-23 | orderless-filter: Remove unnecessary condition-case | 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-03-23 | Make orderless-regexp match invalid regexps literally | Omar Antolín | |
| 2021-02-27 | Merge pull request #40 from minad/master | Omar Antolín Camarena | |
| orderless-try-completions: Remove _metadata argument | |||
| 2021-02-27 | orderless-try-completions: Remove _metadata argument | Daniel Mendler | |
| 2021-02-12 | Capture empty string to avoid highlighting for strict initialism | Omar Antolín | |
| This fixes #38 | |||
| 2021-02-05 | Update manual to not recommend icomplete anymore | 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-26 | Add missing funcall in decision whether to skip highlighting | Omar AntolÃn Camarena | |
| Thanks for spotting that, @clemera | |||
| 2021-01-26 | Add option to skip-highlighting as requested by @clemera | Omar Antolín | |
| 2021-01-26 | Remove unnecessary :group in defcustom | 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 | Change docstring interface for orderless-define-completion-style | Omar Antolín | |
| 2021-01-20 | Add orderless-define-completion-style macro, a new fix for #31 | 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-08 | Merge pull request #28 from b3n/patch-1 | Omar Antolín Camarena | |
| Corrected broken link | |||
| 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 | Merge pull request #27 from vifon/master | Omar Antolín Camarena | |
| Remove a duplicate documentation entry | |||
| 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 | Off by one error in orderless-without-literal | Omar Antolín | |
| 2021-01-01 | Add negative literals (fix #26) | Omar AntolÃn Camarena | |
| 2020-09-15 | Merge pull request #22 from jcs-PR/badge | Omar Antolín Camarena | |
| Add badges. | |||
| 2020-09-11 | Add badge. | JenChieh | |
| 2020-09-05 | Merge pull request #21 from wyuenho/patch-1 | Omar Antolín Camarena | |
| Fix typo | |||
