summaryrefslogtreecommitdiff
path: root/lisp/completion-preview.el
Commit message (Expand)AuthorAge
* ; Exclude more modes in 'global-completion-preview-mode'Eshel Yaron2024-04-25
* (completion-preview-prev-candidate): add numeric prefix argumentEshel Yaron2024-04-23
* ; Fix Completion Preview mode mouse-click bindingsEshel Yaron2024-04-23
* New command 'completion-preview-complete'Eshel Yaron2024-04-20
* ; Optimize 'completion-preview--try-table'Eshel Yaron2024-04-12
* ; Remove obsolete 'mouse-wheel-up/down-event' bindingsEshel Yaron2024-04-10
* (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-09
* ; Autoload 'global-completion-preview-mode'Eshel Yaron2024-04-03
* Add global minor mode 'global-completion-preview-mode'Eshel Yaron2024-03-31
* ; Fix mid-symbol updating/cycling completion previewEshel Yaron2024-02-21
* Take stock of the wheel-up/down confusionStefan Monnier2024-01-24
* mwheel.el: Remove `mouse-wheel-*-alternate-event` varsStefan Monnier2024-01-20
* mwheel.el: Unconditionally use the `wheel-up/down/...` eventsStefan Monnier2024-01-20
* * lisp/completion-preview.el: Fix use in non-GUI sessionStefan Monnier2024-01-20
* ; Fix compilation errors in completion-preview.elEli Zaretskii2024-01-02
* ; Add 2024 to copyright yearsPo Lu2024-01-02
* ; Hide completion preview when switching windowsEshel Yaron2023-12-09
* Facilitate using Completion Preview with the mouse (bug#67479)Eshel Yaron2023-12-02
* ; Avoid 'completion-at-point' in 'completion-preview-insert'Eshel Yaron2023-11-25
* ; Improve and add tests for Completion Preview modeEshel Yaron2023-11-25
* ; Commit omitted changePo Lu2023-11-16
* Pan during touch screen pinch gesturesPo Lu2023-11-16
* Add Completion Preview modeEshel Yaron2023-11-15