summaryrefslogtreecommitdiff
path: root/extensions/corfu-echo.el
AgeCommit message (Collapse)Author
2023-01-01Update copyrightDaniel Mendler
2022-12-03Version 0.340.34Daniel Mendler
2022-11-21Version 0.330.33Daniel Mendler
2022-11-21corfu-popupinfo: Fix timer handlingDaniel Mendler
2022-11-21Version 0.320.32Daniel Mendler
2022-11-20Version 0.310.31Daniel Mendler
2022-11-20Fix corfu-echo and corfu-quick interaction (Fix #252)Daniel Mendler
2022-11-19Version 0.300.30Daniel Mendler
2022-11-19Version 0.290.29Daniel Mendler
This version includes the new extension `corfu-popupinfo', which was originally called `corfu-doc' and distributed separately. Furthermore the extension `corfu-echo' has been extracted from the core Corfu package. You may want to enable `corfu-echo-mode'.
2022-11-18Use the same delay specification for corfu-echo and corfu-popupinfoDaniel Mendler
2022-11-18Simplify corfu-echoDaniel Mendler
2022-11-18BREAKING CHANGE: Extract corfu-echo extension from corfu.elDaniel Mendler
Enable corfu-echo-mode to enable echo messages. The corfu-infoframe somewhat conflicts with corfu-echo, since it is disturbing it both the info frame and the echo message pop up after each other. Therefore it makes sense to maintain corfu-echo as a separate extension, on the same level as corfu-infoframe.