| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-25 | Fancy matching styles and positional overridespositional | Omar Antolín | |
| This is the proposal in: https://github.com/oantolin/orderless/issues/10#issuecomment-619317300 | |||
| 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 | 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 | Add ivy 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 | Rename orderless-regexp-separator to orderless-component-separator | 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 | 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 | 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) | |||
| 2020-04-16 | Make all `defface' syntax more efficient+readable | Protesilaos Stavrou | |
| These changes are informed by the docstring of `defface'. Specifically: As a special exception, in the first element of SPEC, DISPLAY can be the special value ‘default’. Then the ATTS in that element act as defaults for all the following elements. `M-x find-library faces' offers some examples that follow this pattern, such as `error'. | |||
| 2020-04-16 | Even better match faces (kindly contributed by Protesilaos) | Omar Antolín | |
| 2020-04-16 | Revert "Better match face defaults (kindly contributed by Protesilaos)" | Omar Antolín | |
| This reverts commit d2b5d71e752a10cfd7904a79fba8c67ea3aaa7ba. | |||
| 2020-04-16 | Better match face defaults (kindly contributed by Protesilaos) | Omar Antolín | |
| 2020-04-15 | Add custom variable for component separator regexp | Omar Antolín | |
| 2020-04-15 | Highlight component matches in one of four faces | Omar Antolín | |
| 2020-04-15 | Only copy and highlight once the candidate is known to match | Omar Antolín | |
| Benchmarking suggests this is often close to twice as fast. | |||
| 2020-04-14 | Unify calls to save-match-data | Omar Antolín | |
| 2020-04-14 | Rename lim to limit | Omar Antolín | |
| 2020-04-14 | Keep split-string from modifying global match data | Omar Antolín | |
| 2020-04-14 | Copy candidates to avoid permanently changing their face | Omar Antolín | |
| 2020-04-14 | Colorize matching portions of candidates | Omar Antolín | |
| 2020-04-13 | Fix bug on no matches | Omar Antolín | |
| 2020-04-13 | Minor tweaks | Omar Antolín | |
| 2020-04-13 | Add forgotten :test to cl-pushnew call | Omar Antolín | |
| 2020-04-13 | Use cl-pushnew instead of push to register the completion style | Omar Antolín | |
| Thanks to alphapapa for suggesting this change. | |||
| 2020-04-13 | Finish fixing problem with file completion | Omar Antolín | |
| 2020-04-13 | Mostly (but not completely) fix the problem with file completion | Omar Antolín | |
| 2020-04-13 | Add README and tweak commentary | Omar Antolín | |
| 2020-04-13 | Initial version of orderless | Omar Antolín | |
