summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-07Version 2.62.6Daniel Mendler
2025-12-04corfu-info, corfu-popupinfo: Use non-propertized candidates in messageDaniel Mendler
2025-12-04Update changelogDaniel Mendler
2025-12-04corfu: Adjust default faces for low color terminalsDaniel Mendler
2025-12-04corfu--exhibit: Fix rare issue when position is at end of bufferDaniel Mendler
In this case posn-at-point returns nil.
2025-12-04Update READMEDaniel Mendler
2025-12-04Update changelogDaniel Mendler
2025-12-04corfu--make-frame: Add frame name for debuggingDaniel Mendler
Improve readability of (frame-list).
2025-12-04Update changelogDaniel Mendler
2025-12-04corfu: Update corfu-terminal warning on Emacs 31Daniel Mendler
2025-12-04corfu-popupinfo--show: Fix misalignment on TTYDaniel Mendler
2025-12-04corfu--popup-show: Fix horizontal misalignment on TTYDaniel Mendler
2025-12-04corfu--hide-frame: Hide immediately on TTYDaniel Mendler
In contrast to GUI, there is no advantage in deferring frame hiding, since there is no communication with an X server.
2025-12-04corfu--make-frame: Fix EXWM checkDaniel Mendler
2025-11-16Update changelogDaniel Mendler
2025-11-16Set fullscreen=nil for the child frame (Fix #601)Daniel Mendler
2025-11-16Update README.orgJD Smith
2025-11-15Version 2.52.5Daniel Mendler
2025-11-11Update READMEDaniel Mendler
2025-11-11Suggest tty-child-framesDaniel Mendler
2025-11-11warningDaniel Mendler
2025-11-09Update readmeDaniel Mendler
2025-11-09corfu--capf-wrapper: Expand commentDaniel Mendler
2025-11-09corfu--capf-wrapper: Expand commentDaniel Mendler
2025-11-08Experimental: Use set-frame-position-and-size if availableDaniel Mendler
2025-11-08Update changelogDaniel Mendler
2025-11-08README updateDaniel Mendler
2025-11-08README updateDaniel Mendler
2025-11-07corfu-auto-trigger: New customization variableDaniel Mendler
2025-11-07Update READMEDaniel Mendler
2025-11-07Update changelogDaniel Mendler
2025-11-07corfu-on-exact-match: Change default from insert to nilDaniel Mendler
This setting is more compatible with auto completion and template/snippet/abbreviation expansion.
2025-11-07Introduce corfu--try-completionDaniel Mendler
Make sure that correct metadata is passed to the underlying `completion-try-completion`.
2025-11-07Call completion-try-completion with correct metadataDaniel Mendler
2025-11-07Pass correct string to completion-metadataDaniel Mendler
2025-11-07Restructure corfu--in-region-1Daniel Mendler
2025-11-07corfu-complete: Improve commentDaniel Mendler
2025-11-07Try to fix #595Daniel Mendler
2025-10-18Fix docstringsdr-scsi
* corfu.el (corfu-continue-commands): (corfu-auto-commands): Use a verb. (corfu-auto): Delete space before period.
2025-10-13Version 2.42.4Daniel Mendler
2025-10-13Update changelogDaniel Mendler
2025-09-23Do not enable corfu-mode in read-only buffersDaniel Mendler
2025-09-20Require Emacs 29Daniel Mendler
- Use globalized minor mode predicate - Use equal-including-properties
2025-09-09README: Mention completion-pcm-leading-wildcardDaniel Mendler
2025-08-31corfu--make-frame: Handle mixed tty/graphical sessionsDaniel Mendler
2025-08-05Update bug report templateDaniel Mendler
2025-06-17Update bug report templateDaniel Mendler
2025-06-12Version 2.32.3Daniel Mendler
2025-06-12Update changelogDaniel Mendler
2025-06-11Disable pixel-scroll-precision-mode inside Corfu popupDaniel Mendler