| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-26 | Version 0.30.3 | Daniel Mendler | |
| 2021-04-26 | README: Add shell-mode to configuration example | Daniel Mendler | |
| 2021-04-26 | Fix display in shell-mode (See #13) | Daniel Mendler | |
| Thanks, @manuel-uberti! | |||
| 2021-04-23 | Update readme | Daniel Mendler | |
| 2021-04-20 | Minor restructuring | Daniel Mendler | |
| 2021-04-20 | Pass beg+base as position to `corfu--popup` | Daniel Mendler | |
| 2021-04-20 | Exit from `corfu-complete` and `completion-at-point` | Daniel Mendler | |
| This is generalized fa8a43e1e7497930d9db2274833877629f423abb. When no further completion is possible and the current string is a valid match, exit with status 'finished. See #11 | |||
| 2021-04-20 | Extract `corfu--done` from `corfu--insert` | Daniel Mendler | |
| 2021-04-20 | Revert "Exit from `corfu-complete`" | Daniel Mendler | |
| This reverts commit fa8a43e1e7497930d9db2274833877629f423abb. | |||
| 2021-04-20 | Exit from `corfu-complete` | Daniel Mendler | |
| When no further completion is possible and the current string is a valid match, exit with status 'finished. See #11 | |||
| 2021-04-19 | Add note | Daniel Mendler | |
| 2021-04-19 | Add note to deferred hl | Daniel Mendler | |
| 2021-04-19 | Fix extraction of base from returned completions (Fix #8) | Daniel Mendler | |
| 2021-04-18 | README: Update caveats | Daniel Mendler | |
| 2021-04-18 | corfu--insert: Simplify | Daniel Mendler | |
| 2021-04-18 | defcustom: Replace corfu-min-width with corfu-width-limits | Daniel Mendler | |
| 2021-04-18 | README: Add caveat | Daniel Mendler | |
| 2021-04-18 | Do not remove completion-in-region--postch | Daniel Mendler | |
| * Ensures that the region mode is deactivated when switching buffers * Overwrite the predicate function instead to keep completion alive | |||
| 2021-04-18 | README: Document keybindings | Daniel Mendler | |
| 2021-04-18 | Improve exiting and candidate insertion | Daniel Mendler | |
| * corfu--post-command-hook: Do not exit automatically after completion boundary. * corfu--pre-command-hook: When implicitly exiting via another command, call :exit-function with exit status `exact`. * corfu-insert: When no candidate is selected and current input is a valid completion, use the current input as result. * corfu-compute: Always keep alive, also when inserting selected candidate | |||
| 2021-04-17 | Add base string when previewing the current candidate | Daniel Mendler | |
| 2021-04-17 | Hide scrollbar if there are fewer than corfu-count candidates | Daniel Mendler | |
| 2021-04-17 | Update readme | Daniel Mendler | |
| 2021-04-17 | README: Update caveats section | Daniel Mendler | |
| 2021-04-17 | Revert "Add corfu-completion-styles" | Daniel Mendler | |
| This reverts commit 6e9b8ef9b96037b5ee1ff583eafdde4cd78842fe. Revert this for since it needs more thought (See #5). | |||
| 2021-04-17 | Oops, use `:global nil` instead of `:local t` | Daniel Mendler | |
| 2021-04-17 | Version 0.20.2 | Daniel Mendler | |
| 2021-04-17 | Do not colorize left border (See #6) | Daniel Mendler | |
| 2021-04-17 | corfu-map: Bind M-n and M-p | Daniel Mendler | |
| 2021-04-17 | README: Add link to ELPA | Daniel Mendler | |
| 2021-04-17 | Add corfu-completion-styles | Daniel Mendler | |
| It may be useful to set a special completion style only for completion in region, since completion in region has special requirements regarding the handling of the completion prefix (See #5). | |||
| 2021-04-17 | Extract corfu--move-prefix-candidates-to-front | Daniel Mendler | |
| 2021-04-17 | README: Update caveat | Daniel Mendler | |
| 2021-04-17 | corfu-first: Jump to the prompt if first candidate is selected | Daniel Mendler | |
| 2021-04-17 | Fix some face issues, add comment about face usage | Daniel Mendler | |
| See #6 | |||
| 2021-04-17 | Do not show annotation in candidate preview (See #2) | Daniel Mendler | |
| 2021-04-17 | Minor optimizations | Daniel Mendler | |
| 2021-04-17 | corfu-show-location/documentation: Add error messages | Daniel Mendler | |
| 2021-04-17 | Ignore corfu-abort if documentation/location window is shown | Daniel Mendler | |
| 2021-04-17 | Fix typo in corfu-minor-mode | Daniel Mendler | |
| 2021-04-17 | Fix header: Add mail address | Daniel Mendler | |
| 2021-04-17 | Rework popup function | Daniel Mendler | |
| 2021-04-16 | Add corfu--completion-in-region | Daniel Mendler | |
| 2021-04-16 | Add support for annotation and affixation function | Daniel Mendler | |
| Marginalia is explicitly disabled, since the Marginalia annotations are meant to be used in the minibuffer and take too much space. | |||
| 2021-04-16 | Add corfu-min-width | Daniel Mendler | |
| Suggestion by @astoff | |||
| 2021-04-16 | Add corfu-abort | Daniel Mendler | |
| 2021-04-16 | Add support for help buffer (company-location, company-doc-buffer) | Daniel Mendler | |
| 2021-04-16 | README: Add caveats section | Daniel Mendler | |
| 2021-04-16 | Simplifications | Daniel Mendler | |
| 2021-04-16 | Deactivate fancy border if line spacing is used (Fix #1) | Daniel Mendler | |
| Maybe there is a better alternative to draw borders? | |||
