summaryrefslogtreecommitdiff
path: root/orderless.el
AgeCommit message (Expand)Author
2024-02-15Pattern compiler: Compile to regexps and a predicate functionDaniel Mendler
2024-02-15Document the new rx format for matching stylesOmar Antolín Camarena
2024-02-15Drop support for Emacs 26.1 because rx does not support (literal ...)Daniel Mendler
2024-02-15orderless-literal: Use (literal string) instead of regexp-quoteDaniel Mendler
2024-02-15Support rx sepxs as return values of matching style functionsDaniel Mendler
2024-02-15Revert "orderless-pattern-compiler: Create fewer intermediate data structures"Daniel Mendler
2024-02-15orderless-try-completion: Use or instead of ifDaniel Mendler
2024-02-15orderless-pattern-compiler: Create fewer intermediate data structuresDaniel Mendler
2024-02-15Replace orderless--prefix+pattern by orderless--compileDaniel Mendler
2024-02-14Extract orderless--filterDaniel Mendler
2024-02-14Optimize orderless-try-completion predicate calling conventionDaniel Mendler
2023-11-10Use hashed symbols everywhere for consistencyDaniel Mendler
2023-11-10Fix typo in defcustomDaniel Mendler
2023-11-10Avoid loading cl-lib at runtimeDaniel Mendler
2023-11-07Add support for completion-lazy-hilitDaniel Mendler
2023-10-25Work around inconsistency of `completion-table-with-context'Daniel Mendler
2023-10-25Remove obsolete variableDaniel Mendler
2023-09-19Fix wording in docstringjgart
2023-09-19Fix wording in docstringjgart
2023-02-03Deprecate orderless-skip-highlightingDaniel Mendler
2023-02-03Remove orderless-skip-highlightingDaniel Mendler
2023-01-29Avoid length=Omar Antolín Camarena
2023-01-29Add a simple affix dispatcher, make it the default (fix #131)Omar Antolín Camarena
2022-12-25Release version 1.0!1.0Omar Antolín Camarena
2022-11-28Bump version number (fix #116)0.8Omar Antolín
2022-11-13Correct case-folding when highlighting matches (fix #127)Omar Antolín
2022-09-17Flex matching: more efficient regexp, better highlightingOmar Antolín
2022-09-17Avoid long linesOmar Antolín
2022-09-08Improve orderless-try-completion (Fix #118)Daniel Mendler
2022-05-28Quote a single quote in docstringJonas Bernoulli
2022-03-12Ivy: Do not auto register the highlighting functionDaniel Mendler
2022-02-11Fix indentation for orderless--separated-byOmar Antolín
2022-02-12Avoid warnings in the generated autoload fileDaniel Mendler
2022-02-12Generate shorter docstringsDaniel Mendler
2022-01-11Bump version number for GNU ELPA debut!0.7Omar Antolín
2022-01-11Add "This file is part of GNU Emacs"Omar Antolín Camarena
2022-01-11Assign copyright to FSFOmar Antolín Camarena
2022-01-11Remove strict initialism code by @noctuidDaniel Mendler
2021-11-29Fix small bug in the alist case of try-completionOmar Antolín
2021-11-25SimplifyDaniel Mendler
2021-11-25Fix orderless-try-completion for hash tables and alistsDaniel Mendler
2021-11-24Optimize orderless-try-completionDaniel Mendler
2021-11-21Have orderless-try-completion return t for exact match (fix #95)Omar Antolín
2021-09-12Extend prefix optimization to anchored quoted regexps (fix #81)Omar Antolín
2021-09-08Implement ^literal optimization discussed in #79Omar Antolín
2021-08-12orderless-escapable-split-on-space: Fix escaping mistakeDaniel Mendler
2021-08-10Fix orderless-escapable-split-on-spaceDaniel Mendler
2021-08-06Delete duplicate regexps (fix #73)Omar Antolín
2021-07-21Use minibuffer customization groupDaniel Mendler
2021-06-09Make strict initialism independent of syntax tables (fix #60)Omar Antolín Camarena