| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-11 | Update links | Daniel Mendler | |
| 2022-08-20 | Fix typo in README, Fix #220 | Daniel Mendler | |
| 2022-07-28 | README: Add note about Mct (Fix #209) | Daniel Mendler | |
| 2022-07-21 | README: Generate better info output | Daniel Mendler | |
| 2022-07-21 | README: Generate better info output | Daniel Mendler | |
| 2022-07-18 | README: Fix typos | Daniel Mendler | |
| 2022-07-02 | README: Add link | Daniel Mendler | |
| 2022-06-26 | Update readme | Daniel Mendler | |
| 2022-06-26 | README: Document aggressive auto completion settings | Daniel Mendler | |
| See https://github.com/minad/cape/issues/52 for the discussion. | |||
| 2022-05-20 | README update - Expand on corfu-terminal | Daniel Mendler | |
| 2022-05-13 | Minor extension documentation improvements (Fix #167) | Daniel Mendler | |
| 2022-05-01 | README updates | Daniel Mendler | |
| 2022-04-27 | README update | Daniel Mendler | |
| 2022-04-27 | README: Update configuration | Daniel Mendler | |
| 2022-04-18 | Fix texinfo_dir_category | Daniel Mendler | |
| 2022-04-15 | README: Link to @AkibAzmain WIP Corfu popup package | Daniel Mendler | |
| https://codeberg.org/akib/emacs-corfu-popup | |||
| 2022-04-13 | Rename corfu-global-mode to global-corfu-mode | Daniel Mendler | |
| 2022-04-13 | README: Update features | Daniel Mendler | |
| 2022-04-13 | README: Minor correction | Daniel Mendler | |
| 2022-04-13 | README: Add short section about extensions | Daniel Mendler | |
| 2022-04-13 | README: Document corfu-send-shell | Daniel Mendler | |
| 2022-04-13 | README: Remove caveats | Daniel Mendler | |
| 2022-04-11 | README indentation | Daniel Mendler | |
| 2022-04-09 | README: Update URL of Prot's Mct | Daniel Mendler | |
| 2022-04-06 | README updates | Daniel Mendler | |
| 2022-04-06 | README: Add basic to completion-styles | Daniel Mendler | |
| 2022-04-01 | corfu-insert: Do not insert first candidate if no candidate is selected (Fix ↵ | Daniel Mendler | |
| #152) This special behavior of corfu-insert occurred with corfu-preselect-first set to nil. The behavior was a remnant from before the introduction of the corfu-preselect-first customization option. Since corfu-preselect-first has been introduced a long time ago and I haven't heard complaints about it, let's now remove the special behavior of corfu-insert. This change simplifies the corfu--insert function slightly and makes the behavior of corfu-insert more consistent with other Corfu behavior. If the new behavior conflicts with your workflow, please let me know and we can look into possible workarounds. Feedback on this issue is welcome. | |||
| 2022-03-23 | README: Expand Tab-n-go section | Daniel Mendler | |
| 2022-03-01 | README: Update features list | Daniel Mendler | |
| 2022-03-01 | Reintroduce corfu-quit-at-boundary (Fix #138) | Daniel Mendler | |
| 2022-02-28 | README updates | Daniel Mendler | |
| 2022-02-13 | README: Simplify | Daniel Mendler | |
| 2022-02-12 | Rename corfu-insert-single to corfu-on-exact-match (See #109) | Daniel Mendler | |
| 2022-02-12 | Update README | Daniel Mendler | |
| 2022-02-12 | README: Improve orderless documentation | Daniel Mendler | |
| 2022-02-12 | README: Improve documentation regarding Orderless completion | Daniel Mendler | |
| 2022-02-08 | README: Slight rewording | Daniel Mendler | |
| 2022-02-08 | README: Document improved shell configuration, corfu-insert-and-send | Daniel Mendler | |
| 2022-02-08 | README: Document transfer to the minibuffer | Daniel Mendler | |
| 2022-02-07 | Fix doc for restoring default behavior (#124) | JD Smith | |
| 2022-02-07 | corfu-quit-no-match: Remove support for seconds (#122) | Daniel Mendler | |
| * corfu-quit-no-match: Remove support for seconds * corfu-quit-no-match: Support value 'separator * README updates | |||
| 2022-02-07 | Use separator character for boundary quit logic and prefix sort (#120) | JD Smith | |
| * Use separator character for boundary quit logic * Use corfu-separator-char for prefix sorting * Document corfu-separator-char and orderless-auto setup * Revert WS changes * Prefer space for indent * Use \?s * Sort by prefix truncation at separator * Support nil separator * Comment boundary/separator logic * Bind M-SPC by default * Small prefix search optimization * Revert "Small prefix search optimization" This reverts commit fe491a5a570d3874abe1e1ed3e58d2be4c2f6f89. * ws fixes * Renaming * README updates * ws changes * readme typo Co-authored-by: Daniel Mendler <mail@daniel-mendler.de> | |||
| 2022-02-04 | README: Fix typo | Daniel Mendler | |
| 2022-02-03 | README: Add short section about auto completion (See #109) | Daniel Mendler | |
| 2022-01-27 | README: Expand | Daniel Mendler | |
| 2022-01-27 | README: Recommend the pcmpl-args package! | Daniel Mendler | |
| 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-21 | README: Minor fix in corfu-enable-in-minibuffer | Daniel Mendler | |
| 2022-01-20 | READM: Minor updates | Daniel Mendler | |
| 2022-01-20 | README: Expand on minibuffer usage | Daniel Mendler | |
