dotemacs

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

CHANGELOG.org (2143B)


      1 #+title: corfu.el - Changelog
      2 #+author: Daniel Mendler
      3 #+language: en
      4 
      5 * Version 0.36 (2023-03-27)
      6 
      7 - Drop obsolete =corfu-preselect-first=.
      8 - =corfu-popupinfo-delay= and =corfu-echo-delay=: Remove support for value =t=.
      9   Instant updates are not recommended. It is still possible to use a small value
     10   for the delay.
     11 - Rename =corfu-excluded-modes= to =corfu-exclude-modes= (Naming convention).
     12 - Remove call to =undo-boundary=, which caused issues with auto completion.
     13 
     14 * Version 0.35 (2023-02-17)
     15 
     16 - =corfu-popupinfo=: Take more text into account when computing popup width.
     17 - =corfu-popupinfo=: Change keybindings, remap =corfu-info-documentation/location=.
     18 - =corfu-popupinfo=: Add commands =corfu-popupinfo-beginning/end=.
     19 - =corfu-popupinfo=: Improve popup placement.
     20 - Add =corfu-prompt-beginning= and =corfu-prompt-end= commands.
     21 - Add =corfu-preselect= option, deprecate =corfu-preselect-first=.
     22 - Use =cl-defgeneric= internally as mechanism to allow extensions to override
     23   functionality, e.g., the candidate formatting and display.
     24 
     25 * Version 0.34 (2022-12-03)
     26 
     27 - Bugfixes
     28 - Popup frame code updated for Emacs 29. Please report any issues.
     29 - =corfu-popupinfo-direction=: Variable must be a list of directions.
     30 - Support height adjustments of =corfu-default= face
     31 
     32 * Version 0.33 (2022-11-21)
     33 
     34 - =corfu-popupinfo=: Bugfixes
     35 
     36 * Version 0.31 (2022-11-20)
     37 
     38 - =corfu-echo=, =corfu-quick=: Bugfixes for interaction issue.
     39 
     40 * Version 0.30 (2022-11-19)
     41 
     42 - =corfu-popupinfo=: Bugfixes and improvements.
     43 
     44 * Version 0.29 (2022-11-19)
     45 
     46 - BREAKING: Extract the =corfu-echo= extension from =corfu.el=. In order to see echo
     47   messages, enable =corfu-echo-mode=. You probably want to enable either
     48   =corfu-echo-mode= or =corfu-popupinfo-mode=.
     49 - BREAKING: Rename =corfu-echo-documentation= to =corfu-echo-delay=.
     50 - Add =corfu-popupinfo= extension to display candidate documentation and location
     51   in a small child frame next to the candidate menu. This extension has been
     52   contributed by Yuwei Tian who assigned copyright to the FSF. The extension
     53   supersedes Yuwei's =corfu-doc= package.
     54 
     55 * Version 0.28 (2022-10-16)
     56 
     57 - Start of changelog.