| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-03 | README: Add short section about auto completion (See #109) | Daniel Mendler | |
| 2022-02-03 | Only quit if (= beg end) and not initializing | Daniel Mendler | |
| 2022-02-03 | Quit on empty input | Daniel Mendler | |
| 2022-01-31 | 0.180.18 | Daniel Mendler | |
| 2022-01-31 | corfu--move-prefix-candidates-to-front: Respect completion-ignore-case | Daniel Mendler | |
| See #113 | |||
| 2022-01-31 | Revert "Use the cycle-sort-function when cycling (Fix #113)" | Daniel Mendler | |
| This reverts commit 085eb192da194f90ebfa6b9e405fe8f459bd2205. | |||
| 2022-01-30 | Use the cycle-sort-function when cycling (Fix #113) | Daniel Mendler | |
| 2022-01-30 | Simplify window configuration handling | Daniel Mendler | |
| 2022-01-27 | README: Expand | Daniel Mendler | |
| 2022-01-27 | README: Recommend the pcmpl-args package! | Daniel Mendler | |
| 2022-01-26 | Change the redisplay hack | Daniel Mendler | |
| 2022-01-26 | Try another redisplay hack, defer the redisplay | Daniel Mendler | |
| 2022-01-24 | Improve quitting behavior for auto completion (Fix #108) | Daniel Mendler | |
| 2022-01-23 | completion--replace mutates the string :/ | Daniel Mendler | |
| 2022-01-22 | Introduce `corfu--auto-tick' which captures the buffer tick/status (Fix #107) | Daniel Mendler | |
| If Corfu is used in conjunction with multiple-cursors one has to overwrite `corfu--auto-tick', such that it captures less information. | |||
| 2022-01-22 | Remove pcomplete capf purification hack | Daniel Mendler | |
| The purification does not work well, since it acts only once, we still return the broken capf, which is then used by completion-at-point for the completion-in-region-mode-predicate. The workaround is now as follows: (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent) (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify) The around wrappers ensure that pcomplete-completions-at-point is completely sanitized. | |||
| 2022-01-22 | Handle completion-cycling-threshold=t | Daniel Mendler | |
| 2022-01-21 | README: Minor fix in corfu-enable-in-minibuffer | Daniel Mendler | |
| 2022-01-20 | READM: Minor updates | Daniel Mendler | |
| 2022-01-20 | Reimplement cycling | Daniel Mendler | |
| 2022-01-20 | Rewrite corfu--in-region without completion-cycling support | Daniel Mendler | |
| 2022-01-20 | README: Expand on minibuffer usage | Daniel Mendler | |
| 2022-01-20 | corfu--completion-in-region: Rework completion termination | Daniel Mendler | |
| corfu--completion-in-region should be replaced with a clean reimplementation of the default completion and cycling behavior. | |||
| 2022-01-19 | Try a different frame resizing hack to reduce flicker | Daniel Mendler | |
| 2022-01-19 | corfu--completion-in-region: Terminate immediately when the completion ↵ | Daniel Mendler | |
| boundary changed. | |||
| 2022-01-19 | Indentation | Daniel Mendler | |
| 2022-01-19 | README: Expand section on Corfu in the minibuffer | Daniel Mendler | |
| 2022-01-18 | README: Document how Corfu can be used in the minibuffer | Daniel Mendler | |
| See #81 and the discussion in https://gitlab.com/protesilaos/mct/-/issues/16. | |||
| 2022-01-14 | Update comments | Daniel Mendler | |
| 2022-01-13 | Add redisplay hack | Daniel Mendler | |
| 2022-01-12 | corfu-auto: Ensure that buffer tick has not changed | Daniel Mendler | |
| 2022-01-12 | Rename variables to avoid package-lint false positives | Daniel Mendler | |
| 2022-01-12 | corfu--auto-post-command: Check for defining-kbd-macro | Daniel Mendler | |
| 2022-01-11 | corfu-make-frame: Avoid flip-over effect when popup is displayed at the bottom | Daniel Mendler | |
| 2022-01-08 | Minor cleanup | Daniel Mendler | |
| 2022-01-07 | Move redisplay call | Daniel Mendler | |
| 2022-01-06 | Remove accidential print debugging | Daniel Mendler | |
| 2022-01-06 | Redisplay hack | Daniel Mendler | |
| 2022-01-05 | Update README | Daniel Mendler | |
| 2022-01-05 | README: Add link to tempel | Daniel Mendler | |
| 2021-12-31 | README: Add alternatives section | Daniel Mendler | |
| 2021-12-31 | Version 0.170.17 | Daniel Mendler | |
| Happy New Year! | |||
| 2021-12-23 | README: Update caveats, mention @galeo's corfu-doc | Daniel Mendler | |
| See also the discussion in #98. | |||
| 2021-12-21 | corfu--restore-on-next-command: Restore other window scrolling | Daniel Mendler | |
| See #98 | |||
| 2021-12-13 | Properly credit @jakanakaevangeli | Daniel Mendler | |
| The patch is from the capf-autosuggest package. | |||
| 2021-12-13 | corfu--capf-wrapper: Add comment | Daniel Mendler | |
| 2021-12-13 | Workaround for bug#50470: Fix misbehaving Capfs | Daniel Mendler | |
| - Ensure that Capfs do not manipulate the buffer - Redirect illegal calls to completion-in-region | |||
| 2021-12-10 | Use run-at-time instead of idle timer | Daniel Mendler | |
| 2021-12-10 | README: Fix formatting | Daniel Mendler | |
| 2021-12-09 | Ensure that border is drawn when popup is displayed at x=0 | Daniel Mendler | |
