| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-09 | Avoid recomputation for empty input (See #48)avoid-empty-recompute | Daniel Mendler | |
| 2021-08-09 | Fix typos | Daniel Mendler | |
| 2021-08-09 | Expand comment | Daniel Mendler | |
| 2021-08-09 | Latency improvements, see #48 | Daniel Mendler | |
| Add a redisplay before the expensive candidate recomputation and before hiding the popup. | |||
| 2021-08-09 | Try to make the teardown more robust | Daniel Mendler | |
| 2021-08-08 | Optimize corfu--move-prefix-candidates-to-front (See #48) | Daniel Mendler | |
| 2021-08-06 | Fix completion cycling in eshell | Daniel Mendler | |
| 2021-07-30 | Set tab-bar-format to nil (Emacs 28) | Daniel Mendler | |
| Thanks, @protesilaos | |||
| 2021-07-30 | Fix popup position if line is wrapped with truncate-lines=nil | Daniel Mendler | |
| 2021-07-23 | Quit if while-no-input returned nil | Daniel Mendler | |
| 2021-07-23 | README: Remove capf documentation for now | Daniel Mendler | |
| These capfs should go to a separate package | |||
| 2021-07-22 | Add LICENSE file | Daniel Mendler | |
| 2021-07-22 | README: Expand file path capf documentation | Daniel Mendler | |
| 2021-07-22 | README: Move configuration section | Daniel Mendler | |
| 2021-07-22 | README: Add defvar and autoload | Daniel Mendler | |
| 2021-07-22 | Document file path completion (See #9) | Daniel Mendler | |
| 2021-07-22 | Touch up features (#43) | JD Smith | |
| 2021-07-22 | corfu-echo-documentation: Use a smaller delay | Daniel Mendler | |
| 2021-07-22 | corfu--echo: Only add highlighting if no highlighting is present | Daniel Mendler | |
| 2021-07-22 | Reset corfu--auto-start after a candidate has been selected | Daniel Mendler | |
| 2021-07-22 | Fix defcustom | Daniel Mendler | |
| 2021-07-22 | README: Update example configuration | Daniel Mendler | |
| 2021-07-22 | Add corfu-echo-documentation (Fix #36) | Daniel Mendler | |
| 2021-07-22 | Support time limit for corfu-quit-no-match (Fix #42) | Daniel Mendler | |
| If corfu-quit-no-match is a floating point number, quit on no match only if the auto-started completion began less than that number of seconds ago. Co-authored-by: J.D. Smith <jdtsmith@gmail.com> | |||
| 2021-07-21 | Minor cleanup | Daniel Mendler | |
| 2021-07-21 | Simplify corfu--match-symbol-p | Daniel Mendler | |
| 2021-07-21 | Expose corfu-auto-commands and corfu-continue-commands | Daniel Mendler | |
| 2021-07-21 | Add corfu-commit-predicate (Fix #40) | Daniel Mendler | |
| 2021-07-18 | README: Remove multi-capf backend idea | Daniel Mendler | |
| It turns out the comint completion backend supports additional file completions (See #9). | |||
| 2021-07-17 | Document another bug, frame border is not updated appropriately | Daniel Mendler | |
| 2021-07-17 | Simplify | Daniel Mendler | |
| 2021-07-17 | Another child frame bug, add comment | Daniel Mendler | |
| 2021-07-17 | Revert "corfu--make-frame: Apply frame/face settings only if changed (Fix #37)" | Daniel Mendler | |
| This reverts commit 1acc02809b204d38be2d72ac4ffa96a06ef0c45b. | |||
| 2021-07-17 | corfu--make-frame: Apply frame/face settings only if changed (Fix #37) | Daniel Mendler | |
| 2021-07-15 | Better y-position computation | Daniel Mendler | |
| 2021-07-15 | corfu: add no-focus-on-map | Daniel Mendler | |
| 2021-07-15 | Minor cleanup | Daniel Mendler | |
| 2021-07-15 | Yet another hack: posn-at-point computation returns wrong y-coordinate on ↵ | Daniel Mendler | |
| Emacs 28 | |||
| 2021-07-15 | Version 0.100.10 | Daniel Mendler | |
| 2021-07-14 | corfu--recompute-candidates: Extract corfu--filter-files | Daniel Mendler | |
| Show hidden files only when all other files have been filtered out. This is the behavior of the `completion-pcm--filename-try-filter`. | |||
| 2021-07-14 | Add completion-predicate to the Corfu commands (Fix #35)completion-predicate | Daniel Mendler | |
| 2021-07-13 | Mark child frame hacks | Daniel Mendler | |
| 2021-07-11 | corfu--popup-hide-on-click: Redirect focus | Daniel Mendler | |
| 2021-07-11 | Close popup on click | Daniel Mendler | |
| 2021-07-11 | Extract corfu--make-buffer function | Daniel Mendler | |
| 2021-07-11 | Make corfu buffer read only to prevent accidential modifications | Daniel Mendler | |
| 2021-07-10 | Introduce corfu--buffer-parameters | Daniel Mendler | |
| 2021-07-09 | Indent README | Daniel Mendler | |
| 2021-06-27 | corfu-map: Remove [return] binding, add comment regarding [tab] | Daniel Mendler | |
| org-mode-map binds [tab], therefore we have to keep this binding for now. | |||
| 2021-06-26 | More robust deferred highlighting for orderless | Daniel Mendler | |
