blob: 300814839b592291cfff62a4c1c91726d0cdb204 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#+title: corfu.el - Changelog
#+author: Daniel Mendler
#+language: en
* Version 0.29 (2022-11-19)
- BREAKING: 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=.
- BREAKING: Rename =corfu-echo-documentation= to =corfu-echo-delay=.
- 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.
* Version 0.28 (2022-10-16)
- Start of changelog.
|