dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

CHANGELOG.org (1166B)


      1 #+title: corfu.el - Changelog
      2 #+author: Daniel Mendler
      3 #+language: en
      4 
      5 * Version 0.34 (2022-12-03)
      6 
      7 - Bugfixes
      8 - Popup frame code updated for Emacs 29. Please report any issues.
      9 - =corfu-popupinfo-direction=: Variable must be a list of directions.
     10 - Support height adjustments of =corfu-default= face
     11 
     12 * Version 0.33 (2022-11-21)
     13 
     14 - =corfu-popupinfo=: Bugfixes
     15 
     16 * Version 0.31 (2022-11-20)
     17 
     18 - =corfu-echo=, =corfu-quick=: Bugfixes for interaction issue.
     19 
     20 * Version 0.30 (2022-11-19)
     21 
     22 - =corfu-popupinfo=: Bugfixes and improvements.
     23 
     24 * Version 0.29 (2022-11-19)
     25 
     26 - BREAKING: Extract the =corfu-echo= extension from =corfu.el=. In order to see echo
     27   messages, enable =corfu-echo-mode=. You probably want to enable either
     28   =corfu-echo-mode= or =corfu-popupinfo-mode=.
     29 - BREAKING: Rename =corfu-echo-documentation= to =corfu-echo-delay=.
     30 - Add =corfu-popupinfo= extension to display candidate documentation and location
     31   in a small child frame next to the candidate menu. This extension has been
     32   contributed by Yuwei Tian who assigned copyright to the FSF. The extension
     33   supersedes Yuwei's =corfu-doc= package.
     34 
     35 * Version 0.28 (2022-10-16)
     36 
     37 - Start of changelog.