summaryrefslogtreecommitdiff
path: root/lisp/completion-preview.el
AgeCommit message (Expand)Author
2026-05-09New variable 'completion-frontend-properties' (bug#80990)Eshel Yaron
2026-02-14; completion-preview.el: Refine recent addition.Eshel Yaron
2026-02-14; Add t as a possible value for 'completion-preview-commands'Eshel Yaron
2026-02-14New option 'completion-preview-inhibit-functions' (bug#80370)Eshel Yaron
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-13; * lisp/completion-preview.el: Fix race condition.Eshel Yaron
2025-03-16Merge from savannah/emacs-30Po Lu
2025-03-16Only disable 'completion-preview-active-mode' when it is onEshel Yaron
2025-03-04Merge from savannah/emacs-30Po Lu
2025-03-02; (completion-preview--try-table): Propagate extra properties.Eshel Yaron
2025-03-01Merge from origin/emacs-30Eli Zaretskii
2025-02-28(completion-preview-sort-function): Refine ':type'.Eshel Yaron
2025-02-28Make 'completion-preview-sort-function' a defcustomEshel Yaron
2025-02-27; (completion-preview-complete): Fix bug#76606Eshel Yaron
2025-02-26; * lisp/completion-preview.el: Add some commentary.Eshel Yaron
2025-02-26Add 'help-echo' hint to completion previewEshel Yaron
2025-02-26Simplify 'completion-preview-active-mode' command taggingEshel Yaron
2025-01-14; (completion-preview--bg-color): Fix bug#75544.Eshel Yaron
2025-01-09Auto-adapt completion preview background colorEshel Yaron
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-23Give Completion Preview bindings higher precedenceEshel Yaron
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-09-17New user option 'completion-preview-ignore-case'Eshel Yaron
2024-09-04New variable 'completion-preview-overlay-priority'Eshel Yaron
2024-08-21; Inhibit completion preview in read-only buffersEshel Yaron
2024-06-29Inherit text props in Completion Preview insertion commandsEshel Yaron
2024-06-28; (completion-preview-partial-insert): Avoid no-op undo entriesEshel Yaron
2024-06-26Minor improvements to new Completion Preview commandsEshel Yaron
2024-06-26New commands 'completion-preview-insert-{word,sexp}'Jules Tamagnan
2024-06-05New user option 'completion-preview-idle-delay'Eshel Yaron
2024-06-05Allow 'completion-preview-require-minimum-symbol-length' to be nilEshel Yaron
2024-06-04Spelling fixesPaul Eggert
2024-05-24; Refine 'completion-preview-exact' faceEshel Yaron
2024-05-24; Exclude a few more modes in 'global-completion-preview-mode'Eshel Yaron
2024-04-25; Exclude more modes in 'global-completion-preview-mode'Eshel Yaron
2024-04-23(completion-preview-prev-candidate): add numeric prefix argumentEshel Yaron
2024-04-23; Fix Completion Preview mode mouse-click bindingsEshel Yaron
2024-04-20New command 'completion-preview-complete'Eshel Yaron
2024-04-12; Optimize 'completion-preview--try-table'Eshel Yaron
2024-04-10; Remove obsolete 'mouse-wheel-up/down-event' bindingsEshel Yaron
2024-04-09(mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier
2024-04-03; Autoload 'global-completion-preview-mode'Eshel Yaron
2024-03-31Add global minor mode 'global-completion-preview-mode'Eshel Yaron
2024-02-21; Fix mid-symbol updating/cycling completion previewEshel Yaron
2024-01-24Take stock of the wheel-up/down confusionStefan Monnier
2024-01-20mwheel.el: Remove `mouse-wheel-*-alternate-event` varsStefan Monnier
2024-01-20mwheel.el: Unconditionally use the `wheel-up/down/...` eventsStefan Monnier
2024-01-20* lisp/completion-preview.el: Fix use in non-GUI sessionStefan Monnier
2024-01-02; Fix compilation errors in completion-preview.elEli Zaretskii