| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-13 | corfu-preselect: Add support for functionpreselect-function | Daniel Mendler | |
| 2023-01-12 | Change corfu-popupinfo face height to 1.0 (Fix #288) | Daniel Mendler | |
| 2023-01-01 | README: Recommend pcomplete-from-help instead of pcmpl-args | Daniel Mendler | |
| 2023-01-01 | Update copyright | Daniel Mendler | |
| 2022-12-30 | Extract corfu--gtk-resize-child-frames (Fix #282) | Daniel Mendler | |
| 2022-12-23 | Check that selected window doesn't change during completion (Fix #277) | Daniel Mendler | |
| I am not sure if this change also fixes other edge cases of #112. | |||
| 2022-12-22 | Add generalized corfu-preselect user option | Daniel Mendler | |
| This replaces the old corfu-preselect-first option. | |||
| 2022-12-21 | Expand comment | Daniel Mendler | |
| 2022-12-17 | Fix regexp (Fix #279) | Daniel Mendler | |
| 2022-12-15 | corfu-popupinfo: Fix completion predicate | Daniel Mendler | |
| 2022-12-13 | README: Improve example, check password map (Fix #276) | Daniel Mendler | |
| 2022-12-12 | HACK: Work around suspected Emacs 29 regression | Daniel Mendler | |
| Is it possible that frames can have a dead root window?! Unfortunately I don't know how I managed to trigger the situation where (frame-live-p frame) returned t and (window-live-p (frame-root-window frame)) returned nil. | |||
| 2022-12-11 | Fix last commit | Daniel Mendler | |
| 2022-12-11 | Fix region mode predicate | Daniel Mendler | |
| 2022-12-10 | Update changelog | 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 | |
| 2022-12-04 | popupinfo: Remap beg/end-other-window (#270) | JD Smith | |
| 2022-12-04 | Revert "popupinfo: Remap beg/end-other-window (#270)" | Daniel Mendler | |
| This reverts commit 218315a12ad3e01545a52784785457140af54934. | |||
| 2022-12-04 | popupinfo: Remap beg/end-other-window (#270) | JD Smith | |
| 2022-12-04 | Add inhibit-redisplay | Daniel Mendler | |
| 2022-12-04 | popupinfo--get-documentation: inhibit redisplay to prevent flashing (#269) | JD Smith | |
| 2022-12-03 | Version 0.340.34 | Daniel Mendler | |
| 2022-12-01 | Use function from minibuffer.el | Daniel Mendler | |
| 2022-11-30 | Update changelog | Daniel Mendler | |
| 2022-11-30 | Update changelog | Daniel Mendler | |
| 2022-11-30 | Take corfu-default face height into account for popup size (Fix #149) | Daniel Mendler | |
| Try this: (set-face-attribute 'corfu-default nil :height 0.8) | |||
| 2022-11-30 | Use with-silent-modifications | Daniel Mendler | |
| 2022-11-29 | corfu-popupinfo: Rename always-* to force-* | Daniel Mendler | |
| 2022-11-29 | Update changelog | Daniel Mendler | |
| 2022-11-29 | corfu-popupinfo: Add minimum popup size, improve direction configuration (#264) | galeo | |
| 2022-11-29 | Emacs 29 flicker reduction | Daniel Mendler | |
| 2022-11-29 | corfu-popupinfo: Ensure that popup is hidden if corfu-popupinfo-delay is nil | Daniel Mendler | |
| 2022-11-26 | Remove some unnecessary offsets (See #263) | Daniel Mendler | |
| 2022-11-26 | corfu-popupinfo: Ensure that x-position is positive (Fix #263) | Daniel Mendler | |
| 2022-11-26 | corfu-popupinfo: Remove warning | Daniel Mendler | |
| 2022-11-25 | corfu-quit-no-match: Expand docstring (See #262) | Daniel Mendler | |
| 2022-11-24 | README: Remove unnecessary links | Daniel Mendler | |
| Produces better texinfo output. | |||
| 2022-11-24 | Fix docstring warings (Fix #260) | Daniel Mendler | |
| 2022-11-24 | Update readme | Daniel Mendler | |
| 2022-11-24 | Expand comment | Daniel Mendler | |
| 2022-11-24 | Add comment | Daniel Mendler | |
| 2022-11-24 | corfu-popupinfo: Make sure the popup has a minimum height of 1 line (#261) | galeo | |
| 2022-11-23 | corfu-popupinfo: Minor cleanup | Daniel Mendler | |
| 2022-11-23 | Improve error messages | Daniel Mendler | |
| 2022-11-23 | Update changelog | Daniel Mendler | |
| 2022-11-23 | corfu-popupinfo: Add missing visibility check | Daniel Mendler | |
| 2022-11-23 | corfu-popupinfo: Only transition when the popup is visible (#259) | galeo | |
| Fix #258 | |||
| 2022-11-22 | corfu-popupinfo--get-location: Ensure that previewed buffer is killed | Daniel Mendler | |
