|
| 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 | +## 1.0 (released 2020-03-23) |
| 7 | +### Added |
| 8 | +* Package `selectrum` |
| 9 | +* Minor mode `selectrum-mode` |
| 10 | +* Faces: |
| 11 | + * `selectrum-current-candidate` |
| 12 | + * `selectrum-primary-highlight` |
| 13 | + * `selectrum-secondary-highlight` |
| 14 | +* Interface user options: |
| 15 | + * `selectrum-num-candidates-displayed` |
| 16 | + * `selectrum-minibuffer-bindings` |
| 17 | + * `selectrum-count-style` |
| 18 | +* Commands bound in minibuffer: |
| 19 | + * `selectrum-previous-candidate` |
| 20 | + * `selectrum-next-candidate` |
| 21 | + * `selectrum-previous-page` |
| 22 | + * `selectrum-next-page` |
| 23 | + * `selectrum-goto-beginning` |
| 24 | + * `selectrum-goto-end` |
| 25 | + * `selectrum-kill-ring-save` |
| 26 | + * `selectrum-select-current-candidate` |
| 27 | + * `selectrum-submit-exact-input` |
| 28 | + * `selectrum-insert-current-candidate` |
| 29 | +* Entry points: |
| 30 | + * `selectrum-read` |
| 31 | + * `selectrum-completing-read` |
| 32 | + * `selectrum-read-buffer` |
| 33 | + * `selectrum-read-file-name` |
| 34 | + * `selectrum-read-directory-name` |
| 35 | + * `selectrum-read-library-name` |
| 36 | +* Hooks: |
| 37 | + * `selectrum-candidate-selected-hook` |
| 38 | + * `selectrum-candidate-inserted-hook` |
| 39 | +* API user options, variables, and functions: |
| 40 | + * `selectrum-refine-candidates-function` |
| 41 | + * `selectrum-default-candidate-refine-function` |
| 42 | + * `selectrum-preprocess-candidates-function` |
| 43 | + * `selectrum-default-candidate-preprocess-function` |
| 44 | + * `selectrum-highlight-candidates-function` |
| 45 | + * `selectrum-default-candidate-highlight-function` |
| 46 | + * `selectrum-should-sort-p` |
| 47 | + |
| 48 | +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ |
0 commit comments