blob: 765f1f9a78e2371e4ded3a3b7deb503f18ed529a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#+title: cape.el - Changelog
#+author: Daniel Mendler
#+language: en
* Development
- =cape-wrap-buster=, =cape-capf-buster= and =cape-company-to-capf=: The argument
VALID must be a function taking two arguments, the old and new input. It
should return nil if the input must be considered invalid such that the
candidates must be recomputed.
- =cape-ispell=: Deprecate in favor of improved =cape-dict=. Note that =cape-ispell=
and =ispell-lookup-words= did not really consult =ispell= or =aspell=, but only grep
through the word list specified by =ispell-alternate-dictionary=.
- =cape-dict-file=: Support multiple dictionary files or a function returning one
or more files.
- =cape-dict=, =cape-dabbrev=: Replace case depending on initial input.
- =cape-dict-case-replace=: New variable to configure case replacement, similar to
=dabbrev-case-replace=.
- =cape-dict-case-fold=: New variable to configure if case is ignored
during search and completion.
- =cape-elisp-block=: Complete Elisp in Org or Markdown code block. This Capf is
particularly useful for literate Emacs configurations.
* Version 0.13 (2023-02-15)
- Start of changelog.
|