summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Expand)Author
2022-10-13Rename functions, they update the entire stateDaniel Mendler
2022-10-11Update linksDaniel Mendler
2022-09-21Put preview overlay behind baseDaniel Mendler
2022-08-29Version 0.270.27Daniel Mendler
2022-07-02Parameter set incorrectly, Fix #63Daniel Mendler
2022-07-02Cleanup echo message codeDaniel Mendler
2022-07-02Optimize frame redisplay when completion is restartedDaniel Mendler
2022-07-02Fix defcustom typeDaniel Mendler
2022-06-27Version 0.260.26Daniel Mendler
2022-06-21Fix dot chaining (Fix #196)Daniel Mendler
2022-06-13Add inhibit-modification-hooksDaniel Mendler
2022-06-06Revert back to a262a214325c7e33704bb1fade0fa40042ff93a5Daniel Mendler
2022-06-06Try to fix regression (Fix #186)Daniel Mendler
2022-06-05Remove variable aliasDaniel Mendler
2022-06-04Refactor corfu--make-frameDaniel Mendler
2022-06-04Remove content-handlerDaniel Mendler
2022-06-04Extract corfu--make-frame-1 from corfu--make-frameYuwei Tian
2022-06-04Add corfu--set-frame-positionYuwei Tian
2022-06-04Set the fringe background color for the created child frameYuwei Tian
2022-06-04Generalize `corfu--make-buffer' and `corfu--make-frame'Yuwei Tian
2022-06-04Reset more buffer local variablesDaniel Mendler
2022-06-04corfu--auto-post-command: Do not trigger in read-only buffer (Fix #185)Daniel Mendler
2022-06-03IndentationDaniel Mendler
2022-06-03Also defer redisplayDaniel Mendler
2022-06-03Defer popup hiding (Fix #184)Daniel Mendler
2022-05-25Version 0.250.25Daniel Mendler
2022-05-20Extract function corfu--popup-support-pDaniel Mendler
2022-05-15Extract corfu--in-region-1Daniel Mendler
2022-05-13Version 0.240.24Daniel Mendler
2022-05-11Try different frame redirectionDaniel Mendler
2022-05-11Revert "Redirect focus in after-focus-change-function (Fix #159)"Daniel Mendler
2022-05-11Revert "Another attempt at working around the frame focus bug (#159)"Daniel Mendler
2022-05-10Another attempt at working around the frame focus bug (#159)Daniel Mendler
2022-05-09Redirect focus in after-focus-change-function (Fix #159)Daniel Mendler
2022-05-09Revert "HACK: Try to fix focus issue on Lucid/Athena toolkit (See #159)"Daniel Mendler
2022-05-09HACK: Try to fix focus issue on Lucid/Athena toolkit (See #159)Daniel Mendler
2022-05-08Expand commentDaniel Mendler
2022-05-08corfu--update-candidates: Bind non-essential=tDaniel Mendler
2022-05-06Version 0.230.23Daniel Mendler
2022-05-01Link to bug#55205 - completion--replace illegally mutates completion candidatesDaniel Mendler
2022-04-30Break a few long linesDaniel Mendler
2022-04-30corfu-map: Use \M-x instead of \exDaniel Mendler
2022-04-30corfu-complete: Refine exiting behaviorDaniel Mendler
2022-04-30corfu--in-region: Minor cleanupDaniel Mendler
2022-04-30completion--replace mutates the stringDaniel Mendler
2022-04-30corfu--in-region: Fix behavior for single matchDaniel Mendler
2022-04-23Remove obsolete mode alias `corfu-global-mode`Daniel Mendler
2022-04-22Version 0.220.22Daniel Mendler
2022-04-21corfu--in-region, corfu--auto-complete: Fix gud-gdb completion (Fix #157)Daniel Mendler
2022-04-21corfu--post-command: Set inhibit-field-text-motion=tDaniel Mendler