| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-03 | Store extra properties in completion-in-region--data | Daniel Mendler | |
| 2024-01-03 | corfu--teardown: Handle dead buffer during teardown | Daniel Mendler | |
| 2024-01-02 | Bump copyright years | Daniel Mendler | |
| 2023-12-30 | Use global variables, store initial state separately | Daniel Mendler | |
| 2023-12-29 | Use internal-border-width instead of child-frame-border-width | Daniel Mendler | |
| 2023-12-29 | corfu-popupinfo-direction: Remove dysfunctional option force-horizontal | Daniel Mendler | |
| 2023-12-27 | Version 1.11.1 | Daniel Mendler | |
| 2023-12-07 | Shorten argument names | Daniel Mendler | |
| 2023-12-01 | Version 1.01.0 | Daniel Mendler | |
| 2023-11-26 | Add missing compat dependencies | Daniel Mendler | |
| 2023-11-12 | Uniform use of when-let/if-let | Daniel Mendler | |
| 2023-09-30 | corfu-quick: Support more candidates | Daniel Mendler | |
| See also https://github.com/minad/vertico/commit/5c9a4af57b38fb1a6e78d3e23d50fc59b951241d | |||
| 2023-08-25 | Update documentation | Daniel Mendler | |
| 2023-08-25 | Shorten variable name | Daniel Mendler | |
| 2023-08-25 | corfu-popupinfo--show: Show error only when manually toggling the popup | Daniel Mendler | |
| 2023-08-16 | Use without-restriction | Daniel Mendler | |
| 2023-08-14 | Version 0.380.38 | Daniel Mendler | |
| 2023-07-04 | corfu-quick: Fix display position if corfu--base/="" | Daniel Mendler | |
| 2023-07-03 | Fix corfu-quick (Fix #344) | Daniel Mendler | |
| 2023-07-02 | Version 0.370.37 | Daniel Mendler | |
| 2023-06-28 | Use correct format of corfu-popupinfo face remapping alist (Fix #342) | Daniel Mendler | |
| 2023-05-13 | corfu-info-location/documentation: Prefix arg for persistent buffer and window. | Daniel Mendler | |
| Fix #328 | |||
| 2023-05-06 | corfu-history: Expand docstring | Daniel Mendler | |
| 2023-05-06 | corfu-history: Remove corfu-history-length | Daniel Mendler | |
| 2023-04-07 | Revert "Use frame-selected-window (See #316)" | Daniel Mendler | |
| This reverts commit 449aa6a01f78e00faaff7ae52657106790400b7e. | |||
| 2023-04-07 | Use frame-selected-window (See #316) | Daniel Mendler | |
| 2023-03-27 | Version 0.360.36 | Daniel Mendler | |
| 2023-03-18 | corfu-echo-delay, corfu-popupinfo-delay: Remove support for instant value t. | Daniel Mendler | |
| 2023-03-05 | Use natnum custom type (supported by Compat 29.1.4.0) | Daniel Mendler | |
| 2023-02-17 | Version 0.350.35 | Daniel Mendler | |
| 2023-02-05 | corfu-popupinfo: Remap corfu-info-location/documentation | Daniel Mendler | |
| 2023-02-05 | corfu-popupinfo: Use larger y-limit for size computation | Daniel Mendler | |
| Sometimes the first lines of the documentation are shorter than the following text, which led to wrapping when scrolling the popup. | |||
| 2023-02-05 | corfu-popupinfo: Formatting | Daniel Mendler | |
| 2023-02-04 | Move methods below modes | Daniel Mendler | |
| 2023-02-02 | corfu-indexed-mode: Do not use advices | Daniel Mendler | |
| 2023-02-02 | Add comment | Daniel Mendler | |
| 2023-02-02 | Rename function | Daniel Mendler | |
| 2023-02-02 | Fix corfu-indexed-mode | Daniel Mendler | |
| 2023-02-02 | Use cl-defgeneric instead of advices | Daniel Mendler | |
| The recent discussion on emacs-devel made me reconsider advices again. It is better to be more disciplined in avoiding them in particular if we have better facilities at our disposal. The great thing is, we even save some code on the way! | |||
| 2023-01-15 | Prefer if-let/when-let | Daniel Mendler | |
| 2023-01-14 | Fix whitespace warnings | Daniel Mendler | |
| 2023-01-13 | Commentary: Use keymap-set | Daniel Mendler | |
| 2023-01-13 | Require the compat library | Daniel Mendler | |
| 2023-01-12 | Change corfu-popupinfo face height to 1.0 (Fix #288) | Daniel Mendler | |
| 2023-01-01 | Update copyright | Daniel Mendler | |
| 2022-12-17 | Fix regexp (Fix #279) | Daniel Mendler | |
| 2022-12-15 | corfu-popupinfo: Fix completion predicate | Daniel Mendler | |
| 2022-12-05 | Align popups at the bottom when the doc popup is taller than the candidates ↵ | galeo | |
| popup and limit height of the doc popup to avoid exceeding the parent frame (#273) * corfu-popupinfo: Align popups at the bottom when doc popup is taller (#271) * corfu-popupinfo: Ensure y value is not negative (#271) * corfu-popupinfo: Limit popup height to avoid exceeding the parent frame * Minor simplification Co-authored-by: Daniel Mendler <mail@daniel-mendler.de> | |||
| 2022-12-05 | corfu-popupinfo: Align popups at the bottom, if above input (Fix #271, Fix #272) | Daniel Mendler | |
| 2022-12-05 | Fix docstring | Daniel Mendler | |
