diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 12:26:49 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 12:27:07 +0100 |
| commit | 21723ad548ac89b2f75cda6b2a58df8131201aeb (patch) | |
| tree | c923c10f3467891e3f2ef08e7f168802b2417aef | |
| parent | 8c10f25a4224faf49326d0c8093e2f9f280f065e (diff) | |
Add changelog (Fix #33)
| -rw-r--r-- | CHANGELOG.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org new file mode 100644 index 0000000..5ba728b --- /dev/null +++ b/CHANGELOG.org @@ -0,0 +1,18 @@ +#+title: corfu.el - Changelog +#+author: Daniel Mendler +#+language: en + +* Development + +- Add =corfu-infoframe= extension to display candidate documentation and location + in a small child frame next to the candidate menu. This extension has been + contributed by Yuwei Tian who assigned copyright to the FSF. The extension + supersedes Yuwei's =corfu-doc= package. +- Extract the =corfu-echo= extension from =corfu.el=. In order to see echo + messages, enable =corfu-echo-mode=. You probably want to enable either + =corfu-echo-mode= or =corfu-infoframe-mode=. +- Rename =corfu-echo-documentation= to =corfu-echo-delay=. + +* Version 0.28 (2022-10-16) + +- Start of changelog. |
