Skip to content

Commit 852d222

Browse files
committed
Add changelog
1 parent 478e153 commit 852d222

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
The format is based on [Keep a Changelog].
5+
6+
## Unreleased
7+
### Added
8+
* Package `ctrlf`
9+
* Minor mode `ctrlf-mode`
10+
* Faces:
11+
* `ctrlf-highlight-active`
12+
* `ctrlf-highlight-passive`
13+
* `ctrlf-highlight-line`
14+
* Interface user options:
15+
* `ctrlf-highlight-current-line`
16+
* `ctrlf-auto-recenter`
17+
* `ctrlf-show-match-count-at-eol`
18+
* `ctrlf-mode-bindings`
19+
* `ctrlf-minibuffer-bindings`
20+
* `ctrlf-zero-length-match-width`
21+
* Navigation commands:
22+
* `ctrlf-next-match`
23+
* `ctrlf-previous-match`
24+
* `ctrlf-first-match`
25+
* `ctrlf-last-match`
26+
* `ctrlf-next-page`
27+
* `ctrlf-previous-page`
28+
* `ctrlf-cancel`
29+
* Utility commands:
30+
* `ctrlf-change-search-style`
31+
* `ctrlf-toggle-case-fold-search`
32+
* `ctrlf-recenter-top-bottom`
33+
* Search commands:
34+
* `ctrlf-forward-literal`
35+
* `ctrlf-backward-literal`
36+
* `ctrlf-forward-regexp`
37+
* `ctrlf-backward-regexp`
38+
* `ctrlf-forward-fuzzy`
39+
* `ctrlf-backward-fuzzy`
40+
* `ctrlf-forward-fuzzy-regexp`
41+
* `ctrlf-backward-fuzzy-regexp`
42+
* Low-level user options, variables, and functions:
43+
* `ctrlf-style-alist`
44+
* `ctrlf-search-history`
45+
* `ctrlf-forward`
46+
* `ctrlf-backward`
47+
* Functions for use in configuration:
48+
* `ctrlf-split-fuzzy`
49+
* `ctrlf-translate-fuzzy-literal`
50+
* `ctrlf-translate-fuzzy-regexp`
51+
* `ctrlf-no-uppercase-literal-p`
52+
* `ctrlf-no-uppercase-regexp-p`
53+
54+
[keep a changelog]: https://keepachangelog.com/en/1.0.0/

0 commit comments

Comments
 (0)