summaryrefslogtreecommitdiff
path: root/lisp/completion-preview.el
AgeCommit message (Expand)AuthorFilesLines
2024-09-17New user option 'completion-preview-ignore-case'Eshel Yaron1-0/+19
2024-09-04New variable 'completion-preview-overlay-priority'Eshel Yaron1-0/+25
2024-08-21; Inhibit completion preview in read-only buffersEshel Yaron1-1/+2
2024-06-29Inherit text props in Completion Preview insertion commandsEshel Yaron1-3/+3
2024-06-28; (completion-preview-partial-insert): Avoid no-op undo entriesEshel Yaron1-17/+21
2024-06-26Minor improvements to new Completion Preview commandsEshel Yaron1-79/+105
2024-06-26New commands 'completion-preview-insert-{word,sexp}'Jules Tamagnan1-1/+81
2024-06-05New user option 'completion-preview-idle-delay'Eshel Yaron1-2/+40
2024-06-05Allow 'completion-preview-require-minimum-symbol-length' to be nilEshel Yaron1-5/+10
2024-06-04Spelling fixesPaul Eggert1-1/+1
2024-05-24; Refine 'completion-preview-exact' faceEshel Yaron1-1/+1
2024-05-24; Exclude a few more modes in 'global-completion-preview-mode'Eshel Yaron1-1/+5
2024-04-25; Exclude more modes in 'global-completion-preview-mode'Eshel Yaron1-1/+8
2024-04-23(completion-preview-prev-candidate): add numeric prefix argumentEshel Yaron1-10/+12
2024-04-23; Fix Completion Preview mode mouse-click bindingsEshel Yaron1-5/+20
2024-04-20New command 'completion-preview-complete'Eshel Yaron1-76/+206
2024-04-12; Optimize 'completion-preview--try-table'Eshel Yaron1-1/+14
2024-04-10; Remove obsolete 'mouse-wheel-up/down-event' bindingsEshel Yaron1-13/+1
2024-04-09(mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier1-2/+6
2024-04-03; Autoload 'global-completion-preview-mode'Eshel Yaron1-0/+1
2024-03-31Add global minor mode 'global-completion-preview-mode'Eshel Yaron1-0/+4
2024-02-21; Fix mid-symbol updating/cycling completion previewEshel Yaron1-12/+12
2024-01-24Take stock of the wheel-up/down confusionStefan Monnier1-2/+4
2024-01-20mwheel.el: Remove `mouse-wheel-*-alternate-event` varsStefan Monnier1-4/+0
2024-01-20mwheel.el: Unconditionally use the `wheel-up/down/...` eventsStefan Monnier1-0/+2
2024-01-20* lisp/completion-preview.el: Fix use in non-GUI sessionStefan Monnier1-8/+10
2024-01-02; Fix compilation errors in completion-preview.elEli Zaretskii1-0/+4
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-09; Hide completion preview when switching windowsEshel Yaron1-1/+15
2023-12-02Facilitate using Completion Preview with the mouse (bug#67479)Eshel Yaron1-6/+60
2023-11-25; Avoid 'completion-at-point' in 'completion-preview-insert'Eshel Yaron1-69/+52
2023-11-25; Improve and add tests for Completion Preview modeEshel Yaron1-41/+66
2023-11-16; Commit omitted changePo Lu1-1/+1
2023-11-16Pan during touch screen pinch gesturesPo Lu1-1/+2
2023-11-15Add Completion Preview modeEshel Yaron1-0/+336