| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-04 | cape-capf-inside-faces: Use (1- (point)) (Fix #111) | Daniel Mendler | |
| 2024-02-26 | Update README | Daniel Mendler | |
| 2024-02-24 | Extract cape--inside-block-p | Daniel Mendler | |
| 2024-02-24 | cape-char: Use looking-back, look back from point | Daniel Mendler | |
| Fix minad/corfu#423 | |||
| 2024-02-14 | Version 1.31.3 | Daniel Mendler | |
| 2024-02-12 | cape--dict-list: Improve handling of non-existing/remote directories | Daniel Mendler | |
| 2024-02-09 | * cape.el (cape-elisp-symbol-wrapper): Support `change-log-mode'. | dr-scsi | |
| 2024-02-04 | cape--dict-list: Do not error if default-directory does not exist | Daniel Mendler | |
| 2024-01-31 | Improve cape-wrap-inside-code | Daniel Mendler | |
| 2024-01-30 | Improve cape-capf-inside-code | Daniel Mendler | |
| 2024-01-30 | Add php-ts-mode as an alias of php-mode | USAMI Kenta | |
| 2024-01-30 | Add cape-wrap-inside-code and cape-capf-inside-code | Daniel Mendler | |
| 2024-01-23 | Version 1.21.2 | Daniel Mendler | |
| 2024-01-23 | Update changelog | Daniel Mendler | |
| 2024-01-20 | Update README | Daniel Mendler | |
| 2024-01-19 | cape-capf-super: Add comments | Daniel Mendler | |
| 2024-01-19 | cape-capf-super: Improve deduplication (Fix #103, #104) | Daniel Mendler | |
| 2024-01-14 | Avoid compilation warning | Daniel Mendler | |
| 2024-01-02 | cape-wrap-buster: Only refresh table when computing all completions | Daniel Mendler | |
| 2024-01-02 | Fix docstring | Daniel Mendler | |
| 2024-01-02 | Bump copyright years | Daniel Mendler | |
| 2023-12-30 | Replace keyword wp with text | Daniel Mendler | |
| 2023-12-30 | Use hashed symbols | Daniel Mendler | |
| 2023-12-30 | Create Capf transformers dynamically | Daniel Mendler | |
| 2023-12-30 | cape--capf-wrapper: Generate docstrings | Daniel Mendler | |
| 2023-12-29 | .gitignore backups | Daniel Mendler | |
| 2023-12-29 | Add .gitignore | Daniel Mendler | |
| 2023-12-27 | Version 1.11.1 | Daniel Mendler | |
| 2023-12-23 | cape--properties-table: Fix condition | Daniel Mendler | |
| 2023-12-23 | cape-capf-super: Properly handle duplicates | Daniel Mendler | |
| 2023-12-21 | Extract function cape--separator-p | Daniel Mendler | |
| 2023-12-15 | Remove obsolete function aliases | Daniel Mendler | |
| 2023-12-09 | Update changelog | Daniel Mendler | |
| 2023-12-09 | cape-capf-super: Support duplicate candidates | Daniel Mendler | |
| 2023-12-09 | Fix typos in docstrings | Daniel Mendler | |
| 2023-12-08 | Remove outdated comment | Daniel Mendler | |
| 2023-12-08 | cape-company-to-capf: Overhaul candidate lookup in :exit-function | Daniel Mendler | |
| The :exit-function looks up the candidate in order to restore text properties. This lookup is not necessary with Corfu, which guarantees that the candidates are propertized. The lookup even hurts since duplicate candidates lose their specificity, they would get replaced by their first occurrence in the candidate list. | |||
| 2023-12-08 | cape-company-to-capf: Do not delete duplicates | Daniel Mendler | |
| Duplicates are deleted by Capf UIs. | |||
| 2023-12-07 | cape-keyword: Add OCaml keywords | Daniel Mendler | |
| 2023-12-01 | Version 1.01.0 | Daniel Mendler | |
| 2023-11-27 | cape-elisp-symbol-wrapper: org-mode: replace = with ~ (#98) | mekeor | |
| 2023-11-23 | Update calling convention | Daniel Mendler | |
| 2023-10-29 | README: Sort transformers | Daniel Mendler | |
| 2023-10-29 | Rename cape-interactive-capf to capf-capf-interactive | Daniel Mendler | |
| 2023-10-29 | Add cape-capf-passthrough to disable completion style filtering | Daniel Mendler | |
| This Capf transformer can be useful in rare scenarios like debugging or when the wrapped Capf wants to completely control filtering, without any interference from outer completion styles. For example `cape-capf-passthrough` can be useful in combination with `cape-company-to-capf`, such that filtering is completely left to the Company backend. A special case discussed recently with @dgutov involves `company-dabbrev` which nowadays uses completion styles itself for its internal filtering, where double filtering can be avoided via `cape-capf-passthrough`, see company-mode/company-mode/pull/1215. | |||
| 2023-10-29 | Rename internal function for consistency | Daniel Mendler | |
| 2023-10-22 | Add cape-capf-inside-faces (Fix #96) | Daniel Mendler | |
| 2023-09-30 | cape-keyword: Fix python match/case keywords (#94) | Mattias Bengtsson | |
| Fix a sloppy typo in #93. | |||
| 2023-09-29 | cape-keyword: Update Python keywords (#93) | Mattias Bengtsson | |
| Python 3.10 added three new "soft"[1] keywords: "match", "case" and "_". Add "match" and "case" but skip "_" since a one-character keyword is of low use in completion. 1: https://docs.python.org/3/reference/lexical_analysis.html#soft-keywords | |||
| 2023-09-28 | cape-char: Refactoring | Daniel Mendler | |
| - Minor cleanup - cape-char--translation: Take prefix keys as argument instead of regexp - Add eval-and-compile, such that function is available at compile-/runtime - Extract annotation, docsig and exit function - Improve docsig function for combined characters | |||
