summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-09Version 2.92.9Daniel Mendler
2026-03-09Update changelogDaniel Mendler
2026-02-10Improve repositioning and resizingDaniel Mendler
2026-02-10Revert "Let bind x-wait-for-event-timeout"Daniel Mendler
This reverts commit 1d8cf388c842881fe7603ee621a2b26207cf4fcb.
2026-01-27Let bind x-wait-for-event-timeoutDaniel Mendler
2026-01-18Version 2.82.8Daniel Mendler
2026-01-17Update changelogDaniel Mendler
2026-01-06Update changelogDaniel Mendler
2026-01-06Improve corfu--setup, drop initial state from propertiesDaniel Mendler
2026-01-06Update READMEDaniel Mendler
2026-01-06Move corfu-auto-trigger handling to corfu-auto.elDaniel Mendler
2026-01-06corfu--capf-wrapper: Return value of the correct formatDaniel Mendler
2026-01-06corfu--exhibit: SimplifyDaniel Mendler
Move quitting for single exactly matching candidates to corfu-auto--complete-deferred.
2026-01-06corfu--capf-wrapper: Always compute initial stateDaniel Mendler
2026-01-05Use a priority of 10Daniel Mendler
This way local hooks can be installed before and after corfu-auto--post-command.
2026-01-05Reduce priority of corfu-auto--post-commandDaniel Mendler
2026-01-05Compute new state directly for non-exclusive CapfsDaniel Mendler
2026-01-05corfu-reset: Go to end positionDaniel Mendler
2026-01-05corfu--setup: Beginning position should not be a markerDaniel Mendler
The beginning position should not change. By using a fixed integer, it won't move in unintended ways.
2026-01-05completion--replace does not mutate the string since Emacs 29Daniel Mendler
2026-01-05corfu--compute: Return input as part of new stateDaniel Mendler
2026-01-05corfu--in-region-1 always takes a predicate argumentDaniel Mendler
2026-01-05Update commentaryDaniel Mendler
2026-01-05Move auto completion code to corfu-auto.elDaniel Mendler
2026-01-05Ensure that corfu--auto-post-command is called after corfu--post-commandDaniel Mendler
2026-01-05corfu--capf-wrapper: Pass auto prefix and trigger as argumentsDaniel Mendler
2026-01-04Use when-let*Daniel Mendler
2026-01-01; Update copyright yearsDaniel Mendler
2025-12-28Version 2.72.7Daniel Mendler
2025-12-23Extract corfu-popupinfo--possible-areasDaniel Mendler
2025-12-23Update changelogDaniel Mendler
2025-12-23corfu-popupinfo: Reduce delay when changing candidatesDaniel Mendler
2025-12-23Change corfu-popupinfo-hide default to nilDaniel Mendler
2025-12-23corfu-popupinfo: Simplify handling of delay=0Daniel Mendler
2025-12-23Extract corfu-popupinfo--last-sizeDaniel Mendler
2025-12-23corfu-popupinfo: Minor simplificationDaniel Mendler
2025-12-23The child-frame-border face does always existDaniel Mendler
2025-12-22Revert "corfu-popupinfo-margin-width: Support fractional margins"Daniel Mendler
This reverts commit db99669e74a3fd171adef4c8db1e661858511b7f.
2025-12-22Update changelogDaniel Mendler
2025-12-20corfu-popupinfo-margin-width: Support fractional marginsDaniel Mendler
For consistency with corfu-*-margin-width variables.
2025-12-20corfu-popupinfo: FormattingDaniel Mendler
2025-12-20corfu-popupinfo: Fix margin quirkDaniel Mendler
2025-12-20corfu--make-frame: Simplify parameter handlingDaniel Mendler
2025-12-20Update changelogDaniel Mendler
2025-12-20corfu-popupinfo-margin-width: New customizableDaniel Mendler
2025-12-20corfu-popupinfo: Improve docstringDaniel Mendler
2025-12-20Revert "Update changelog"Daniel Mendler
This reverts commit 82955c2fe1c315cd18aef577ed0bed6dc2dac6f5.
2025-12-20Revert "Remove corfu-popupinfo face"Daniel Mendler
This reverts commit 21edb09ddcfda7f90ad357346137ce0e669017a3.
2025-12-19Update changelogDaniel Mendler
2025-12-19Remove corfu-popupinfo faceDaniel Mendler
This face seems mostly unused, e.g., in themes. This should help simplifying the upcoming #608.